Package | Description |
---|---|
net.sourceforge.pmd.lang.apex.ast | |
net.sourceforge.pmd.lang.apex.metrics.impl | |
net.sourceforge.pmd.lang.apex.rule |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ApexParserVisitorAdapter.visit(ASTStandardCondition node,
java.lang.Object data) |
java.lang.Object |
ApexParserVisitor.visit(ASTStandardCondition node,
java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
static int |
CycloMetric.booleanExpressionComplexity(ASTStandardCondition expression)
Computes the number of control flow paths through that expression, which is the number of
|| and && operators. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractApexRule.visit(ASTStandardCondition node,
java.lang.Object data) |
Copyright © 2002–2018 PMD. All rights reserved.