Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTDmlInsertStatement
-
Packages that use ASTDmlInsertStatement Package Description net.sourceforge.pmd.lang.apex.ast net.sourceforge.pmd.lang.apex.rule.performance net.sourceforge.pmd.lang.apex.rule.security -
-
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 default RApexVisitor. visit(ASTDmlInsertStatement node, P 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)Deprecated.ObjectOperationWithLimitsInLoopRule. 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)ObjectApexSharingViolationsRule. visit(ASTDmlInsertStatement node, Object data)
-