|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISearchRequestor | |
|---|---|
| org.eclipse.jdt.internal.codeassist | |
| org.eclipse.jdt.internal.core | |
| Uses of ISearchRequestor in org.eclipse.jdt.internal.codeassist |
|---|
| Classes in org.eclipse.jdt.internal.codeassist that implement ISearchRequestor | |
|---|---|
class |
CompletionEngine
This class is the entry point for source completions. |
class |
SelectionEngine
The selection engine is intended to infer the nature of a selected name in some source code. |
| Uses of ISearchRequestor in org.eclipse.jdt.internal.core |
|---|
| Methods in org.eclipse.jdt.internal.core with parameters of type ISearchRequestor | |
|---|---|
void |
SearchableEnvironment.findConstructorDeclarations(char[] prefix,
boolean camelCaseMatch,
ISearchRequestor storage,
IProgressMonitor monitor)
Must be used only by CompletionEngine. |
void |
SearchableEnvironment.findExactTypes(char[] name,
boolean findMembers,
int searchFor,
ISearchRequestor storage)
Find the top-level types that are defined in the current environment and whose simple name matches the given name. |
void |
SearchableEnvironment.findPackages(char[] prefix,
ISearchRequestor requestor)
Find the packages that start with the given prefix. |
void |
CancelableNameEnvironment.findPackages(char[] prefix,
ISearchRequestor requestor)
|
void |
SearchableEnvironment.findTypes(char[] prefix,
boolean findMembers,
boolean camelCaseMatch,
int searchFor,
ISearchRequestor storage)
Find the top-level types that are defined in the current environment and whose name starts with the given prefix. |
void |
SearchableEnvironment.findTypes(char[] prefix,
boolean findMembers,
boolean camelCaseMatch,
int searchFor,
ISearchRequestor storage,
IProgressMonitor monitor)
Must be used only by CompletionEngine. |
void |
CancelableNameEnvironment.findTypes(char[] prefix,
boolean findMembers,
boolean camelCaseMatch,
int searchFor,
ISearchRequestor storage,
IProgressMonitor progressMonitor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||