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 Object
ApexParserVisitor. visit(ASTMethodCallExpression node, Object data)
Object
ApexParserVisitorAdapter. visit(ASTMethodCallExpression node, Object data)
-
Uses of ASTMethodCallExpression in net.sourceforge.pmd.lang.apex.metrics.impl.visitors
Methods in net.sourceforge.pmd.lang.apex.metrics.impl.visitors with parameters of type ASTMethodCallExpression Modifier and Type Method Description Object
CognitiveComplexityVisitor. visit(ASTMethodCallExpression node, Object data)
-
Uses of ASTMethodCallExpression in net.sourceforge.pmd.lang.apex.rule
Methods in net.sourceforge.pmd.lang.apex.rule with parameters of type ASTMethodCallExpression Modifier and Type Method Description Object
AbstractApexRule. visit(ASTMethodCallExpression node, Object 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 Object
ApexAssertionsShouldIncludeMessageRule. visit(ASTMethodCallExpression node, Object data)
-
Uses of ASTMethodCallExpression in net.sourceforge.pmd.lang.apex.rule.design
Methods in net.sourceforge.pmd.lang.apex.rule.design with parameters of type ASTMethodCallExpression Modifier and Type Method Description Object
AbstractNcssCountRule. visit(ASTMethodCallExpression node, Object data)
-
Uses of ASTMethodCallExpression in net.sourceforge.pmd.lang.apex.rule.internal
Methods in net.sourceforge.pmd.lang.apex.rule.internal with parameters of type ASTMethodCallExpression Modifier and Type Method Description static boolean
Helper. isMethodCallChain(ASTMethodCallExpression methodNode, String... methodNames)
static boolean
Helper. isMethodName(ASTMethodCallExpression m, String methodName)
static boolean
Helper. isMethodName(ASTMethodCallExpression methodNode, String className, String methodName)
-
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 Object
ApexCRUDViolationRule. visit(ASTMethodCallExpression node, Object data)
Object
ApexInsecureEndpointRule. visit(ASTMethodCallExpression node, Object data)
Object
ApexXSSFromURLParamRule. visit(ASTMethodCallExpression node, Object data)
-