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