Uses of Class
org.aspectj.org.eclipse.jdt.core.search.TypeNameMatchRequestor
Packages that use TypeNameMatchRequestor
Package
Description
Provides support for searching the workspace Java
elements that match a particular description.
-
Uses of TypeNameMatchRequestor in org.aspectj.org.eclipse.jdt.core.search
Methods in org.aspectj.org.eclipse.jdt.core.search with parameters of type TypeNameMatchRequestorModifier and TypeMethodDescriptionvoidSearchEngine.searchAllTypeNames(char[][] qualifications, char[][] typeNames, IJavaSearchScope scope, TypeNameMatchRequestor nameMatchRequestor, int waitingPolicy, org.eclipse.core.runtime.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.voidSearchEngine.searchAllTypeNames(char[] packageName, int packageMatchRule, char[] typeName, int typeMatchRule, int searchFor, IJavaSearchScope scope, TypeNameMatchRequestor nameMatchRequestor, int waitingPolicy, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Searches for all top-level types and member types in the given scope. -
Uses of TypeNameMatchRequestor in org.aspectj.org.eclipse.jdt.internal.core.search
Constructors in org.aspectj.org.eclipse.jdt.internal.core.search with parameters of type TypeNameMatchRequestorModifierConstructorDescriptionTypeNameMatchRequestorWrapper(TypeNameMatchRequestor requestor, IJavaSearchScope scope)