Uses of Class
org.eclipse.jdt.core.dom.MethodRef

Packages that use MethodRef
org.eclipse.jdt.core.dom   
org.eclipse.jdt.internal.core.dom   
org.eclipse.jdt.internal.core.dom.rewrite   
 

Uses of MethodRef in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return MethodRef
 MethodRef AST.newMethodRef()
          Creates and returns a new method reference node.
 

Methods in org.eclipse.jdt.core.dom with parameters of type MethodRef
 void ASTVisitor.endVisit(MethodRef node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(MethodRef node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(MethodRef node)
          Visits the given type-specific AST node.
 

Uses of MethodRef in org.eclipse.jdt.internal.core.dom
 

Methods in org.eclipse.jdt.internal.core.dom with parameters of type MethodRef
 boolean NaiveASTFlattener.visit(MethodRef node)
           
 

Uses of MethodRef in org.eclipse.jdt.internal.core.dom.rewrite
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type MethodRef
 boolean ASTRewriteAnalyzer.visit(MethodRef node)
           
 boolean ASTRewriteFlattener.visit(MethodRef node)