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

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

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

Fields in com.puppycrawl.tools.checkstyle.checks declared as BlockOption
static BlockOption BlockOption.TEXT
          Represents the policy that there is some text in the block.
static BlockOption BlockOption.STMT
          Represents the policy that there is a statement in the block.
 


Back to the Checkstyle Home Page