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