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

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

Subclasses of AbstractOptionCheck in com.puppycrawl.tools.checkstyle.checks
 class EmptyBlockCheck
          Checks for empty blocks.
 class EmptyForIteratorPadCheck
          Checks the padding of an empty for iterator; that is whether a space is required at an empty for iterator, or such spaces are forbidden.
 class LeftCurlyCheck
           Checks the placement of left curly braces on types, methods and other the other blocks: LITERAL_CATCH 55 , LITERAL_DO 55 , LITERAL_ELSE 55 , LITERAL_FINALLY 55 , LITERAL_FOR 55 , LITERAL_IF 55 , LITERAL_SWITCH 55 , LITERAL_SYNCHRONIZED 55 , LITERAL_TRY 55 , LITERAL_WHILE 55 .
 class OperatorWrapCheck
           Checks line wrapping for operators.
 class ParenPadCheck
          Checks the padding of parentheses; that is whether a space is required after a left parenthesis and before a right parenthesis, or such spaces are forbidden, with the exception that it does not check for padding of the right parenthesis at an empty for iterator.
 class RightCurlyCheck
           Checks the placement of right curly braces.