Frames | No Frames |
Fields of type com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption | |
LeftCurlyOption | Represents the policy for placing the brace at the end of line. |
LeftCurlyOption | Represents the policy that the brace must always be on a new line. |
LeftCurlyOption | 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. |
Back to the Checkstyle Home Page |