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