Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.search.MethodNameMatchRequestor
Packages, die MethodNameMatchRequestor verwenden
Package
Beschreibung
Provides support for searching the workspace Java
elements that match a particular description.
-
Verwendungen von MethodNameMatchRequestor in org.aspectj.org.eclipse.jdt.core.search
Methoden in org.aspectj.org.eclipse.jdt.core.search mit Parametern vom Typ MethodNameMatchRequestorModifizierer und TypMethodeBeschreibungvoidSearchEngine.searchAllMethodNames(char[] packageName, int pkgMatchRule, char[] declaringQualification, int declQualificationMatchRule, char[] declaringSimpleName, int declSimpleNameMatchRule, char[] methodName, int methodMatchRule, IJavaSearchScope scope, MethodNameMatchRequestor nameRequestor, int waitingPolicy, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Searches for all method declarations in the given scope.voidSearchEngine.searchAllMethodNames(char[] qualifier, int qualifierMatchRule, char[] methodName, int methodMatchRule, IJavaSearchScope scope, MethodNameMatchRequestor nameRequestor, int waitingPolicy, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Searches for all method declarations in the given scope. -
Verwendungen von MethodNameMatchRequestor in org.aspectj.org.eclipse.jdt.internal.core.search
Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.search mit Parametern vom Typ MethodNameMatchRequestorModifiziererKonstruktorBeschreibungMethodNameMatchRequestorWrapper(MethodNameMatchRequestor requestor, IJavaSearchScope scope)