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

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

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

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