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

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

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

Fields in com.puppycrawl.tools.checkstyle.checks.blocks declared as LeftCurlyOption
static LeftCurlyOption LeftCurlyOption.EOL
          Represents the policy for placing the brace at the end of line.
static LeftCurlyOption LeftCurlyOption.NLOW
          Represents the policy that if the brace will fit on the first line of the statement, taking into account maximum line length, then apply EOL rule.
static LeftCurlyOption LeftCurlyOption.NL
          Represents the policy that the brace must always be on a new line.
 


Back to the Checkstyle Home Page