Alphabetical Index

A B C D E F G H I J L M N O P Q R S T U V W X

A

ABSTRACT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The abstract keyword.
AbstractBeanCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractBeanCheck
Abstract class for checks that verify Bean implementation.
AbstractClassCouplingCheck - class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
Base class for coupling calculation.
AbstractClassCouplingCheck(int) - constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
Creates new instance of the check.
AbstractClassNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
Ensures that the names of abstract classes conforming to some regular expression.
AbstractClassNameCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
Creates new instance of the check.
AbstractComplexityCheck - class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
Base class for checks the calculate complexity based around methods.
AbstractComplexityCheck(int) - constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
Creates an instance.
AbstractFileSetCheck - class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Provides common functionality for many FileSetChecks.
AbstractFormatCheck - class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
Abstract class for checks that verify strings using a regular expression.
AbstractFormatCheck(String) - constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
Creates a new AbstractFormatCheck instance.
AbstractHeaderCheck - class com.puppycrawl.tools.checkstyle.checks.AbstractHeaderCheck
Abstract super class for header checks.
AbstractInterfaceCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractInterfaceCheck
Abstract class for checking interface requirements.
AbstractJ2eeCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractJ2eeCheck
Abstract class for J2ee component checking.
AbstractLoader - class com.puppycrawl.tools.checkstyle.api.AbstractLoader
Contains the common implementation of a loader, for loading a configuration from an XML file.
AbstractLoader(Map) - constructor for class com.puppycrawl.tools.checkstyle.api.AbstractLoader
Creates a new instance.
AbstractLoader(String,String) - constructor for class com.puppycrawl.tools.checkstyle.api.AbstractLoader
Creates a new instance.
AbstractNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
Abstract class for checking that names conform to a specified format.
AbstractNameCheck(String) - constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
Creates a new AbstractNameCheck instance.
AbstractNestedDepthCheck - class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
Abstract class which provides helpers functionality for nestedchecks.
AbstractNestedDepthCheck(int) - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
Creates new instance of checks.
AbstractOption - class com.puppycrawl.tools.checkstyle.checks.AbstractOption
Abstract class that represents options.
AbstractOption(String) - constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractOption
Creates a new AbstractOption instance.
AbstractOptionCheck - class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck
Abstract class for checks with options.
AbstractOptionCheck(com.puppycrawl.tools.checkstyle.checks.AbstractOption) - constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck
Creates a new AbstractOptionCheck instance.
AbstractParenPadCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
Abstract class for checking the padding of parentheses.
AbstractSuperCheck - class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
Abstract class for checking that an overriding method with no parameters invokes the super method.
AbstractTypeAwareCheck - class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Abstract class that endeavours to maintain type information for the Java file being checked.
AbstractTypeAwareCheck(boolean) - constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Create an object.
AbstractUsageCheck - class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
Performs a usage check for fields, methods, parameters, variables.
AbstractUsageCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
Constructs an AbstractUsageCheck.
AbstractViolationReporter - class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Serves as an abstract base class for all modules that report inspection findings.
accept(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.Filter
Determines whether or not a filtered AuditEvent is accepted.
accept(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.FilterSet
accept(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
accept(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
accept(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
accept(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
accept(int) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
Checks if given indentation is accaptable.
accept(Integer) - method in class com.puppycrawl.tools.checkstyle.filters.CSVFilter
Determines whether an Integer matches a CSV integer value.
accept(Integer) - method in class com.puppycrawl.tools.checkstyle.filters.IntFilter
Determines whether or not a filtered Integer is accepted.
accept(Integer) - method in class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
accept(Integer) - method in class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
add(com.puppycrawl.tools.checkstyle.api.LocalizedMessage) - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
Logs a message to be reported.
add(String,Object) - method in class com.puppycrawl.tools.checkstyle.DefaultContext
Adds a context entry.
addAcceptedIndent(com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
Adds one more acceptable indentation level.
addAcceptedIndent(int) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
Adds one more acceptable indentation level.
addAttribute(String,String) - method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Adds an attribute to this configuration.
addChild(AST) - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
Adds new child to AST.
Makes a configuration a child of this configuration.
addError(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that an audit error was discovered on a specific file.
addError(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Print an Emacs compliant line on the error stream.
addError(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
addError(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that an exception happened while performing audit.
addFileset(FileSet) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Adds a set of files (nested fileset attribute).
addFileSetCheck(com.puppycrawl.tools.checkstyle.api.FileSetCheck) - method in class com.puppycrawl.tools.checkstyle.Checker
Adds a FileSetCheck to the list of FileSetChecks that is executed in process().
addFilter(com.puppycrawl.tools.checkstyle.api.Filter) - method in class com.puppycrawl.tools.checkstyle.Checker
Adds a filter to the end of the audit event filter chain.
addFilter(com.puppycrawl.tools.checkstyle.api.Filter) - method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Adds a Filter to the set.
addFilter(com.puppycrawl.tools.checkstyle.filters.IntFilter) - method in class com.puppycrawl.tools.checkstyle.filters.CSVFilter
Adds a IntFilter to the set.
Add a formatter.
addLineAndCol(Integer,int) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
Add a line to this set of lines.
addListener(com.puppycrawl.tools.checkstyle.api.AuditListener) - method in class com.puppycrawl.tools.checkstyle.Checker
Add the listener that will be used to receive events from the audit.
Add an override property.
ALONE - static field in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
Represents the policy that the brace must be alone on the line.
ANONINNER - static field in class com.puppycrawl.tools.checkstyle.api.Scope
anon inner scope.
AnonInnerLengthCheck - class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
Checks for long anonymous inner classes.
applyTo(Set) - method in class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
Applies this check to a set of nodes.
applyTo(Set) - method in class com.puppycrawl.tools.checkstyle.checks.usage.OneMethodPrivateFieldCheck
ARRAY_DECLARATOR - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An array declaration.
ARRAY_INIT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An array initialization.
ArrayInitHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
Handler for array initialization blocks.
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
ArrayTrailingCommaCheck - class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
Checks if array initialization contains optional trailing comma.
ArrayTypeStyleCheck - class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
Checks the style of array type definitions.
ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The = (assignment) operator.
AssignHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.AssignHandler
Handler for assignements.
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
AuditEvent - class com.puppycrawl.tools.checkstyle.api.AuditEvent
Raw event for audit.
AuditEvent(Object) - constructor for class com.puppycrawl.tools.checkstyle.api.AuditEvent
Creates a new instance.
AuditEvent(Object,String) - constructor for class com.puppycrawl.tools.checkstyle.api.AuditEvent
Creates a new AuditEvent instance.
AuditEvent(Object,String,com.puppycrawl.tools.checkstyle.api.LocalizedMessage) - constructor for class com.puppycrawl.tools.checkstyle.api.AuditEvent
Creates a new AuditEvent instance.
auditFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that the audit is finished.
auditFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.DefaultLogger
auditFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
auditFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.XMLLogger
AuditListener - interface com.puppycrawl.tools.checkstyle.api.AuditListener
Listener in charge of receiving events from the Checker.
auditStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that the audit is about to start.
auditStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.DefaultLogger
auditStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
auditStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.XMLLogger
AutomaticBean - class com.puppycrawl.tools.checkstyle.api.AutomaticBean
A Java Bean that implements the component lifecycle interfaces by calling the bean's setters for all configration attributes.
AvoidInlineConditionalsCheck - class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
Detects inline conditionals.
AvoidNestedBlocksCheck - class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
Finds nested blocks.
AvoidStarImportCheck - class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
Check that finds import statements that use the * notation.

B

BAND - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The & (bitwise AND) operator.
BAND_ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The &= (bitwise AND assignment) operator.
baseClassname(String) - static method in class com.puppycrawl.tools.checkstyle.api.Utils
BEAN - static field in class com.puppycrawl.tools.checkstyle.checks.j2ee.PersistenceOption
Represents the bean-managed persistence policy.
BeanManagedMethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanManagedMethodChecker
Checks methods of entity beans with bean-managed persistence.
Constructs a BeanManagedMethodChecker.
BeanMethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker
Root class for bean method checks.
BeanMethodChecker(com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractBeanCheck) - constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker
Constructs a BeanMethodChecker for a bean check.
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.api.Check
Called before the starting to process a tree.
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.HeaderCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.RegexpHeaderCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.RequiredRegexpCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
BlockOption - class com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
Represents the policy for checking block statements.
BlockParentHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Handler for parents of blocks ('if', 'else', 'while', etc).
Construct an instance of this handler with the given indentation check, name, abstract syntax tree, and parent handler.
BNOT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ~ (bitwise complement) operator.
BooleanExpressionComplexityCheck - class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
Restricts nested boolean operators (&&, || and ^) to a specified depth (default = 3).
BooleanExpressionComplexityCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
Creates new instance of the check.
BOR - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The | (bitwise OR) operator.
BOR_ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The |= (bitwise OR assignment) operator.
branchContains(int) - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
Checks if this branch of the parse tree contains a token of the provided type.
BSR - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >>> (unsigned shift right) operator.
BSR_ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >>>= (unsigned right shift assignment) operator.
BXOR - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ^ (bitwise exclusive OR) operator.
BXOR_ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ^= (bitwise exclusive OR assignment) operator.

C

CASE_GROUP - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A group of case clauses.
CaseHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
Handler for case statements.
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
CatchHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.CatchHandler
Handler for catch blocks.
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
CHAR_LITERAL - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A character literal.
Check - class com.puppycrawl.tools.checkstyle.api.Check
The base class for checks.
checkBean(com.puppycrawl.tools.checkstyle.api.DetailAST,String,boolean) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractBeanCheck
Checks a bean class requirements.
Check the indent level of the children of the specified parent expression.
checkCreateMatch() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
Checks that every ejbCreate method has a matching ejbPostCreate method.
checkCreateMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker
Checks whether an ejbCreate<METHOD>(...) method of a bean satisfies requirements.
checkCreateMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ContainerManagedMethodChecker
Checks whether an ejbCreate<METHOD>(...) method of an entity bean satisfies requirements.
checkCreateMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
checkCreateMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.HomeInterfaceMethodChecker
Checks create<METHOD>(...) method requirements.
checkCreateMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MessageBeanMethodChecker
checkCreateMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanMethodChecker
Checker - class com.puppycrawl.tools.checkstyle.Checker
This class provides the functionality to check a set of files.
Checker() - constructor for class com.puppycrawl.tools.checkstyle.Checker
Creates a new Checker instance.
Check the indentation level for an expression subtree.
checkHomeMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
Checks whether an ejbHome<METHOD>(...) method of an entity bean satisfies requirements.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.AssignHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.CatchHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.DoWhileHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ForHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ImportHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.PackageDefHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
Check the indentation of the expression we are handling.
checkIndentation() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.WhileHandler
Check the indentation of the expression we are handling.
checkLCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Check the indentation of the left curly brace.
checkLinesIndent(int,int,com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Check the indentation of consecutive lines for the expression we are handling.
checkLParen() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Check the indentation of the left parenthesis.
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanManagedMethodChecker
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ContainerManagedMethodChecker
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.HomeInterfaceMethodChecker
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalHomeInterfaceMethodChecker
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalInterfaceMethodChecker
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
Checks whether a method satisfies component requirements.
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteHomeInterfaceMethodChecker
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteInterfaceMethodChecker
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST,boolean) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
Checks whether a method satisfies public, non-static, and final requirements.
checkMethods(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanManagedMethodChecker
checkMethods(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
checkMethods(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MessageBeanMethodChecker
checkMethods(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
Checks that the methods of a component satisfy requirements.
checkMethods(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanMethodChecker
checkModifiers() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Check the indentation level of modifiers.
checkNotThrows(com.puppycrawl.tools.checkstyle.api.DetailAST,String) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
Checks that the throws clause of a method definition does no include an Exception.
checkPostCreateMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
Checks whether an ejbPostCreate<METHOD>(...) method of an entity bean satisfies requirements.
checkRCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Check the indentation of the right curly brace.
checkRParen() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Check the indentation of the right parenthesis.
checkSelectMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ContainerManagedMethodChecker
Checks whether an ejbSelect<METHOD>(...) method of an entity bean satisfies requirements.
CHECKSTYLE_BUNDLE - static field in class com.puppycrawl.tools.checkstyle.Defn
Name of resource bundle for Checkstyle.
CheckstyleException - class com.puppycrawl.tools.checkstyle.api.CheckstyleException
Represents an error condition within Checkstyle.
CheckstyleException(String) - constructor for class com.puppycrawl.tools.checkstyle.api.CheckstyleException
Creates a new CheckstyleException instance.
CheckstyleException(String,Throwable) - constructor for class com.puppycrawl.tools.checkstyle.api.CheckstyleException
Creates a new CheckstyleException instance that was caused by another exception.
CheckStyleTask - class com.puppycrawl.tools.checkstyle.CheckStyleTask
An implementation of a ANT task for calling checkstyle.
checkThrows(com.puppycrawl.tools.checkstyle.api.DetailAST,String) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
Checks that the throws clause of a method definition includes an Exception.
checkToplevelToken() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Check the indent of the top level token.
checkToplevelToken() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ElseHandler
Check the indent of the top level token.
checkToplevelToken() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
Check the indentation of the top level token.
CheckUtils - class com.puppycrawl.tools.checkstyle.checks.CheckUtils
Contains utility methods for the checks.
childrenMayNest() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
Determines if child elements within the expression may be nested.
childrenMayNest() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Determines if child elements within the expression may be nested.
CLASS_DEF - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A class declaration.
ClassDataAbstractionCouplingCheck - class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
This metric measures the number of instantiations of other classes within the given class.
ClassDataAbstractionCouplingCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
Creates bew instance of the check.
ClassDefHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
Handler for class definitions.
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
ClassFanOutComplexityCheck - class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
The # of other classes a given class relies on.
ClassFanOutComplexityCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
Creates new instance of this check.
ClassResolver - class com.puppycrawl.tools.checkstyle.checks.ClassResolver
Utility class to resolve a class name to an actual class.
ClassResolver(ClassLoader,String,Set) - constructor for class com.puppycrawl.tools.checkstyle.checks.ClassResolver
Creates a new ClassResolver instance.
clear() - method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Clears the FilterSet.
close() - method in class com.puppycrawl.tools.checkstyle.StringArrayReader
closeStreams() - method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Flushes the output streams and closes them if needed.
COLON - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The : (colon) operator.
COMMA - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The , (comma) operator.
Comment - class com.puppycrawl.tools.checkstyle.api.Comment
Representation of the comment block.
Comment(String[],int,int,int) - constructor for class com.puppycrawl.tools.checkstyle.api.Comment
Creates new instance.
CommentListener - interface com.puppycrawl.tools.checkstyle.grammars.CommentListener
This interface is used to be notified by parser about comments in the parsed code.
compareTo(Object) - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
compareTo(Object) - method in class com.puppycrawl.tools.checkstyle.api.Scope
compareTo(Object) - method in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
Configurable - interface com.puppycrawl.tools.checkstyle.api.Configurable
A component that can be configured.
Configuration - interface com.puppycrawl.tools.checkstyle.api.Configuration
A Configuration is used to configure a Configurable component.
ConfigurationLoader - class com.puppycrawl.tools.checkstyle.ConfigurationLoader
Loads a configuration from a standard configuration XML file.
configure(com.puppycrawl.tools.checkstyle.api.Configuration) - method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
Implements the Configurable interface using bean introspection.
configure(com.puppycrawl.tools.checkstyle.api.Configuration) - method in class com.puppycrawl.tools.checkstyle.api.Configurable
Configures this component.
ConstantNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
Checks that constant names conform to a format specified by the format property.
ConstantNameCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
Creates a new ConstantNameCheck instance.
constructDottedName(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
Builds the dotted name String representation of the object contained within an AST.
CONTAINER - static field in class com.puppycrawl.tools.checkstyle.checks.j2ee.PersistenceOption
Represents the container-managed persistence policy.
ContainerManagedMethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.ContainerManagedMethodChecker
Checks methods of entity beans with container-managed persistence.
Constructs a ContainerManagedMethodChecker for a entity bean check.
Context - interface com.puppycrawl.tools.checkstyle.api.Context
A context to be used in subcomponents.
Contextualizable - interface com.puppycrawl.tools.checkstyle.api.Contextualizable
A Component that needs context information from it's container to work.
contextualize(com.puppycrawl.tools.checkstyle.api.Context) - method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
Implements the Contextualizable interface using bean introspection.
contextualize(com.puppycrawl.tools.checkstyle.api.Context) - method in class com.puppycrawl.tools.checkstyle.api.Contextualizable
Sets the context for this Component.
CovariantEqualsCheck - class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
Checks that if a class defines a covariant method equals, then it defines method equals(java.lang.Object).
CR - static field in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
Mac-style line separators.
createClasspath() - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
createFullIdent(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.api.FullIdent
Creates a new FullIdent starting from the specified node.
createFullIdentBelow(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.api.FullIdent
Creates a new FullIdent starting from the child of the specified node.
createFullType(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
Creates FullIdent for given type node.
createModule(String) - method in class com.puppycrawl.tools.checkstyle.ModuleFactory
Creates a new instance of a class from a given name.
createModule(String) - method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
Creates a new instance of a class from a given name, or that name concatenated with "Check".
createRE(String) - static method in class com.puppycrawl.tools.checkstyle.api.Utils
Helper method to create a regular expression.
CRLF - static field in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
Windows-style line separators.
CSVFilter - class com.puppycrawl.tools.checkstyle.filters.CSVFilter
This filter accepts an integer that matches a CSV value, where each value is an integer or a range of integers.
CSVFilter(String) - constructor for class com.puppycrawl.tools.checkstyle.filters.CSVFilter
Constructs a CSVFilter from a CSV, Comma-Separated Values, string.
CTOR_CALL - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A constructor call.
CTOR_DEF - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A constructor declaration.
CyclomaticComplexityCheck - class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
Checks cyclomatic complexity against a specified limit.
CyclomaticComplexityCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
Create an instance.

D

DEC - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The -- (prefix decrement) operator.
DeclarationOrderCheck - class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
According to Code Conventions for the Java Programming Language , the parts of a class or interface declaration should appear in the following order
  • Class (static) variables.
  • decode(String) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractOption
    Returns the option specified by a string representation.
    DefaultComesLastCheck - class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
    Check that the default is after all the cases in a switch statement.
    DefaultComesLastCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
    Creates new instance of the check.
    DefaultConfiguration - class com.puppycrawl.tools.checkstyle.DefaultConfiguration
    Default implementation of the Configuration interface.
    DefaultConfiguration(String) - constructor for class com.puppycrawl.tools.checkstyle.DefaultConfiguration
    Instantiates a DefaultConfiguration.
    DefaultContext - class com.puppycrawl.tools.checkstyle.DefaultContext
    A default implementation of the Context interface.
    DefaultLogger - class com.puppycrawl.tools.checkstyle.DefaultLogger
    Simple plain logger for text output.
    DefaultLogger(OutputStream,boolean) - constructor for class com.puppycrawl.tools.checkstyle.DefaultLogger
    Creates a new DefaultLogger instance.
    DefaultLogger(OutputStream,boolean,OutputStream,boolean) - constructor for class com.puppycrawl.tools.checkstyle.DefaultLogger
    Creates a new DefaultLogger instance.
    Defn - class com.puppycrawl.tools.checkstyle.Defn
    Contains constant definitions common to the package.
    DescendantTokenCheck - class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
    Checks for restricted tokens beneath other tokens.
    DesignForExtensionCheck - class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
    Checks that classes are designed for inheritance.
    destroy() - method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
    destroy() - method in class com.puppycrawl.tools.checkstyle.api.Check
    Destroy the check.
    destroy() - method in class com.puppycrawl.tools.checkstyle.Checker
    Cleans up the object.
    destroy() - method in class com.puppycrawl.tools.checkstyle.api.FileSetCheck
    Cleans up the object.
    destroy() - method in class com.puppycrawl.tools.checkstyle.TreeWalker
    DetailAST - class com.puppycrawl.tools.checkstyle.api.DetailAST
    An extension of the CommonAST that records the line and column number.
    DIV - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The / (division) operator.
    DIV_ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The /= (division assignment) operator.
    DOT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The . (dot) operator.
    DoubleCheckedLockingCheck - class com.puppycrawl.tools.checkstyle.checks.coding.DoubleCheckedLockingCheck
    Detect the double-checked locking idiom, a technique that tries to avoid synchronization overhead but is incorrect because of subtle artifacts of the java memory model.
    DoWhileHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.DoWhileHandler
    Handler for do...while blocks.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.

    E

    ELIST - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    An expression list.
    ElseHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.ElseHandler
    Handler for else blocks.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    EMPTY_STAT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The empty statement.
    EmptyBlockCheck - class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
    Checks for empty blocks.
    EmptyBlockCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
    Creates a new EmptyBlockCheck instance.
    EmptyForInitializerPadCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
    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.
    EmptyForInitializerPadCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
    Sets the paren pad otion to nospace.
    EmptyForIteratorPadCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.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.
    EmptyForIteratorPadCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
    Sets the paren pad otion to nospace.
    EmptyStatementCheck - class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
    Check that finds empty statements.
    encode(String) - method in class com.puppycrawl.tools.checkstyle.XMLLogger
    Escape <, > & ' and " as their entities.
    endElement(String,String,String) - method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
    EntityBeanCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanCheck
    Checks that an EntityBean implementation satisfies EntityBean requirements.
    EntityBeanCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanCheck
    Creates a new EntityBeanCheck instance.
    EntityBeanMethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
    Root class for entity bean method checks.
    Constructs a EntityBeanMethodChecker for a bean check.
    EOF - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The end of file token.
    EOL - static field in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
    Represents the policy for placing the brace at the end of line.
    EOL - static field in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
    Require that the operator is at the end of the line.
    EQUAL - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The == (equal) operator.
    equals(Object) - method in class com.puppycrawl.tools.checkstyle.filters.CSVFilter
    equals(Object) - method in class com.puppycrawl.tools.checkstyle.api.FilterSet
    equals(Object) - method in class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
    equals(Object) - method in class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
    equals(Object) - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    equals(Object) - method in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
    The equals method.
    equals(Object) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
    equals(Object) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
    EqualsHashCodeCheck - class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
    Checks that classes that override equals() also override hashCode().
    Tests whether two type AST nodes have the same type.
    ERROR - static field in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
    Severity level: error.
    error(SAXParseException) - method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
    ExecutableStatementCountCheck - class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
    Restricts the number of executable statements to a specified limit (default = 30).
    ExecutableStatementCountCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
    Constructs a ExecutableStatementCountCheck.
    execute() - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    Actually checks the files specified.
    expandedTabsColumnNo(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Get the column number for the start of a given expression, expanding tabs out into spaces in the process.
    ExplicitInitializationCheck - class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
    Checks if any class or object member explicitly initialized to default for its type value (null for object references, zero for numeric types and char and false for boolean.
    EXPR - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    An expression.
    ExpressionHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Abstract base class for all handlers.
    Construct an instance of this handler with the given indentation check, name, abstract syntax tree, and parent handler.
    EXTENDS_CLAUSE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    An extends clause.

    F

    FallThroughCheck - class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
    Checks for fall through in switch statements Finds locations where a case contains Java code - but lacks a break, return, throw or continue statement.
    FallThroughCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
    Creates new instance of the check.
    fatalError(SAXParseException) - method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
    FileContents - class com.puppycrawl.tools.checkstyle.api.FileContents
    Represents the contents of a file.
    FileContents(String,String[]) - constructor for class com.puppycrawl.tools.checkstyle.api.FileContents
    Creates a new FileContents instance.
    FileContentsHolder - class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
    Holds the current file contents for global access when configured as a TreeWalker sub-module.
    fileFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.AuditListener
    Notify that audit is finished on a specific file.
    fileFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.DefaultLogger
    fileFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
    fileFinished(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.XMLLogger
    FileLengthCheck - class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
    Checks for long source files.
    FileSetCheck - interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
    Interface for Checking a set of files for some criteria.
    fileStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.AuditListener
    Notify that audit is about to start on a specific file.
    fileStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.DefaultLogger
    fileStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
    fileStarted(com.puppycrawl.tools.checkstyle.api.AuditEvent) - method in class com.puppycrawl.tools.checkstyle.XMLLogger
    Filter - interface com.puppycrawl.tools.checkstyle.api.Filter
    An interface for filtering AuditEvents.
    filter(File[]) - method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
    Determines the set of files this FileSetCheck is interested in.
    FilterSet - class com.puppycrawl.tools.checkstyle.api.FilterSet
    A filter set applies filters to AuditEvents.
    FINAL - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The final keyword.
    FinalClassCheck - class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
    Checks that class which has only private ctors is declared as final.
    FinalLocalVariableCheck - class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
    Ensures that local variables that never get their values changed, must be declared final.
    FinallyHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.FinallyHandler
    Handler for finally blocks.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    FinalParametersCheck - class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
    Check that method/constructor/catch parameters are final.
    FinalStaticCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.FinalStaticCheck
    Checks that all static fields are declared final.
    findFirstToken(int) - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    Returns the first child token that makes a specified type.
    Find the set of lines for a given subtree.
    finishLocalSetup() - method in class com.puppycrawl.tools.checkstyle.checks.AbstractHeaderCheck
    Checks that required args were specified.
    finishLocalSetup() - method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
    Provides a hook to finish the part of this compoent's setup that was not handled by the bean introspection.
    finishLocalSetup() - method in class com.puppycrawl.tools.checkstyle.Checker
    finishLocalSetup() - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
    Check that everything was set up properly.
    finishLocalSetup() - method in class com.puppycrawl.tools.checkstyle.TreeWalker
    finishTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
    finishTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.api.Check
    Called after finished processing a tree.
    finishTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
    finishTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
    finishTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
    finishTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
    finishTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
    finishTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
    finishTree(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
    fireAuditFinished() - method in class com.puppycrawl.tools.checkstyle.Checker
    notify all listeners about the audit end
    fireAuditStarted() - method in class com.puppycrawl.tools.checkstyle.Checker
    notify all listeners about the audit start
    fireErrors(String) - method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
    Notify all listeners about the errors in a file.
    notify all listeners about the errors in a file.
    Notify all listeners about the errors in a file.
    fireFileFinished(String) - method in class com.puppycrawl.tools.checkstyle.Checker
    Notify all listeners about the end of a file audit.
    fireFileFinished(String) - method in class com.puppycrawl.tools.checkstyle.api.MessageDispatcher
    Notify all listeners about the end of a file audit.
    fireFileStarted(String) - method in class com.puppycrawl.tools.checkstyle.Checker
    Notify all listeners about the beginning of a file audit.
    fireFileStarted(String) - method in class com.puppycrawl.tools.checkstyle.api.MessageDispatcher
    Notify all listeners about the beginning of a file audit.
    firstLine() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
    Get the line number of the first line.
    firstLineCol() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
    Get the starting column for the first line.
    FOR_CONDITION - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A for loop condition.
    FOR_INIT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A for loop initializer.
    FOR_ITERATOR - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A for loop iterator.
    ForHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.ForHandler
    Handler for for loops.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    FullIdent - class com.puppycrawl.tools.checkstyle.api.FullIdent
    Represents a full identifier, including dots, with associated position information.

    G

    GE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The >= (greater than or equal) operator.
    GenericIllegalRegexpCheck - class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
    A generic check for code problems, the user can search for any pattern.
    GenericIllegalRegexpCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
    Instantiates an new GenericIllegalRegexpCheck.
    get(String) - method in class com.puppycrawl.tools.checkstyle.api.Context
    Searches for the value with the specified attribute key in this context.
    get(String) - method in class com.puppycrawl.tools.checkstyle.DefaultContext
    getAbstractOption() - method in class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.api.Check
    The configurable token set.
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
    Prevent user from changing tokens in the configuration.
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
    getAcceptableTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
    Prevent user from changing tokens in the configuration.
    getApplyToPackage() - method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    getApplyToPrivate() - method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    getApplyToProtected() - method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    getApplyToPublic() - method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    getASTManager() - method in class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
    Gets the manager for AST nodes.
    getAttribute(String) - method in class com.puppycrawl.tools.checkstyle.api.Configuration
    The attribute value for an attribute name.
    getAttribute(String) - method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
    getAttributeNames() - method in class com.puppycrawl.tools.checkstyle.api.Configuration
    The set of attribute names.
    getAttributeNames() - method in class com.puppycrawl.tools.checkstyle.api.Context
    Returns the names of all atttributes of this context.
    getAttributeNames() - method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
    getAttributeNames() - method in class com.puppycrawl.tools.checkstyle.DefaultContext
    getBasicOffset() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    A shortcut for IndentationCheck property.
    getBasicOffset() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    Get the basic offset.
    getBraceAdjustement() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    A shortcut for IndentationCheck property.
    getBraceAdjustement() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    Get the brace adjustment amount.
    getCaseIndent() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    Get the case indentation level.
    getCause() - method in class com.puppycrawl.tools.checkstyle.api.CheckstyleException
    getCComments() - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    Returns a map of all C style comments.
    getCharset() - method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
    getCheck() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
    Gets the client Check.
    getCheckFields() - method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    getCheckMethods() - method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    getChildCount() - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    Returns the number of child nodes one level below this node.
    getChildCount(int) - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    Returns the number of direct child tokens that have the specified type.
    getChildren() - method in class com.puppycrawl.tools.checkstyle.api.Configuration
    The set of child configurations.
    getChildren() - method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
    getChildrenExpectedLevel() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
    getChildrenExpectedLevel() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
    getClassLoader() - method in class com.puppycrawl.tools.checkstyle.api.Check
    Returns the class loader associated with the tree.
    getColumn() - method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
    getColumnNo() - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    getColumnNo() - method in class com.puppycrawl.tools.checkstyle.api.FullIdent
    getColumnNo() - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    getConfiguration() - method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
    Returns the configuration that was used to configure this component.
    getContents() - static method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
    getCount() - method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
    Returns the number of counted events since audit started.
    getCppComments() - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    Returns a map of all the C++ style comments.
    getCurrentClassName() - method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
    Returns current class.
    getCurrentValue() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractBeanCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.AbstractHeaderCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractInterfaceCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.api.Check
    Returns the default token a check is interested in.
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.DoubleCheckedLockingCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.FinalStaticCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    Get the tokens that this check will handle.
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
    The default tokens this Check is used for.
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.JUnitTestCaseCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.ModifierOrderCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.usage.OneMethodPrivateFieldCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.RedundantModifierCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.RequiredRegexpCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisParameterCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisReturnCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedLocalVariableCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedParameterCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateFieldCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateMethodCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
    getDefaultTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
    getEndColNo() - method in class com.puppycrawl.tools.checkstyle.api.Comment
    getEndColNo() - method in class com.puppycrawl.tools.checkstyle.api.TextBlock
    The column in the inputfile where the text block ends.
    getEndLineNo() - method in class com.puppycrawl.tools.checkstyle.api.Comment
    getEndLineNo() - method in class com.puppycrawl.tools.checkstyle.api.TextBlock
    The last line of the text block in the inputfile.
    getErrorKey() - method in class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
    Returns the key for the Checkstyle error message.
    getErrorKey() - method in class com.puppycrawl.tools.checkstyle.checks.usage.OneMethodPrivateFieldCheck
    getErrorKey() - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedLocalVariableCheck
    getErrorKey() - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedParameterCheck
    getErrorKey() - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateFieldCheck
    getErrorKey() - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateMethodCheck
    getExceptionLogger() - static method in class com.puppycrawl.tools.checkstyle.api.Utils
    Accessor for shared instance of logger which should be used to log all exceptions occured during FileSetCheck work (debug() should be used).
    getFileContents() - method in class com.puppycrawl.tools.checkstyle.api.Check
    Returns the file contents associated with the tree.
    getFileContents() - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
    getFileName() - method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
    getFilename() - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    getFilterChain() - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
    Returns the loaded filter chain.
    getFilters() - method in class com.puppycrawl.tools.checkstyle.filters.CSVFilter
    Returns the IntFilters of the filter set.
    getFilters() - method in class com.puppycrawl.tools.checkstyle.api.FilterSet
    Returns the Filters of the filter set.
    getFirstLine(int,com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Get the first line for a given expression.
    getFirstNode(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
    Finds sub-node for given node minimal (line, column) pair.
    getFormat() - method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
    getHandledTypes() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
    Gets list of registered handler types.
    Get the handler for an AST.
    getHeaderLines() - method in class com.puppycrawl.tools.checkstyle.checks.AbstractHeaderCheck
    Return the header lines to check against.
    getId() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
    Returns the id (name) of this tag.
    getIgnoredMethodNames() - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
    Set the list of ignored method names.
    getIgnoreFormat() - method in class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
    getIllegalClassNames() - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
    Set the list of illegal variable types.
    getIndentationTabWidth() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    Get the width of a tab.
    getIndentCheck() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Accessor for the IndentCheck attribute.
    getInstance(String) - static method in class com.puppycrawl.tools.checkstyle.api.Scope
    Scope factory method.
    getInstance(String) - static method in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
    SeverityLevel factory method.
    getJavadocBefore(int) - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    Returns the Javadoc comment before the specified line.
    getKey() - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    Returns the message key to locate the translation, can also be used in IDE plugins to map error messages to corrective actions.
    getLastChild() - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    getLCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
    Get the left curly brace portion of the expression we are handling.
    getLCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
    Get the left curly brace portion of the expression we are handling.
    getLCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
    Get the left curly brace portion of the expression we are handling.
    getLCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
    Get the left curly brace portion of the expression we are handling.
    getLCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
    Get the left curly brace portion of the expression we are handling.
    getLCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
    Get the left curly brace portion of the expression we are handling.
    getLevel() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Get the indentation amount for this handler.
    getLevelImpl() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
    Compute the indentation amount for this handler.
    getLevelImpl() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
    Compute the indentation amount for this handler.
    getLevelImpl() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Compute the indentation amount for this handler.
    getLevelImpl() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
    Compute the indentation amount for this handler.
    getLevelImpl() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
    Compute the indentation amount for this handler.
    getLevelImpl() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
    Compute the indentation amount for this handler.
    getLevelImpl() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
    Compute the indentation amount for this handler.
    getLevelImpl() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
    Compute the indentation amount for this handler.
    getLine() - method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
    return the line number on the source file where the event occurred.
    getLineNo() - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    getLineNo() - method in class com.puppycrawl.tools.checkstyle.api.FullIdent
    getLineno() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
    Returns the source line number where this tag was found.
    getLineNo() - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    getLines() - method in class com.puppycrawl.tools.checkstyle.api.Check
    Returns the lines associated with the tree.
    getLines() - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    getLines(String) - static method in class com.puppycrawl.tools.checkstyle.api.Utils
    Loads the contents of a file in a String array.
    getLines(String,String) - static method in class com.puppycrawl.tools.checkstyle.api.Utils
    Loads the contents of a file in a String array using the named charset.
    getLineStart(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Get the start of the line for the given expression.
    getLineStart(String) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Get the start of the specified line.
    getListChild() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
    Get the child element representing the list of statements.
    getListChild() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
    Get the child element representing the list of statements.
    getListChild() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
    Get the child element representing the list of statements.
    getListChild() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
    Get the child element representing the list of statements.
    getListChild() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
    Get the child element representing the list of statements.
    getListChild() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
    There is no list of statements child for this handler.
    getListeners() - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    Return the list of listeners set in this task.
    getLocalizedMessage() - method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
    getLogMessageId() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
    getLogMessageId() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
    getLogMessageId() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
    getLParen() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
    Get the left parenthesis portion of the expression we are handling.
    getMainAst() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Accessor for the MainAst attribute.
    getMax() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
    getMax() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    getMax() - method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
    Getter for maximum allowed nesting depth.
    getMax() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
    Getter for maximum allowed complexity.
    getMax() - method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
    Gets the maximum threshold.
    getMax() - method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
    Getter for max property.
    getMax() - method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
    Getter for max property.
    getMessage() - method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
    return the message associated to the event.
    getMessage() - method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
    Getter for message property.
    getMessage() - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    getMessageBundle() - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Returns the message bundle name resourcebundle that contains the messages used by this module.
    getMessageCollector() - method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
    Returns the collector for violation messages.
    getMessageDispatcher() - method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
    A message dispatcher is used to fire violation messages to interested audit listeners.
    getMessageID() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    getMessageID() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
    getMessageID() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
    getMessages() - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
    getMethodChecker() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractJ2eeCheck
    Gets the method checker for this component check.
    getMethodName() - method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
    Returns the name of the overriding method.
    getMethodName() - method in class com.puppycrawl.tools.checkstyle.checks.coding.SuperCloneCheck
    getMethodName() - method in class com.puppycrawl.tools.checkstyle.checks.coding.SuperFinalizeCheck
    getName() - method in class com.puppycrawl.tools.checkstyle.api.Configuration
    The name of this configuration.
    getName() - method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
    getName() - method in class com.puppycrawl.tools.checkstyle.api.Scope
    getName() - method in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
    getNonlistChild() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
    Get the child element that is not a list of statements.
    getNonlistChild() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ElseHandler
    Get the child element that is not a list of statements.
    getNonlistChild() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
    Get the child element that is not a list of statements.
    getNonlistChild() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
    There is no child element that is not a list of statements.
    getParent() - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    Returns the parent token.
    getParent() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Accessor for the Parent attribute.
    getParentDirs(File[]) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.PackageHtmlCheck
    Returns the set of directories for a set of files.
    getPersistenceOption() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanCheck
    Returns the set PersistenceOption.
    getPosition() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
    Returns the position with in the comment line where this tag was found.
    getPreviousSibling() - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    Returns the previous sibling or null if no such sibling exists.
    getRCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
    Get the right curly brace portion of the expression we are handling.
    getRCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
    Get the right curly brace portion of the expression we are handling.
    getRCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
    Get the right curly brace portion of the expression we are handling.
    getRCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
    Get the right curly brace portion of the expression we are handling.
    getRCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
    Get the right curly brace portion of the expression we are handling.
    getRCurly() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
    Get the right curly brace portion of the expression we are handling.
    getRE(String) - static method in class com.puppycrawl.tools.checkstyle.api.Utils
    This is a factory method to return an RE object for the specified regular expression.
    getRegexp() - method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
    getRegexp() - method in class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
    getRegexp() - method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
    getRegexp() - method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractBeanCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractInterfaceCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.api.Check
    The tokens that this check must be registered for.
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.FinalStaticCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.JUnitTestCaseCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.RedundantModifierCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisParameterCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisReturnCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
    getRequiredTokens() - method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
    getRParen() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
    Get the right parenthesis portion of the expression we are handling.
    getScopeFromMods(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
    Returns the Scope specified by the modifier set.
    getSeverity() - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Get the severity level's name.
    getSeverityLevel() - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Returns the severity level of the messages generated by this module.
    getSeverityLevel() - method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
    getSeverityLevel() - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    getShortDescription(String) - static method in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    Returns the short description of a token for a given name.
    getSourceName() - method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
    getSourceName() - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    getStartColNo() - method in class com.puppycrawl.tools.checkstyle.api.Comment
    getStartColNo() - method in class com.puppycrawl.tools.checkstyle.api.TextBlock
    The column in the inputfile where the text block starts.
    getStartColumn(Integer) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
    Get the starting column for a given line number.
    getStartLineNo() - method in class com.puppycrawl.tools.checkstyle.api.Comment
    getStartLineNo() - method in class com.puppycrawl.tools.checkstyle.api.TextBlock
    The line in the inputfile where the text block starts.
    getStrippedFileName(String,String) - static method in class com.puppycrawl.tools.checkstyle.api.Utils
    Create a stripped down version of a filename.
    getStrToOpt() - method in class com.puppycrawl.tools.checkstyle.checks.AbstractOption
    Returns the map from string representations to options.
    getStrToOpt() - method in class com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
    getStrToOpt() - method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
    getStrToOpt() - method in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
    getStrToOpt() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
    getStrToOpt() - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
    getStrToOpt() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.PersistenceOption
    getStrToOpt() - method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
    getSurroundingScope(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
    Returns the scope of the surrounding "block".
    getTabWidth() - method in class com.puppycrawl.tools.checkstyle.api.Check
    getText() - method in class com.puppycrawl.tools.checkstyle.api.Comment
    getText() - method in class com.puppycrawl.tools.checkstyle.api.FullIdent
    getText() - method in class com.puppycrawl.tools.checkstyle.api.TextBlock
    The text content of the text block.
    getTokenId(String) - static method in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    Returns the ID of a token for a given name.
    getTokenName(int) - static method in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    Returns the name of a token for a given ID.
    getTokenNames() - method in class com.puppycrawl.tools.checkstyle.api.Check
    Returns the tokens registered for the check.
    getToplevelAST() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
    There is no top level expression for this handler.
    getToplevelAST() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
    Get the top level expression being managed by this handler.
    getToplevelAST() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
    There is no top level expression for this handler.
    getToplevelAST() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
    There is no top level expression for this handler.
    getToplevelAST() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
    There is no top level expression for this handler.
    getToplevelAST() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
    There is no top level expression for this handler.
    getVersion() - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanCheck
    Determines the EJB version.
    GT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The > (greater than) operator.
    gt(int) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel

    H

    HandlerFactory - class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
    Factory for handlers.
    HandlerFactory() - constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
    Creates a HandlerFactory.
    hasCurlys() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
    Determines if this block expression has curly braces.
    hasExtends(com.puppycrawl.tools.checkstyle.api.DetailAST,String) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node declares an extension of a class or interface.
    hashCode() - method in class com.puppycrawl.tools.checkstyle.filters.CSVFilter
    hashCode() - method in class com.puppycrawl.tools.checkstyle.api.FilterSet
    hashCode() - method in class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
    hashCode() - method in class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
    hashCode() - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    hashCode() - method in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
    The hashCode method.
    hashCode() - method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
    hashCode() - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
    hasImplements(com.puppycrawl.tools.checkstyle.api.DetailAST,String) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node declares an implementation of an interface.
    hasIntersectionWithComment(int,int,int,int) - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    Checks if the specified position intersects with a comment.
    hasNextTag() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
    Indicates if there are any more HtmlTag to retrieve.
    hasPublicConstructor(com.puppycrawl.tools.checkstyle.api.DetailAST,int) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST defines a class with a public constructor with a given number of parameters.
    hasPublicMethod(com.puppycrawl.tools.checkstyle.api.DetailAST,String) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node has a definition of a public method.
    hasPublicMethod(com.puppycrawl.tools.checkstyle.api.DetailAST,String,boolean) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node has a definition of a public method.
    hasPublicMethod(com.puppycrawl.tools.checkstyle.api.DetailAST,String,boolean,int) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node has a definition of a public method.
    hasThrows(com.puppycrawl.tools.checkstyle.api.DetailAST,String) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node declares a throw of an Exception.
    HeaderCheck - class com.puppycrawl.tools.checkstyle.checks.HeaderCheck
    Checks the header of the source against a fixed header file.
    HiddenFieldCheck - class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
    Checks that a local variable or a parameter does not shadow a field that is defined in the same class.
    HideUtilityClassConstructorCheck - class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
    Make sure that utility classes (classes that contain only static methods) do not have a public constructor.
    HomeInterfaceMethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.HomeInterfaceMethodChecker
    Checks the methods of a home interface.
    Constructs a method checker for a home interface check.
    HtmlTag - class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
    Used to keep track of a tag and the text that follows it.

    I

    IDENT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    An identifier.
    IfHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
    Handler for if statements.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    IGNORE - static field in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
    Severity level: ignore.
    IllegalCatchCheck - class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
    Catching java.lang.Exception, java.lang.Error or java.lang.RuntimeException is almost never acceptable.
    IllegalCatchCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
    Creates new instance of the check.
    IllegalImportCheck - class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
    Checks for imports from a set of illegal packages.
    IllegalImportCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
    Creates a new IllegalImportCheck instance.
    IllegalInstantiationCheck - class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
    Checks for illegal instantiations where a factory method is preferred.
    IllegalTokenCheck - class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
    Checks for illegal tokens.
    IllegalTokenTextCheck - class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
    Checks for illegal token text.
    IllegalTypeCheck - class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
    Checks that particular class are never used as types in variable declarations, return values or parameters.
    IllegalTypeCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
    Creates new instance of the check.
    IMPLEMENTS_CLAUSE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    An implements clause.
    implementsEntityBean(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node is in the definition of a class that implements javax.ejb.EntityBean.
    implementsSessionBean(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node is in the definition of a class that implements javax.ejb.SessionBean.
    IMPORT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    An import declaration.
    ImportHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.ImportHandler
    Handler for import statements.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    ImportOrderCheck - class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
    Class to check the ordering/grouping of imports.
    ImportOrderCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
    Default constructor.
    INC - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The ++ (prefix increment) operator.
    inCodeBlock(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
    Returns whether the scope of a node is restricted to a code block.
    incrementCurrentValue(int) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    Increments the current value by a specified amount.
    IndentationCheck - class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    Checks correct indentation of Java Code.
    IndentationCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    Creates a new instance of IndentationCheck.
    indentationLog(int,String,Object[]) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    Log an error message.
    IndentLevel - class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
    Encapsulates representation of notion of expected indentation levels.
    IndentLevel(com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel,int) - constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
    Creates new instance for nested structure.
    IndentLevel(int) - constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
    Creates new instance with one accaptable indentation level.
    INDEX_OP - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The array index operator.
    INFO - static field in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
    Severity level: informational.
    inInterfaceBlock(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
    Returns whether a node is directly contained within an interface block.
    init() - method in class com.puppycrawl.tools.checkstyle.api.Check
    Initialse the check.
    initCause(Throwable) - method in class com.puppycrawl.tools.checkstyle.api.CheckstyleException
    Initializes the cause of this exception.
    initialize(AST) - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    initialize(Token) - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    InnerAssignmentCheck - class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
    Checks for assignments in subexpressions, such as in String s = Integer.toString(i = 2);.
    INSTANCE_INIT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    An instance initializer.
    INTERFACE_DEF - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    An interface declaration.
    InterfaceIsTypeCheck - class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
    Implements Bloch, Effective Java, Item 17 - Use Interfaces only to define types.
    intersects(int,int,int,int) - method in class com.puppycrawl.tools.checkstyle.api.Comment
    intersects(int,int,int,int) - method in class com.puppycrawl.tools.checkstyle.api.TextBlock
    Checks if this comment intersects with a specified part of the file.
    IntFilter - interface com.puppycrawl.tools.checkstyle.filters.IntFilter
    An interface for filtering Integer.
    IntMatchFilter - class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
    This filter accepts a matching Integer.
    IntMatchFilter(int) - constructor for class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
    Constructs a MatchFilter for an int.
    IntRangeFilter - class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
    This filter accepts an Integer in a range.
    IntRangeFilter(int,int) - constructor for class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
    Constructs a IntRangeFilter with a lower bound and an upper bound for the range.
    isAbstract(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST defines an abstract element.
    isClosedTag() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
    Indicates if this tag is a self-closed XHTML style.
    isCloseTag() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
    Indicates if this tag is a close (end) tag.
    isElseIf(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
    Returns whether a token represents an ELSE as part of an ELSE / IF set.
    isEmpty() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
    Determines if this set of lines is empty.
    isEqualsMethod(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
    Tests whether a method definition AST defines an equals covariant.
    isFinal(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST defines a final element.
    isHandledType(int) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
    Returns true if this type (form TokenTypes) is handled.
    isIn(com.puppycrawl.tools.checkstyle.api.Scope) - method in class com.puppycrawl.tools.checkstyle.api.Scope
    Checks if this scope is a subscope of another scope.
    isIncompleteTag() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
    Indicates if this tag is incomplete (has no close >).
    isInEJB(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node is in the definition of an EJB class.
    isLoadable(String) - method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
    isLocalVariableDef(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
    Determines whether a node is a local variable definition.
    isMatch(int) - method in class com.puppycrawl.tools.checkstyle.checks.HeaderCheck
    Checks if a code line matches the required header line.
    isOuterMostType(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
    Returns whether a node is contained in the outer most type block.
    isPackageAllowed() - method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
    isProtectedAllowed() - method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
    isPublic(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST defines a public element.
    isPublicMethod(com.puppycrawl.tools.checkstyle.api.DetailAST,String) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node defines a public method.
    isPublicMethod(com.puppycrawl.tools.checkstyle.api.DetailAST,String,boolean) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node defines a public method.
    isPublicMethod(com.puppycrawl.tools.checkstyle.api.DetailAST,String,boolean,int) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST node defines a public method.
    isReference(String) - method in class com.puppycrawl.tools.checkstyle.XMLLogger
    isSameType(String,String) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
    Return if two Strings represent the same type, inspecting the import statements if necessary
    isShortName(String,String) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
    Calculate if one type name is a shortname for another type name.
    isStatic(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST defines a static element.
    isSubclass(Class,Class) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
    Checks if one class is subclass of another
    isUnchecked(Class) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
    Is exception is unchecked (subclass of RuntimeException or Error
    isVoid(com.puppycrawl.tools.checkstyle.api.DetailAST) - static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    Determines whether an AST defines a void method.

    J

    JavadocMethodCheck - class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    Checks the Javadoc of a method or constructor.
    JavadocMethodCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    Create an object.
    JavadocStyleCheck - class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
    Custom Checkstyle Check to validate Javadoc.
    JavadocTag - class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
    Represents a Javadoc tag.
    JavadocTypeCheck - class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
    Checks the Javadoc of a type.
    JavadocVariableCheck - class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
    Checks that a variable has Javadoc comment.
    JavaNCSSCheck - class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
    This check calculates the Non Commenting Source Statements (NCSS) metric for java source files and methods.
    JUnitTestCaseCheck - class com.puppycrawl.tools.checkstyle.checks.coding.JUnitTestCaseCheck
    Ensures that the setUp(), tearDown()methods are named correctly, have no arguments, return void and are either public or protected.

    L

    LABELED_STAT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A labeled statement.
    LabelHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
    Handler for labels.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    LAND - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The && (conditional AND) operator.
    lastLine() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
    Get the line number of the last line.
    LCURLY - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A left (curly) brace ({).
    LE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The <= (less than or equal) operator.
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.api.Check
    Called after all the child nodes have been process.
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
    leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
    leaveTokenHook(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    Hook called when leaving a token.
    LeftCurlyCheck - class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
    Checks the placement of left curly braces on types, methods and other the other blocks: LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE.
    LeftCurlyCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
    Creates a default instance and sets the policy to EOL.
    LeftCurlyOption - class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
    Represents the options for placing the left curly brace '{'.
    length() - method in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
    lengthExpandedTabs(String,int,int) - static method in class com.puppycrawl.tools.checkstyle.api.Utils
    Returns the length of a String prefix with tabs expanded.
    lengthMinusTrailingWhitespace(String) - static method in class com.puppycrawl.tools.checkstyle.api.Utils
    Returns the length of a string ignoring all trailing whitespace.
    LF - static field in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
    Unix-style line separators.
    lineIsBlank(int) - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    Checks if the specified line is blank.
    lineIsComment(int) - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    Checks if the specified line is a single-line comment without code.
    LineLengthCheck - class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
    Checks for long lines.
    LineLengthCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
    Creates a new LineLengthCheck instance.
    LineSeparatorOption - class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
    Represents the options for line separator settings.
    LineSet - class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
    Represents a set of lines.
    LITERAL_ASSERT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The assert keyword.
    LITERAL_BOOLEAN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The boolean keyword.
    LITERAL_BREAK - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The break keyword.
    LITERAL_BYTE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The byte keyword.
    LITERAL_CASE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The case keyword.
    LITERAL_CATCH - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The catch keyword.
    LITERAL_CHAR - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The char keyword.
    LITERAL_CLASS - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The class keyword.
    LITERAL_CONTINUE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The continue keyword.
    LITERAL_DEFAULT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The default keyword.
    LITERAL_DO - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The do keyword.
    LITERAL_DOUBLE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The double keyword.
    LITERAL_ELSE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The else keyword.
    LITERAL_FALSE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The false keyword.
    LITERAL_FINALLY - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The finally keyword.
    LITERAL_FLOAT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The float keyword.
    LITERAL_FOR - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The for keyword.
    LITERAL_IF - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The if keyword.
    LITERAL_INSTANCEOF - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The instanceof operator.
    LITERAL_INT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The int keyword.
    LITERAL_INTERFACE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The interface keyword.
    LITERAL_LONG - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The long keyword.
    LITERAL_NATIVE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The native keyword.
    LITERAL_NEW - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The new keyword.
    LITERAL_NULL - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The null keyword.
    LITERAL_PRIVATE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The private keyword.
    LITERAL_PROTECTED - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The protected keyword.
    LITERAL_PUBLIC - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The public keyword.
    LITERAL_RETURN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The return keyword.
    LITERAL_SHORT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The short keyword.
    LITERAL_STATIC - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The static keyword.
    LITERAL_SUPER - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The super keyword.
    LITERAL_SWITCH - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The switch keyword.
    LITERAL_SYNCHRONIZED - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The synchronized keyword.
    LITERAL_THIS - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The this keyword.
    LITERAL_THROW - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The throw keyword.
    LITERAL_THROWS - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The throws keyword.
    LITERAL_TRANSIENT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The transient keyword.
    LITERAL_TRUE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The true keyword.
    LITERAL_TRY - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The try keyword.
    LITERAL_VOID - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The void keyword.
    LITERAL_VOLATILE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The volatile keyword.
    LITERAL_WHILE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The while keyword.
    LNOT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The ! (logical complement) operator.
    Returns the module configurations in a specified file.
    loadModuleFactory(ClassLoader) - static method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
    Returns the default list of package names.
    loadModuleFactory(String) - static method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
    Returns the package names in a specified file.
    loadSuppressions(String) - static method in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
    Returns the suppression filters in a specified file.
    LocalFinalVariableNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
    Checks that local final variable names conform to a format specified by the format property.
    LocalFinalVariableNameCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
    Creates a new LocalFinalVariableNameCheck instance.
    LocalHomeInterfaceCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalHomeInterfaceCheck
    Checks the local home interface requirements:
    • every method must not throw the java.rmi.RemoteException
    Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 9.6.2.
    LocalHomeInterfaceCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalHomeInterfaceCheck
    Constructs a LocalHomeInterfaceCheck.
    LocalHomeInterfaceMethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalHomeInterfaceMethodChecker
    Checks the local home interface requirements:
    • every method must not throw the java.rmi.RemoteException
    Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 9.6.2.
    Constructs a method checker for a local home interface check.
    LocalInterfaceCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalInterfaceCheck
    Checks the methods of a local interface.
    LocalInterfaceCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalInterfaceCheck
    Constructs a LocalInterfaceCheck.
    LocalInterfaceMethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalInterfaceMethodChecker
    Checks methods of a local interface.
    Constructs a LocalInterfaceMethodChecker for a local interface check.
    LocalizedMessage - class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    Represents a message that can be localised.
    LocalizedMessage(int,int,String,String,Object[],Class) - constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    Creates a new LocalizedMessage instance.
    Creates a new LocalizedMessage instance.
    LocalizedMessage(int,String,String,Object[],Class) - constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    Creates a new LocalizedMessage instance.
    Creates a new LocalizedMessage instance.
    LocalizedMessages - class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
    Collection of messages.
    LocalVariableNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
    Checks that local, non-final variable names conform to a format specified by the format property.
    LocalVariableNameCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
    Creates a new LocalVariableNameCheck instance.
    log(com.puppycrawl.tools.checkstyle.api.DetailAST,String) - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Helper method to log a LocalizedMessage.
    Helper method to log a LocalizedMessage.
    Helper method to log a LocalizedMessage.
    log(com.puppycrawl.tools.checkstyle.api.DetailAST,String,Object[]) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractJ2eeCheck
    Helper method to log a LocalizedMessage for an AST.
    log(com.puppycrawl.tools.checkstyle.api.DetailAST,String,Object[]) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
    Logs an error message for a method.
    log(int,int,String) - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Helper method to log a LocalizedMessage.
    log(int,int,String,Object) - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Helper method to log a LocalizedMessage.
    log(int,int,String,Object,Object) - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Helper method to log a LocalizedMessage.
    log(int,int,String,Object[]) - method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
    Adds a violation message to the message collector.
    log(int,int,String,Object[]) - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Log a message that has column information.
    log(int,int,String,Object[]) - method in class com.puppycrawl.tools.checkstyle.api.Check
    Helper method to log a LocalizedMessage.
    log(int,String) - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Log a message.
    log(int,String,aArgs[]) - method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
    Adds a violation message to the message collector.
    log(int,String,aArgs[]) - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Log a message that has no column information.
    log(int,String,aArgs[]) - method in class com.puppycrawl.tools.checkstyle.api.Check
    Log an error message.
    log(int,String,Object) - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Helper method to log a LocalizedMessage.
    log(int,String,Object,Object) - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Helper method to log a LocalizedMessage.
    logError(com.puppycrawl.tools.checkstyle.api.DetailAST,String,int) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Log an indentation error.
    Log an indentation error.
    logError(Exception) - method in class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
    Logs an exception.
    logLoadError(com.puppycrawl.tools.checkstyle.api.FullIdent) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
    Logs error if unable to load class information.
    logLoadError(com.puppycrawl.tools.checkstyle.api.FullIdent) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    Logs error if unable to load class information.
    logLoadError(com.puppycrawl.tools.checkstyle.api.FullIdent) - method in class com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
    Logs error if unable to load class information.
    logName(com.puppycrawl.tools.checkstyle.api.DetailAST,String,Object[]) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractJ2eeCheck
    Helper method to log a LocalizedMessage for an AST.
    logName(com.puppycrawl.tools.checkstyle.api.DetailAST,String,Object[]) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
    Logs an error message for a method, including the method name.
    LOR - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The || (conditional OR) operator.
    LPAREN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A left parenthesis (().
    LT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The < (less than) operator.

    M

    MagicNumberCheck - class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
    Checks for magic numbers.
    Main - class com.puppycrawl.tools.checkstyle.Main
    Wrapper command line program for the Checker.
    main(String[]) - static method in class com.puppycrawl.tools.checkstyle.Main
    Loops over the files specified checking them for errors.
    matches(byte[]) - method in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
    MemberNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    Checks that instance variable names conform to a format specified by the format property.
    MemberNameCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    Creates a new MemberNameCheck instance.
    MessageBeanCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.MessageBeanCheck
    Checks that a MessageBean implementation satisfies MessageBean requirements.
    MessageBeanCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.MessageBeanCheck
    Constructs a MessageBeanCheck.
    MessageBeanMethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.MessageBeanMethodChecker
    Checks the methods of a message bean.
    Constructs a MessageBeanMethodChecker.
    MessageDispatcher - interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
    Used by FileSetChecks to distribute AuditEvents to AuditListeners.
    METHOD_CALL - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A method call.
    METHOD_DEF - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A method declaration.
    MethodCallHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
    Handler for method calls.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    MethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
    Root class for method checks for a client Check.
    MethodChecker(com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractJ2eeCheck) - constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
    Constructs a MethodChecker.
    MethodDefHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
    Handler for method definitions.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    MethodLengthCheck - class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
    Checks for long methods.
    MethodNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
    Checks that method names conform to a format specified by the format property.
    MethodNameCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
    Creates a new MethodNameCheck instance.
    MethodParamPadCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
    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.
    MethodParamPadCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
    Sets the pad otion to nospace.
    MINUS - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The - (subtraction) operator.
    MINUS_ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The -= (subtraction assignment) operator.
    MissingCtorCheck - class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
    Checks that classes (except abstract one) define a ctor and don't rely on the default one.
    MissingCtorCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
    Creates new instance of the check.
    MissingSwitchDefaultCheck - class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
    Checks that switch statement has "default" clause.
    MissingSwitchDefaultCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
    Creates new instance of the check.
    MIXED - static field in class com.puppycrawl.tools.checkstyle.checks.j2ee.PersistenceOption
    Represents the policy that the persistence management may be bean-managed or container-managed.
    MOD - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The % (remainder) operator.
    MOD_ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The %= (remainder assignment) operator.
    ModifiedControlVariableCheck - class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
    Check for ensuring that for loop control variables are not modified inside the for block.
    ModifierOrderCheck - class com.puppycrawl.tools.checkstyle.checks.ModifierOrderCheck
    Checks that the order of modifiers conforms to the suggestions in the Java Language specification, sections 8.1.1, 8.3.1 and 8.4.3.
    MODIFIERS - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    Modifiers for type, method, and field declarations.
    ModuleFactory - interface com.puppycrawl.tools.checkstyle.ModuleFactory
    A module factory creates Objects from a given name.
    MultipleStringLiteralsCheck - class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
    Checks for multiple occurrences of the same string literal within a single file.
    MultipleVariableDeclarationsCheck - class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
    Checks that each variable declaration is in its own statement and on its own line.
    MultipleVariableDeclarationsCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
    Creates new instance of the check.
    mustCheckName(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
    Decides whether the name of an AST should be checked against the format regexp.
    mustCheckName(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
    mustCheckName(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
    mustCheckName(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
    mustCheckName(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    mustCheckName(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
    mustCheckName(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
    mustCheckReferenceCount(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
    Determines whether the reference count of an aAST is required.
    mustCheckReferenceCount(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.usage.OneMethodPrivateFieldCheck
    mustCheckReferenceCount(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedLocalVariableCheck
    mustCheckReferenceCount(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedParameterCheck
    mustCheckReferenceCount(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateFieldCheck
    mustCheckReferenceCount(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateMethodCheck
    MutableExceptionCheck - class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
    Ensures that exceptions (defined as any class name conforming to some regular expression) are immutable.
    MutableExceptionCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
    Creates new instance of the check.

    N

    NeedBracesCheck - class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
    Checks for braces around code blocks.
    NestedIfDepthCheck - class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
    Restricts nested if-else blocks to a specified depth (default = 1).
    NestedIfDepthCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
    Creates new check instance with default allowed nesting depth.
    NestedTryDepthCheck - class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
    Restricts nested try-catch-finally blocks to a specified depth (default = 1).
    NestedTryDepthCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
    Creates new check instance with default allowed nesting depth.
    nestIn(com.puppycrawl.tools.checkstyle.api.DetailAST,String) - method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
    Increasing current nesting depth.
    nestOut() - method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
    Decreasing current nesting depth
    NewlineAtEndOfFileCheck - class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
    Checks that there is a newline at the end of each file.
    nextTag() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
    Returns the next available HtmlTag.
    NL - static field in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
    Represents the policy that the brace must always be on a new line.
    NL - static field in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
    Require that the operator is on a new line.
    NLOW - static field in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
    Represents the policy that if the brace will fit on the first line of the statement, taking into account maximum line length, then apply EOL rule.
    normalize(String) - method in class com.puppycrawl.tools.checkstyle.Checker
    "normalize" the given absolute path.
    NOSPACE - static field in class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
    Represents no spacing following a left parenthesis or preceding a right one.
    NOT_EQUAL - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The != (not equal) operator.
    NOTHING - static field in class com.puppycrawl.tools.checkstyle.api.Scope
    nothing scope.
    NoWhitespaceAfterCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
    Checks that there is no whitespace after a token.
    NoWhitespaceBeforeCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
    Checks that there is no whitespace before a token.
    NPathComplexityCheck - class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
    Checks the npath complexity against a specified limt (default = 200).
    NPathComplexityCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
    Creates new instance of the check.
    NUM_DOUBLE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A double precision floating point literal.
    NUM_FLOAT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A single precision floating point literal.
    NUM_INT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    An integer literal.
    NUM_LONG - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A long integer literal.

    O

    OBJBLOCK - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    An object block.
    ObjectBlockHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
    Handler for inner classes.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    OneMethodPrivateFieldCheck - class com.puppycrawl.tools.checkstyle.checks.usage.OneMethodPrivateFieldCheck
    Checks that a private field is used in more than one method, constructor, or initializer.
    OperatorWrapCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
    Checks line wrapping for operators.
    OperatorWrapCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
    Sets the operator wrap option to new line.
    OperatorWrapOption - class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
    Represents the options for wrapping on an operator.

    P

    PACKAGE - static field in class com.puppycrawl.tools.checkstyle.api.Scope
    package scope.
    PACKAGE_DEF - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The package declaration.
    PackageDeclarationCheck - class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
    Ensures there is a package declaration.
    PackageDefHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.PackageDefHandler
    Handler for package definitions.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    PackageHtmlCheck - class com.puppycrawl.tools.checkstyle.checks.javadoc.PackageHtmlCheck
    Checks that all packages have a package documentation.
    PackageHtmlCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.PackageHtmlCheck
    Creates a new PackageHtmlCheck instance.
    PackageNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
    Checks that package names conform to a format specified by the format property.
    PackageNameCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
    Creates a new PackageNameCheck instance.
    PackageNamesLoader - class com.puppycrawl.tools.checkstyle.PackageNamesLoader
    Loads a list of package names from a package name XML file.
    PackageObjectFactory - class com.puppycrawl.tools.checkstyle.PackageObjectFactory
    A factory for creating objects from package names and names.
    PadOption - class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
    Represents the options for whitespace around parentheses.
    PARAMETER_DEF - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A parameter declaration.
    ParameterAssignmentCheck - class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
    Disallow assignment of parameters.
    ParameterNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
    Checks that parameter names conform to a format specified by the format property.
    ParameterNameCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
    Creates a new ParameterNameCheck instance.
    ParameterNumberCheck - class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
    Checks the number of parameters that a method or constructor has.
    PARAMETERS - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A list of parameters to a method or constructor.
    ParenPadCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.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.
    parse(com.puppycrawl.tools.checkstyle.api.FileContents) - static method in class com.puppycrawl.tools.checkstyle.TreeWalker
    Static helper method to parses a Java source file.
    parseDouble(String,int) - static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
    Returns the value represented by the specified string of the specified type.
    parseFloat(String,int) - static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
    Returns the value represented by the specified string of the specified type.
    parseInputSource(InputSource) - method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
    Parses the specified input source.
    parseInt(String,int) - static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
    Parses the string argument as a signed integer in the radix specified by the second argument.
    parseLong(String,int) - static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
    Parses the string argument as a signed long in the radix specified by the second argument.
    PersistenceOption - class com.puppycrawl.tools.checkstyle.checks.j2ee.PersistenceOption
    Represents the policy for checking entity bean restrictions according to whether persistence is bean-managed, container-managed, or mixed.
    PLUS - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The + (addition) operator.
    PLUS_ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The += (addition assignment) operator.
    popValue() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    POST_DEC - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The -- (postfix decrement) operator.
    POST_INC - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The ++ (postfix increment) operator.
    PrimordialHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
    A default no-op handler.
    PrimordialHandler(com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck) - constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
    Construct an instance of this handler with the given indentation check.
    PRIVATE - static field in class com.puppycrawl.tools.checkstyle.api.Scope
    private scope.
    process(File[]) - method in class com.puppycrawl.tools.checkstyle.Checker
    Processes a set of files with all FileSetChecks.
    process(File[]) - method in class com.puppycrawl.tools.checkstyle.api.FileSetCheck
    Processes a set of files and fires errors to the MessageDispatcher.
    process(File[]) - method in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
    process(File[]) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.PackageHtmlCheck
    Checks that each java file in the fileset has a package.html sibling and fires errors for the missing files.
    process(File[]) - method in class com.puppycrawl.tools.checkstyle.checks.duplicates.StrictDuplicateCodeCheck
    process(File[]) - method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
    This method searches for property files in the specified file array and checks whether the key usage is consistent.
    process(File[]) - method in class com.puppycrawl.tools.checkstyle.TreeWalker
    processAST(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
    Called to process an AST when visiting it.
    processAST(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    Checks Javadoc comments for a method or constructor.
    processAST(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
    Checks exceptions declared in throws for a method or constructor.
    processLeft(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
    Process a token representing a left parentheses.
    processRight(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
    Process a token representing a right parentheses.
    PropertiesExpander - class com.puppycrawl.tools.checkstyle.PropertiesExpander
    Resolves external properties from an underlying Properties object.
    PropertiesExpander(Properties) - constructor for class com.puppycrawl.tools.checkstyle.PropertiesExpander
    Creates a new PropertiesExpander.
    PropertyCacheFile - class com.puppycrawl.tools.checkstyle.PropertyCacheFile
    This class maintains a persistent store of the files that have checked ok and their associated timestamp.
    PropertyResolver - interface com.puppycrawl.tools.checkstyle.PropertyResolver
    Resolves properties in module configurations.
    PROTECTED - static field in class com.puppycrawl.tools.checkstyle.api.Scope
    protected scope.
    PUBLIC - static field in class com.puppycrawl.tools.checkstyle.api.Scope
    public scope.
    pushValue() - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    Push the current value on the stack

    Q

    QUESTION - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The ? (conditional) operator.

    R

    RCURLY - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A right (curly) brace (}).
    rcurlyMustStart() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
    Determines if the right curly brace must be at the start of the line.
    rcurlyMustStart() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
    Determines if the right curly brace must be at the start of the line.
    read() - method in class com.puppycrawl.tools.checkstyle.StringArrayReader
    read(char[],int,int) - method in class com.puppycrawl.tools.checkstyle.StringArrayReader
    readResolve() - method in class com.puppycrawl.tools.checkstyle.checks.AbstractOption
    Ensures that we don't get multiple instances of one AbstractOption during deserialization.
    RedundantImportCheck - class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
    Checks for imports that are redundant.
    RedundantModifierCheck - class com.puppycrawl.tools.checkstyle.checks.RedundantModifierCheck
    Checks for redundant modifiers in interface definitions.
    RedundantThrowsCheck - class com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
    Checks for redundant exceptions declared in throws clause such as duplicates, unchecked exceptions or subclasses of another declared exception.
    RedundantThrowsCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
    Create an object.
    RegexpHeaderCheck - class com.puppycrawl.tools.checkstyle.checks.RegexpHeaderCheck
    Checks the header of the source against a header file that contains a regular expression for each line of the source header.
    RemoteHomeInterfaceCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteHomeInterfaceCheck
    Checks the methods of a remote home interface.
    RemoteHomeInterfaceCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteHomeInterfaceCheck
    Constructs a RemoteHomeInterfaceCheck.
    RemoteHomeInterfaceMethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteHomeInterfaceMethodChecker
    Checks methods of a remote home interface check.
    Constructs a method checker for a remote home interface check.
    RemoteInterfaceCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteInterfaceCheck
    Checks the methods of a remote interface.
    RemoteInterfaceCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteInterfaceCheck
    Constructs a RemoteInterfaceCheck.
    RemoteInterfaceMethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteInterfaceMethodChecker
    Checks methods of a remote interface.
    Constructs a RemoteInterfaceMethodChecker for a remote interface check.
    removeFilter(com.puppycrawl.tools.checkstyle.api.Filter) - method in class com.puppycrawl.tools.checkstyle.Checker
    Removes filter.
    removeFilter(com.puppycrawl.tools.checkstyle.api.Filter) - method in class com.puppycrawl.tools.checkstyle.api.FilterSet
    Removes filter.
    removeListener(com.puppycrawl.tools.checkstyle.api.AuditListener) - method in class com.puppycrawl.tools.checkstyle.Checker
    Removes a given listener.
    reportBlockComment(String,int,int,int,int) - method in class com.puppycrawl.tools.checkstyle.grammars.CommentListener
    Report the location of a block comment that can span multiple lines.
    reportBlockComment(String,int,int,int,int) - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    reportCComment(int,int,int,int) - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    Report the location of a C-style comment.
    reportCppComment(int,int) - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    Report the location of a C++ style comment.
    reportSingleLineComment(String,int,int) - method in class com.puppycrawl.tools.checkstyle.grammars.CommentListener
    Report the location of a single line comment that extends from the given point to the end of the line.
    reportSingleLineComment(String,int,int) - method in class com.puppycrawl.tools.checkstyle.api.FileContents
    RequiredRegexpCheck - class com.puppycrawl.tools.checkstyle.checks.RequiredRegexpCheck
    A check that makes sure that a specified pattern exists in the code.
    RequiredRegexpCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.RequiredRegexpCheck
    Instantiates an new GenericIllegalRegexpCheck.
    RequireThisCheck - class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    Checks that code doesn't rely on the "this." default, i.e.
    RequireThisCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    Creates new instance of the check.
    reset() - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
    Reset the object.
    resolve(String) - method in class com.puppycrawl.tools.checkstyle.PropertiesExpander
    Resolves a property through the underlying Properties object.
    resolve(String) - method in class com.puppycrawl.tools.checkstyle.PropertyResolver
    Resolves a property name to it's value.
    resolve(String,String) - method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
    Attempts to resolve the Class for a specified name.
    resolveClass(String,String) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
    Attempts to resolve the Class for a specified name.
    resolveEntity(String,String) - method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
    ReturnCountCheck - class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
    Restricts return statements to a specified count (default = 2).
    ReturnCountCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
    Creates new instance of the checks.
    RightCurlyCheck - class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
    Checks the placement of right curly braces.
    RightCurlyCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
    Sets the right curly option to same.
    RightCurlyOption - class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
    Represents the options for placing the right curly brace '}'.
    RPAREN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A right parenthesis ()).

    S

    safeLoad(String) - method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
    Will load a specified class is such a way that it will NOT be initialised.
    SAME - static field in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
    Represents the policy that the brace must be on the same line as the next statement.
    Tests whether two method definition ASTs have the same parameter lists according to type.
    scanFileSets() - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    returns the list of files (full path name) to process.
    Scope - class com.puppycrawl.tools.checkstyle.api.Scope
    Represents a Java visibility scope.
    ScopeUtils - class com.puppycrawl.tools.checkstyle.api.ScopeUtils
    Contains utility methods for working on scope.
    SEMI - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The statement terminator (;).
    SessionBeanCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanCheck
    Checks that a SessionBean implementation satisfies SessionBean requirements.
    SessionBeanCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanCheck
    Constructs a SessionBeanCheck.
    SessionBeanMethodChecker - class com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanMethodChecker
    Checks the methods of a session bean.
    Creates a method checker for a session bean check.
    setAcceptOnMatch(boolean) - method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
    Sets whether to accept or reject on matching severity level.
    setAllowedDuplicates(int) - method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
    Sets the maximum allowed duplicates of a string.
    setAllowInSwitchCase(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
    Setter for allowInSwitchCase property.
    setAllowLineBreaks(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
    Control whether whitespace is flagged at linebreaks.
    setAllowLineBreaks(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
    Control whether whitespace is flagged at linebreaks.
    setAllowLineBreaks(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
    Control whether whitespace is flagged at linebreaks.
    setAllowMarkerInterfaces(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
    Controls whether marker interfaces like Serializable are allowed.
    setAllowMissingParamTags(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    controls whether to allow a method which has parameters to omit matching param tags in the javadoc.
    setAllowMissingReturnTag(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    controls whether to allow a method which returns non-void type to omit the return tag in the javadoc.
    setAllowMissingThrowsTags(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    controls whether to allow a method which declares that it throws exceptions to omit matching throws tags in the javadoc.
    setAllowSubclasses(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
    Getter for allowSubclasses property.
    setAllowThrowsTagsForSubclasses(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    controls whether to allow documented exception that are subclass of one of declared exceptions.
    setAllowUnchecked(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
    Getter for allowUnchecked property.
    setAllowUndeclaredRTE(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    controls whether to allow documented exceptions that are not declared if they are a subclass of java.lang.RuntimeException.
    setApplyToPackage(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    Sets whether we should apply the check to package-private members.
    setApplyToPrivate(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    Sets whether we should apply the check to private members.
    setApplyToProtected(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    Sets whether we should apply the check to protected members.
    setApplyToPublic(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
    Sets whether we should apply the check to public members.
    setAuthorFormat(String) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
    Set the author tag pattern.
    setBasedir(String) - method in class com.puppycrawl.tools.checkstyle.Checker
    setBasedir(String) - method in class com.puppycrawl.tools.checkstyle.checks.duplicates.StrictDuplicateCodeCheck
    setBasicOffset(int) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    Set the basic offset.
    setBraceAdjustment(int) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    Adjusts brace indentation (positive offset).
    setCacheFile(String) - method in class com.puppycrawl.tools.checkstyle.TreeWalker
    setCaseIndent(int) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    Set the case indentation level.
    setCaseSensitive(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
    Sets whether strings comprision should be case sensitive or not.
    setCharset(String) - method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
    Sets a named charset.
    setCheckC(boolean) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
    Set whether to look in C comments.
    setCheckCPP(boolean) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
    Set whether to look in C++ comments.
    setCheckEmptyJavadoc(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
    Sets the flag that determines if empty JavaDoc checking should be done.
    setCheckFields(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    Setter for checkFields property.
    setCheckFirstSentence(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
    Sets the flag that determines if the first sentence is checked for proper end of sentence punctuation.
    setCheckFormat(String) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
    Set the format for a check.
    setCheckHtml(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
    Sets the flag that determines if HTML checking is to be performed.
    setCheckMethods(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    Setter for checkMethods property.
    setClasses(String) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
    Sets the classes that are illegal to instantiate.
    setClassLoader(ClassLoader) - method in class com.puppycrawl.tools.checkstyle.api.Check
    Set the class loader associated with the tree.
    setClassloader(ClassLoader) - method in class com.puppycrawl.tools.checkstyle.Checker
    Sets the classloader that is used to contextualize filesetchecks.
    setClassLoader(ClassLoader) - method in class com.puppycrawl.tools.checkstyle.TreeWalker
    setClassMaximum(int) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
    Sets the maximum ncss for a class.
    setClasspath(Path) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    Set the class path.
    setClasspathRef(Reference) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    Set the class path from a reference defined elsewhere.
    setColumns(String) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
    Sets the CSV values and ranges for column number filtering.
    setConfig(File) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    setConfigURL(URL) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    setCountEmpty(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
    setCurrentValue(int) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    Set the current value
    setExcludedClasses(String) - method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
    Set the excluded classes pattern.
    setExcludes(String[]) - method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
    Sets the list of packages to exempt from the check.
    setExcludeScope(String) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    Set the excludeScope.
    setExcludeScope(String) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
    Set the excludeScope.
    setExcludeScope(String) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
    Set the excludeScope.
    setExcludeScope(String) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
    Set the excludeScope.
    setFailOnViolation(boolean) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    setFailureProperty(String) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    Tells this task to set the named property to "true" when there is a violation.
    setFile(File) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    setFile(String) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
    Loads the suppressions for a file.
    setFileContents(com.puppycrawl.tools.checkstyle.api.FileContents) - method in class com.puppycrawl.tools.checkstyle.api.Check
    Set the file contents associated with the tree.
    Set the FileContents for this filter.
    setFileExtensions(String[]) - method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
    Sets the file extensions that identify the files that pass the filter of this FileSetCheck.
    setFileMaximum(int) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
    Sets the maximum ncss for a file.
    setFirstChild(AST) - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    Sets this AST's first Child.
    setFormat(String) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
    Set the format to the specified regular expression.
    setGroups(String[]) - method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
    sets the list of package groups and the order they should occur in the file.
    setHeader(String) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractHeaderCheck
    Set the header to check against.
    setHeader(String) - method in class com.puppycrawl.tools.checkstyle.checks.RegexpHeaderCheck
    Set the header to check against.
    setHeaderFile(String) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractHeaderCheck
    Set the header file to check against.
    setHeaderFile(String) - method in class com.puppycrawl.tools.checkstyle.checks.RegexpHeaderCheck
    Sets the file that contains the header to check against.
    setIgnoreCase(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
    Set whether or not the match is case sensitive.
    setIgnoreCatch(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedParameterCheck
    Control whether unused catch clause parameters are flagged.
    setIgnoreComments(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
    Sets if comments should be ignored.
    setIgnoreConstructorParameter(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
    Set whether to ignore constructor parameters.
    setIgnoredMethodNames(String[]) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
    Set the list of ignore method names.
    setIgnoreFormat(String) - method in class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
    Set the ignore format to the specified regular expression.
    setIgnoreFormat(String) - method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
    Set the ignore format to the specified regular expression.
    setIgnoreLines(int[]) - method in class com.puppycrawl.tools.checkstyle.checks.HeaderCheck
    Set the lines numbers to ignore in the header check.
    setIgnoreNonLocal(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.usage.UnusedParameterCheck
    Controls whether public/protected/paskage methods shouldn't be checked.
    setIgnoreNumbers(double[]) - method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
    Sets the numbers to ignore in the check.
    setIgnorePattern(String) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
    Set the ignore pattern.
    setIgnoreSetter(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
    Set whether to ignore the parameter of a property setter method.
    setIllegalClassNames(String[]) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
    Set the list of illegal exception classes.
    setIllegalClassNames(String[]) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
    Set the list of illegal variable types.
    setIllegalPkgs(String[]) - method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
    Set the list of illegal packages.
    setJavaStyle(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
    Controls whether to check for Java or C style.
    setLimitedTokens(String[]) - method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
    Sets the tokens which occurance as descendant is limited.
    setLines(String) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
    Sets the CSV values and ranges for line number filtering.
    setLineSeparator(String) - method in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
    Sets the line separator to one of 'crlf', 'lf' or 'cr'.
    setLocale(Locale) - static method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
    setLocaleCountry(String) - method in class com.puppycrawl.tools.checkstyle.Checker
    setLocaleLanguage(String) - method in class com.puppycrawl.tools.checkstyle.Checker
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
    Sets maximul allowed complexity.
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    Set the maximum threshold allowed.
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
    Setter for maximum allowed nesting depth.
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
    Setter for maximum allowed complexity.
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
    Sets the maximum threshold.
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
    Sets the maximum number of allowed parameters.
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
    Setter for max property.
    setMax(int) - method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
    Setter for max property.
    setMaxErrors(int) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    Sets the maximum number of errors allowed.
    setMaximumDepth(int) - method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
    Sets the maximum depth for descendant counts.
    setMaximumMessage(String) - method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
    Sets the error message for maximum count exceeded.
    setMaximumNumber(int) - method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
    Sets a maximum count for descendants.
    setMaxLineLength(int) - method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
    Sets the maximum line length used in calculating the placement of the left curly brace.
    setMaxWarnings(int) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    Sets the maximum number of warings allowed.
    setMessage(String) - method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
    Setter for message property.
    Sets the MessageDispatcher that is used to dispatch error messages to AuditListeners during processing.
    setMessageFormat(String) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
    Set the format for a message.
    setMessages(com.puppycrawl.tools.checkstyle.api.LocalizedMessages) - method in class com.puppycrawl.tools.checkstyle.api.Check
    Set the global object used to collect messages.
    setMethodChecker(com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractJ2eeCheck
    Sets the method checker for this component check.
    setMethodMaximum(int) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
    Sets the maximum ncss for a method.
    setMin(int) - method in class com.puppycrawl.tools.checkstyle.checks.duplicates.StrictDuplicateCodeCheck
    Sets the minimum number of lines that must be equivalent before the check complains.
    setMinimumDepth(int) - method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
    Sets the mimimum depth for descendant counts.
    setMinimumMessage(String) - method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
    Sets the error message for minimum count not reached.
    setMinimumNumber(int) - method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
    Sets a minimum count for descendants.
    setModuleFactory(com.puppycrawl.tools.checkstyle.ModuleFactory) - method in class com.puppycrawl.tools.checkstyle.Checker
    Sets the factory for creating submodules.
    setModuleFactory(com.puppycrawl.tools.checkstyle.ModuleFactory) - method in class com.puppycrawl.tools.checkstyle.TreeWalker
    Sets the module factory for creating child modules (Checks).
    setMultiLines(int[]) - method in class com.puppycrawl.tools.checkstyle.checks.RegexpHeaderCheck
    Set the lines numbers to repeat in the header check.
    setNextSibling(AST) - method in class com.puppycrawl.tools.checkstyle.api.DetailAST
    Sets AST's next sibling.
    setOffCommentFormat(String) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
    Set the format for a comment that turns off reporting.
    setOnCommentFormat(String) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
    Set the format for a comment that turns on reporting.
    setOption(String) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck
    Set the option to enforce.
    setOrdered(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
    Sets whether or not imports should be ordered within any one group of imports.
    setPackageAllowed(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
    Set whether package visible members are allowed.
    setPackageNamesFile(File) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    setPersistence(String) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanCheck
    Set the persistence option to enforce.
    setProperties(File) - method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
    Sets a properties file for use instead of individually setting them.
    setProtectedAllowed(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
    Set whether protected members are allowed.
    setPublicMemberPattern(String) - method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
    Set the pattern for public members to ignore.
    setScope(String) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
    Set the scope.
    setScope(String) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
    Sets the scope to check.
    setScope(String) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
    Sets the scope to check.
    setScope(String) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
    Sets the scope to check.
    setSeparated(boolean) - method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
    Sets whether or not groups of imports must be separated from one another by at least one blank line.
    setSeverity(String) - method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
    Sets the severity level.
    setSeverity(String) - method in class com.puppycrawl.tools.checkstyle.Checker
    Sets the severity level.
    setSeverity(String) - method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
    Sets the severity level.
    setTabWidth(int) - method in class com.puppycrawl.tools.checkstyle.api.Check
    Set the tab width to report errors with.
    setTabWidth(int) - method in class com.puppycrawl.tools.checkstyle.TreeWalker
    setTokens(String[]) - method in class com.puppycrawl.tools.checkstyle.api.Check
    Adds a set of tokens the check is interested in.
    setupChild(com.puppycrawl.tools.checkstyle.api.Configuration) - method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
    Called by configure() for every child of this component's Configuration.
    setupChild(com.puppycrawl.tools.checkstyle.api.Configuration) - method in class com.puppycrawl.tools.checkstyle.Checker
    Instantiates, configures and registers a child AbstractFilter or FileSetCheck that is specified in the provided configuration.
    setupChild(com.puppycrawl.tools.checkstyle.api.Configuration) - method in class com.puppycrawl.tools.checkstyle.TreeWalker
    Instantiates, configures and registers a Check that is specified in the provided configuration.
    setVersion(String) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanCheck
    Sets the EJB version.
    setVersionFormat(String) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
    Set the version format pattern.
    SeverityLevel - class com.puppycrawl.tools.checkstyle.api.SeverityLevel
    Severity level for a check violation.
    SeverityLevelCounter - class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
    An audit listener that counts how many AuditEvents of a given severity have been generated.
    SeverityLevelCounter(com.puppycrawl.tools.checkstyle.api.SeverityLevel) - constructor for class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
    Creates a new counter.
    SeverityMatchFilter - class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
    This is a very simple filter based on severity matching.
    shouldIncreaseIndent() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.AssignHandler
    shouldIncreaseIndent() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    shouldIncreaseIndent() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
    SimplifyBooleanExpressionCheck - class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
    Checks for overly complicated boolean expressions.
    SimplifyBooleanReturnCheck - class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
    Checks for overly complicated boolean return statements.
    size() - method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
    SL - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The << (shift left) operator.
    SL_ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The <<= (left shift assignment) operator.
    SLIST - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A list of statements.
    SlistHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
    Handler for a list of statements.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    SPACE - static field in class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
    Represents mandatory spacing following a left parenthesis and preceeing a right one.
    SR - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The >> (signed shift right) operator.
    SR_ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The >>= (signed right shift assignment) operator.
    STAR - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The * (multiplication or wildcard) operator.
    STAR_ASSIGN - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The *= (multiplication assignment) operator.
    startElement(String,String,String,Attributes) - method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
    startElement(String,String,String,Attributes) - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
    startsLine(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
    Determines if the given expression is at the start of a line.
    STATIC_INIT - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A static initialization block.
    StaticInitHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.StaticInitHandler
    Handler for static initialization blocks.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    StaticVariableNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
    Checks that static, non-final variable names conform to a format specified by the format property.
    StaticVariableNameCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
    Creates a new StaticVariableNameCheck instance.
    STMT - static field in class com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
    Represents the policy that there is a statement in the block.
    StrictDuplicateCodeCheck - class com.puppycrawl.tools.checkstyle.checks.duplicates.StrictDuplicateCodeCheck
    Checks for duplicate code.
    StrictDuplicateCodeCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.duplicates.StrictDuplicateCodeCheck
    Creates a new instance of this class.
    STRICTFP - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The strictfp keyword.
    STRING_LITERAL - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A string literal.
    StringArrayReader - class com.puppycrawl.tools.checkstyle.StringArrayReader
    A Reader that reads from an underlying String array, assuming each array element corresponds to one line of text.
    StringLiteralEqualityCheck - class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
    Checks that string literals are not used with == or !=.
    suggestedChildLevel(com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.AssignHandler
    suggestedChildLevel(com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
    Indentation level suggested for a child element.
    Indentation level suggested for a child element.
    suggestedChildLevel(com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.ForHandler
    Indentation level suggested for a child element.
    suggestedChildLevel(com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
    Indentation level suggested for a child element.
    Indentation level suggested for a child element.
    Indentation level suggested for a child element.
    suggestedChildLevel(com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
    Indentation level suggested for a child element.
    suggestedChildLevel(com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.TryHandler
    Indentation level suggested for a child element.
    SUPER_CTOR_CALL - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A super constructor call.
    SuperCloneCheck - class com.puppycrawl.tools.checkstyle.checks.coding.SuperCloneCheck
    Checks that an overriding clone() method invokes super.clone().
    SuperFinalizeCheck - class com.puppycrawl.tools.checkstyle.checks.coding.SuperFinalizeCheck
    Checks that an overriding finalize() method invokes super.finalize().
    SuppressElement - class com.puppycrawl.tools.checkstyle.filters.SuppressElement
    This filter accepts AuditEvents according to file, check, line, and column conditions.
    SuppressElement(String,String) - constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressElement
    Constructs a SuppressElement for a file name pattern and and a check class pattern.
    SuppressionCommentFilter - class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
    A filter that uses comments to suppress audit events.
    SuppressionCommentFilter() - constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
    Constructs a SuppressionCommentFilter.
    SuppressionFilter - class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
    This filter accepts AuditEvents according to file, check, line, and column, as specified in a suppression file.
    SuppressionsLoader - class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
    Loads a filter chain of suppressions.
    SwitchHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
    Handler for switch statements.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    SYSTEM - static field in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
    System default line separators.

    T

    TabCharacterCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck
    Reports tab characters ('\t') in the source code.
    TagParser - class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
    Helper class used to parse HTML tags from a single line of text.
    TagParser(String[],int) - constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
    Constructs a TagParser and finds the first tag if any.
    TEXT - static field in class com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
    Represents the policy that there is some text in the block.
    TextBlock - interface com.puppycrawl.tools.checkstyle.api.TextBlock
    A block of text from an inputfile that does not necessarily have any grammatical structure.
    ThisParameterCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisParameterCheck
    Checks that 'this' is not a parameter of any method calls or constructors for a bean.
    ThisReturnCheck - class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisReturnCheck
    Checks that 'this' is not returned by a bean method.
    ThrowsCountCheck - class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
    Restricts throws statements to a specified count (default = 1).
    ThrowsCountCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
    Creates new instance of the check.
    TodoCommentCheck - class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
    A check for TODO comments.
    TodoCommentCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
    Creates a new TodoCommentCheck instance.
    TokenTypes - class com.puppycrawl.tools.checkstyle.api.TokenTypes
    Contains the constants for all the tokens contained in the Abstract Syntax Tree.
    toplevelMustStartLine() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
    Determines if the top level token must start the line.
    toplevelMustStartLine() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.CatchHandler
    Determines if the top level token must start the line.
    toplevelMustStartLine() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.FinallyHandler
    Determines if the top level token must start the line.
    toplevelMustStartLine() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.StaticInitHandler
    Determines if the top level token must start the line.
    toString() - method in class com.puppycrawl.tools.checkstyle.checks.AbstractOption
    Returns the string representation of this AbstractOption.
    toString() - method in class com.puppycrawl.tools.checkstyle.filters.CSVFilter
    toString() - method in class com.puppycrawl.tools.checkstyle.api.FilterSet
    toString() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
    Returns this HTML tag and trailing text.
    toString() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
    toString() - method in class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
    toString() - method in class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
    toString() - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
    toString() - method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
    toString() - method in class com.puppycrawl.tools.checkstyle.api.Scope
    toString() - method in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
    toString() - method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
    toString() - method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
    TrailingCommentCheck - class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
    The check to ensure that requires that comments be the only thing on a line.
    TrailingCommentCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
    Creates new instance of the check.
    TranslationCheck - class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
    The TranslationCheck class helps to ensure the correct translation of code by checking property files for consistency regarding their keys.
    TranslationCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
    Creates a new TranslationCheck instance.
    TreeWalker - class com.puppycrawl.tools.checkstyle.TreeWalker
    Responsible for walking an abstract syntax tree and notifying interested checks at each each node.
    TreeWalker() - constructor for class com.puppycrawl.tools.checkstyle.TreeWalker
    Creates a new TreeWalker instance.
    TryHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.TryHandler
    Handler for try blocks.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    Tries to load class.
    TYPE - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A type.
    TYPECAST - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A type-cast.
    TypecastParenPadCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
    Checks the padding of parentheses for typecasts.
    TypeNameCheck - class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck
    Checks that type names conform to a format specified by the format property.
    TypeNameCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck
    Creates a new TypeNameCheck instance.

    U

    UNARY_MINUS - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The + (unary plus) operator.
    UNARY_PLUS - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    The - (unary minus) operator.
    UncommentedMainCheck - class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
    Detects uncommented main methods.
    UnnecessaryParenthesesCheck - class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
    Checks if unnecessary parentheses are used in a statement or expression.
    UnusedImportsCheck - class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
    Checks for unused import statements.
    UnusedLocalVariableCheck - class com.puppycrawl.tools.checkstyle.checks.usage.UnusedLocalVariableCheck
    Checks that a local variable is read.
    UnusedParameterCheck - class com.puppycrawl.tools.checkstyle.checks.usage.UnusedParameterCheck
    Checks that a parameter is used.
    UnusedPrivateFieldCheck - class com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateFieldCheck
    Checks that a private field is used.
    UnusedPrivateMethodCheck - class com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateMethodCheck
    Checks that a private method is used.
    UpperEllCheck - class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
    Checks that long constants are defined with an uppper ell.
    Utils - class com.puppycrawl.tools.checkstyle.api.Utils
    Contains utility methods.
    Utils - class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
    J2EE check utility methods.

    V

    VARIABLE_DEF - static field in class com.puppycrawl.tools.checkstyle.api.TokenTypes
    A field or local variable declaration.
    VisibilityModifierCheck - class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
    Checks visibility of class members.
    VisibilityModifierCheck() - constructor for class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
    Create an instance.
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.api.Check
    Called to process a token.
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.DoubleCheckedLockingCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.FinalStaticCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
    Called to process a token.
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.JUnitTestCaseCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalHomeInterfaceCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalInterfaceCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MessageBeanCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.ModifierOrderCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.RedundantModifierCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteHomeInterfaceCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteInterfaceCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisParameterCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisReturnCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
    visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
    visitTokenHook(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
    Hook called when visiting a token.
    visitTokenHook(com.puppycrawl.tools.checkstyle.api.DetailAST) - method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck

    W

    WARNING - static field in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
    Severity level: warning.
    warning(SAXParseException) - method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
    WhileHandler - class com.puppycrawl.tools.checkstyle.checks.indentation.WhileHandler
    Handler for while loops.
    Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
    WhitespaceAfterCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
    Checks that a token is followed by whitespace, with the exception that it does not check for whitespace after the semicolon of an empty for iterator.
    WhitespaceAroundCheck - class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
    Checks that a token is surrounded by whitespace.
    whitespaceBefore(int,String) - static method in class com.puppycrawl.tools.checkstyle.api.Utils
    Returns whether the specified string contains only whitespace up to the specified index.

    X

    XMLLogger - class com.puppycrawl.tools.checkstyle.XMLLogger
    Simple XML logger.
    XMLLogger(OutputStream,boolean) - constructor for class com.puppycrawl.tools.checkstyle.XMLLogger
    Creates a new XMLLogger instance.