Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.blocks |
Contains the Block checks that are bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
static BlockOption |
BlockOption.STMT
Represents the policy that there is a statement in the block.
|
static BlockOption |
BlockOption.TEXT
Represents the policy that there is some text in the block.
|