Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTStandardCondition
-
Packages that use ASTStandardCondition Package Description net.sourceforge.pmd.lang.apex.ast net.sourceforge.pmd.lang.apex.metrics.impl net.sourceforge.pmd.lang.apex.rule -
-
Uses of ASTStandardCondition in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTStandardCondition Modifier and Type Method Description java.lang.Object
ApexParserVisitor. visit(ASTStandardCondition node, java.lang.Object data)
java.lang.Object
ApexParserVisitorAdapter. visit(ASTStandardCondition node, java.lang.Object data)
-
Uses of ASTStandardCondition in net.sourceforge.pmd.lang.apex.metrics.impl
Methods in net.sourceforge.pmd.lang.apex.metrics.impl with parameters of type ASTStandardCondition Modifier and Type Method Description static int
CycloMetric. booleanExpressionComplexity(ASTStandardCondition expression)
Computes the number of control flow paths through that expression, which is the number of||
and&&
operators. -
Uses of ASTStandardCondition in net.sourceforge.pmd.lang.apex.rule
Methods in net.sourceforge.pmd.lang.apex.rule with parameters of type ASTStandardCondition Modifier and Type Method Description java.lang.Object
AbstractApexRule. visit(ASTStandardCondition node, java.lang.Object data)
-