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
 
AbstractAccessControlNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
Abstract class for checking a class member (field/method)'s name conforms to a format specified by the format property.
AbstractAccessControlNameCheck(String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
Creates a new AbstractAccessControlNameCheck instance.
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.
AbstractIllegalMethodCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Provide support for checking for a method with a specified name and no arguments.
AbstractIllegalMethodCheck(String, String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalMethodCheck
Creates an instance.
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<String, String>) - 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<String, String>) - 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.
AbstractOptionCheck<T extends Enum<T>> - Class in com.puppycrawl.tools.checkstyle.checks
Abstract class for checks with a parameter named option, where the option is identified by a Enum.
AbstractOptionCheck(T, Class<T>) - 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.
AbstractTypeParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
Abstract class for checking if a class/method type parameter's name conforms to a format specified by the format property.
AbstractTypeParameterNameCheck(String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck
Creates a new AbstractTypeParameterNameCheck instance.
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.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
Determines whether or not a filtered AuditEvent is accepted.
accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
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
 
addChild(AST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
 
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(int, 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.
addMessage(String, String) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Adds a custom message to this configuration.
addMessage(String, String) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Adds a custom message to this configuration.
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
 
andExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
annotatingWhat(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility
Checks to see what the passed in AST (representing an annotation) is annotating.
annotatingWhat(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility
Checks to see what the passed in AST (representing an annotation) is annotating.
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
 
AnnotationUseStyleCheck - Class in com.puppycrawl.tools.checkstyle.checks.annotation
This check controls the style with the usage of annotations.
AnnotationUseStyleCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
 
AnnotationUseStyleCheck.ClosingParens - Enum in com.puppycrawl.tools.checkstyle.checks.annotation
Defines the two styles for defining elements in an annotation.
AnnotationUseStyleCheck.ElementStyle - Enum in com.puppycrawl.tools.checkstyle.checks.annotation
Defines the styles for defining elements in an annotation.
AnnotationUseStyleCheck.TrailingArrayComma - Enum in com.puppycrawl.tools.checkstyle.checks.annotation
Defines the two styles for defining elements in an annotation.
AnnotationUtility - Class in com.puppycrawl.tools.checkstyle.api
Contains utility methods designed to work with annotations.
AnnotationUtility - Class in com.puppycrawl.tools.checkstyle.api
Contains utility methods designed to work with annotations.
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 configuration 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 configuration 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
 
AvoidStaticImportCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
Check that finds static imports.
AvoidStaticImportCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
 

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
 
beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Called when about to be called to process a set of files.
beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Called when about to be called to process a set of files.
beginProcessing(String) - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
Called when about to be called to process a set of files.
beginProcessing(String) - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
Called when about to be called to process a set of files.
beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.checks.duplicates.StrictDuplicateCodeCheck
 
beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
 
beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
 
beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
 
beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
 
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
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
 
beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
 
BINARY_EXPONENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
BLOCK - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
 
BlockOption - Enum 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
 
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.
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.
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AssignHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CatchHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.DoWhileHandler
 
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
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ImportHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.NewHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.PackageDefHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
 
checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.WhileHandler
 
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.
checkModifiers() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Check the indentation level of modifiers.
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.
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
 
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
 
checkToplevelToken() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
 
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
 
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<String>) - Constructor for class com.puppycrawl.tools.checkstyle.checks.ClassResolver
Creates a new ClassResolver instance.
ClassTypeParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
Checks that class type parameter names conform to a format specified by the format property.
ClassTypeParameterNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterNameCheck
Creates a new ClassTypeParameterNameCheck instance.
classTypeSpec(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
clear() - Method in class com.puppycrawl.tools.checkstyle.api.FastStack
Clears the stack.
clear() - Method in class com.puppycrawl.tools.checkstyle.api.FastStack
Clears the stack.
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.
closeQuietly(Closeable) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
Closes the supplied Closeable object ignoring an IOException if it is thrown.
closeQuietly(Closeable) - Static method in class com.puppycrawl.tools.checkstyle.api.Utils
Closes the supplied Closeable object ignoring an IOException if it is thrown.
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.annotation - package com.puppycrawl.tools.checkstyle.checks.annotation
Contains the Annotation 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.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.regexp - package com.puppycrawl.tools.checkstyle.checks.regexp
Contains the regular expression 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(LocalizedMessage) - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
compareTo(LocalizedMessage) - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
compareTo(SuppressionCommentFilter.Tag) - 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(SuppressionCommentFilter.Tag) - 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.SuppressWithNearbyCommentFilter.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.SuppressWithNearbyCommentFilter.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.
constructorBody() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
 
contains(E) - Method in class com.puppycrawl.tools.checkstyle.api.FastStack
Returns if the stack contains the specified element.
contains(E) - Method in class com.puppycrawl.tools.checkstyle.api.FastStack
Returns if the stack contains the specified element.
containsAnnotation(DetailAST, String) - Static method in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility
Checks to see if the AST is annotated with the passed in annotation.
containsAnnotation(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility
Checks to see if the AST is annotated with any annotation.
containsAnnotation(DetailAST, String) - Static method in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility
Checks to see if the AST is annotated with the passed in annotation.
containsAnnotation(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility
Checks to see if the AST is annotated with any annotation.
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
 
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.
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.
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
 
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
Cleans up the object.
destroy() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Cleans up the object.
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
 
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
 
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.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
 
EqualsAvoidNullCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
Checks that any combination of String literals with optional assignment is on the left side of an equals() comparison.
EqualsAvoidNullCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
 
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
 
error(SAXParseException) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
 
error(SAXParseException) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
 
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
 
execute() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
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.
FastStack<E> - Class in com.puppycrawl.tools.checkstyle.api
Simple implementation of a LIFO Stack that can be used instead of Vector which is synchronized.
FastStack<E> - Class in com.puppycrawl.tools.checkstyle.api
Simple implementation of a LIFO Stack that can be used instead of Vector which is synchronized.
FastStack() - Constructor for class com.puppycrawl.tools.checkstyle.api.FastStack
 
FastStack() - Constructor for class com.puppycrawl.tools.checkstyle.api.FastStack
 
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.
FileTabCharacterCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
Checks to see if a file contains a tab character.
FileTabCharacterCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck
 
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.
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
 
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 component'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 component's setup that was not handled by the bean introspection.
finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.Checker
 
finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.Checker
 
finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
 
finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
 
finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
 
finishProcessing() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Called when all the files have been processed.
finishProcessing() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
Called when all the files have been processed.
finishProcessing() - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
Called when all the files have been processed.
finishProcessing() - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
Called when all the files have been processed.
finishProcessing() - Method in class com.puppycrawl.tools.checkstyle.checks.duplicates.StrictDuplicateCodeCheck
 
finishProcessing() - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
 
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
 
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
 
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
 
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
 
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
 
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
 
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
 
finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
 
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, TreeSet<LocalizedMessage>) - Method in interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
Notify all listeners about the errors in a file.
fireErrors(String, TreeSet<LocalizedMessage>) - Method in interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
Notify all listeners about the errors in a file.
fireErrors(String, TreeSet<LocalizedMessage>) - Method in class com.puppycrawl.tools.checkstyle.Checker
notify all listeners about the errors in a file.
fireErrors(String, TreeSet<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
 
fromName(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.JavadocTagInfo
returns a JavadocTag from the tag name.
fromName(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.JavadocTagInfo
returns a JavadocTag from the tag name.
fromText(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.JavadocTagInfo
returns a JavadocTag from the tag text.
fromText(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.JavadocTagInfo
returns a JavadocTag from the tag text.
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
 
GenericWhitespaceCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
Checks that the whitespace around the Generic tokens < and > are correct to the typical convention.
GenericWhitespaceCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
 
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.annotation.AnnotationUseStyleCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
The configurable token set.
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
 
getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
 
getAnnotation(DetailAST, String) - Static method in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility
Checks to see if the AST is annotated with the passed in annotation and return the AST representing that annotation.
getAnnotation(DetailAST, String) - Static method in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility
Checks to see if the AST is annotated with the passed in annotation and return the AST representing that annotation.
getAnnotationHolder(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility
Gets the AST that holds a series of annotations for the potentially annotated AST.
getAnnotationHolder(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility
Gets the AST that holds a series of annotations for the potentially annotated AST.
getApplyToPackage() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
 
getApplyToPrivate() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
 
getApplyToProtected() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
 
getApplyToPublic() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
 
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
 
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
 
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
 
getCustomMessages() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Returns an unmodifiable map instance containing the custom messages for this configuration.
getCustomMessages() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
Returns an unmodifiable map instance containing the custom messages for this configuration.
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.annotation.AnnotationUseStyleCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
Returns the default token a check is interested in.
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalMethodCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DoubleCheckedLockingCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.JUnitTestCaseCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
 
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.regexp.RegexpSinglelineJavaCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
 
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 occurred 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 occurred 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
 
getFileContents() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
 
getFileContents() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
 
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.
getFirstChild() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
 
getFirstChild() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
 
getFirstLine(int, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ExpressionHandler
Get the first line for a given expression.
getFirstLine() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
 
getFirstLine() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
 
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.
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 enum com.puppycrawl.tools.checkstyle.api.Scope
Scope factory method.
getInstance(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.Scope
Scope factory method.
getInstance(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.SeverityLevel
SeverityLevel factory method.
getInstance(String) - Static method in enum 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
 
getLastLine() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
 
getLastLine() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
 
getLCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
 
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
 
getLCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
 
getLCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
 
getLCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
 
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
 
getLevelImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
 
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
 
getLevelImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
 
getLevelImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
 
getLevelImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.NewHandler
 
getLevelImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
 
getLevelImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
 
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
 
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
 
getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
 
getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
 
getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
 
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
 
getLocation() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck
This method must be overriden to specify the location of the type parameter to check.
getLocation() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterNameCheck
 
getLocation() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodTypeParameterNameCheck
 
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.coding.IllegalTokenTextCheck
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 interface com.puppycrawl.tools.checkstyle.api.Configuration
Returns an unmodifiable map instance containing the custom messages for this configuration.
getMessages() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
Returns an unmodifiable map instance containing the custom messages for this configuration.
getMessages() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
 
getMessages() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
 
getMessages() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Returns an unmodifiable map instance containing the custom messages for this configuration.
getMessages() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
Returns an unmodifiable map instance containing the custom messages for this configuration.
getMethodName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
Returns the name of the overriding method.
getMethodName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SuperCloneCheck
 
getMethodName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SuperFinalizeCheck
 
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 enum com.puppycrawl.tools.checkstyle.api.JavadocTagInfo
 
getName() - Method in enum com.puppycrawl.tools.checkstyle.api.JavadocTagInfo
 
getName() - Method in enum com.puppycrawl.tools.checkstyle.api.Scope
 
getName() - Method in enum com.puppycrawl.tools.checkstyle.api.Scope
 
getName() - Method in enum com.puppycrawl.tools.checkstyle.api.SeverityLevel
 
getName() - Method in enum 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.
getNextSibling() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
 
getNextSibling() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
 
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
 
getNonlistChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
 
getNonlistChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
 
getPackageNames(ClassLoader) - Static method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
Returns the set of package names, compiled from all checkstyle_packages.xml files found on the given classloaders classpath.
getPackageNames(ClassLoader) - Static method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
Returns the set of package names, compiled from all checkstyle_packages.xml files found on the given classloaders classpath.
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.
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.
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
 
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
 
getRCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
 
getRCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
 
getRCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
 
getRegexp() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
 
getRegexp() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
 
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
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
The tokens that this check must be registered for.
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.JUnitTestCaseCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
 
getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
 
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.
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 enum com.puppycrawl.tools.checkstyle.api.JavadocTagInfo
 
getText() - Method in enum com.puppycrawl.tools.checkstyle.api.JavadocTagInfo
 
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
 
getText() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
 
getText() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.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
 
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
 
getToplevelAST() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
 
getToplevelAST() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
 
getToplevelAST() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
 
getTree() - Method in class com.puppycrawl.tools.checkstyle.gui.JTreeTable
 
getType() - Method in enum com.puppycrawl.tools.checkstyle.api.JavadocTagInfo
 
getType() - Method in enum com.puppycrawl.tools.checkstyle.api.JavadocTagInfo
 
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
 
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.
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.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
 
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.
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
 

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.