Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTDmlInsertStatement
-
-
Uses of ASTDmlInsertStatement in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTDmlInsertStatement Modifier and Type Method Description ObjectApexParserVisitor. visit(ASTDmlInsertStatement node, Object data)ObjectApexParserVisitorAdapter. visit(ASTDmlInsertStatement node, Object data) -
Uses of ASTDmlInsertStatement in net.sourceforge.pmd.lang.apex.rule
Methods in net.sourceforge.pmd.lang.apex.rule with parameters of type ASTDmlInsertStatement Modifier and Type Method Description ObjectAbstractApexRule. visit(ASTDmlInsertStatement node, Object data) -
Uses of ASTDmlInsertStatement in net.sourceforge.pmd.lang.apex.rule.performance
Methods in net.sourceforge.pmd.lang.apex.rule.performance with parameters of type ASTDmlInsertStatement Modifier and Type Method Description ObjectAvoidDmlStatementsInLoopsRule. visit(ASTDmlInsertStatement node, Object data) -
Uses of ASTDmlInsertStatement in net.sourceforge.pmd.lang.apex.rule.security
Methods in net.sourceforge.pmd.lang.apex.rule.security with parameters of type ASTDmlInsertStatement Modifier and Type Method Description ObjectApexCRUDViolationRule. visit(ASTDmlInsertStatement node, Object data)
-