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 java.lang.ObjectApexParserVisitor. visit(ASTDmlInsertStatement node, java.lang.Object data)java.lang.ObjectApexParserVisitorAdapter. visit(ASTDmlInsertStatement node, java.lang.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 java.lang.ObjectAbstractApexRule. visit(ASTDmlInsertStatement node, java.lang.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 java.lang.ObjectAvoidDmlStatementsInLoopsRule. visit(ASTDmlInsertStatement node, java.lang.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 java.lang.ObjectApexCRUDViolationRule. visit(ASTDmlInsertStatement node, java.lang.Object data)
-