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

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

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

Fields in com.puppycrawl.tools.checkstyle.checks.blocks declared as RightCurlyOption
static RightCurlyOption RightCurlyOption.ALONE
          Represents the policy that the brace must be alone on the line.
static RightCurlyOption RightCurlyOption.SAME
          Represents the policy that the brace must be on the same line as the next statement.
 


Back to the Checkstyle Home Page