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