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 ObjectApexParserVisitor. visit(ASTMethodCallExpression node, Object data)ObjectApexParserVisitorAdapter. 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 ObjectCognitiveComplexityVisitor. 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 ObjectAbstractApexRule. 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 ObjectApexAssertionsShouldIncludeMessageRule. 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 ObjectAbstractNcssCountRule. 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 booleanHelper. isMethodCallChain(ASTMethodCallExpression methodNode, String... methodNames)static booleanHelper. isMethodName(ASTMethodCallExpression m, String methodName)static booleanHelper. 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 ObjectApexCRUDViolationRule. visit(ASTMethodCallExpression node, Object data)ObjectApexInsecureEndpointRule. visit(ASTMethodCallExpression node, Object data)ObjectApexXSSFromURLParamRule. visit(ASTMethodCallExpression node, Object data)
-