Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTDmlUpdateStatement
-
Packages that use ASTDmlUpdateStatement Package Description net.sourceforge.pmd.lang.apex.ast net.sourceforge.pmd.lang.apex.rule.performance net.sourceforge.pmd.lang.apex.rule.security -
-
Uses of ASTDmlUpdateStatement in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTDmlUpdateStatement Modifier and Type Method Description default RApexVisitor. visit(ASTDmlUpdateStatement node, P data) -
Uses of ASTDmlUpdateStatement in net.sourceforge.pmd.lang.apex.rule.performance
Methods in net.sourceforge.pmd.lang.apex.rule.performance with parameters of type ASTDmlUpdateStatement Modifier and Type Method Description ObjectAvoidDmlStatementsInLoopsRule. visit(ASTDmlUpdateStatement node, Object data)Deprecated.ObjectOperationWithLimitsInLoopRule. visit(ASTDmlUpdateStatement node, Object data) -
Uses of ASTDmlUpdateStatement in net.sourceforge.pmd.lang.apex.rule.security
Methods in net.sourceforge.pmd.lang.apex.rule.security with parameters of type ASTDmlUpdateStatement Modifier and Type Method Description ObjectApexCRUDViolationRule. visit(ASTDmlUpdateStatement node, Object data)ObjectApexSharingViolationsRule. visit(ASTDmlUpdateStatement node, Object data)
-