Uses of Class
org.eclipse.jdt.core.search.MethodNameMatchRequestor
-
Packages that use MethodNameMatchRequestor Package Description org.eclipse.jdt.core.search Provides support for searching the workspace Java elements that match a particular description. -
-
Uses of MethodNameMatchRequestor in org.eclipse.jdt.core.search
Methods in org.eclipse.jdt.core.search with parameters of type MethodNameMatchRequestor Modifier and Type Method Description void
SearchEngine. searchAllMethodNames(char[] packageName, int pkgMatchRule, char[] declaringQualification, int declQualificationMatchRule, char[] declaringSimpleName, int declSimpleNameMatchRule, char[] methodName, int methodMatchRule, IJavaSearchScope scope, MethodNameMatchRequestor nameRequestor, int waitingPolicy, IProgressMonitor progressMonitor)
Searches for all method declarations in the given scope.void
SearchEngine. searchAllMethodNames(char[] qualifier, int qualifierMatchRule, char[] methodName, int methodMatchRule, IJavaSearchScope scope, MethodNameMatchRequestor nameRequestor, int waitingPolicy, IProgressMonitor progressMonitor)
Searches for all method declarations in the given scope.
-