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