Uses of Class
org.eclipse.jdt.core.search.MethodReferenceMatch

Packages that use MethodReferenceMatch
org.eclipse.jdt.internal.core.search.matching   
 

Uses of MethodReferenceMatch in org.eclipse.jdt.internal.core.search.matching
 

Methods in org.eclipse.jdt.internal.core.search.matching that return MethodReferenceMatch
 MethodReferenceMatch MatchLocator.newMethodReferenceMatch(IJavaElement enclosingElement, Binding enclosingBinding, int accuracy, int offset, int length, boolean isConstructor, boolean isSynthetic, ASTNode reference)