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

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

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

class
Represents the options for line separator settings.

Constructors with parameter type com.puppycrawl.tools.checkstyle.checks.AbstractOption

Creates a new AbstractOptionCheck instance.

Methods with return type com.puppycrawl.tools.checkstyle.checks.AbstractOption

AbstractOption
AbstractOption.decode(String aStrRep)
Returns the option specified by a string representation.
AbstractOption

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

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

class
Represents the policy for checking entity bean restrictions according to whether persistence is bean-managed, container-managed, or mixed.

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

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

class
Represents the policy for checking block statements.
class
Represents the options for placing the left curly brace '{'.
class
Represents the options for placing the right curly brace '}'.

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

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

class
Represents the options for wrapping on an operator.
class
Represents the options for whitespace around parentheses.