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 java.lang.Object
ApexParserVisitor. visit(ASTMethodCallExpression node, java.lang.Object data)
java.lang.Object
ApexParserVisitorAdapter. visit(ASTMethodCallExpression node, java.lang.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 java.lang.Object
AbstractApexRule. visit(ASTMethodCallExpression node, java.lang.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 java.lang.Object
AbstractNcssCountRule. visit(ASTMethodCallExpression node, java.lang.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 java.lang.Object
ApexCRUDViolationRule. visit(ASTMethodCallExpression node, java.lang.Object data)
java.lang.Object
ApexInsecureEndpointRule. visit(ASTMethodCallExpression node, java.lang.Object data)
java.lang.Object
ApexXSSFromURLParamRule. visit(ASTMethodCallExpression node, java.lang.Object data)
-