Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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

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