Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTMethodCallExpression
-
-
Uses of ASTMethodCallExpression in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTMethodCallExpression Modifier and Type Method Description default RApexVisitor. visit(ASTMethodCallExpression node, P data) -
Uses of ASTMethodCallExpression in net.sourceforge.pmd.lang.apex.rule.bestpractices
Methods in net.sourceforge.pmd.lang.apex.rule.bestpractices with parameters of type ASTMethodCallExpression Modifier and Type Method Description ObjectApexAssertionsShouldIncludeMessageRule. visit(ASTMethodCallExpression node, Object data) -
Uses of ASTMethodCallExpression in net.sourceforge.pmd.lang.apex.rule.performance
Methods in net.sourceforge.pmd.lang.apex.rule.performance with parameters of type ASTMethodCallExpression Modifier and Type Method Description ObjectOperationWithLimitsInLoopRule. visit(ASTMethodCallExpression node, Object data) -
Uses of ASTMethodCallExpression in net.sourceforge.pmd.lang.apex.rule.security
Methods in net.sourceforge.pmd.lang.apex.rule.security with parameters of type ASTMethodCallExpression Modifier and Type Method Description ObjectApexCRUDViolationRule. visit(ASTMethodCallExpression node, Object data)ObjectApexInsecureEndpointRule. visit(ASTMethodCallExpression node, Object data)ObjectApexSharingViolationsRule. visit(ASTMethodCallExpression node, Object data)ObjectApexXSSFromURLParamRule. visit(ASTMethodCallExpression node, Object data)
-