Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.metrics |
Contains the Metrics checks that are
bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
private BooleanExpressionComplexityCheck.Context |
BooleanExpressionComplexityCheck.context
Current context.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<BooleanExpressionComplexityCheck.Context> |
BooleanExpressionComplexityCheck.contextStack
Stack of contexts.
|