Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTDmlUpdateStatement
-
-
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 ObjectApexParserVisitor. visit(ASTDmlUpdateStatement node, Object data)ObjectApexParserVisitorAdapter. visit(ASTDmlUpdateStatement node, Object data) -
Uses of ASTDmlUpdateStatement in net.sourceforge.pmd.lang.apex.rule
Methods in net.sourceforge.pmd.lang.apex.rule with parameters of type ASTDmlUpdateStatement Modifier and Type Method Description ObjectAbstractApexRule. visit(ASTDmlUpdateStatement node, Object 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) -
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)
-