Uses of Class
org.eclipse.wst.jsdt.core.search.TypeNameRequestor

Packages that use TypeNameRequestor
org.eclipse.wst.jsdt.core.search   
 

Uses of TypeNameRequestor in org.eclipse.wst.jsdt.core.search
 

Methods in org.eclipse.wst.jsdt.core.search with parameters of type TypeNameRequestor
 void SearchEngine.searchAllTypeNames(char[][] qualifications, char[][] typeNames, IJavaScriptSearchScope scope, TypeNameRequestor nameRequestor, 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, TypeNameRequestor nameRequestor, int waitingPolicy, IProgressMonitor progressMonitor)
          Searches for all top-level types and member types in the given scope.