Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTSoqlExpression
-
Packages that use ASTSoqlExpression Package Description net.sourceforge.pmd.lang.apex.ast net.sourceforge.pmd.lang.apex.rule net.sourceforge.pmd.lang.apex.rule.performance -
-
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)
-