Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTSoqlExpression
-
-
Uses of ASTSoqlExpression in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTSoqlExpression Modifier and Type Method Description ObjectApexParserVisitor. visit(ASTSoqlExpression node, Object data)ObjectApexParserVisitorAdapter. visit(ASTSoqlExpression node, Object data) -
Uses of ASTSoqlExpression in net.sourceforge.pmd.lang.apex.rule
Methods in net.sourceforge.pmd.lang.apex.rule with parameters of type ASTSoqlExpression Modifier and Type Method Description ObjectAbstractApexRule. visit(ASTSoqlExpression node, Object data) -
Uses of ASTSoqlExpression in net.sourceforge.pmd.lang.apex.rule.performance
Methods in net.sourceforge.pmd.lang.apex.rule.performance with parameters of type ASTSoqlExpression Modifier and Type Method Description ObjectAvoidSoqlInLoopsRule. visit(ASTSoqlExpression node, Object data) -
Uses of ASTSoqlExpression in net.sourceforge.pmd.lang.apex.rule.security
Methods in net.sourceforge.pmd.lang.apex.rule.security with parameters of type ASTSoqlExpression Modifier and Type Method Description ObjectApexSharingViolationsRule. visit(ASTSoqlExpression node, Object data)
-