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 java.lang.ObjectApexParserVisitor. visit(ASTSoqlExpression node, java.lang.Object data)java.lang.ObjectApexParserVisitorAdapter. visit(ASTSoqlExpression node, java.lang.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 java.lang.ObjectAbstractApexRule. visit(ASTSoqlExpression node, java.lang.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 java.lang.ObjectAvoidSoqlInLoopsRule. visit(ASTSoqlExpression node, java.lang.Object data)
-