|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeNameMatchRequestor | |
---|---|
org.eclipse.wst.jsdt.core.search |
Uses of TypeNameMatchRequestor in org.eclipse.wst.jsdt.core.search |
---|
Methods in org.eclipse.wst.jsdt.core.search with parameters of type TypeNameMatchRequestor | |
---|---|
void |
SearchEngine.searchAllTypeNames(char[][] qualifications,
char[][] typeNames,
IJavaScriptSearchScope scope,
TypeNameMatchRequestor nameMatchRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor)
Searches for all top-level types and member types in the given scope matching any of the given qualifications and type names in a case sensitive way. |
void |
SearchEngine.searchAllTypeNames(char[] packageName,
int packageMatchRule,
char[] typeName,
int typeMatchRule,
int searchFor,
IJavaScriptSearchScope scope,
TypeNameMatchRequestor nameMatchRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor)
Searches for all top-level types and member types in the given scope. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |