Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTThisMethodCallExpression
-
Packages that use ASTThisMethodCallExpression Package Description net.sourceforge.pmd.lang.apex.ast net.sourceforge.pmd.lang.apex.rule -
-
Uses of ASTThisMethodCallExpression in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTThisMethodCallExpression Modifier and Type Method Description java.lang.ObjectApexParserVisitor. visit(ASTThisMethodCallExpression node, java.lang.Object data)java.lang.ObjectApexParserVisitorAdapter. visit(ASTThisMethodCallExpression node, java.lang.Object data) -
Uses of ASTThisMethodCallExpression in net.sourceforge.pmd.lang.apex.rule
Methods in net.sourceforge.pmd.lang.apex.rule with parameters of type ASTThisMethodCallExpression Modifier and Type Method Description java.lang.ObjectAbstractApexRule. visit(ASTThisMethodCallExpression node, java.lang.Object data)
-