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 Object
ApexParserVisitor. visit(ASTDmlUpsertStatement node, Object data)
Object
ApexParserVisitorAdapter. 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 Object
AbstractApexRule. 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 Object
AvoidDmlStatementsInLoopsRule. visit(ASTDmlUpsertStatement node, Object data)
Deprecated.Object
OperationWithLimitsInLoopRule. 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 Object
ApexCRUDViolationRule. visit(ASTDmlUpsertStatement node, Object data)
Object
ApexSharingViolationsRule. visit(ASTDmlUpsertStatement node, Object data)
-