Methods in org.eclipse.jdt.internal.core with parameters of type ISearchRequestor |
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 |
CancelableNameEnvironment.findPackages(char[] prefix,
ISearchRequestor requestor)
|
void |
SearchableEnvironment.findPackages(char[] prefix,
ISearchRequestor requestor)
Find the packages that start with the given prefix. |
void |
CancelableNameEnvironment.findTypes(char[] prefix,
boolean findMembers,
boolean camelCaseMatch,
int searchFor,
ISearchRequestor storage)
|
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. |