Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTMethodReference
-
Packages that use ASTMethodReference Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTMethodReference in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTMethodReference Modifier and Type Method Description static void
InternalApiBridge. setCompileTimeDecl(ASTMethodReference methodReference, JMethodSig methodType)
default R
JavaVisitor. visit(ASTMethodReference node, P data)
R
JavaVisitorBase. visit(ASTMethodReference node, P data)
-