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

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

Classes derived from com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck

class
Checks the padding of an empty for initializer; that is whether a space is required at an empty for initializer, or such spaces are forbidden.
class
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
Checks the padding between the identifier of a method definition, constructor definition, method call, or constructor invocation; and the left parenthesis of the parameter list.
class
Checks line wrapping for operators.
class
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
Checks the padding of parentheses for typecasts.

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

Classes derived from com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck

class
Checks for empty blocks.
class
Checks the placement of left curly braces on types, methods and other blocks: LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE.
class
Checks the placement of right curly braces.