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.RightCurlyOption

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.