Uses of Class
org.eclipse.jdt.core.search.MethodNameMatch
Packages that use MethodNameMatch
Package
Description
Provides support for searching the workspace Java
elements that match a particular description.
-
Uses of MethodNameMatch in org.eclipse.jdt.core.search
Methods in org.eclipse.jdt.core.search that return MethodNameMatchModifier and TypeMethodDescriptionstatic MethodNameMatchSearchEngine.createMethodNameMatch(IMethod method, int modifiers) Create a method name match on a given method with specific modifiers.Methods in org.eclipse.jdt.core.search with parameters of type MethodNameMatchModifier and TypeMethodDescriptionabstract voidMethodNameMatchRequestor.acceptMethodNameMatch(MethodNameMatch match) Accepts a method name match (MethodNameMatch) which contains a method information as package name, enclosing types names, method name, modifiers, etc.