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

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

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

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


Back to the Checkstyle Home Page