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 ObjectApexParserVisitor. visit(ASTStandardCondition node, Object data)ObjectApexParserVisitorAdapter. visit(ASTStandardCondition node, 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 intCycloMetric. 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 ObjectAbstractApexRule. visit(ASTStandardCondition node, Object data)
-