Uses of Class
com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption

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

Uses of PadOption in com.puppycrawl.tools.checkstyle.checks.whitespace
 

Fields in com.puppycrawl.tools.checkstyle.checks.whitespace declared as PadOption
static PadOption PadOption.NOSPACE
          Represents no spacing following a left parenthesis or preceding a right one.
static PadOption PadOption.SPACE
          Represents mandatory spacing following a left parenthesis and preceeing a right one.
 


Back to the Checkstyle Home Page