Uses of Class
org.eclipse.jdt.core.search.MethodNameRequestor
Packages that use MethodNameRequestor
Package
Description
Provides support for searching the workspace Java
elements that match a particular description.
-
Uses of MethodNameRequestor in org.eclipse.jdt.core.search
Methods in org.eclipse.jdt.core.search with parameters of type MethodNameRequestorModifier and TypeMethodDescriptionvoid
SearchEngine.searchAllMethodNames
(char[] packageName, int pkgMatchRule, char[] declaringQualification, int declQualificationMatchRule, char[] declaringSimpleName, int declSimpleNameMatchRule, char[] methodName, int methodMatchRule, IJavaSearchScope scope, MethodNameRequestor 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, MethodNameRequestor nameRequestor, int waitingPolicy, IProgressMonitor progressMonitor) Searches for all method declarations in the given scope.