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

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

Subclasses of AbstractOption in com.puppycrawl.tools.checkstyle.checks
 class BlockOption
          Represents the policy for checking block statements.
 class LeftCurlyOption
          Represents the options for placing the left curly brace '{'.
 class LineSeparatorOption
          Represents the options for line separator settings.
 class OperatorWrapOption
          Represents the options for wrapping on an operator.
 class PadOption
          Represents the options for whitespace around parentheses.
 class RightCurlyOption
          Represents the options for placing the right curly brace '}'.
 

Fields in com.puppycrawl.tools.checkstyle.checks declared as AbstractOption
private  AbstractOption AbstractOptionCheck.mOption
          the policy to enforce
 

Methods in com.puppycrawl.tools.checkstyle.checks that return AbstractOption
 AbstractOption AbstractOptionCheck.getAbstractOption()
           
 AbstractOption AbstractOption.decode(java.lang.String aStrRep)
          Returns the option specified by a string representation.
 

Constructors in com.puppycrawl.tools.checkstyle.checks with parameters of type AbstractOption
AbstractOptionCheck(AbstractOption aDefault)
          Creates a new AbstractOptionCheck instance.