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.net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution. -
-
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 ObjectJavaParserDecoratedVisitor. visit(ASTMethodReference node, Object data)Deprecated.ObjectJavaParserVisitor. visit(ASTMethodReference node, Object data)Deprecated.ObjectJavaParserVisitorAdapter. visit(ASTMethodReference node, Object data)ObjectJavaParserVisitorDecorator. visit(ASTMethodReference node, Object data)Deprecated. -
Uses of ASTMethodReference in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTMethodReference Modifier and Type Method Description ObjectAbstractJavaRule. visit(ASTMethodReference node, Object data)
-