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

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

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

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