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 variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The abstract keyword.
ABSTRACT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The abstract keyword.
ABSTRACT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
AbstractBeanCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Abstract class for checks that verify Bean implementation.
AbstractBeanCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractBeanCheck
 
AbstractCellEditor - Class in com.puppycrawl.tools.checkstyle.gui
Abstract implementation of a CellEditor.
AbstractCellEditor() - Constructor for class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
 
AbstractClassCouplingCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
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 in com.puppycrawl.tools.checkstyle.checks.naming
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 in com.puppycrawl.tools.checkstyle.checks.metrics
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 in com.puppycrawl.tools.checkstyle.api
Provides common functionality for many FileSetChecks.
AbstractFileSetCheck - Class in com.puppycrawl.tools.checkstyle.api
Provides common functionality for many FileSetChecks.
AbstractFileSetCheck() - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
 
AbstractFileSetCheck() - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
 
AbstractFormatCheck - Class in com.puppycrawl.tools.checkstyle.checks
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.
AbstractFormatCheck(String, int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
Creates a new AbstractFormatCheck instance.
AbstractHeaderCheck - Class in com.puppycrawl.tools.checkstyle.checks.header
Abstract super class for header checks.
AbstractHeaderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
 
AbstractIllegalCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Support for checks that look for usage of illegal types.
AbstractIllegalCheck(String[]) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalCheck
Constructs an object.
AbstractInterfaceCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Abstract class for checking interface requirements.
AbstractInterfaceCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractInterfaceCheck
 
AbstractJ2eeCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Abstract class for J2ee component checking.
AbstractJ2eeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractJ2eeCheck
 
AbstractLoader - Class in com.puppycrawl.tools.checkstyle.api
Contains the common implementation of a loader, for loading a configuration from an XML file.
AbstractLoader - Class in com.puppycrawl.tools.checkstyle.api
Contains the common implementation of a loader, for loading a configuration from an XML file.
AbstractLoader(String, String) - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractLoader
Creates a new instance.
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.
AbstractLoader(Map) - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractLoader
Creates a new instance.
AbstractNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
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 in com.puppycrawl.tools.checkstyle.checks.coding
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 in com.puppycrawl.tools.checkstyle.checks
Abstract class that represents options.
AbstractOption(String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractOption
Creates a new AbstractOption instance.
AbstractOptionCheck - Class in com.puppycrawl.tools.checkstyle.checks
Abstract class for checks with options.
AbstractOptionCheck(AbstractOption) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck
Creates a new AbstractOptionCheck instance.
AbstractSuperCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Abstract class for checking that an overriding method with no parameters invokes the super method.
AbstractSuperCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
 
AbstractTreeTableModel - Class in com.puppycrawl.tools.checkstyle.gui
 
AbstractTreeTableModel(Object) - Constructor for class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
AbstractTypeAwareCheck - Class in com.puppycrawl.tools.checkstyle.checks
Abstract class that endeavours to maintain type information for the Java file being checked.
AbstractTypeAwareCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
 
AbstractTypeAwareCheck.ClassInfo - Class in com.puppycrawl.tools.checkstyle.checks
Contains class's Token.
AbstractTypeAwareCheck.ClassInfo(AbstractTypeAwareCheck.Token) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassInfo
Creates new instance of class inforamtion object.
AbstractTypeAwareCheck.Token - Class in com.puppycrawl.tools.checkstyle.checks
Represents text element with location in the text.
AbstractTypeAwareCheck.Token(String, int, int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
Creates token.
AbstractTypeAwareCheck.Token(FullIdent) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
Converts FullIdent to Token.
AbstractViolationReporter - Class in com.puppycrawl.tools.checkstyle.api
Serves as an abstract base class for all modules that report inspection findings.
AbstractViolationReporter - Class in com.puppycrawl.tools.checkstyle.api
Serves as an abstract base class for all modules that report inspection findings.
AbstractViolationReporter() - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
 
AbstractViolationReporter() - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
 
aCase() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
accept(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.Filter
Determines whether or not a filtered AuditEvent is accepted.
accept(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.Filter
Determines whether or not a filtered AuditEvent is accepted.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Determines whether or not a filtered AuditEvent is accepted.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Determines whether or not a filtered AuditEvent is accepted.
accept(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
Checks if given indentation is accaptable.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
Determines whether or not a filtered AuditEvent is accepted.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
Determines whether or not a filtered AuditEvent is accepted.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
Determines whether or not a filtered AuditEvent is accepted.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
Determines whether or not a filtered AuditEvent is accepted.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
Determines whether or not a filtered AuditEvent is accepted.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
Determines whether or not a filtered AuditEvent is accepted.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
Determines whether or not a filtered AuditEvent is accepted.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
Determines whether or not a filtered AuditEvent is accepted.
add(LocalizedMessage) - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
Logs a message to be reported.
add(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.
add(String, Object) - Method in class com.puppycrawl.tools.checkstyle.DefaultContext
Adds a context entry.
addAcceptedIndent(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
Adds one more acceptable indentation level.
addAcceptedIndent(IndentLevel) - 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.
addAttribute(String, String) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Adds an attribute to this configuration.
addCellEditorListener(CellEditorListener) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
 
addChild(AST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
Adds new child to AST.
addChild(AST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
Adds new child to AST.
addChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Makes a configuration a child of this configuration.
addChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Makes a configuration a child of this configuration.
addError(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that an audit error was discovered on a specific file.
addError(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that an audit error was discovered on a specific file.
addError(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that an audit error was discovered on a specific file.
addError(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that an audit error was discovered on a specific file.
addError(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Print an Emacs compliant line on the error stream.
addError(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Print an Emacs compliant line on the error stream.
addError(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that an audit error was discovered on a specific file.
addError(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that an audit error was discovered on a specific file.
addException(AuditEvent, Throwable) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that an exception happened while performing audit.
addException(AuditEvent, Throwable) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that an exception happened while performing audit.
addException(AuditEvent, Throwable) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that an exception happened while performing audit.
addException(AuditEvent, Throwable) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that an exception happened while performing audit.
addException(AuditEvent, Throwable) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Notify that an exception happened while performing audit.
addException(AuditEvent, Throwable) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Notify that an exception happened while performing audit.
addException(AuditEvent, Throwable) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that an exception happened while performing audit.
addException(AuditEvent, Throwable) - 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).
addFileset(FileSet) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Adds a set of files (nested fileset attribute).
addFileSetCheck(FileSetCheck) - Method in class com.puppycrawl.tools.checkstyle.Checker
Adds a FileSetCheck to the list of FileSetChecks that is executed in process().
addFileSetCheck(FileSetCheck) - Method in class com.puppycrawl.tools.checkstyle.Checker
Adds a FileSetCheck to the list of FileSetChecks that is executed in process().
addFilter(Filter) - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Adds a Filter to the set.
addFilter(Filter) - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Adds a Filter to the set.
addFilter(Filter) - Method in class com.puppycrawl.tools.checkstyle.Checker
Adds a filter to the end of the audit event filter chain.
addFilter(Filter) - Method in class com.puppycrawl.tools.checkstyle.Checker
Adds a filter to the end of the audit event filter chain.
addFormatter(CheckStyleTask.Formatter) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Add a formatter.
addFormatter(CheckStyleTask.Formatter) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Add a formatter.
additiveExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
addLineAndCol(Integer, int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
Add a line to this set of lines.
addListener(AuditListener) - Method in class com.puppycrawl.tools.checkstyle.Checker
Add the listener that will be used to receive events from the audit.
addListener(AuditListener) - Method in class com.puppycrawl.tools.checkstyle.Checker
Add the listener that will be used to receive events from the audit.
addProperty(CheckStyleTask.Property) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Add an override property.
addProperty(CheckStyleTask.Property) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Add an override property.
addTreeModelListener(TreeModelListener) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
ALONE - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
Represents the policy that the brace must be alone on the line.
andExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ANNOTATION - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An annotation of a package, type, field, parameter or variable.
ANNOTATION - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An annotation of a package, type, field, parameter or variable.
annotation() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ANNOTATION - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ANNOTATION_ARRAY_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An annotation array member initialisation.
ANNOTATION_ARRAY_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An annotation array member initialisation.
ANNOTATION_ARRAY_INIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ANNOTATION_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An annotation declaration.
ANNOTATION_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An annotation declaration.
ANNOTATION_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ANNOTATION_FIELD_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An annotation field declaration.
ANNOTATION_FIELD_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An annotation field declaration.
ANNOTATION_FIELD_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ANNOTATION_MEMBER_VALUE_PAIR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An initialisation of an annotation member with a value.
ANNOTATION_MEMBER_VALUE_PAIR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An initialisation of an annotation member with a value.
ANNOTATION_MEMBER_VALUE_PAIR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
annotationArguments() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
annotationBlock() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
annotationDefault() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
annotationDefinition(AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
annotationExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
annotationField() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
annotationMemberArrayInitializer() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
annotationMemberArrayValueInitializer() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
annotationMemberValueInitializer() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
annotationMemberValuePair() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
annotationMemberValuePairs() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ANNOTATIONS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A collection of annotations on a package or enum constant.
ANNOTATIONS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A collection of annotations on a package or enum constant.
annotations() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ANNOTATIONS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ANONINNER - Static variable in class com.puppycrawl.tools.checkstyle.api.Scope
anon inner scope.
ANONINNER - Static variable in class com.puppycrawl.tools.checkstyle.api.Scope
anon inner scope.
AnonInnerLengthCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
Checks for long anonymous inner classes.
AnonInnerLengthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
 
argList() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ARRAY_DECLARATOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An array declaration.
ARRAY_DECLARATOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An array declaration.
ARRAY_DECLARATOR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ARRAY_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An array initialization.
ARRAY_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An array initialization.
ARRAY_INIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ArrayInitHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for array initialization blocks.
ArrayInitHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
arrayInitializer() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ArrayTrailingCommaCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks if array initialization contains optional trailing comma.
ArrayTrailingCommaCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
 
ArrayTypeStyleCheck - Class in com.puppycrawl.tools.checkstyle.checks
Checks the style of array type definitions.
ArrayTypeStyleCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
 
ASSERT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
assertStatement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The = (assignment) operator.
ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The = (assignment) operator.
ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
AssignHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for assignements.
AssignHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.AssignHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
assignmentExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
AT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An 'at' symbol - signifying an annotation instance or the prefix to the interface literal signifying the definition of an annotation declaration.
AT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An 'at' symbol - signifying an annotation instance or the prefix to the interface literal signifying the definition of an annotation declaration.
AT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
AuditEvent - Class in com.puppycrawl.tools.checkstyle.api
Raw event for audit.
AuditEvent - Class in com.puppycrawl.tools.checkstyle.api
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, LocalizedMessage) - Constructor for class com.puppycrawl.tools.checkstyle.api.AuditEvent
Creates a new AuditEvent instance.
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, LocalizedMessage) - Constructor for class com.puppycrawl.tools.checkstyle.api.AuditEvent
Creates a new AuditEvent instance.
auditFinished(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that the audit is finished.
auditFinished(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that the audit is finished.
auditFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that the audit is finished.
auditFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that the audit is finished.
auditFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Notify that the audit is finished.
auditFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Notify that the audit is finished.
auditFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that the audit is finished.
auditFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that the audit is finished.
AuditListener - Interface in com.puppycrawl.tools.checkstyle.api
Listener in charge of receiving events from the Checker.
AuditListener - Interface in com.puppycrawl.tools.checkstyle.api
Listener in charge of receiving events from the Checker.
auditStarted(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that the audit is about to start.
auditStarted(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that the audit is about to start.
auditStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that the audit is about to start.
auditStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that the audit is about to start.
auditStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Notify that the audit is about to start.
auditStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Notify that the audit is about to start.
auditStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that the audit is about to start.
auditStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that the audit is about to start.
AutomaticBean - Class in com.puppycrawl.tools.checkstyle.api
A Java Bean that implements the component lifecycle interfaces by calling the bean's setters for all configration attributes.
AutomaticBean - Class in com.puppycrawl.tools.checkstyle.api
A Java Bean that implements the component lifecycle interfaces by calling the bean's setters for all configration attributes.
AutomaticBean() - Constructor for class com.puppycrawl.tools.checkstyle.api.AutomaticBean
 
AutomaticBean() - Constructor for class com.puppycrawl.tools.checkstyle.api.AutomaticBean
 
AvoidInlineConditionalsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Detects inline conditionals.
AvoidInlineConditionalsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
 
AvoidNestedBlocksCheck - Class in com.puppycrawl.tools.checkstyle.checks.blocks
Finds nested blocks.
AvoidNestedBlocksCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
 
AvoidStarImportCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
Check that finds import statements that use the * notation.
AvoidStarImportCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
 

B

BAND - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The & (bitwise AND) operator.
BAND - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The & (bitwise AND) operator.
BAND - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
BAND_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The &= (bitwise AND assignment) operator.
BAND_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The &= (bitwise AND assignment) operator.
BAND_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
baseClassname(String) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
 
baseClassname(String) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
 
BEAN - Static variable in class com.puppycrawl.tools.checkstyle.checks.j2ee.PersistenceOption
Represents the bean-managed persistence policy.
BeanManagedMethodChecker - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks methods of entity beans with bean-managed persistence.
BeanManagedMethodChecker(EntityBeanCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanManagedMethodChecker
Constructs a BeanManagedMethodChecker.
BeanMethodChecker - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Root class for bean method checks.
BeanMethodChecker(AbstractBeanCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker
Constructs a BeanMethodChecker for a bean check.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.RequiredRegexpCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
Called before the starting to process a tree.
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck
Called before the starting to process a tree.
BINARY_EXPONENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
BLOCK - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
BlockOption - Class in com.puppycrawl.tools.checkstyle.checks.blocks
Represents the policy for checking block statements.
BlockParentHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for parents of blocks ('if', 'else', 'while', etc).
BlockParentHandler(IndentationCheck, String, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Construct an instance of this handler with the given indentation check, name, abstract syntax tree, and parent handler.
BNOT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ~ (bitwise complement) operator.
BNOT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ~ (bitwise complement) operator.
BNOT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
BooleanExpressionComplexityCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
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 variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The | (bitwise OR) operator.
BOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The | (bitwise OR) operator.
BOR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
BOR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The |= (bitwise OR assignment) operator.
BOR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The |= (bitwise OR assignment) operator.
BOR_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
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.
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 variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >>> (unsigned shift right) operator.
BSR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >>> (unsigned shift right) operator.
BSR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
BSR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >>>= (unsigned right shift assignment) operator.
BSR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >>>= (unsigned right shift assignment) operator.
BSR_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
buildTokenTypeASTClassMap() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
builtInType() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
builtInTypeArraySpec(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
builtInTypeSpec(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
BXOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ^ (bitwise exclusive OR) operator.
BXOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ^ (bitwise exclusive OR) operator.
BXOR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
BXOR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ^= (bitwise exclusive OR assignment) operator.
BXOR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ^= (bitwise exclusive OR assignment) operator.
BXOR_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 

C

cancelCellEditing() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
 
CASE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A group of case clauses.
CASE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A group of case clauses.
CASE_GROUP - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
CaseHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for case statements.
CaseHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
casesGroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
caseSList() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
CatchHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for catch blocks.
CatchHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.CatchHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
CHAR_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A character literal.
CHAR_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A character literal.
CHAR_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
Check - Class in com.puppycrawl.tools.checkstyle.api
The base class for checks.
Check - Class in com.puppycrawl.tools.checkstyle.api
The base class for checks.
Check() - Constructor for class com.puppycrawl.tools.checkstyle.api.Check
 
Check() - Constructor for class com.puppycrawl.tools.checkstyle.api.Check
 
checkBean(DetailAST, String, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractBeanCheck
Checks a bean class requirements.
checkChildren(DetailAST, int[], IndentLevel, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
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(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker
Checks whether an ejbCreate<METHOD>(...) method of a bean satisfies requirements.
checkCreateMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ContainerManagedMethodChecker
Checks whether an ejbCreate<METHOD>(...) method of an entity bean satisfies requirements.
checkCreateMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
Checks whether an ejbCreate<METHOD>(...) method of a bean satisfies requirements.
checkCreateMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.HomeInterfaceMethodChecker
Checks create<METHOD>(...) method requirements.
checkCreateMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MessageBeanMethodChecker
Checks whether an ejbCreate<METHOD>(...) method of a bean satisfies requirements.
checkCreateMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanMethodChecker
Checks whether an ejbCreate<METHOD>(...) method of a bean satisfies requirements.
CheckDocsDoclet - Class in com.puppycrawl.tools.checkstyle.doclets
Doclet which is used to extract Anakia input files from the Javadoc of Check implementations, so the Check's docs are autogenerated.
CheckDocsDoclet - Class in com.puppycrawl.tools.checkstyle.doclets
Doclet which is used to extract Anakia input files from the Javadoc of Check implementations, so the Check's docs are autogenerated.
CheckDocsDoclet() - Constructor for class com.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet
 
CheckDocsDoclet() - Constructor for class com.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet
 
Checker - Class in com.puppycrawl.tools.checkstyle
This class provides the functionality to check a set of files.
Checker - Class in com.puppycrawl.tools.checkstyle
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.
Checker() - Constructor for class com.puppycrawl.tools.checkstyle.Checker
Creates a new Checker instance.
checkExpressionSubtree(DetailAST, IndentLevel, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Check the indentation level for an expression subtree.
checkHomeMethod(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.MemberDefHandler
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.NewHandler
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, IndentLevel) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Check the indentation of consecutive lines for the expression we are handling.
checkLParen(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Check the indentation of the left parenthesis.
checkMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanManagedMethodChecker
Checks whether a method satisfies component requirements.
checkMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker
Checks whether a method satisfies component requirements.
checkMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ContainerManagedMethodChecker
Checks whether a method satisfies component requirements.
checkMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
Checks whether a method satisfies component requirements.
checkMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.HomeInterfaceMethodChecker
Checks whether a method satisfies component requirements.
checkMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalHomeInterfaceMethodChecker
Checks whether a method satisfies component requirements.
checkMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalInterfaceMethodChecker
Checks whether a method satisfies component requirements.
checkMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
Checks whether a method satisfies component requirements.
checkMethod(DetailAST, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
Checks whether a method satisfies public, non-static, and final requirements.
checkMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteHomeInterfaceMethodChecker
Checks whether a method satisfies component requirements.
checkMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteInterfaceMethodChecker
Checks whether a method satisfies component requirements.
checkMethods(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanManagedMethodChecker
Checks that the methods of a component satisfy requirements.
checkMethods(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
Checks that the methods of a component satisfy requirements.
checkMethods(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MessageBeanMethodChecker
Checks that the methods of a component satisfy requirements.
checkMethods(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
Checks that the methods of a component satisfy requirements.
checkMethods(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanMethodChecker
Checks that the methods of a component satisfy requirements.
checkModifiers() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Check the indentation level of modifiers.
checkNotThrows(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(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(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Check the indentation of the right parenthesis.
checkSelectMethod(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 variable in class com.puppycrawl.tools.checkstyle.Defn
Name of resource bundle for Checkstyle.
CHECKSTYLE_BUNDLE - Static variable in class com.puppycrawl.tools.checkstyle.Defn
Name of resource bundle for Checkstyle.
CheckstyleException - Exception in com.puppycrawl.tools.checkstyle.api
Represents an error condition within Checkstyle.
CheckstyleException - Exception in com.puppycrawl.tools.checkstyle.api
Represents an error condition within Checkstyle.
CheckstyleException(String) - Constructor for exception com.puppycrawl.tools.checkstyle.api.CheckstyleException
Creates a new CheckstyleException instance.
CheckstyleException(String, Throwable) - Constructor for exception com.puppycrawl.tools.checkstyle.api.CheckstyleException
Creates a new CheckstyleException instance that was caused by another exception.
CheckstyleException(String) - Constructor for exception com.puppycrawl.tools.checkstyle.api.CheckstyleException
Creates a new CheckstyleException instance.
CheckstyleException(String, Throwable) - Constructor for exception com.puppycrawl.tools.checkstyle.api.CheckstyleException
Creates a new CheckstyleException instance that was caused by another exception.
CheckStyleTask - Class in com.puppycrawl.tools.checkstyle
An implementation of a ANT task for calling checkstyle.
CheckStyleTask - Class in com.puppycrawl.tools.checkstyle
An implementation of a ANT task for calling checkstyle.
CheckStyleTask() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
CheckStyleTask() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
CheckStyleTask.Formatter - Class in com.puppycrawl.tools.checkstyle
Details about a formatter to be used.
CheckStyleTask.Formatter - Class in com.puppycrawl.tools.checkstyle
Details about a formatter to be used.
CheckStyleTask.Formatter() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
 
CheckStyleTask.Formatter() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
 
CheckStyleTask.FormatterType - Class in com.puppycrawl.tools.checkstyle
Poor mans enumeration for the formatter types.
CheckStyleTask.FormatterType - Class in com.puppycrawl.tools.checkstyle
Poor mans enumeration for the formatter types.
CheckStyleTask.FormatterType() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask.FormatterType
 
CheckStyleTask.FormatterType() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask.FormatterType
 
CheckStyleTask.Listener - Class in com.puppycrawl.tools.checkstyle
Represents a custom listener.
CheckStyleTask.Listener - Class in com.puppycrawl.tools.checkstyle
Represents a custom listener.
CheckStyleTask.Listener() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask.Listener
 
CheckStyleTask.Listener() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask.Listener
 
CheckStyleTask.Property - Class in com.puppycrawl.tools.checkstyle
Represents a property that consists of a key and value.
CheckStyleTask.Property - Class in com.puppycrawl.tools.checkstyle
Represents a property that consists of a key and value.
CheckStyleTask.Property() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
CheckStyleTask.Property() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
checkThrows(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 in com.puppycrawl.tools.checkstyle.checks
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 variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A class declaration.
CLASS_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A class declaration.
CLASS_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
classBlock() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ClassDataAbstractionCouplingCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
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 in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for class definitions.
ClassDefHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
classDefinition(AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ClassFanOutComplexityCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
The number 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.
classOrInterfaceType(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ClassResolver - Class in com.puppycrawl.tools.checkstyle.checks
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.
classTypeSpec(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
clear() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Clears the FilterSet.
clear() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Clears the FilterSet.
closeStreams() - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Flushes the output streams and closes them if needed.
closeStreams() - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Flushes the output streams and closes them if needed.
COLON - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The : (colon) operator.
COLON - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The : (colon) operator.
COLON - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
com.puppycrawl.tools.checkstyle - package com.puppycrawl.tools.checkstyle
Contains the implementation of the Checkstyle framework.
com.puppycrawl.tools.checkstyle.api - package com.puppycrawl.tools.checkstyle.api
Contains the core API to be used to implement checks.
com.puppycrawl.tools.checkstyle.checks - package com.puppycrawl.tools.checkstyle.checks
Contains the checks that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.checks.blocks - package com.puppycrawl.tools.checkstyle.checks.blocks
Contains the Block checks that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.checks.coding - package com.puppycrawl.tools.checkstyle.checks.coding
Contains the Coding checks that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.checks.design - package com.puppycrawl.tools.checkstyle.checks.design
Contains the Class Design checks that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.checks.duplicates - package com.puppycrawl.tools.checkstyle.checks.duplicates
Duplicate code detection tools.
com.puppycrawl.tools.checkstyle.checks.header - package com.puppycrawl.tools.checkstyle.checks.header
File Header checks.
com.puppycrawl.tools.checkstyle.checks.imports - package com.puppycrawl.tools.checkstyle.checks.imports
Contains the Imports checks that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.checks.indentation - package com.puppycrawl.tools.checkstyle.checks.indentation
Contains all classes required for the indentation check.
com.puppycrawl.tools.checkstyle.checks.j2ee - package com.puppycrawl.tools.checkstyle.checks.j2ee
Contains J2EE checks.
com.puppycrawl.tools.checkstyle.checks.javadoc - package com.puppycrawl.tools.checkstyle.checks.javadoc
Contains the Javadoc checks that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.checks.metrics - package com.puppycrawl.tools.checkstyle.checks.metrics
Contains the Metrics checks that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.checks.modifier - package com.puppycrawl.tools.checkstyle.checks.modifier
Contains the modifier checks that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.checks.naming - package com.puppycrawl.tools.checkstyle.checks.naming
Contains the Naming conventions checks that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.checks.sizes - package com.puppycrawl.tools.checkstyle.checks.sizes
Contains the Size Violations checks that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.checks.whitespace - package com.puppycrawl.tools.checkstyle.checks.whitespace
Contains the Whitespace checks that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.doclets - package com.puppycrawl.tools.checkstyle.doclets
Contains the doclets used during the build of Checktyle.
com.puppycrawl.tools.checkstyle.filters - package com.puppycrawl.tools.checkstyle.filters
Contains the filters that are bundled with the main distribution.
com.puppycrawl.tools.checkstyle.grammars - package com.puppycrawl.tools.checkstyle.grammars
Contains the grammar used by the Checkstyle framework.
com.puppycrawl.tools.checkstyle.gui - package com.puppycrawl.tools.checkstyle.gui
User interface classes for CheckStyle.
COMMA - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The , (comma) operator.
COMMA - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The , (comma) operator.
COMMA - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
CommentListener - Interface in com.puppycrawl.tools.checkstyle.grammars
This interface is used to be notified by parser about comments in the parsed code.
CommentListener - Interface in com.puppycrawl.tools.checkstyle.grammars
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.LocalizedMessage
compareTo(Object) - Method in class com.puppycrawl.tools.checkstyle.api.Scope
compareTo(Object) - Method in class com.puppycrawl.tools.checkstyle.api.Scope
compareTo(Object) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
compareTo(Object) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
compareTo(Object) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
Compares the position of this tag in the file with the position of another tag.
compareTo(Object) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
Compares the position of this tag in the file with the position of another tag.
compilationUnit() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
compoundStatement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
conditionalExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
Configurable - Interface in com.puppycrawl.tools.checkstyle.api
A component that can be configured.
Configurable - Interface in com.puppycrawl.tools.checkstyle.api
A component that can be configured.
Configuration - Interface in com.puppycrawl.tools.checkstyle.api
A Configuration is used to configure a Configurable component.
Configuration - Interface in com.puppycrawl.tools.checkstyle.api
A Configuration is used to configure a Configurable component.
ConfigurationLoader - Class in com.puppycrawl.tools.checkstyle
Loads a configuration from a standard configuration XML file.
ConfigurationLoader - Class in com.puppycrawl.tools.checkstyle
Loads a configuration from a standard configuration XML file.
configure(Configuration) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
Implements the Configurable interface using bean introspection.
configure(Configuration) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
Implements the Configurable interface using bean introspection.
configure(Configuration) - Method in interface com.puppycrawl.tools.checkstyle.api.Configurable
Configures this component.
configure(Configuration) - Method in interface com.puppycrawl.tools.checkstyle.api.Configurable
Configures this component.
constant() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ConstantNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
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(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.
constructorBody() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
CONTAINER - Static variable in class com.puppycrawl.tools.checkstyle.checks.j2ee.PersistenceOption
Represents the container-managed persistence policy.
ContainerManagedMethodChecker - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks methods of entity beans with container-managed persistence.
ContainerManagedMethodChecker(EntityBeanCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.ContainerManagedMethodChecker
Constructs a ContainerManagedMethodChecker for a entity bean check.
Context - Interface in com.puppycrawl.tools.checkstyle.api
A context to be used in subcomponents.
Context - Interface in com.puppycrawl.tools.checkstyle.api
A context to be used in subcomponents.
Contextualizable - Interface in com.puppycrawl.tools.checkstyle.api
A Component that needs context information from it's container to work.
Contextualizable - Interface in com.puppycrawl.tools.checkstyle.api
A Component that needs context information from it's container to work.
contextualize(Context) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
Implements the Contextualizable interface using bean introspection.
contextualize(Context) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
Implements the Contextualizable interface using bean introspection.
contextualize(Context) - Method in interface com.puppycrawl.tools.checkstyle.api.Contextualizable
Sets the context for this Component.
contextualize(Context) - Method in interface com.puppycrawl.tools.checkstyle.api.Contextualizable
Sets the context for this Component.
CovariantEqualsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks that if a class defines a covariant method equals, then it defines method equals(java.lang.Object).
CovariantEqualsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
 
CR - Static variable in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
Mac-style line separators.
createClassInfo(AbstractTypeAwareCheck.Token, String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Creates class info for given name.
createClasspath() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
createClasspath() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
createFullIdent(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.FullIdent
Creates a new FullIdent starting from the specified node.
createFullIdent(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.FullIdent
Creates a new FullIdent starting from the specified node.
createFullIdentBelow(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.FullIdent
Creates a new FullIdent starting from the child of the specified node.
createFullIdentBelow(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.FullIdent
Creates a new FullIdent starting from the child of the specified node.
createFullType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
Creates FullIdent for given type node.
createHeaderInfo() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
Abstract factory method to create an unconfigured header info bean.
createHeaderInfo() - Method in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
Abstract factory method to create an unconfigured header info bean.
createHeaderInfo() - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
Abstract factory method to create an unconfigured header info bean.
createListener(Task) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Creates a listener for the formatter.
createListener(Task) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Creates a listener for the formatter.
createModule(String) - Method in interface com.puppycrawl.tools.checkstyle.ModuleFactory
Creates a new instance of a class from a given name.
createModule(String) - Method in interface com.puppycrawl.tools.checkstyle.ModuleFactory
Creates a new instance of a class from a given name.
createPattern(String) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
Helper method to create a regular expression.
createPattern(String) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
Helper method to create a regular expression.
CRLF - Static variable in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
Windows-style line separators.
CrossLanguageRegexpHeaderCheck - Class in com.puppycrawl.tools.checkstyle.checks.header
A FileSetCheck similar to RegexpHeaderCheck, but works for all text files, not just java code.
CrossLanguageRegexpHeaderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.header.CrossLanguageRegexpHeaderCheck
Creates a new instance and initializes the file extentions to the default value, which represents most of the typical text files that require a copyright header.
CTOR_CALL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A constructor call.
CTOR_CALL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A constructor call.
CTOR_CALL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
CTOR_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A constructor declaration.
CTOR_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A constructor declaration.
CTOR_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ctorHead() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
CyclomaticComplexityCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
Checks cyclomatic complexity against a specified limit.
CyclomaticComplexityCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
Create an instance.

D

DEC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The -- (prefix decrement) operator.
DEC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The -- (prefix decrement) operator.
DEC - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
declaration() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
A declaration is the creation of a reference or primitive-type variable Create a separate Type/Var tree for each var in the var list.
DeclarationCollector - Class in com.puppycrawl.tools.checkstyle.checks
Abstract class for chekcs which need to collect information about declared members/parameters/variables.
DeclarationCollector() - Constructor for class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector
 
DeclarationOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks that the parts of a class or interface declaration appear in the order suggested by the Code Conventions for the Java Programming Language.
DeclarationOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
 
declaratorBrackets(AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
decode(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractOption
Returns the option specified by a string representation.
DefaultComesLastCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
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 in com.puppycrawl.tools.checkstyle
Default implementation of the Configuration interface.
DefaultConfiguration - Class in com.puppycrawl.tools.checkstyle
Default implementation of the Configuration interface.
DefaultConfiguration(String) - Constructor for class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Instantiates a DefaultConfiguration.
DefaultConfiguration(String) - Constructor for class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Instantiates a DefaultConfiguration.
DefaultContext - Class in com.puppycrawl.tools.checkstyle
A default implementation of the Context interface.
DefaultContext - Class in com.puppycrawl.tools.checkstyle
A default implementation of the Context interface.
DefaultContext() - Constructor for class com.puppycrawl.tools.checkstyle.DefaultContext
 
DefaultContext() - Constructor for class com.puppycrawl.tools.checkstyle.DefaultContext
 
DefaultLogger - Class in com.puppycrawl.tools.checkstyle
Simple plain logger for text output.
DefaultLogger - Class in com.puppycrawl.tools.checkstyle
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.
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 in com.puppycrawl.tools.checkstyle
Contains constant definitions common to the package.
Defn - Class in com.puppycrawl.tools.checkstyle
Contains constant definitions common to the package.
delayedFireTableDataChanged() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
Invokes fireTableDataChanged after all the pending events have been processed.
DescendantTokenCheck - Class in com.puppycrawl.tools.checkstyle.checks
Checks for restricted tokens beneath other tokens.
DescendantTokenCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
 
DesignForExtensionCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
Checks that classes are designed for inheritance.
DesignForExtensionCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
 
destroy() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
 
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.api.Check
Destroy the check.
destroy() - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
Cleans up the object.
destroy() - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
Cleans up the object.
destroy() - Method in class com.puppycrawl.tools.checkstyle.Checker
Cleans up the object.
destroy() - Method in class com.puppycrawl.tools.checkstyle.Checker
Cleans up the object.
destroy() - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
 
destroy() - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
 
DetailAST - Class in com.puppycrawl.tools.checkstyle.api
An extension of the CommonAST that records the line and column number.
DetailAST - Class in com.puppycrawl.tools.checkstyle.api
An extension of the CommonAST that records the line and column number.
DetailAST() - Constructor for class com.puppycrawl.tools.checkstyle.api.DetailAST
 
DetailAST() - Constructor for class com.puppycrawl.tools.checkstyle.api.DetailAST
 
DIV - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The / (division) operator.
DIV - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The / (division) operator.
DIV - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
DIV_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The /= (division assignment) operator.
DIV_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The /= (division assignment) operator.
DIV_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
DO_WHILE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
Literal while in do-while loop.
DO_WHILE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
Literal while in do-while loop.
DO_WHILE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
DOT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The . (dot) operator.
DOT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The . (dot) operator.
DOT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
DOUBLE_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
DoubleCheckedLockingCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
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.
DoubleCheckedLockingCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.DoubleCheckedLockingCheck
 
DoWhileHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for do...while blocks.
DoWhileHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.DoWhileHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.

E

ELIST - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An expression list.
ELIST - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An expression list.
ELIST - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ELLIPSIS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A triple dot for variable-length parameters.
ELLIPSIS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A triple dot for variable-length parameters.
ELLIPSIS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ElseHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for else blocks.
ElseHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ElseHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
elseStatement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
EMPTY_STAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The empty statement.
EMPTY_STAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The empty statement.
EMPTY_STAT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
EmptyBlockCheck - Class in com.puppycrawl.tools.checkstyle.checks.blocks
Checks for empty blocks.
EmptyBlockCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
Creates a new EmptyBlockCheck instance.
EmptyForInitializerPadCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
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 in com.puppycrawl.tools.checkstyle.checks.whitespace
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 in com.puppycrawl.tools.checkstyle.checks.coding
Detects empty statements (standalone ';').
EmptyStatementCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
 
encode(String) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Escape <, > & ' and " as their entities.
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
endElement(String, String, String) - Method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
EntityBeanCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
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 in com.puppycrawl.tools.checkstyle.checks.j2ee
Root class for entity bean method checks.
EntityBeanMethodChecker(EntityBeanCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
Constructs a EntityBeanMethodChecker for a bean check.
ENUM - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The enum keyword.
ENUM - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The enum keyword.
ENUM - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ENUM_CONSTANT_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An enum constant declaration.
ENUM_CONSTANT_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An enum constant declaration.
ENUM_CONSTANT_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ENUM_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An enum declaration.
ENUM_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An enum declaration.
ENUM_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
enumBlock() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
enumConstant() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
enumConstantBlock() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
enumConstantField() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
enumDefinition(AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
EOF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The end of file token.
EOF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The end of file token.
EOF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
EOL - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
Represents the policy for placing the brace at the end of line.
EOL - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
Require that the operator is at the end of the line.
EQUAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The == (equal) operator.
EQUAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The == (equal) operator.
EQUAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
equalityExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
equals(Object) - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
equals(Object) - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
equals(Object) - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
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.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.SuppressElement
equals(Object) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
equals(Object) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
EqualsHashCodeCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks that classes that override equals() also override hashCode().
EqualsHashCodeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
 
equalTypes(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
Tests whether two type AST nodes have the same type.
error(SAXParseException) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
error(SAXParseException) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
ERROR - Static variable in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
Severity level: error.
ERROR - Static variable in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
Severity level: error.
ESC - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
exclusiveOrExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ExecutableStatementCountCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
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.
execute() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Actually checks the files specified.
expandedTabsColumnNo(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.
explicitConstructorInvocation() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ExplicitInitializationCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
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.
ExplicitInitializationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
 
EXPONENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
EXPR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An expression.
EXPR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An expression.
EXPR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
expression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ExpressionHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Abstract base class for all handlers.
ExpressionHandler(IndentationCheck, String, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Construct an instance of this handler with the given indentation check, name, abstract syntax tree, and parent handler.
expressionList() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
EXTENDS_CLAUSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An extends clause.
EXTENDS_CLAUSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An extends clause.
EXTENDS_CLAUSE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 

F

FallThroughCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
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
fatalError(SAXParseException) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
field() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
FileContents - Class in com.puppycrawl.tools.checkstyle.api
Represents the contents of a file.
FileContents - Class in com.puppycrawl.tools.checkstyle.api
Represents the contents of a file.
FileContents(String, String[]) - Constructor for class com.puppycrawl.tools.checkstyle.api.FileContents
Creates a new FileContents instance.
FileContents(String, String[]) - Constructor for class com.puppycrawl.tools.checkstyle.api.FileContents
Creates a new FileContents instance.
FileContentsHolder - Class in com.puppycrawl.tools.checkstyle.checks
Holds the current file contents for global access when configured as a TreeWalker sub-module.
FileContentsHolder() - Constructor for class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
 
fileFinished(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that audit is finished on a specific file.
fileFinished(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that audit is finished on a specific file.
fileFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that audit is finished on a specific file.
fileFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that audit is finished on a specific file.
fileFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Notify that audit is finished on a specific file.
fileFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Notify that audit is finished on a specific file.
fileFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that audit is finished on a specific file.
fileFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that audit is finished on a specific file.
FileLengthCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
Checks for long source files.
FileLengthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
 
FileSetCheck - Interface in com.puppycrawl.tools.checkstyle.api
Interface for Checking a set of files for some criteria.
FileSetCheck - Interface in com.puppycrawl.tools.checkstyle.api
Interface for Checking a set of files for some criteria.
fileStarted(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that audit is about to start on a specific file.
fileStarted(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
Notify that audit is about to start on a specific file.
fileStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that audit is about to start on a specific file.
fileStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Notify that audit is about to start on a specific file.
fileStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Notify that audit is about to start on a specific file.
fileStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Notify that audit is about to start on a specific file.
fileStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that audit is about to start on a specific file.
fileStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Notify that audit is about to start on a specific file.
filter(File[]) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Determines the set of files this FileSetCheck is interested in.
filter(File[]) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Determines the set of files this FileSetCheck is interested in.
Filter - Interface in com.puppycrawl.tools.checkstyle.api
An interface for filtering AuditEvents.
Filter - Interface in com.puppycrawl.tools.checkstyle.api
An interface for filtering AuditEvents.
filterFilesByExtension(File[], String[]) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
Filter a set of files by their extension.
filterFilesByExtension(File[], String[]) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
Filter a set of files by their extension.
FilterSet - Class in com.puppycrawl.tools.checkstyle.api
A filter set applies filters to AuditEvents.
FilterSet - Class in com.puppycrawl.tools.checkstyle.api
A filter set applies filters to AuditEvents.
FilterSet() - Constructor for class com.puppycrawl.tools.checkstyle.api.FilterSet
 
FilterSet() - Constructor for class com.puppycrawl.tools.checkstyle.api.FilterSet
 
FINAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The final keyword.
FINAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The final keyword.
FINAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
FinalClassCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
Checks that class which has only private ctors is declared as final.
FinalClassCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
 
FinalLocalVariableCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Ensures that local variables that never get their values changed, must be declared final.
FinalLocalVariableCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
 
FinallyHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for finally blocks.
FinallyHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.FinallyHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
finallyHandler() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
FinalParametersCheck - Class in com.puppycrawl.tools.checkstyle.checks
Check that method/constructor/catch/foreach parameters are final.
FinalParametersCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
 
FinalStaticCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks that all static fields are declared final.
FinalStaticCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.FinalStaticCheck
 
findClassAlias(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Looking if a given name is alias.
findFirstToken(int) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
Returns the first child token that makes a specified type.
findFirstToken(int) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
Returns the first child token that makes a specified type.
findSubtreeLines(LineSet, DetailAST, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Find the set of lines for a given subtree.
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.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
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
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.checks.header.AbstractHeaderCheck
Checks that required args were specified.
finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.checks.header.CrossLanguageRegexpHeaderCheck
Checks that required args were specified.
finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
 
finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
 
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Called after finished processing a tree.
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Called after finished processing a tree.
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
Called after finished processing a tree.
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
Called after finished processing a tree.
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
Called after finished processing a tree.
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
Called after finished processing a tree.
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
Called after finished processing a tree.
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Called after finished processing a tree.
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
Called after finished processing a tree.
fireAuditFinished() - Method in class com.puppycrawl.tools.checkstyle.Checker
notify all listeners about the audit end
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
fireAuditStarted() - Method in class com.puppycrawl.tools.checkstyle.Checker
notify all listeners about the audit start
fireEditingCanceled() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
 
fireEditingStopped() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
 
fireErrors(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Notify all listeners about the errors in a file.
fireErrors(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Notify all listeners about the errors in a file.
fireErrors(String, LocalizedMessage[]) - Method in interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
Notify all listeners about the errors in a file.
fireErrors(String, LocalizedMessage[]) - Method in interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
Notify all listeners about the errors in a file.
fireErrors(String, LocalizedMessage[]) - Method in class com.puppycrawl.tools.checkstyle.Checker
notify all listeners about the errors in a file.
fireErrors(String, LocalizedMessage[]) - Method in class com.puppycrawl.tools.checkstyle.Checker
notify all listeners about the errors in a file.
fireFileFinished(String) - Method in interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
Notify all listeners about the end of a file audit.
fireFileFinished(String) - Method in interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
Notify all listeners about the end of a file audit.
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.Checker
Notify all listeners about the end of a file audit.
fireFileStarted(String) - Method in interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
Notify all listeners about the beginning of a file audit.
fireFileStarted(String) - Method in interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
Notify all listeners about the beginning 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.Checker
Notify all listeners about the beginning of a file audit.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
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.
FLOAT_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
FLOAT_SUFFIX - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
FOR_CONDITION - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A for loop condition.
FOR_CONDITION - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A for loop condition.
FOR_CONDITION - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
FOR_EACH_CLAUSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A for-each clause.
FOR_EACH_CLAUSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A for-each clause.
FOR_EACH_CLAUSE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
FOR_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A for loop initializer.
FOR_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A for loop initializer.
FOR_INIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
FOR_ITERATOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A for loop iterator.
FOR_ITERATOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A for loop iterator.
FOR_ITERATOR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
forCond() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
forEachClause() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
forEachDeclarator() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ForHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for for loops.
ForHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ForHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
forInit() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
forIter() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
forStatement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
FullIdent - Class in com.puppycrawl.tools.checkstyle.api
Represents a full identifier, including dots, with associated position information.
FullIdent - Class in com.puppycrawl.tools.checkstyle.api
Represents a full identifier, including dots, with associated position information.

G

GE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >= (greater than or equal) operator.
GE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >= (greater than or equal) operator.
GE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
GeneratedJavaLexer - Class in com.puppycrawl.tools.checkstyle.grammars
 
GeneratedJavaLexer(InputStream) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
GeneratedJavaLexer(Reader) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
GeneratedJavaLexer(InputBuffer) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
GeneratedJavaLexer(LexerSharedInputState) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
GeneratedJavaRecognizer - Class in com.puppycrawl.tools.checkstyle.grammars
Java 1.5 Recognizer This grammar is in the PUBLIC DOMAIN
GeneratedJavaRecognizer(TokenBuffer, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
GeneratedJavaRecognizer(TokenBuffer) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
GeneratedJavaRecognizer(TokenStream, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
GeneratedJavaRecognizer(TokenStream) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
GeneratedJavaRecognizer(ParserSharedInputState) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
GeneratedJavaTokenTypes - Interface in com.puppycrawl.tools.checkstyle.grammars
 
GENERIC_END - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
'>' symbol signifying the end of type arguments or type parameters.
GENERIC_END - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
'>' symbol signifying the end of type arguments or type parameters.
GENERIC_END - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
GENERIC_START - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
'<' symbol signifying the start of type arguments or type parameters.
GENERIC_START - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
'<' symbol signifying the start of type arguments or type parameters.
GENERIC_START - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
GenericIllegalRegexpCheck - Class in com.puppycrawl.tools.checkstyle.checks
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 interface com.puppycrawl.tools.checkstyle.api.Context
Searches for the value with the specified attribute key in this context.
get(String) - Method in interface 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
Searches for the value with the specified attribute key in this context.
get(String) - Method in class com.puppycrawl.tools.checkstyle.DefaultContext
Searches for the value with the specified attribute key in this context.
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.api.Check
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
The configurable token set.
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
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
Prevent user from changing tokens in the configuration.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
The configurable token set.
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
 
getAttribute(String) - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
The attribute value for an attribute name.
getAttribute(String) - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
The attribute value for an attribute name.
getAttribute(String) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
The attribute value for an attribute name.
getAttribute(String) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
The attribute value for an attribute name.
getAttributeNames() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
The set of attribute names.
getAttributeNames() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
The set of attribute names.
getAttributeNames() - Method in interface com.puppycrawl.tools.checkstyle.api.Context
Returns the names of all atttributes of this context.
getAttributeNames() - Method in interface com.puppycrawl.tools.checkstyle.api.Context
Returns the names of all atttributes of this context.
getAttributeNames() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
The set of attribute names.
getAttributeNames() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
The set of attribute names.
getAttributeNames() - Method in class com.puppycrawl.tools.checkstyle.DefaultContext
Returns the names of all atttributes of this context.
getAttributeNames() - Method in class com.puppycrawl.tools.checkstyle.DefaultContext
Returns the names of all atttributes of this context.
getBasedir() - Method in class com.puppycrawl.tools.checkstyle.Checker
 
getBasedir() - Method in class com.puppycrawl.tools.checkstyle.Checker
 
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.
getCComments() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
Returns a map of all C style comments.
getCComments() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
Returns a map of all C style comments.
getCellEditorValue() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
 
getCharset() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
 
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.
getCheckedChildren() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Returns array of token types which should be checked among childrens.
getCheckedChildren() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
Returns array of token types which should be checked among childrens.
getCheckFields() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
 
getCheckMethods() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
 
getChild(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
 
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.
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.
getChildCount(Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
 
getChildren() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
The set of child configurations.
getChildren() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
The set of child configurations.
getChildren() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
The set of child configurations.
getChildren() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
The set of child configurations.
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.
getClassLoader() - Method in class com.puppycrawl.tools.checkstyle.api.Check
Returns the class loader associated with the tree.
getClassname() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Listener
 
getClassname() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Listener
 
getClazz() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassInfo
 
getColumn() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
 
getColumn() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
 
getColumn() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
Determines the column number of the tag in the source file.
getColumn() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
Determines the column number of the tag in the source file.
getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
 
getColumnClass(int) - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
Returns the type for column number column.
getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
 
getColumnCount() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
 
getColumnCount() - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
Returns the number ofs availible column.
getColumnCount() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
 
getColumnName(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
 
getColumnName(int) - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
Returns the name for column number column.
getColumnName(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
 
getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
 
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.FullIdent
 
getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
 
getConfiguration() - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
Returns the configuration that was used to configure this component.
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.
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.
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.api.Check
Returns the default token a check is interested in.
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.ArrayTypeStyleCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DoubleCheckedLockingCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.JUnitTestCaseCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Returns the default token a check is interested in.
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.j2ee.AbstractBeanCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractInterfaceCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.FinalStaticCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisParameterCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisReturnCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.RequiredRegexpCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
Returns the default token a check is interested in.
getDestDir(String[][]) - Static method in class com.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet
Return the destination directory for this Javadoc run.
getDestDir(String[][]) - Static method in class com.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet
Return the destination directory for this Javadoc run.
getEditingRow() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable
 
getEndColNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
The column in the inputfile where the text block ends.
getEndColNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
The column in the inputfile where the text block ends.
getEndLineNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
The last line of the text block in the inputfile.
getEndLineNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
The last line of the text block in the inputfile.
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).
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.api.Check
Returns the file contents associated with the tree.
getFileContents() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
 
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.AuditEvent
 
getFilename() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
 
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.
getFilterChain() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
Returns the loaded filter chain.
getFilters() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Returns the Filters of the filter set.
getFilters() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Returns the Filters of the filter set.
getFirstLine(int, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Get the first line for a given expression.
getFirstNode(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.
getHandler(IndentationCheck, DetailAST, ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
Get the handler for an AST.
getHeaderInfo() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
Return the header info to check against.
getHeaderLines() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
Return the header lines to check against.
getId() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Returns the identifier of the reporter.
getId() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Returns the identifier of the reporter.
getIgnoredMethodNames() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
Get the list of ignored method names.
getIllegalClassNames() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
Get 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.
getIndexOfChild(Object, Object) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
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.Scope
Scope factory method.
getInstance(String) - Static method in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
SeverityLevel 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.
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.
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.
getKey() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
getKey() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
getLastChild() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
 
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.
getLegalAbstractClassNames() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
Get the list of legal abstract class names.
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.NewHandler
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.
getLine() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
return the line number on the source file where the event occurred.
getLine() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
 
getLine() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
 
getLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
 
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.api.FullIdent
 
getLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
getLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
getLineNo() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
 
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.Check
Returns the lines associated with the tree.
getLines() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
 
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.
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(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.
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
 
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.coding.AbstractNestedDepthCheck
Getter for maximum allowed nesting depth.
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.
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.metrics.BooleanExpressionComplexityCheck
Getter for maximum allowed complexity.
getMax() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
Gets the maximum threshold.
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.api.AuditEvent
return the message associated to the event.
getMessage() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
getMessage() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
getMessage() - Method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
Getter for message property.
getMessage() - Method in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck
Getter for message property.
getMessageBundle() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Returns the message bundle name resourcebundle that contains the messages used by this module.
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.
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.
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
 
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
Returns the name of the overriding method.
getMethodName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SuperFinalizeCheck
Returns the name of the overriding method.
getModuleId() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
 
getModuleId() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
 
getModuleId() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
getModuleId() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
getName() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
The name of this configuration.
getName() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
The name of this configuration.
getName() - Method in class com.puppycrawl.tools.checkstyle.api.Scope
 
getName() - Method in class com.puppycrawl.tools.checkstyle.api.Scope
 
getName() - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
 
getName() - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
 
getName() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassInfo
 
getName() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
The name of this configuration.
getName() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
The name of this configuration.
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.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.
getPattern(String) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
This is a factory method to return an Pattern object for the specified regular expression.
getPattern(String, int) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
This is a factory method to return an Pattern object for the specified regular expression and compile flags.
getPattern(String) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
This is a factory method to return an Pattern object for the specified regular expression.
getPattern(String, int) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
This is a factory method to return an Pattern object for the specified regular expression and compile flags.
getPersistenceOption() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanCheck
Returns the set PersistenceOption.
getPreviousSibling() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
Returns the previous sibling or null if no such sibling exists.
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.
getRegexp() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
 
getRegexp() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
 
getRegexpHeaderInfo() - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
Provides typesafe access to the subclass specific HeaderInfo.
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.api.Check
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.JUnitTestCaseCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractBeanCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractInterfaceCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.FinalStaticCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisParameterCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisReturnCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
The tokens that this check must be registered for.
getRoot() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
getRowCount() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
 
getRParen() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Get the right parenthesis portion of the expression we are handling.
getScopeFromMods(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns the Scope specified by the modifier set.
getScopeFromMods(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.
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.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.AuditEvent
 
getSeverityLevel() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
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.
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.AuditEvent
 
getSourceName() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
getSourceName() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
getStartColNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
The column in the inputfile where the text block starts.
getStartColNo() - Method in interface 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 interface com.puppycrawl.tools.checkstyle.api.TextBlock
The line in the inputfile where the text block starts.
getStartLineNo() - Method in interface 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.
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
Returns the map from string representations to options.
getStrToOpt() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
Returns the map from string representations to options.
getStrToOpt() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
Returns the map from string representations to options.
getStrToOpt() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.PersistenceOption
Returns the map from string representations to options.
getStrToOpt() - Method in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
Returns the map from string representations to options.
getStrToOpt() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
Returns the map from string representations to options.
getStrToOpt() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
Returns the map from string representations to options.
getSurroundingScope(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns the scope of the surrounding "block".
getSurroundingScope(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns the scope of the surrounding "block".
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellEditor
 
getTabWidth() - Method in class com.puppycrawl.tools.checkstyle.api.Check
 
getTabWidth() - Method in class com.puppycrawl.tools.checkstyle.api.Check
 
getText() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
 
getText() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
 
getText() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
The text content of the text block.
getText() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
The text content of the text block.
getText() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
 
getText() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
 
getText() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
 
getTokenId(String) - Static method in class com.puppycrawl.tools.checkstyle.api.TokenTypes
Returns the ID of a token for a given name.
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.
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.
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.
getTree() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable
 
getTypeParameterNames(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
Retrieves the names of the type parameters to the node.
getTypeParameters(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
Retrieves the type parameters to the node.
getValue() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
getValue() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
getValueAt(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
 
getValueAt(Object, int) - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
Returns the value to be displayed for node node, at column number column.
getValueAt(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
 
getValues() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.FormatterType
getValues() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.FormatterType
getVersion() - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanCheck
Determines the EJB version.
GT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The > (greater than) operator.
GT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The > (greater than) operator.
gt(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
 
GT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 

H

handler() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
HandlerFactory - Class in com.puppycrawl.tools.checkstyle.checks.indentation
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(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.api.FilterSet
hashCode() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
hashCode() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
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.api.SeverityLevel
The hashCode method.
hashCode() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
hashCode() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
hashCode() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
hashCode() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
hasImplements(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.
hasIntersectionWithComment(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
Checks if the specified position intersects with a comment.
hasPublicConstructor(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(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(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(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(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 in com.puppycrawl.tools.checkstyle.checks.header
Checks the header of the source against a fixed header file.
HeaderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
 
HEX_DIGIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
HEX_DOUBLE_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
HEX_FLOAT_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
HiddenFieldCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks that a local variable or a parameter does not shadow a field that is defined in the same class.
HiddenFieldCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
 
HideUtilityClassConstructorCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
Make sure that utility classes (classes that contain only static methods) do not have a public constructor.
HideUtilityClassConstructorCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
 
HomeInterfaceMethodChecker - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks the methods of a home interface.
HomeInterfaceMethodChecker(AbstractInterfaceCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.HomeInterfaceMethodChecker
Constructs a method checker for a home interface check.

I

ID_PART - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ID_START - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
IDENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An identifier.
IDENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An identifier.
IDENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
identifier() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
identifierStar() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
IfHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for if statements.
IfHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
IGNORE - Static variable in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
Severity level: ignore.
IGNORE - Static variable in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
Severity level: ignore.
IllegalCatchCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
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 in com.puppycrawl.tools.checkstyle.checks.imports
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 in com.puppycrawl.tools.checkstyle.checks.coding
Checks for illegal instantiations where a factory method is preferred.
IllegalInstantiationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
 
IllegalThrowsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Throwing java.lang.Error or java.lang.RuntimeException is almost never acceptable.
IllegalThrowsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
Creates new instance of the check.
IllegalTokenCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks for illegal tokens.
IllegalTokenCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
 
IllegalTokenTextCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks for illegal token text.
IllegalTokenTextCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
 
IllegalTypeCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
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 variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An implements clause.
IMPLEMENTS_CLAUSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An implements clause.
IMPLEMENTS_CLAUSE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
implementsClause() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
implementsEntityBean(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(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 variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An import declaration.
IMPORT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An import declaration.
IMPORT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ImportControlCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
Check that controls what packages can be imported in each package.
ImportControlCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
 
importDefinition() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ImportHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for import statements.
ImportHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ImportHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
ImportOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
Class to check the ordering/grouping of imports.
ImportOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
Default constructor.
inAnnotationBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns whether a node is directly contained within an annotation block.
inAnnotationBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns whether a node is directly contained within an annotation block.
INC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ++ (prefix increment) operator.
INC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ++ (prefix increment) operator.
INC - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
inclusiveOrExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
inCodeBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns whether the scope of a node is restricted to a code block.
inCodeBlock(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(BigInteger) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
Increments the current value by a specified amount.
IndentationCheck - Class in com.puppycrawl.tools.checkstyle.checks.indentation
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 in com.puppycrawl.tools.checkstyle.checks.indentation
Encapsulates representation of notion of expected indentation levels.
IndentLevel(int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
Creates new instance with one accaptable indentation level.
IndentLevel(IndentLevel, int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
Creates new instance for nested structure.
INDEX_OP - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The array index operator.
INDEX_OP - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The array index operator.
INDEX_OP - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
inEnumBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns whether a node is directly contained within an enum block.
inEnumBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns whether a node is directly contained within an enum block.
INFO - Static variable in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
Severity level: informational.
INFO - Static variable in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
Severity level: informational.
inInterfaceBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns whether a node is directly contained within an interface block.
inInterfaceBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns whether a node is directly contained within an interface block.
inInterfaceOrAnnotationBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns whether a node is directly contained within an interface or annotation block.
inInterfaceOrAnnotationBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns whether a node is directly contained within an interface or annotation block.
init() - Method in class com.puppycrawl.tools.checkstyle.api.Check
Initialse the check.
init() - Method in class com.puppycrawl.tools.checkstyle.api.Check
Initialse the check.
init() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
Initialse the check.
init() - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
 
initialize(Token) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
initialize(AST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
initialize(Token) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
initialize(AST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
initializer() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
InnerAssignmentCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks for assignments in subexpressions, such as in String s = Integer.toString(i = 2);.
InnerAssignmentCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
 
INSTANCE_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An instance initializer.
INSTANCE_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An instance initializer.
INSTANCE_INIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
INT_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
INTERFACE_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An interface declaration.
INTERFACE_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An interface declaration.
INTERFACE_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
interfaceDefinition(AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
interfaceExtends() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
InterfaceIsTypeCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
Implements Bloch, Effective Java, Item 17 - Use Interfaces only to define types.
InterfaceIsTypeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
 
intersects(int, int, int, int) - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
Checks if this comment intersects with a specified part of the file.
intersects(int, int, int, int) - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
Checks if this comment intersects with a specified part of the file.
isAbstract(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
Determines whether an AST defines an abstract element.
isCellEditable(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
 
isCellEditable(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
By default, make the column with the Tree in it the only editable one.
isCellEditable(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellEditor
Overridden to return false, and if the event is a mouse event it is forwarded to the tree.
isCellEditable(Object, int) - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
Indicates whether the the value for node node, at column number column is editable.
isCellEditable(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
 
isClassField(String) - Method in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector
Check if given name is a name for class field in current environment.
isDeclared(String) - Method in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector
Check if given name is a name for declafred variable/parameter/member in current environment.
isElseIf(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(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.CheckUtils
Tests whether a method definition AST defines an equals covariant.
isFinal(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.
isIllegalClassName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalCheck
Checks if given class is illegal.
isIn(Scope) - Method in class com.puppycrawl.tools.checkstyle.api.Scope
Checks if this scope is a subscope of another scope.
isIn(Scope) - Method in class com.puppycrawl.tools.checkstyle.api.Scope
Checks if this scope is a subscope of another scope.
isInEJB(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.
isLeaf(Object) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
isLoadable(String) - Method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
 
isLocalVariableDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Determines whether a node is a local variable definition.
isLocalVariableDef(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.header.HeaderCheck
Checks if a code line matches the required header line.
isMatch(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
Determines whether the source of an audit event matches the text of this tag.
isMatch(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
Determines whether the source of an audit event matches the text of this tag.
isMissingJavadocAllowed(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
The JavadocMethodCheck is about to report a missing Javadoc.
isMultiLevel() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
Checks wether we have more than one level.
isOn() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
Determines whether the suppression turns checkstyle reporting on or off.
isOn() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
Determines whether the suppression turns checkstyle reporting on or off.
isOuterMostType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.ScopeUtils
Returns whether a node is contained in the outer most type block.
isOuterMostType(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(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
Determines whether an AST defines a public element.
isPublicMethod(DetailAST, String, boolean, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
Determines whether an AST node defines a public method.
isPublicMethod(DetailAST, String, boolean) - Static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
Determines whether an AST node defines a public method.
isPublicMethod(DetailAST, String) - 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
 
isReference(String) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
 
isStatic(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(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
Determines whether an AST defines a void method.

J

JavadocMethodCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
Checks the Javadoc of a method or constructor.
JavadocMethodCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
 
JavadocStyleCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
Custom Checkstyle Check to validate Javadoc.
JavadocStyleCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
 
JavadocTypeCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
Checks the Javadoc of a type.
JavadocTypeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
 
JavadocVariableCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
Checks that a variable has Javadoc comment.
JavadocVariableCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
 
JavaNCSSCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
This check calculates the Non Commenting Source Statements (NCSS) metric for java source files and methods.
JavaNCSSCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
 
JTreeTable - Class in com.puppycrawl.tools.checkstyle.gui
This example shows how to create a simple JTreeTable component, by using a JTree as a renderer (and editor) for the cells in a particular column in the JTable.
JTreeTable(TreeTableModel) - Constructor for class com.puppycrawl.tools.checkstyle.gui.JTreeTable
 
JTreeTable.TreeTableCellEditor - Class in com.puppycrawl.tools.checkstyle.gui
TreeTableCellEditor implementation.
JTreeTable.TreeTableCellEditor() - Constructor for class com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellEditor
 
JUnitTestCaseCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Ensures that the setUp(), tearDown()methods are named correctly, have no arguments, return void and are either public or protected.
JUnitTestCaseCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.JUnitTestCaseCheck
 

L

LABELED_STAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A labeled statement.
LABELED_STAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A labeled statement.
LABELED_STAT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LabelHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for labels.
LabelHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
LAND - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The && (conditional AND) operator.
LAND - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The && (conditional AND) operator.
LAND - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
lastLine() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
Get the line number of the last line.
LBRACK - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LCURLY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A left (curly) brace ({).
LCURLY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A left (curly) brace ({).
LCURLY - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The <= (less than or equal) operator.
LE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The <= (less than or equal) operator.
LE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
leaveAST(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Called when exiting an AST.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
Called after all the child nodes have been process.
leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
Called after all the child nodes have been process.
leaveTokenHook(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
Hook called when leaving a token.
LeftCurlyCheck - Class in com.puppycrawl.tools.checkstyle.checks.blocks
Checks the placement of left curly braces on types, methods and other blocks: LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE.
LeftCurlyCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
Creates a default instance and sets the policy to EOL.
LeftCurlyOption - Class in com.puppycrawl.tools.checkstyle.checks.blocks
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.
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.
lengthMinusTrailingWhitespace(String) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
Returns the length of a string ignoring all trailing whitespace.
LF - Static variable 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.
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.
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 in com.puppycrawl.tools.checkstyle.checks.sizes
Checks for long lines.
LineLengthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
Creates a new LineLengthCheck instance.
LineSeparatorOption - Class in com.puppycrawl.tools.checkstyle.checks
Represents the options for line separator settings.
LineSet - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Represents a set of lines.
LineSet() - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
 
LITERAL_ASSERT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The assert keyword.
LITERAL_ASSERT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The assert keyword.
LITERAL_BOOLEAN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The boolean keyword.
LITERAL_BOOLEAN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The boolean keyword.
LITERAL_boolean - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_BREAK - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The break keyword.
LITERAL_BREAK - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The break keyword.
LITERAL_break - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_BYTE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The byte keyword.
LITERAL_BYTE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The byte keyword.
LITERAL_byte - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_CASE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The case keyword.
LITERAL_CASE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The case keyword.
LITERAL_case - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_CATCH - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The catch keyword.
LITERAL_CATCH - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The catch keyword.
LITERAL_catch - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_CHAR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The char keyword.
LITERAL_CHAR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The char keyword.
LITERAL_char - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_CLASS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The class keyword.
LITERAL_CLASS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The class keyword.
LITERAL_class - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_CONTINUE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The continue keyword.
LITERAL_CONTINUE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The continue keyword.
LITERAL_continue - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_DEFAULT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The default keyword.
LITERAL_DEFAULT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The default keyword.
LITERAL_default - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_DO - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The do keyword.
LITERAL_DO - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The do keyword.
LITERAL_do - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_DOUBLE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The double keyword.
LITERAL_DOUBLE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The double keyword.
LITERAL_double - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_ELSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The else keyword.
LITERAL_ELSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The else keyword.
LITERAL_else - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_extends - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_FALSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The false keyword.
LITERAL_FALSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The false keyword.
LITERAL_false - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_FINALLY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The finally keyword.
LITERAL_FINALLY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The finally keyword.
LITERAL_finally - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_FLOAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The float keyword.
LITERAL_FLOAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The float keyword.
LITERAL_float - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_FOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The for keyword.
LITERAL_FOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The for keyword.
LITERAL_for - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_IF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The if keyword.
LITERAL_IF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The if keyword.
LITERAL_if - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_implements - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_import - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_INSTANCEOF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The instanceof operator.
LITERAL_INSTANCEOF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The instanceof operator.
LITERAL_instanceof - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_INT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The int keyword.
LITERAL_INT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The int keyword.
LITERAL_int - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_INTERFACE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The interface keyword.
LITERAL_INTERFACE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The interface keyword.
LITERAL_interface - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_LONG - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The long keyword.
LITERAL_LONG - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The long keyword.
LITERAL_long - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_NATIVE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The native keyword.
LITERAL_NATIVE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The native keyword.
LITERAL_native - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_NEW - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The new keyword.
LITERAL_NEW - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The new keyword.
LITERAL_new - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_NULL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The null keyword.
LITERAL_NULL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The null keyword.
LITERAL_null - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_package - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_PRIVATE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The private keyword.
LITERAL_PRIVATE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The private keyword.
LITERAL_private - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_PROTECTED - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The protected keyword.
LITERAL_PROTECTED - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The protected keyword.
LITERAL_protected - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_PUBLIC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The public keyword.
LITERAL_PUBLIC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The public keyword.
LITERAL_public - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_RETURN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The return keyword.
LITERAL_RETURN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The return keyword.
LITERAL_return - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_SHORT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The short keyword.
LITERAL_SHORT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The short keyword.
LITERAL_short - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_STATIC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The static keyword.
LITERAL_STATIC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The static keyword.
LITERAL_static - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_SUPER - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The super keyword.
LITERAL_SUPER - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The super keyword.
LITERAL_super - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_SWITCH - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The switch keyword.
LITERAL_SWITCH - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The switch keyword.
LITERAL_switch - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_SYNCHRONIZED - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The synchronized keyword.
LITERAL_SYNCHRONIZED - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The synchronized keyword.
LITERAL_synchronized - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_THIS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The this keyword.
LITERAL_THIS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The this keyword.
LITERAL_this - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_THROW - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The throw keyword.
LITERAL_THROW - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The throw keyword.
LITERAL_throw - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_THROWS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The throws keyword.
LITERAL_THROWS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The throws keyword.
LITERAL_throws - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_TRANSIENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The transient keyword.
LITERAL_TRANSIENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The transient keyword.
LITERAL_transient - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_TRUE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The true keyword.
LITERAL_TRUE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The true keyword.
LITERAL_true - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_TRY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The try keyword.
LITERAL_TRY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The try keyword.
LITERAL_try - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_VOID - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The void keyword.
LITERAL_VOID - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The void keyword.
LITERAL_void - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_VOLATILE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The volatile keyword.
LITERAL_VOLATILE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The volatile keyword.
LITERAL_volatile - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LITERAL_WHILE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The while keyword.
LITERAL_WHILE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The while keyword.
LITERAL_while - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LNOT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ! (logical complement) operator.
LNOT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ! (logical complement) operator.
LNOT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
loadConfiguration(String, PropertyResolver) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
Returns the module configurations in a specified file.
loadConfiguration(String, PropertyResolver, boolean) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
Returns the module configurations in a specified file.
loadConfiguration(InputStream, PropertyResolver, boolean) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
Returns the module configurations from a specified input stream.
loadConfiguration(String, PropertyResolver) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
Returns the module configurations in a specified file.
loadConfiguration(String, PropertyResolver, boolean) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
Returns the module configurations in a specified file.
loadConfiguration(InputStream, PropertyResolver, boolean) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
Returns the module configurations from a specified input stream.
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.
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.
loadSuppressions(String) - Static method in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
Returns the suppression filters in a specified file.
LocalFinalVariableNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
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 in com.puppycrawl.tools.checkstyle.checks.j2ee
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 in com.puppycrawl.tools.checkstyle.checks.j2ee
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.
LocalHomeInterfaceMethodChecker(LocalHomeInterfaceCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalHomeInterfaceMethodChecker
Constructs a method checker for a local home interface check.
LocalInterfaceCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks the methods of a local interface.
LocalInterfaceCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalInterfaceCheck
Constructs a LocalInterfaceCheck.
LocalInterfaceMethodChecker - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks methods of a local interface.
LocalInterfaceMethodChecker(LocalInterfaceCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalInterfaceMethodChecker
Constructs a LocalInterfaceMethodChecker for a local interface check.
LocalizedMessage - Class in com.puppycrawl.tools.checkstyle.api
Represents a message that can be localised.
LocalizedMessage - Class in com.puppycrawl.tools.checkstyle.api
Represents a message that can be localised.
LocalizedMessage(int, int, String, String, Object[], SeverityLevel, String, Class) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
Creates a new LocalizedMessage instance.
LocalizedMessage(int, int, String, String, Object[], String, Class) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
Creates a new LocalizedMessage instance.
LocalizedMessage(int, String, String, Object[], SeverityLevel, String, Class) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
Creates a new LocalizedMessage instance.
LocalizedMessage(int, String, String, Object[], String, Class) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
Creates a new LocalizedMessage instance.
LocalizedMessage(int, int, String, String, Object[], SeverityLevel, String, Class) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
Creates a new LocalizedMessage instance.
LocalizedMessage(int, int, String, String, Object[], String, Class) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
Creates a new LocalizedMessage instance.
LocalizedMessage(int, String, String, Object[], SeverityLevel, String, Class) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
Creates a new LocalizedMessage instance.
LocalizedMessage(int, String, String, Object[], String, Class) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
Creates a new LocalizedMessage instance.
LocalizedMessages - Class in com.puppycrawl.tools.checkstyle.api
Collection of messages.
LocalizedMessages - Class in com.puppycrawl.tools.checkstyle.api
Collection of messages.
LocalizedMessages() - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
 
LocalizedMessages() - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
 
LocalVariableNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
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(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.AbstractFileSetCheck
Adds a violation message to the message collector.
log(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.AbstractFileSetCheck
Adds a violation message to the message collector.
log(int, String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Log a 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.
log(int, int, String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Helper method to log a LocalizedMessage.
log(DetailAST, 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(DetailAST, 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(DetailAST, String, Object, Object) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Helper method to log a LocalizedMessage.
log(int, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Log a message that has no column information.
log(int, int, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Log a message that has column information.
log(int, String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Log a 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.
log(int, int, String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Helper method to log a LocalizedMessage.
log(DetailAST, 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(DetailAST, 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(DetailAST, String, Object, Object) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Helper method to log a LocalizedMessage.
log(int, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Log a message that has no column information.
log(int, int, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Log a message that has column information.
log(int, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Log an error message.
log(int, int, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Helper method to log a LocalizedMessage.
log(int, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Log an error message.
log(int, int, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Helper method to log a LocalizedMessage.
log(DetailAST, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractJ2eeCheck
Helper method to log a LocalizedMessage for an AST.
log(DetailAST, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
Logs an error message for a method.
logError(DetailAST, String, int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Log an indentation error.
logError(DetailAST, String, int, IndentLevel) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Log an indentation error.
logicalAndExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
logicalOrExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
logLoadError(AbstractTypeAwareCheck.Token) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Logs error if unable to load class information.
logLoadError(AbstractTypeAwareCheck.Token) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
Logs error if unable to load class information.
logLoadError(AbstractTypeAwareCheck.Token) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
Logs error if unable to load class information.
logLoadErrorImpl(int, int, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Common implementation for logLoadError() method.
logName(DetailAST, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractJ2eeCheck
Helper method to log a LocalizedMessage for an AST.
logName(DetailAST, String, Object[]) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
Logs an error message for a method, including the method name.
logTag(int, String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
Log a message.
LONG_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The || (conditional OR) operator.
LOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The || (conditional OR) operator.
LOR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LPAREN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A left parenthesis (().
LPAREN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A left parenthesis (().
LPAREN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
LT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The < (less than) operator.
LT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The < (less than) operator.
LT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 

M

MagicNumberCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks for magic numbers.
MagicNumberCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
 
Main - Class in com.puppycrawl.tools.checkstyle.gui
Entry point for starting the checkstyle GUI.
Main() - Constructor for class com.puppycrawl.tools.checkstyle.gui.Main
 
main(String[]) - Static method in class com.puppycrawl.tools.checkstyle.gui.Main
 
Main - Class in com.puppycrawl.tools.checkstyle
Wrapper command line program for the Checker.
Main - Class in com.puppycrawl.tools.checkstyle
Wrapper command line program for the Checker.
Main() - Constructor for class com.puppycrawl.tools.checkstyle.Main
 
Main() - Constructor for class com.puppycrawl.tools.checkstyle.Main
 
main(String[]) - Static method in class com.puppycrawl.tools.checkstyle.Main
Loops over the files specified checking them for errors.
main(String[]) - Static method in class com.puppycrawl.tools.checkstyle.Main
Loops over the files specified checking them for errors.
mASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mAT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
matches(byte[]) - Method in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
 
mBAND(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mBAND_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mBINARY_EXPONENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mBNOT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mBOR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mBOR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mBSR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mBSR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mBXOR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mBXOR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mCHAR_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mCOLON(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mCOMMA(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mDEC(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mDIV(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mDIV_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mDOT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mDOUBLE_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mELLIPSIS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
MemberDefHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for member definitions.
MemberDefHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
MemberNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
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.
mEQUAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mESC(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
MessageBeanCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks that a MessageBean implementation satisfies MessageBean requirements.
MessageBeanCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.MessageBeanCheck
Constructs a MessageBeanCheck.
MessageBeanMethodChecker - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks the methods of a message bean.
MessageBeanMethodChecker(MessageBeanCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.MessageBeanMethodChecker
Constructs a MessageBeanMethodChecker.
MessageDispatcher - Interface in com.puppycrawl.tools.checkstyle.api
Used by FileSetChecks to distribute AuditEvents to AuditListeners.
MessageDispatcher - Interface in com.puppycrawl.tools.checkstyle.api
Used by FileSetChecks to distribute AuditEvents to AuditListeners.
METHOD_CALL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A method call.
METHOD_CALL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A method call.
METHOD_CALL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
METHOD_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A method declaration.
METHOD_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A method declaration.
METHOD_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
MethodCallHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for method calls.
MethodCallHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
MethodChecker - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Root class for method checks for a client Check.
MethodChecker(AbstractJ2eeCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
Constructs a MethodChecker.
MethodDefHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for method definitions.
MethodDefHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
MethodLengthCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
Checks for long methods.
MethodLengthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
 
MethodNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
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 in com.puppycrawl.tools.checkstyle.checks.whitespace
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.
mEXPONENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mFLOAT_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mFLOAT_SUFFIX(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mGE(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mGT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mHEX_DIGIT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mHEX_DOUBLE_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mHEX_FLOAT_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mID_PART(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mID_START(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mIDENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mINC(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mINT_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
MINUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The - (subtraction) operator.
MINUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The - (subtraction) operator.
MINUS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
MINUS_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The -= (subtraction assignment) operator.
MINUS_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The -= (subtraction assignment) operator.
MINUS_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
MissingCtorCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
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 in com.puppycrawl.tools.checkstyle.checks.coding
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 variable in class com.puppycrawl.tools.checkstyle.checks.j2ee.PersistenceOption
Represents the policy that the persistence management may be bean-managed or container-managed.
ML_COMMENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
mLAND(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mLBRACK(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mLCURLY(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mLE(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mLNOT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mLONG_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mLOR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mLPAREN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mLT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mMINUS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mMINUS_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mML_COMMENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mMOD(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mMOD_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mNOT_EQUAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mNUM_INT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
MOD - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The % (remainder) operator.
MOD - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The % (remainder) operator.
MOD - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
MOD_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The %= (remainder assignment) operator.
MOD_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The %= (remainder assignment) operator.
MOD_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ModifiedControlVariableCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Check for ensuring that for loop control variables are not modified inside the for block.
ModifiedControlVariableCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
 
modifier() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ModifierOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.modifier
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.
ModifierOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
 
MODIFIERS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
Modifiers for type, method, and field declarations.
MODIFIERS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
Modifiers for type, method, and field declarations.
modifiers() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
MODIFIERS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ModuleFactory - Interface in com.puppycrawl.tools.checkstyle
A module factory creates Objects from a given name.
ModuleFactory - Interface in com.puppycrawl.tools.checkstyle
A module factory creates Objects from a given name.
mPLUS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mPLUS_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mQUESTION(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mRBRACK(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mRCURLY(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mRPAREN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mSEMI(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mSIGNED_INTEGER(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mSL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mSL_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mSL_COMMENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mSR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mSR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mSTAR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mSTAR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mSTRING_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
MultipleStringLiteralsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks for multiple occurrences of the same string literal within a single file.
MultipleStringLiteralsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
Construct an instance with default values.
MultipleVariableDeclarationsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
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.
multiplicativeExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
mustCheckName(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(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
Decides whether the name of an AST should be checked against the format regexp.
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
Decides whether the name of an AST should be checked against the format regexp.
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
Decides whether the name of an AST should be checked against the format regexp.
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
Decides whether the name of an AST should be checked against the format regexp.
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
Decides whether the name of an AST should be checked against the format regexp.
mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
Decides whether the name of an AST should be checked against the format regexp.
MutableExceptionCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
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.
mVOCAB(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
mWS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 

N

NeedBracesCheck - Class in com.puppycrawl.tools.checkstyle.checks.blocks
Checks for braces around code blocks.
NeedBracesCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
 
NestedIfDepthCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
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 in com.puppycrawl.tools.checkstyle.checks.coding
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(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
newArrayDeclarator() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
newExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
object instantiation.
NewHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for operator new.
NewHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.NewHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
NewlineAtEndOfFileCheck - Class in com.puppycrawl.tools.checkstyle.checks
Checks that there is a newline at the end of each file.
NewlineAtEndOfFileCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
 
nextToken() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
NL - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
Represents the policy that the brace must always be on a new line.
NL - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapOption
Require that the operator is on a new line.
NLOW - Static variable 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.
nodeForRow(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
 
normalize(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
"normalize" the given absolute path.
normalize(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
"normalize" the given absolute path.
NOSPACE - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
Represents no spacing following a left parenthesis or preceding a right one.
NOT_EQUAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The != (not equal) operator.
NOT_EQUAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The != (not equal) operator.
NOT_EQUAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
NOTHING - Static variable in class com.puppycrawl.tools.checkstyle.api.Scope
nothing scope.
NOTHING - Static variable in class com.puppycrawl.tools.checkstyle.api.Scope
nothing scope.
NoWhitespaceAfterCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
Checks that there is no whitespace after a token.
NoWhitespaceAfterCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
 
NoWhitespaceBeforeCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
Checks that there is no whitespace before a token.
NoWhitespaceBeforeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
 
NPathComplexityCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
Checks the npath complexity against a specified limit (default = 200).
NPathComplexityCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
Creates new instance of the check.
NULL_TREE_LOOKAHEAD - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
NUM_DOUBLE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A double precision floating point literal.
NUM_DOUBLE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A double precision floating point literal.
NUM_DOUBLE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
NUM_FLOAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A single precision floating point literal.
NUM_FLOAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A single precision floating point literal.
NUM_FLOAT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
NUM_INT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An integer literal.
NUM_INT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An integer literal.
NUM_INT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
NUM_LONG - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A long integer literal.
NUM_LONG - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A long integer literal.
NUM_LONG - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 

O

OBJBLOCK - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An object block.
OBJBLOCK - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An object block.
OBJBLOCK - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ObjectBlockHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for inner classes.
ObjectBlockHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
openFile(File, Component) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
 
OperatorWrapCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
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 in com.puppycrawl.tools.checkstyle.checks.whitespace
Represents the options for wrapping on an operator.
optionLength(String) - Static method in class com.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet
Returns option length (how many parts are in option).
optionLength(String) - Static method in class com.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet
Returns option length (how many parts are in option).
optionLength(String) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
Returns option length (how many parts are in option).
optionLength(String) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
Returns option length (how many parts are in option).

P

PACKAGE - Static variable in class com.puppycrawl.tools.checkstyle.api.Scope
package scope.
PACKAGE - Static variable in class com.puppycrawl.tools.checkstyle.api.Scope
package scope.
PACKAGE_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The package declaration.
PACKAGE_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The package declaration.
PACKAGE_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
PackageDeclarationCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Ensures there is a package declaration.
PackageDeclarationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
 
PackageDefHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for package definitions.
PackageDefHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.PackageDefHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
packageDefinition() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
PackageHtmlCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
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 in com.puppycrawl.tools.checkstyle.checks.naming
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 in com.puppycrawl.tools.checkstyle
Loads a list of package names from a package name XML file.
PackageNamesLoader - Class in com.puppycrawl.tools.checkstyle
Loads a list of package names from a package name XML file.
PadOption - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
Represents the options for whitespace around parentheses.
PARAMETER_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A parameter declaration.
PARAMETER_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A parameter declaration.
PARAMETER_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ParameterAssignmentCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Disallow assignment of parameters.
ParameterAssignmentCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
 
parameterDeclaration() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
parameterDeclarationList() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
parameterModifier() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
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 in com.puppycrawl.tools.checkstyle.checks.sizes
Checks the number of parameters that a method or constructor has.
ParameterNumberCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
 
PARAMETERS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A list of parameters to a method or constructor.
PARAMETERS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A list of parameters to a method or constructor.
PARAMETERS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
ParenPadCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
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.
ParenPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
 
parse(FileContents) - Static method in class com.puppycrawl.tools.checkstyle.TreeWalker
Static helper method to parses a Java source file.
parse(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.
parseFile(String) - Static method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
Parses a file and returns the parse tree.
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.
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.
ParseTreeInfoPanel - Class in com.puppycrawl.tools.checkstyle.gui
Displays information about a parse tree.
ParseTreeInfoPanel() - Constructor for class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel
Create a new ParseTreeInfoPanel instance.
ParseTreeModel - Class in com.puppycrawl.tools.checkstyle.gui
The model that backs the parse tree in the GUI.
ParseTreeModel(DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
 
PersistenceOption - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Represents the policy for checking entity bean restrictions according to whether persistence is bean-managed, container-managed, or mixed.
PLUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The + (addition) operator.
PLUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The + (addition) operator.
PLUS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
PLUS_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The += (addition assignment) operator.
PLUS_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The += (addition assignment) operator.
PLUS_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
popValue() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
 
POST_DEC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The -- (postfix decrement) operator.
POST_DEC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The -- (postfix decrement) operator.
POST_DEC - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
POST_INC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ++ (postfix increment) operator.
POST_INC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ++ (postfix increment) operator.
POST_INC - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
postfixExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
primaryExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
PrimordialHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
A default no-op handler.
PrimordialHandler(IndentationCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
Construct an instance of this handler with the given indentation check.
PRIVATE - Static variable in class com.puppycrawl.tools.checkstyle.api.Scope
private scope.
PRIVATE - Static variable in class com.puppycrawl.tools.checkstyle.api.Scope
private scope.
process(File[]) - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
Processes a set of files and fires errors to the MessageDispatcher.
process(File[]) - Method in interface 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.Checker
Processes a set of files with all FileSetChecks.
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.checks.duplicates.StrictDuplicateCodeCheck
Processes a set of files and fires errors to the MessageDispatcher.
process(File[]) - Method in class com.puppycrawl.tools.checkstyle.checks.header.CrossLanguageRegexpHeaderCheck
Processes a set of files and fires errors to the MessageDispatcher.
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.NewlineAtEndOfFileCheck
Processes a set of files and fires errors to the MessageDispatcher.
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
Processes a set of files and fires errors to the MessageDispatcher.
process(File[]) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
Processes a set of files and fires errors to the MessageDispatcher.
processAST(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Called to process an AST when visiting it.
processAST(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
Checks exceptions declared in throws for a method or constructor.
processAST(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
Checks Javadoc comments for a method or constructor.
PropertiesExpander - Class in com.puppycrawl.tools.checkstyle
Resolves external properties from an underlying Properties object.
PropertiesExpander - Class in com.puppycrawl.tools.checkstyle
Resolves external properties from an underlying Properties object.
PropertiesExpander(Properties) - Constructor for class com.puppycrawl.tools.checkstyle.PropertiesExpander
Creates a new PropertiesExpander.
PropertiesExpander(Properties) - Constructor for class com.puppycrawl.tools.checkstyle.PropertiesExpander
Creates a new PropertiesExpander.
PropertyResolver - Interface in com.puppycrawl.tools.checkstyle
Resolves properties in module configurations.
PropertyResolver - Interface in com.puppycrawl.tools.checkstyle
Resolves properties in module configurations.
PROTECTED - Static variable in class com.puppycrawl.tools.checkstyle.api.Scope
protected scope.
PROTECTED - Static variable in class com.puppycrawl.tools.checkstyle.api.Scope
protected scope.
PUBLIC - Static variable in class com.puppycrawl.tools.checkstyle.api.Scope
public scope.
PUBLIC - Static variable 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 variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ? (conditional) operator.
QUESTION - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ? (conditional) operator.
QUESTION - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 

R

RBRACK - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ] symbol.
RBRACK - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The ] symbol.
RBRACK - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
RCURLY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A right (curly) brace (}).
RCURLY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A right (curly) brace (}).
RCURLY - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
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.
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 in com.puppycrawl.tools.checkstyle.checks.imports
Checks for imports that are redundant.
RedundantImportCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
 
RedundantModifierCheck - Class in com.puppycrawl.tools.checkstyle.checks.modifier
Checks for redundant modifiers in interface and annotation definitions.
RedundantModifierCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
 
RedundantThrowsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
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
 
RegexpCheck - Class in com.puppycrawl.tools.checkstyle.checks
A check that makes sure that a specified pattern exists (or not) in the file.
RegexpCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.RegexpCheck
Instantiates an new RegexpCheck.
RegexpHeaderCheck - Class in com.puppycrawl.tools.checkstyle.checks.header
Checks the header of the source against a header file that contains a regular expression for each line of the source header.
RegexpHeaderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
 
relationalExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
RemoteHomeInterfaceCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks the methods of a remote home interface.
RemoteHomeInterfaceCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteHomeInterfaceCheck
Constructs a RemoteHomeInterfaceCheck.
RemoteHomeInterfaceMethodChecker - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks methods of a remote home interface check.
RemoteHomeInterfaceMethodChecker(RemoteHomeInterfaceCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteHomeInterfaceMethodChecker
Constructs a method checker for a remote home interface check.
RemoteInterfaceCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks the methods of a remote interface.
RemoteInterfaceCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteInterfaceCheck
Constructs a RemoteInterfaceCheck.
RemoteInterfaceMethodChecker - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks methods of a remote interface.
RemoteInterfaceMethodChecker(RemoteInterfaceCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteInterfaceMethodChecker
Constructs a RemoteInterfaceMethodChecker for a remote interface check.
removeCellEditorListener(CellEditorListener) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
 
removeChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Removes a child of this configuration.
removeChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Removes a child of this configuration.
removeFilter(Filter) - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Removes filter.
removeFilter(Filter) - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
Removes filter.
removeFilter(Filter) - Method in class com.puppycrawl.tools.checkstyle.Checker
Removes filter.
removeFilter(Filter) - Method in class com.puppycrawl.tools.checkstyle.Checker
Removes filter.
removeListener(AuditListener) - Method in class com.puppycrawl.tools.checkstyle.Checker
Removes a given listener.
removeListener(AuditListener) - Method in class com.puppycrawl.tools.checkstyle.Checker
Removes a given listener.
removeTreeModelListener(TreeModelListener) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
reportBlockComment(String, int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
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
Report the location of a block comment that can span multiple lines.
reportBlockComment(String, int, int, int, int) - Method in interface 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 interface com.puppycrawl.tools.checkstyle.grammars.CommentListener
Report the location of a block comment that can span multiple lines.
reportCComment(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
Report the location of a C-style comment.
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.
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.api.FileContents
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
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 interface 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 interface 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.
RequiredRegexpCheck - Class in com.puppycrawl.tools.checkstyle.checks
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 in com.puppycrawl.tools.checkstyle.checks.coding
Checks that code doesn't rely on the "this" default.
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.
reset() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
Reset the object.
resolve(String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
Attempts to resolve the Class for a specified name.
resolve(String) - Method in class com.puppycrawl.tools.checkstyle.PropertiesExpander
Resolves a property name to it's value.
resolve(String) - Method in class com.puppycrawl.tools.checkstyle.PropertiesExpander
Resolves a property name to it's value.
resolve(String) - Method in interface com.puppycrawl.tools.checkstyle.PropertyResolver
Resolves a property name to it's value.
resolve(String) - Method in interface com.puppycrawl.tools.checkstyle.PropertyResolver
Resolves a property name to it's value.
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
resolveEntity(String, String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
ReturnCountCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
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 in com.puppycrawl.tools.checkstyle.checks.blocks
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 in com.puppycrawl.tools.checkstyle.checks.blocks
Represents the options for placing the right curly brace '}'.
RPAREN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A right parenthesis ()).
RPAREN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A right parenthesis ()).
RPAREN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 

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 variable 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.
sameParameters(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
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.
scanFileSets() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
returns the list of files (full path name) to process.
Scope - Class in com.puppycrawl.tools.checkstyle.api
Represents a Java visibility scope.
Scope - Class in com.puppycrawl.tools.checkstyle.api
Represents a Java visibility scope.
ScopeUtils - Class in com.puppycrawl.tools.checkstyle.api
Contains utility methods for working on scope.
ScopeUtils - Class in com.puppycrawl.tools.checkstyle.api
Contains utility methods for working on scope.
SEMI - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The statement terminator (;).
SEMI - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The statement terminator (;).
SEMI - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
SessionBeanCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks that a SessionBean implementation satisfies SessionBean requirements.
SessionBeanCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanCheck
Constructs a SessionBeanCheck.
SessionBeanMethodChecker - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks the methods of a session bean.
SessionBeanMethodChecker(SessionBeanCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanMethodChecker
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.
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.
setAllowEmptyConstructors(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
Sets whether or now empty constructor bodies are allowed.
setAllowEmptyMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
Sets whether or now empty method bodies are allowed.
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.
setAllowMissingJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
Controls whether to ignore errors when there is no javadoc.
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.
setAllowMissingParamTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
Controls whether to allow a type which has type parameters to omit matching param tags in the javadoc.
setAllowMissingPropertyJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
Controls whether to ignore errors when there is no javadoc for a property accessor (setter/getter methods).
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.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
 
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 string comparision should be case sensitive or not.
setCharset(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Sets a named charset.
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.
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.
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.
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.
setCheckLastCaseGroup(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
Configures whether we need to check last case group or not.
setCheckMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
Setter for checkMethods property.
setChecks(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
Set the check class pattern.
setChecks(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
Set the check class pattern.
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.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.Checker
Sets the classloader that is used to contextualize filesetchecks.
setClassLoader(ClassLoader) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
 
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.
setClassname(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Listener
 
setClassname(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Listener
 
setClasspath(Path) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Set the class path.
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.
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.
setColumns(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
Sets the CSV values and ranges for column number filtering.
setCommentListener(CommentListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
setCompileFlags(int) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
Set the compile flags for the regular expression.
setConfig(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setConfig(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setConfigURL(URL) - 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(BigInteger) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
Set the current value
setDuplicateLimit(int) - Method in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck
Sets the maximum number of instances of required pattern allowed.
setErrorLimit(int) - Method in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck
Sets the limit on the number of errors to report.
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
 
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.
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(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
Set the parameter for the file containing the import control configuration.
setFile(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
setFile(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
setFile(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
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.
setFile(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
Loads the suppressions for a file.
setFileContents(FileContents) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Set the file contents associated with the tree.
setFileContents(FileContents) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Set the file contents associated with the tree.
setFileContents(FileContents) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
Set the FileContents for this filter.
setFileContents(FileContents) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
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.
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.
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.header.AbstractHeaderCheck
Set the header to check against.
setHeader(String) - Method in class com.puppycrawl.tools.checkstyle.checks.header.CrossLanguageRegexpHeaderCheck
Set the header to check against.
setHeaderFile(String) - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
Set the header file to check against.
setHeaderFile(String) - Method in class com.puppycrawl.tools.checkstyle.checks.header.CrossLanguageRegexpHeaderCheck
Set the header file to check against.
setId(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Sets the identifer of the reporter.
setId(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Sets the identifer of the reporter.
setIgnoreAbstractMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
Set whether to ignore parameters of abstract methods.
setIgnoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
Set whether or not the match is case sensitive.
setIgnoreComments(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.GenericIllegalRegexpCheck
Sets if comments should be ignored.
setIgnoreComments(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck
Sets if matches within 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.coding.HiddenFieldCheck
Set the ignore format to the specified regular expression.
setIgnoreLines(int[]) - Method in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
Set the lines numbers to ignore in the header check.
setIgnoreNumbers(double[]) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
Sets the numbers to ignore in the check.
setIgnoreOccurrenceContext(String[]) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
Adds a set of tokens the check is interested in.
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.
setIgnoreStringsRegexp(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
Sets regexp pattern for ignored strings.
setIllegalClassNames(String[]) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalCheck
Set the list of illegal classes.
setIllegalClassNames(String[]) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
Set the list of illegal variable types.
setIllegalPattern(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck
Sets if pattern is illegal, otherwise pattern is required.
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.
setKey(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
setKey(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
setLegalAbstractClassNames(String[]) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
Set the list of legal abstract class names.
setLegalComment(String) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
Sets patter for legal trailing comments.
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.
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
 
setLocale(Locale) - Static method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
 
setLocaleCountry(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
 
setLocaleCountry(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
 
setLocaleLanguage(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
 
setLocaleLanguage(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
 
setLogLoadErrors(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Controls whether to log class loading errors to the checkstyle report instead of throwing a RTE.
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.coding.ReturnCountCheck
Setter for max property.
setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
Setter for max property.
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.metrics.BooleanExpressionComplexityCheck
Setter for maximum allowed complexity.
setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
 
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.
setMaxErrors(int) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Sets the maximum number of errors allowed.
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.
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.
setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck
Setter for message property.
setMessageDispatcher(MessageDispatcher) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Sets the MessageDispatcher that is used to dispatch error messages to AuditListeners during processing.
setMessageDispatcher(MessageDispatcher) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Sets the MessageDispatcher that is used to dispatch error messages to AuditListeners during processing.
setMessageDispatcher(MessageDispatcher) - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
Sets the MessageDispatcher that is used to dispatch error messages to AuditListeners during processing.
setMessageDispatcher(MessageDispatcher) - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
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.
setMessageFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
Set the format for a message.
setMessages(LocalizedMessages) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Set the global object used to collect messages.
setMessages(LocalizedMessages) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Set the global object used to collect messages.
setMethodChecker(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(ModuleFactory) - Method in class com.puppycrawl.tools.checkstyle.Checker
Sets the factory for creating submodules.
setModuleFactory(ModuleFactory) - Method in class com.puppycrawl.tools.checkstyle.Checker
Sets the factory for creating submodules.
setModuleFactory(ModuleFactory) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
Sets the module factory for creating child modules (Checks).
setModuleFactory(ModuleFactory) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
Sets the module factory for creating child modules (Checks).
setModuleId(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
Set the module id for filtering.
setModuleId(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
Set the module id for filtering.
setMultiLines(int[]) - Method in class com.puppycrawl.tools.checkstyle.checks.header.CrossLanguageRegexpHeaderCheck
Set the lines numbers to repeat in the header check.
setMultiLines(int[]) - Method in class com.puppycrawl.tools.checkstyle.checks.header.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.
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.
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.
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
 
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.
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.
setReliefPattern(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
Set the relief pattern.
setRowHeight(int) - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable
Overridden to pass the new rowHeight to the tree.
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.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.Checker
Sets the severity level.
setSeverity(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
Sets the severity level.
setSeverity(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
Sets the severity level.
setShouldStartLine(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
Does the check need to check if rcurly starts line.
setSuppressLoadErrors(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Controls whether to show class loading errors in the checkstyle report.
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.api.Check
Set the tab width to report errors with.
setTabWidth(int) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
 
setTabWidth(int) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
 
setTag(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
Sets the tag to check.
setTagFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
Set the tag format.
setTagSeverity(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
Sets the tag severity level.
setTofile(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Set the file to output to.
setTofile(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Set the file to output to.
setTokens(String[]) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Adds a set of tokens the check is interested in.
setTokens(String[]) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Adds a set of tokens the check is interested in.
setTreatAssertAsKeyword(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
setTreatEnumAsKeyword(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
setType(CheckStyleTask.FormatterType) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Set the type of the formatter.
setType(CheckStyleTask.FormatterType) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Set the type of the formatter.
setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
Called by configure() for every child of this component's Configuration.
setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
Called by configure() for every child of this component's Configuration.
setupChild(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(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(Configuration) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
Instantiates, configures and registers a Check that is specified in the provided configuration.
setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
Instantiates, configures and registers a Check that is specified in the provided configuration.
setUrl(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
Set the parameter for the url containing the import control configuration.
setUseFile(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Sets whether or not we write to a file if it is provided.
setUseFile(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Sets whether or not we write to a file if it is provided.
setValue(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
setValue(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
 
setValueAt(Object, Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
setValueAt(Object, Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeModel
 
setValueAt(Object, Object, int) - Method in interface com.puppycrawl.tools.checkstyle.gui.TreeTableModel
Sets the value for node node, at column number column.
setValueAt(Object, int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
 
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 in com.puppycrawl.tools.checkstyle.api
Severity level for a check violation.
SeverityLevel - Class in com.puppycrawl.tools.checkstyle.api
Severity level for a check violation.
SeverityLevelCounter - Class in com.puppycrawl.tools.checkstyle.api
An audit listener that counts how many AuditEvents of a given severity have been generated.
SeverityLevelCounter - Class in com.puppycrawl.tools.checkstyle.api
An audit listener that counts how many AuditEvents of a given severity have been generated.
SeverityLevelCounter(SeverityLevel) - Constructor for class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Creates a new counter.
SeverityLevelCounter(SeverityLevel) - Constructor for class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
Creates a new counter.
SeverityMatchFilter - Class in com.puppycrawl.tools.checkstyle.filters
This is a very simple filter based on severity matching.
SeverityMatchFilter - Class in com.puppycrawl.tools.checkstyle.filters
This is a very simple filter based on severity matching.
SeverityMatchFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
 
SeverityMatchFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
 
shiftExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
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
 
shouldIncreaseIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.NewHandler
shouldSelectCell(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
 
SIGNED_INTEGER - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
SimplifyBooleanExpressionCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks for overly complicated boolean expressions.
SimplifyBooleanExpressionCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
 
SimplifyBooleanReturnCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks for overly complicated boolean return statements.
SimplifyBooleanReturnCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
 
size() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
 
size() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
 
SL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The << (shift left) operator.
SL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The << (shift left) operator.
SL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
SL_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The <<= (left shift assignment) operator.
SL_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The <<= (left shift assignment) operator.
SL_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
SL_COMMENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
SLIST - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A list of statements.
SLIST - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A list of statements.
SLIST - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
SlistHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for a list of statements.
SlistHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
SPACE - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
Represents mandatory spacing following a left parenthesis and preceeing a right one.
SR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >> (signed shift right) operator.
SR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >> (signed shift right) operator.
SR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
SR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >>= (signed right shift assignment) operator.
SR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The >>= (signed right shift assignment) operator.
SR_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
STAR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The * (multiplication or wildcard) operator.
STAR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The * (multiplication or wildcard) operator.
STAR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
STAR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The *= (multiplication assignment) operator.
STAR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The *= (multiplication assignment) operator.
STAR_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
start(RootDoc) - Static method in class com.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet
Doclet entry point.
start(RootDoc) - Static method in class com.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet
Doclet entry point.
start(RootDoc) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
The doclet's starter method.
start(RootDoc) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
The doclet's starter method.
startElement(String, String, String, Attributes) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
startElement(String, String, String, Attributes) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
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.PackageNamesLoader
startsLine(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Determines if the given expression is at the start of a line.
statement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
STATIC_IMPORT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A static import declaration.
STATIC_IMPORT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A static import declaration.
STATIC_IMPORT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
STATIC_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A static initialization block.
STATIC_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A static initialization block.
STATIC_INIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
StaticInitHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for static initialization blocks.
StaticInitHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.StaticInitHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
StaticVariableNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
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 variable in class com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
Represents the policy that there is a statement in the block.
stopCellEditing() - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractCellEditor
 
StrictDuplicateCodeCheck - Class in com.puppycrawl.tools.checkstyle.checks.duplicates
Performs a line-by-line comparison of all code lines and reports duplicate code if a sequence of lines differs only in indentation.
StrictDuplicateCodeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.duplicates.StrictDuplicateCodeCheck
Creates a new instance of this class.
STRICTFP - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The strictfp keyword.
STRICTFP - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The strictfp keyword.
STRICTFP - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
STRING_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A string literal.
STRING_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A string literal.
STRING_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
StringLiteralEqualityCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks that string literals are not used with == or !=.
StringLiteralEqualityCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
 
suggestedChildLevel(ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AssignHandler
Indentation level suggested for a child element.
suggestedChildLevel(ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
Indentation level suggested for a child element.
suggestedChildLevel(ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
Indentation level suggested for a child element.
suggestedChildLevel(ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Indentation level suggested for a child element.
suggestedChildLevel(ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ForHandler
Indentation level suggested for a child element.
suggestedChildLevel(ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
Indentation level suggested for a child element.
suggestedChildLevel(ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
Indentation level suggested for a child element.
suggestedChildLevel(ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
Indentation level suggested for a child element.
suggestedChildLevel(ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
Indentation level suggested for a child element.
suggestedChildLevel(ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
Indentation level suggested for a child element.
suggestedChildLevel(ExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.TryHandler
Indentation level suggested for a child element.
SUPER_CTOR_CALL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A super constructor call.
SUPER_CTOR_CALL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A super constructor call.
SUPER_CTOR_CALL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
superClassClause() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
SuperCloneCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks that an overriding clone() method invokes super.clone().
SuperCloneCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.SuperCloneCheck
 
SuperFinalizeCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks that an overriding finalize() method invokes super.finalize().
SuperFinalizeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.SuperFinalizeCheck
 
SuppressElement - Class in com.puppycrawl.tools.checkstyle.filters
This filter processes AuditEvent objects based on the criteria of file, check, module id, line, and column.
SuppressElement - Class in com.puppycrawl.tools.checkstyle.filters
This filter processes AuditEvent objects based on the criteria of file, check, module id, line, and column.
SuppressElement(String) - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressElement
Constructs a SuppressElement for a file name pattern.
SuppressElement(String) - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressElement
Constructs a SuppressElement for a file name pattern.
SuppressionCommentFilter - Class in com.puppycrawl.tools.checkstyle.filters
A filter that uses comments to suppress audit events.
SuppressionCommentFilter - Class in com.puppycrawl.tools.checkstyle.filters
A filter that uses comments to suppress audit events.
SuppressionCommentFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
Constructs a SuppressionCommentFilter.
SuppressionCommentFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
Constructs a SuppressionCommentFilter.
SuppressionCommentFilter.Tag - Class in com.puppycrawl.tools.checkstyle.filters
A Tag holds a suppression comment and its location, and determines whether the supression turns checkstyle reporting on or off.
SuppressionCommentFilter.Tag - Class in com.puppycrawl.tools.checkstyle.filters
A Tag holds a suppression comment and its location, and determines whether the supression turns checkstyle reporting on or off.
SuppressionCommentFilter.Tag(int, int, String, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
Constructs a tag.
SuppressionCommentFilter.Tag(int, int, String, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
Constructs a tag.
SuppressionFilter - Class in com.puppycrawl.tools.checkstyle.filters
This filter accepts AuditEvents according to file, check, line, and column, as specified in a suppression file.
SuppressionFilter - Class in com.puppycrawl.tools.checkstyle.filters
This filter accepts AuditEvents according to file, check, line, and column, as specified in a suppression file.
SuppressionFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
 
SuppressionFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
 
SuppressionsLoader - Class in com.puppycrawl.tools.checkstyle.filters
Loads a filter chain of suppressions.
SuppressionsLoader - Class in com.puppycrawl.tools.checkstyle.filters
Loads a filter chain of suppressions.
SwitchHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for switch statements.
SwitchHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
SYSTEM - Static variable in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
System default line separators.

T

tab() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
TabCharacterCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
Reports tab characters ('\t') in the source code.
TabCharacterCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck
 
TEXT - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
Represents the policy that there is some text in the block.
TextBlock - Interface in com.puppycrawl.tools.checkstyle.api
A block of text from an inputfile that does not necessarily have any grammatical structure.
TextBlock - Interface in com.puppycrawl.tools.checkstyle.api
A block of text from an inputfile that does not necessarily have any grammatical structure.
ThisParameterCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks that 'this' is not a parameter of any method calls or constructors for a bean.
ThisParameterCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisParameterCheck
 
ThisReturnCheck - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
Checks that 'this' is not returned by a bean method.
ThisReturnCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisReturnCheck
 
throwsClause() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
ThrowsCountCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
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 in com.puppycrawl.tools.checkstyle.checks
A check for TODO comments.
TodoCommentCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
Creates a new TodoCommentCheck instance.
TokenTypes - Class in com.puppycrawl.tools.checkstyle.api
Contains the constants for all the tokens contained in the Abstract Syntax Tree.
TokenTypes - Class in com.puppycrawl.tools.checkstyle.api
Contains the constants for all the tokens contained in the Abstract Syntax Tree.
TokenTypesDoclet - Class in com.puppycrawl.tools.checkstyle.doclets
Doclet which is used to write property file with short descriptions (first sentences) of TokenTypes' constants.
TokenTypesDoclet - Class in com.puppycrawl.tools.checkstyle.doclets
Doclet which is used to write property file with short descriptions (first sentences) of TokenTypes' constants.
TokenTypesDoclet() - Constructor for class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
 
TokenTypesDoclet() - Constructor for class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
 
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.api.DetailAST
toString() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
toString() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
toString() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
toString() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
toString() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
toString() - Method in class com.puppycrawl.tools.checkstyle.api.Scope
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.api.SeverityLevel
toString() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractOption
toString() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
toString() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
 
toString() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
 
toString() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
toString() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
toString() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
toString() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
toString() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
toString() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
traditionalForClause() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
traditionalStatement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
TrailingCommentCheck - Class in com.puppycrawl.tools.checkstyle.checks
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 in com.puppycrawl.tools.checkstyle.checks
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.
tree - Variable in class com.puppycrawl.tools.checkstyle.gui.JTreeTable
A subclass of JTree.
TreeTableModel - Interface in com.puppycrawl.tools.checkstyle.gui
TreeTableModel is the model used by a JTreeTable.
TreeTableModelAdapter - Class in com.puppycrawl.tools.checkstyle.gui
This is a wrapper class takes a TreeTableModel and implements the table model interface.
TreeTableModelAdapter(TreeTableModel, JTree) - Constructor for class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
 
TreeWalker - Class in com.puppycrawl.tools.checkstyle
Responsible for walking an abstract syntax tree and notifying interested checks at each each node.
TreeWalker - Class in com.puppycrawl.tools.checkstyle
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.
TreeWalker() - Constructor for class com.puppycrawl.tools.checkstyle.TreeWalker
Creates a new TreeWalker instance.
tryBlock() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
TryHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for try blocks.
TryHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.TryHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
tryLoadClass(AbstractTypeAwareCheck.Token, String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Tries to load class.
TYPE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A type.
TYPE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A type.
type() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
TYPE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
TYPE_ARGUMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A type arguments to a type reference or a method/ctor invocation.
TYPE_ARGUMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A type arguments to a type reference or a method/ctor invocation.
TYPE_ARGUMENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
TYPE_ARGUMENTS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A list of type arguments to a type reference or a method/ctor invocation.
TYPE_ARGUMENTS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A list of type arguments to a type reference or a method/ctor invocation.
TYPE_ARGUMENTS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
TYPE_EXTENSION_AND - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
'&' symbol when used in a generic upper or lower bounds constrain e.g.
TYPE_EXTENSION_AND - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
'&' symbol when used in a generic upper or lower bounds constrain e.g.
TYPE_EXTENSION_AND - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
TYPE_LOWER_BOUNDS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A lower bounds on a wildcard type argument.
TYPE_LOWER_BOUNDS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A lower bounds on a wildcard type argument.
TYPE_LOWER_BOUNDS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
TYPE_PARAMETER - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A type parameter to a class, interface or method definition.
TYPE_PARAMETER - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A type parameter to a class, interface or method definition.
TYPE_PARAMETER - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
TYPE_PARAMETERS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A list of type parameters to a class, interface or method definition.
TYPE_PARAMETERS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A list of type parameters to a class, interface or method definition.
TYPE_PARAMETERS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
TYPE_UPPER_BOUNDS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An upper bounds on a wildcard type argument or type parameter.
TYPE_UPPER_BOUNDS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
An upper bounds on a wildcard type argument or type parameter.
TYPE_UPPER_BOUNDS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
typeArgument(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
typeArgumentBounds(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
typeArguments(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
typeArgumentsOrParametersEnd() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
TYPECAST - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A type-cast.
TYPECAST - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A type-cast.
TYPECAST - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
TypecastParenPadCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
Checks the padding of parentheses for typecasts.
TypecastParenPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
 
typeDefinition() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
typeDefinitionInternal(AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
TypeNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
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.
typeParameter() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
typeParameterBounds() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
typeParameters() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
typeSpec(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 

U

UNARY_MINUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The + (unary plus) operator.
UNARY_MINUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The + (unary plus) operator.
UNARY_MINUS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
UNARY_PLUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The - (unary minus) operator.
UNARY_PLUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The - (unary minus) operator.
UNARY_PLUS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
unaryExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
unaryExpressionNotPlusMinus() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
UncommentedMainCheck - Class in com.puppycrawl.tools.checkstyle.checks
Detects uncommented main methods.
UncommentedMainCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
 
UnnecessaryParenthesesCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks if unnecessary parentheses are used in a statement or expression.
UnnecessaryParenthesesCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
 
UnusedImportsCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
Checks for unused import statements.
UnusedImportsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Default constructor.
updateUI() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable
Overridden to message super and forward the method to the tree.
UpperEllCheck - Class in com.puppycrawl.tools.checkstyle.checks
Checks that long constants are defined with an upper ell.
UpperEllCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
 
Utils - Class in com.puppycrawl.tools.checkstyle.api
Contains utility methods.
Utils - Class in com.puppycrawl.tools.checkstyle.api
Contains utility methods.
Utils - Class in com.puppycrawl.tools.checkstyle.checks.j2ee
J2EE check utility methods.
Utils() - Constructor for class com.puppycrawl.tools.checkstyle.checks.j2ee.Utils
 

V

validOptions(String[][], DocErrorReporter) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
Checks that only valid options was specified.
validOptions(String[][], DocErrorReporter) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
Checks that only valid options was specified.
valueForPathChanged(TreePath, Object) - Method in class com.puppycrawl.tools.checkstyle.gui.AbstractTreeTableModel
 
VARIABLE_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A field or local variable declaration.
VARIABLE_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
A field or local variable declaration.
VARIABLE_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
variableDeclarator(AST, AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
Declaration of a variable.
variableDefinitions(AST, AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
variableLengthParameterDeclaration() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
varInitializer() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
VisibilityModifierCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
Checks visibility of class members.
VisibilityModifierCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
Create an instance.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.Check
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DoubleCheckedLockingCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.JUnitTestCaseCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.FinalStaticCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalHomeInterfaceCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.LocalInterfaceCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.MessageBeanCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteHomeInterfaceCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteInterfaceCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.SessionBeanCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisParameterCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.j2ee.ThisReturnCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
Called to process a token.
visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
Called to process a token.
visitTokenHook(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
Hook called when visiting a token.
visitTokenHook(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
Hook called when visiting a token.
VOCAB - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 

W

warning(SAXParseException) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
warning(SAXParseException) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
WARNING - Static variable in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
Severity level: warning.
WARNING - Static variable in class com.puppycrawl.tools.checkstyle.api.SeverityLevel
Severity level: warning.
WhileHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
Handler for while loops.
WhileHandler(IndentationCheck, DetailAST, ExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.WhileHandler
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
WhitespaceAfterCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
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.
WhitespaceAfterCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
 
WhitespaceAroundCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
Checks that a token is surrounded by whitespace.
WhitespaceAroundCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
 
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.
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.
WILDCARD_TYPE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The type that refers to all types.
WILDCARD_TYPE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
The type that refers to all types.
WILDCARD_TYPE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
wildcardType(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
WriteTagCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
Outputs a JavaDoc tag as information.
WriteTagCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
 
WS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 

X

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

_

_tokenNames - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_0 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_0 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_1 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_1 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_10 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_10 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_11 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_11 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_12 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_12 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_13 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_13 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_14 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_15 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_16 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_17 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_18 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_19 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_2 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_2 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_20 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_21 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_22 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_23 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_24 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_25 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_26 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_27 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_28 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_29 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_3 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_3 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_30 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_31 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_32 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_33 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_34 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_35 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_36 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_37 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_38 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_39 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_4 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_4 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_40 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_41 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_42 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_43 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_44 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_45 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_5 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_5 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_6 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_6 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_7 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_7 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_8 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_8 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
_tokenSet_9 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
 
_tokenSet_9 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
A B C D E F G H I J L M N O P Q R S T U V W X _ 
Back to the Checkstyle Home Page