Uses of Class
com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption

Packages that use BlockOption
com.puppycrawl.tools.checkstyle.checks.blocks Contains the Block checks that are bundled with the main distribution. 
 

Uses of BlockOption in com.puppycrawl.tools.checkstyle.checks.blocks
 

Fields in com.puppycrawl.tools.checkstyle.checks.blocks declared as BlockOption
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.
 


Back to the Checkstyle Home Page