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

Uses in package com.puppycrawl.tools.checkstyle.checks.blocks

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.