Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTDmlUpsertStatement
-
-
Uses of ASTDmlUpsertStatement in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTDmlUpsertStatement Modifier and Type Method Description ObjectApexParserVisitor. visit(ASTDmlUpsertStatement node, Object data)ObjectApexParserVisitorAdapter. visit(ASTDmlUpsertStatement node, Object data) -
Uses of ASTDmlUpsertStatement in net.sourceforge.pmd.lang.apex.rule
Methods in net.sourceforge.pmd.lang.apex.rule with parameters of type ASTDmlUpsertStatement Modifier and Type Method Description ObjectAbstractApexRule. visit(ASTDmlUpsertStatement node, Object data) -
Uses of ASTDmlUpsertStatement in net.sourceforge.pmd.lang.apex.rule.performance
Methods in net.sourceforge.pmd.lang.apex.rule.performance with parameters of type ASTDmlUpsertStatement Modifier and Type Method Description ObjectAvoidDmlStatementsInLoopsRule. visit(ASTDmlUpsertStatement node, Object data) -
Uses of ASTDmlUpsertStatement in net.sourceforge.pmd.lang.apex.rule.security
Methods in net.sourceforge.pmd.lang.apex.rule.security with parameters of type ASTDmlUpsertStatement Modifier and Type Method Description ObjectApexCRUDViolationRule. visit(ASTDmlUpsertStatement node, Object data)
-