- AbbreviationAsWordInNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
The Check validate abbreviations(consecutive capital letters) length in
identifier name, it also allows to enforce camel case naming.
- AbbreviationAsWordInNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
- 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.
- AbstractCheck - Class in com.puppycrawl.tools.checkstyle.api
-
The base class for checks.
- AbstractCheck() - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
- 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.
- AbstractClassInfo(AbstractTypeAwareCheck.Token) - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck.AbstractClassInfo
-
Deprecated.
Creates new instance of class information object.
- AbstractClassNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Ensures that the names of abstract classes conforming to some
regular expression and check that abstract
modifier exists.
- AbstractClassNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
- AbstractExpressionHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Abstract base class for all handlers.
- AbstractExpressionHandler(IndentationCheck, String, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Construct an instance of this handler with the given indentation check,
name, abstract syntax tree, and parent handler.
- AbstractFileSetCheck - Class in com.puppycrawl.tools.checkstyle.api
-
Provides common functionality for many FileSetChecks.
- AbstractFileSetCheck() - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
- 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
-
- AbstractJavadocCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Base class for Checks that process Javadoc comments.
- AbstractJavadocCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
- 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.
- AbstractNode - Class in com.puppycrawl.tools.checkstyle.xpath
-
Represents general class for ElementNode
, RootNode
and AttributeNode
.
- AbstractNode() - Constructor for class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
- AbstractParenPadCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Abstract class for checking the padding of parentheses.
- AbstractParenPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
- 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
-
- AbstractTypeAwareCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
- AbstractTypeAwareCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck
-
Deprecated.
- AbstractTypeAwareCheck.AbstractClassInfo - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Deprecated.
Contains class's Token
.
- AbstractTypeAwareCheck.Token - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Deprecated.
Represents text element with location in the text.
- AbstractTypeParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
- AbstractTypeParameterNameCheck(String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck
-
Deprecated.
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() - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
- aCase() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- accept(String) - Method in interface com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilter
-
Determines whether or not a before execution file filtered event is accepted.
- accept(String) - Method in class com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilterSet
-
- 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
-
- accept(String) - Method in class com.puppycrawl.tools.checkstyle.filefilters.BeforeExecutionExclusionFileFilter
-
- accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
-
- accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
- accept(TreeWalkerAuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
- accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
- accept(TreeWalkerAuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathFilter
-
- accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWarningsFilter
-
- accept(TreeWalkerAuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
- accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
- accept(TreeWalkerAuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.XpathFilter
-
- accept(TreeWalkerAuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.TreeWalkerFilter
-
Determines whether or not a filtered TreeWalkerAuditEvent
is accepted.
- acceptJavadocWithNonTightHtml() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
This method determines if a check should process javadoc containing non-tight html tags.
- AccessModifier - Enum in com.puppycrawl.tools.checkstyle.checks.naming
-
This enum represents access modifiers.
- action(RuleContext, int, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- add(String, Object) - Method in class com.puppycrawl.tools.checkstyle.DefaultContext
-
Adds a context entry.
- ADD_EXCEPTION_MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
A key pointing to the add exception
message in the "messages.properties" file.
- 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.
- addBeforeExecutionFileFilter(BeforeExecutionFileFilter) - Method in class com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilterSet
-
Adds a Filter to the set.
- addBeforeExecutionFileFilter(BeforeExecutionFileFilter) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Adds a before execution file filter to the end of the event chain.
- addCellEditorListener(CellEditorListener) - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- 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(AbstractNode) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Add new child node to children list.
- 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
-
- 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
-
- 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
-
- addException(AuditEvent, Throwable) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
- addException(AuditEvent, Throwable) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
-
- addFeaturesForVerySecureJavaInstallations(SAXParserFactory) - Static method in class com.puppycrawl.tools.checkstyle.XmlLoader.FeaturesForVerySecureJavaInstallations
-
Configures SAXParserFactory with features required
for execution on very secured environments.
- addFileset(FileSet) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Adds 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().
- 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.
- addFormatter(CheckstyleAntTask.Formatter) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
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 interface com.puppycrawl.tools.checkstyle.api.RootModule
-
Add the listener that will be used to receive events from the audit.
- addListener(AuditListener) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
- addMessage(String, String) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
Adds a custom message to this configuration.
- addMessages(SortedSet<LocalizedMessage>) - Static method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
- addNextSibling(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Add next sibling.
- addPath(Path) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Adds a path.
- addPreviousSibling(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Add previous sibling.
- addProperty(CheckstyleAntTask.Property) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Add an override property.
- addTreeModelListener(TreeModelListener) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
- AMBIGUOUS_MODULE_NAME_EXCEPTION_MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Exception message when there is ambiguous module name in config file.
- andExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- ANNOTATION - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An annotation of a package, type, field, parameter or variable.
- annotation() - 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 initialization.
- 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 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 interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- ANNOTATION_MEMBER_VALUE_PAIR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An initialization 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
-
- AnnotationLocationCheck - Class in com.puppycrawl.tools.checkstyle.checks.annotation
-
Check location of annotation on language elements.
- AnnotationLocationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
- 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
-
- AnnotationOnSameLineCheck - Class in com.puppycrawl.tools.checkstyle.checks.annotation
-
The check does verifying that annotations are located on the same line with their targets.
- AnnotationOnSameLineCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationOnSameLineCheck
-
- 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.utils
-
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
-
- appendHiddenCommentNodes(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.JavaParser
-
Appends comment nodes to existing AST.
- AREA_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Area tag name.
- AREA_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- AREA_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- AREA_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
-
- AREA_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
-
- AREA_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Area html tag.
- areaTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- areaTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
-
- AreaTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
-
- areOnSameLine(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Determines if two expressions are on the same line.
- argList() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- ARGUMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
- ARGUMENT - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- ARGUMENT - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- ARGUMENT() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
-
- ARGUMENT(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
-
- 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 interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- ArrayInitHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for array initialization blocks.
- ArrayInitHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - 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 interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- assignmentExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- AstTreeStringPrinter - Class in com.puppycrawl.tools.checkstyle
-
Class for printing AST to String.
- AT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An @
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
-
- AtclauseOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
- AtclauseOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
- atomize() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns AtomicSequence.
- ATTR_VALUE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Attribute value html tag component.
- ATTR_VALUE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- ATTR_VALUE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- ATTR_VALUE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
-
- ATTRIBUTE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Html tag attribute.
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.EmbedTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.EmbedTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.EmptyTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.EmptyTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.KeygenTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.KeygenTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SourceTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SourceTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrackTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrackTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagStartContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagStartContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WbrTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WbrTagContext
-
- AttributeContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
-
- AttributeNode - Class in com.puppycrawl.tools.checkstyle.xpath
-
Represents attribute of the element.
- AttributeNode(String, String) - Constructor for class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Creates a new AttributeNode
instance.
- AUDIT_FINISHED_MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
A key pointing to the finished audit
message in the "messages.properties" file.
- AUDIT_STARTED_MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
A key pointing to the started audit
message in the "messages.properties" file.
- 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.
- AuditEventDefaultFormatter - Class in com.puppycrawl.tools.checkstyle
-
Represents the default formatter for log message.
- AuditEventDefaultFormatter() - Constructor for class com.puppycrawl.tools.checkstyle.AuditEventDefaultFormatter
-
- AuditEventFormatter - Interface in com.puppycrawl.tools.checkstyle
-
Represents the formatter interface for log message.
- 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
-
- auditFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
- auditFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
-
- 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 class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
-
- auditStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
- auditStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
-
- AUTHOR_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@author' literal in @author Javadoc tag.
- AUTHOR_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- AUTHOR_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- AUTHOR_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- 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.OutputStreamOptions - Enum in com.puppycrawl.tools.checkstyle.api
-
Enum to specify behaviour regarding ignored modules.
- AvoidEscapedUnicodeCharactersCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
- AvoidEscapedUnicodeCharactersCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
- 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
-
- cancelCellEditing() - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- canChildrenBeNested() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- canChildrenBeNested() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Determines if child elements within the expression may be nested.
- canReferenceImports() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag can contain references to imported classes.
- 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, AbstractExpressionHandler) - 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
-
- CatchFrame(RequireThisCheck.AbstractFrame, DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.CatchFrame
-
Creates catch frame.
- CatchHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for catch blocks.
- CatchHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - 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.
- catchParameterDeclaration() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- CatchParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that catch
parameter names conform to a format specified by the format property.
- CatchParameterNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.CatchParameterNameCheck
-
Creates a new CatchParameterNameCheck
instance.
- CDATA - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
<![CDATA[...]]> block.
- CDATA - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- CDATA - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- channelNames - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- CHAR - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Any other symbol.
- CHAR - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- CHAR - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- CHAR() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TextContext
-
- CHAR(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TextContext
-
- Char1 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char1 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- Char10 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char10 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- Char11 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char11 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- Char12 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char12 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- Char2 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char2 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- Char20 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char20 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- Char3 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char3 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- Char4 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char4 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- Char5 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char5 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- Char7 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char7 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- Char8 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char8 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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_SUFFIX - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Suffix of checks.
- checkChildren(DetailAST, int[], IndentLevel, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indent level of the children of the specified parent
expression.
- 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_MODULE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
A checker module name.
- checkExpressionSubtree(DetailAST, IndentLevel, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation level for an expression subtree.
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation of the expression we are handling.
- 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.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.IndexHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LambdaHandler
-
- checkIndentation(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Checks line wrapping into expressions and definitions using property
'lineWrappingIndentation'.
- checkIndentation(DetailAST, DetailAST, int, int, LineWrappingHandler.LineWrappingOptions) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Checks line wrapping into expressions and definitions.
- 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.SynchronizedHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.TryHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.WhileHandler
-
- checkLeftParen(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation of the left parenthesis.
- checkModifiers() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation level of modifiers.
- checkModifiers() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
-
- checkModifiers() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
-
- checkOptions(String[][], DocErrorReporter) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
-
Checks that only valid options was specified.
- checkRightParen(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation of the right parenthesis.
- CHECKSTYLE_BUNDLE - Static variable in class com.puppycrawl.tools.checkstyle.Definitions
-
Name of resource bundle for Checkstyle.
- CheckstyleAntTask - Class in com.puppycrawl.tools.checkstyle.ant
-
An implementation of a ANT task for calling checkstyle.
- CheckstyleAntTask() - Constructor for class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
- CheckstyleAntTask.Formatter - Class in com.puppycrawl.tools.checkstyle.ant
-
Details about a formatter to be used.
- CheckstyleAntTask.FormatterType - Class in com.puppycrawl.tools.checkstyle.ant
-
Poor mans enumeration for the formatter types.
- CheckstyleAntTask.Listener - Class in com.puppycrawl.tools.checkstyle.ant
-
Represents a custom listener.
- CheckstyleAntTask.Property - Class in com.puppycrawl.tools.checkstyle.ant
-
Represents a property that consists of a key and value.
- 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.
- 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.utils
-
Contains utility methods for the checks.
- checkWrappingIndentation(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Checks indentation on wrapped lines between and including
firstNode
and lastNode
.
- checkWrappingIndentation(DetailAST, DetailAST, int, int, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Checks indentation on wrapped lines between and including
firstNode
and lastNode
.
- CLASS - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- CLASS - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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
-
- CLASS_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Exception class name.
- CLASS_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- CLASS_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- CLASS_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- 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, AbstractExpressionHandler) - 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.
- classMemeber - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- classOrInterfaceType(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- ClassResolver - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Utility class to resolve a class name to an actual class.
- ClassResolver(ClassLoader, String, Set<String>) - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.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.BeforeExecutionFileFilterSet
-
Clears the BeforeExecutionFileFilterSet.
- clear() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
-
Clears the FilterSet.
- clearCache() - Static method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Clears the cache.
- clearCache() - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Clears the cache.
- clearCreatedHandlers() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Clears cache of created handlers.
- clearMessages() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
- close(Closeable) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Closes a stream re-throwing IOException as IllegalStateException.
- code - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- CODE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@code' literal in {@code} Javadoc inline tag.
- CODE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- CODE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- CODE_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
-
- CodeSelector - Class in com.puppycrawl.tools.checkstyle.gui
-
Helper class to select a code.
- CodeSelector(Object, JTextArea, List<Integer>) - Constructor for class com.puppycrawl.tools.checkstyle.gui.CodeSelector
-
Constructor.
- CodeSelectorPresentation - Class in com.puppycrawl.tools.checkstyle.gui
-
Presentation model for CodeSelector.
- CodeSelectorPresentation(DetailAST, ImmutableList<Integer>) - Constructor for class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Constructor.
- CodeSelectorPresentation(DetailNode, ImmutableList<Integer>) - Constructor for class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Constructor.
- codeText - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- COL_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Col tag name.
- COL_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- COL_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- COL_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
-
- COL_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
-
- COL_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Col html tag.
- COLGROUP - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Colgroup html tag.
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- COLGROUP_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Colgroup tag name.
- COLGROUP_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- COLGROUP_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- COLGROUP_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagEndContext
-
- COLGROUP_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagStartContext
-
- COLGROUP_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.EmptyTagContext
-
- COLGROUP_TAG_END - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
End colgroup tag.
- COLGROUP_TAG_START - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Start colgroup tag.
- ColgroupContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- colgroupTagEnd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- colgroupTagEnd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- colgroupTagEnd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
-
- ColgroupTagEndContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagEndContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- colgroupTagStart(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- ColgroupTagStartContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagStartContext
-
- ColgroupTagStartContext(ParserRuleContext, int, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagStartContext
-
- 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
-
- colTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- colTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
-
- ColTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
-
- com.puppycrawl.tools.checkstyle - package com.puppycrawl.tools.checkstyle
-
Contains the implementation of the Checkstyle framework.
- com.puppycrawl.tools.checkstyle.ant - package com.puppycrawl.tools.checkstyle.ant
-
Contains code related to Checkstyle Ant Task.
- 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.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.javadoc.utils - package com.puppycrawl.tools.checkstyle.checks.javadoc.utils
-
Contains utils classes for 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 Checkstyle.
- com.puppycrawl.tools.checkstyle.filefilters - package com.puppycrawl.tools.checkstyle.filefilters
-
Contains the before execution file filters that are bundled with the main distribution.
- 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.grammars.javadoc - package com.puppycrawl.tools.checkstyle.grammars.javadoc
-
- com.puppycrawl.tools.checkstyle.gui - package com.puppycrawl.tools.checkstyle.gui
-
User interface classes for CheckStyle.
- com.puppycrawl.tools.checkstyle.utils - package com.puppycrawl.tools.checkstyle.utils
-
Contains utils classes for checkstyle.
- com.puppycrawl.tools.checkstyle.xpath - package com.puppycrawl.tools.checkstyle.xpath
-
Contains the nodes implementations for XPATH queries and query generator.
- COMMA - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
- 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
-
- COMMA - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- COMMA - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- COMMA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
-
- COMMA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
-
- Comment - Class in com.puppycrawl.tools.checkstyle.api
-
Representation of the comment block.
- Comment(String[], int, int, int) - Constructor for class com.puppycrawl.tools.checkstyle.api.Comment
-
Creates new instance.
- COMMENT_CONTENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
Text of single-line or block comment.
- COMMENT_CONTENT - 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.
- CommentsIndentationCheck - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
This Check controls the indentation between comments and surrounding code.
- CommentsIndentationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
- CommonUtils - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods.
- compareOrder(NodeInfo) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Compares current object with specified for order.
- comparePosition(NodeInfo) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Compares current object with specified for position.
- compareTo(LineColumn) - Method in class com.puppycrawl.tools.checkstyle.api.LineColumn
-
- 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.
- compilationUnit() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- compileFlags(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the compile flags to compile a regular expression with
and returns Builder object.
- 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.
- 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.IgnoredModulesOptions - Enum in com.puppycrawl.tools.checkstyle
-
Enum to specify behaviour regarding ignored modules.
- 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.
- 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
-
- containsAnnotation(DetailAST, String) - Static method in class com.puppycrawl.tools.checkstyle.utils.AnnotationUtility
-
Checks to see if the AST is annotated with
the passed in annotation.
- containsAnnotation(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.AnnotationUtility
-
Checks to see if the AST is annotated with
any annotation.
- containsInBranch(DetailNode, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Checks whether node contains any node of specified type among children on any deep level.
- 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(parent object) to work.
- 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.
- copy(Receiver, int, Location) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Copy method.
- 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
-
- CREATE_LISTENER_EXCEPTION - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
A key pointing to the create listener exception
message in the "messages.properties" file.
- createBlockCommentNode(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Create block comment from string content.
- createBlockCommentNode(Token) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Create block comment from token.
- createClassInfo(AbstractTypeAwareCheck.Token, String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck
-
Deprecated.
Creates class info for given name.
- createClasspath() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Creates classpath.
- 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.
- createFullType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Creates FullIdent
for given type node.
- createListener(Task) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.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 class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Creates a new instance of a class from a given name, or that name
concatenated with "Check".
- createPattern(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Helper method to create a regular expression.
- createPattern(String, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Helper method to create a regular expression with a specific flags.
- 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 interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- ctorHead() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- curlyIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- curlyIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the expected indentation level for the curly braces.
- curlyIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
- CUSTOM_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Name of custom Javadoc tag (or Javadoc inline tag).
- CUSTOM_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- CUSTOM_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- CUSTOM_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
-
- CUSTOM_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- CustomImportOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Checks that the groups of import declarations appear in the order specified
by the user.
- CustomImportOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
- 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
-
- 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
-
- generate() - Method in class com.puppycrawl.tools.checkstyle.xpath.XpathQueryGenerator
-
Returns list of xpath queries of nodes, matching line and column number.
- 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
-
- generateId(FastStringBuffer) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Generate id method.
- GENERIC_END - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A >
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
-
A <
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 (angle brackets)
"<" 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(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Retrieves a line of the text by its number.
- get(String) - Method in class com.puppycrawl.tools.checkstyle.DefaultContext
-
- getAcceptableJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
The configurable javadoc token set.
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
The configurable token set.
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationOnSameLineCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
- 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.IllegalCatchCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
- 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.IllegalTypeCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
- 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.ModifiedControlVariableCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoCloneCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoFinalizerCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck
-
Deprecated.
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.CatchParameterNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodTypeParameterNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck
-
- 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
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
- getAccessModifierFromModifiersToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
- getAlias(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Returns the alias for the source name of a check.
- getAllTokenIds() - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Get all token IDs that are available in TokenTypes.
- getAnnotation(DetailAST, String) - Static method in class com.puppycrawl.tools.checkstyle.utils.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.utils.AnnotationUtility
-
Gets the AST that holds a series of annotations for the
potentially annotated AST.
- getArrayInitIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Get the line-wrapping indentation level.
- getATN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- getATN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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
-
- 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 attributes of this context.
- getAttributeNames() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
- getAttributeNames() - Method in class com.puppycrawl.tools.checkstyle.DefaultContext
-
- getAttributeValue(String, String) - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns attribute value.
- getAttributeValue(String, String) - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns attribute value.
- getAttributeValue(String, String) - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns attribute value.
- getBaseURI() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns base uri.
- getBasicOffset() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
A shortcut for IndentationCheck
property.
- getBasicOffset() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Get the basic offset.
- getBeforeExecutionFileFilters() - Method in class com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilterSet
-
Returns the Filters of the filter set.
- getBlockCommentAst() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Getter for block comment in Java language syntax tree.
- getBlockComments() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Returns a map of all block comments.
- getBraceAdjustment() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
A shortcut for IndentationCheck
property.
- getBraceAdjustment() - 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
-
- getCellEditorValue() - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- getChannelNames() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- getCharset() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Get the character set which was used to read the file.
- getCheckedChildren() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Returns array of token types which should be checked among children.
- getCheckedChildren() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
-
- getCheckerThreadsNumber() - Method in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
Gets the number of threads for the Checker module.
- getCheckstyleModules(Collection<String>, ClassLoader) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Gets checkstyle's modules (directly, not recursively) in the given packages.
- getChild(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
- getChild(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns the child of parent at index.
- 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.ParseTreeTableModel
-
- getChildCount(Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns the number of children of parent.
- getChildren() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
-
The set of child configurations.
- getChildren() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Array of children.
- getChildren() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getChildren() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
- getChildren() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Getter method for children.
- getChildrenExpectedIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- getChildrenExpectedIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Gets indentation level expected for children.
- getClassLoader() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the class loader associated with the tree.
- getClassname() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Listener
-
Gets class name.
- getClazz() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck.AbstractClassInfo
-
Deprecated.
Returns class associated with that object.
- getCol() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
-
Getter for col field.
- getColumn() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Gets the column associated with the message.
- getColumn() - Method in class com.puppycrawl.tools.checkstyle.api.LineColumn
-
Gets the zero-based column number.
- 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.TreeWalkerAuditEvent
-
Gets the column associated with the message.
- getColumnCharIndex() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the column char index.
- getColumnCharIndex() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Gets the column char index associated with the message.
- getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Returns type of specified column number.
- getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns type of specified column number.
- getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- getColumnCount() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Returns number of available column.
- getColumnCount() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns number of available columns.
- getColumnCount() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- getColumnName(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Returns column name of specified column number.
- getColumnName(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns name for specified column number.
- getColumnName(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Gets column number.
- getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Gets the column number.
- getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the column number.
- getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck.Token
-
Deprecated.
Gets column number of the token.
- getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Gets column number.
- getColumnNumber() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node column number.
- getColumnNumber() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getColumnNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns column number.
- getColumnNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns column number.
- getColumnNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns column number.
- 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.xpath.AbstractNode
-
Returns configuration.
- getConstructor(Class<T>, Class<?>...) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Gets constructor of targetClass.
- 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
-
- getCurrentClassName() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck
-
Deprecated.
Returns current class.
- getCurrentFile() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get current file.
- getCustomMessages() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Returns an unmodifiable map instance containing the custom messages
for this configuration.
- getDeclaredNamespaces(NamespaceBinding[]) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns namespace array.
- getDefaultAlias(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Returns the default alias for the source name of a check, which is the
source name in lower case with any dotted prefix or "Check" suffix
removed.
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Returns the default javadoc token types a check is interested in.
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck
-
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the default token a check is interested in.
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationOnSameLineCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
- 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.EmptyCatchBlockCheck
-
- 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.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.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.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.NestedForDepthCheck
-
- 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.NoCloneCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoFinalizerCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck
-
- 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.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.coding.VariableDeclarationUsageDistanceCheck
-
- 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.InnerTypeLastCheck
-
- 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.OneTopLevelClassCheck
-
- 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.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.CustomImportOrderCheck
-
- 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.CommentsIndentationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Defined final to not allow JavadocChecks to change default tokens.
- 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.AbbreviationAsWordInNameCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck
-
Deprecated.
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.CatchParameterNameCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterNameCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
-
- 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.MethodTypeParameterNameCheck
-
- 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
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
- 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.MethodCountCheck
-
- 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.SuppressWarningsHolder
-
- 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.EmptyLineSeparatorCheck
-
- 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.NoLineWrapCheck
-
- 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.SeparatorWrapCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
- 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
-
- getDisplayName() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns display name.
- getEditingRow() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
- getEndColNo() - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- getEndColNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
-
The column in the input file where the text block ends.
- getEndLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- getEndLineNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
-
The last line of the text block in the input file.
- getExternalResourceLocations() - Method in interface com.puppycrawl.tools.checkstyle.api.ExternalResourceHolder
-
Returns a set of external configuration resource locations which are used by the module.
- getExternalResourceLocations() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
- getExternalResourceLocations() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
- getExternalResourceLocations() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
- getExternalResourceLocations() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathFilter
-
- getExternalResourceLocations() - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
- getFile() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Get the name of the file.
- getFileContents() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the file contents associated with the tree.
- getFileContents() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Returns contents of the file.
- getFileExtension(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Returns file extension for the given file name
or empty string if file does not have an extension.
- getFileExtensions() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Makes copy of file extensions and returns them.
- getFileName() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Returns name of file being audited.
- getFileName() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Gets the name of the file.
- getFileName() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Returns name of file being audited.
- getFileNameWithoutExtension(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Returns file name without extension.
- getFilters() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
-
Returns the Filters of the filter set.
- getFingerprint() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns fingerprint.
- getFirstArg() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Returns first argument.
- getFirstChild() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
- getFirstChild(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Gets first child node of specified node.
- getFirstIndentLevel() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Returns first indentation level.
- getFirstLine(int, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the first line for a given expression.
- getFirstNode(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Finds sub-node for given node minimal (line, column) pair.
- getFirstNonTightHtmlTag() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
- getFirstToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Searches in given sub-tree (including given node) for the token
which represents first symbol for this sub-tree in file.
- getFormat() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Format of the regular expression.
- getFullText() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Retrieve the full text of the file.
- getGrammarFileName() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- getGrammarFileName() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- getHandledTypes() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Gets list of registered handler types.
- getHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Get the handler for an AST.
- getHandlerFactory() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Accessor for the handler factory.
- 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.
- getIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the indentation amount for this handler.
- 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.AbstractExpressionHandler
-
Accessor for the IndentCheck attribute.
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Compute the indentation amount for this handler.
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LambdaHandler
-
Compute the indentation amount for this handler.
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.NewHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
-
- getIndex() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node index among parent's children.
- getIndex() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getIndexOfChild(Object, Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
- getIndexOfChild(Object, Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Return the index of child in parent.
- 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.checks.naming.AccessModifier
-
Factory method which returns an AccessModifier instance that corresponds to the
given access modifier name represented as a
String
.
- getIntFromField(Field, Object) - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Gets the value of a static or instance field of type int or of another primitive type
convertible to type int via a widening conversion.
- getInvalidTags() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTags
-
Getter for invalidTags field.
- getJavadocBefore(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Returns the Javadoc comment before the specified line.
- getJavadocCommentContent(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Get content of Javadoc comment.
- getJavadocTags(TextBlock, JavadocUtils.JavadocTagType) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Gets validTags from a given piece of Javadoc.
- getKey() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
Gets key.
- getKey() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Returns the message key to locate the translation, can also be used
in IDE plugins to map error messages to corrective actions.
- getLastChild() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Gets the last child node.
- getLastDirectory() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get the directory of the last loaded file.
- getLastIndentLevel() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Returns last indentation level.
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the left curly brace portion of the expression we are handling.
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
-
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
-
- getLine(int) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the line associated with the tree.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Return the line number on the source file where the event occurred.
- getLine(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Get the line from text of the file.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.api.LineColumn
-
Gets the one-based line number.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
-
Getter for line field.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
Returns line number of the tag in the source file.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Return the line number on the source file where the event occurred.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Gets line number.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Gets the line number.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the line number.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck.Token
-
Deprecated.
Gets line number of the token.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Gets the line number.
- getLineNumber() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node line number.
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Getter for line number where parse error occurred.
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns line number.
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns line number.
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns line number.
- getLines() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the lines associated with the tree.
- getLines() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Gets the lines in the file.
- getLineStart(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the start of the line for the given expression.
- getLineStart(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the start of the line for the given line number.
- getLinesToPosition() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get lines to position map.
- getLineWrappingHandler() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Accessor for the line wrapping handler.
- getLineWrappingIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Get the array line-wrapping indentation level.
- 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
-
- getLocalizedMessage() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Gets the localized message.
- getLocalizedMessage() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Gets the localized message.
- getLocalPart() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns local part.
- getLocalPart() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns local part.
- getLocalPart() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns local part.
- getLocation() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck
-
Deprecated.
This method must be overridden to specify the
location of the type parameter to check.
- getLogMessageId() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Returns message key we use for log violations.
- getLogMessageId() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
-
- getLogMessageId() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
-
- getMainAst() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Accessor for the MainAst attribute.
- getMaximum() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The maximum number of allowed detections.
- 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
-
Gets the translated message.
- getMessage() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The message to report errors with.
- getMessage() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Return the message associated to the event.
- getMessageArguments() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Getter for error message arguments.
- getMessageBundle() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Returns the message bundle name resource bundle that contains the messages
used by this module.
- getMessageDispatcher() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
A message dispatcher is used to fire violation messages to
interested audit listeners.
- getMessageKey() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Getter for key for error message.
- getMessages() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
- 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.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
-
- getMinimum() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The minimum number of allowed detections.
- getModeNames() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- getModuleId() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Returns id of module.
- getModuleId() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Returns id of module.
- getModuleId() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Returns id of module.
- getName() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
-
The name of this configuration.
- getName() - Method in enum com.puppycrawl.tools.checkstyle.api.Scope
-
Returns name of severity level.
- getName() - Method in enum com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
Returns name of severity level.
- getName() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck.AbstractClassInfo
-
Deprecated.
Gets class name.
- getName() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
-
Getter for name field.
- getName() - Method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Gets the tag name.
- getName() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.utils.TagInfo
-
Return name of tag.
- getName() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
- getNextSibling() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
- getNextSibling(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Gets next sibling of specified node.
- getNextSibling(DetailNode, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Gets next sibling of specified node with the specified type.
- getNodeKind() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns type of the node.
- getNodeKind() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns type of the node.
- getNodeKind() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns type of the node.
- 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.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 class loaders
classpath.
- getParent() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Returns the parent token.
- getParent() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Parent node.
- getParent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Accessor for the Parent attribute.
- getParent() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getParent() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns parent.
- getParent() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns parent.
- getParent() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns parent.
- getParseErrorMessage() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Getter for error message during parsing.
- getParseTreeTableModel() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get parse tree table model.
- getPattern() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The pattern to use when matching.
- getPosition() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.utils.TagInfo
-
Return position of tag.
- getPrefix() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns prefix.
- getPreviousSibling() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Returns the previous sibling or null if no such sibling exists.
- getPreviousSibling(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Gets previous sibling of specified node.
- getPublicId() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns public id.
- getReporter() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The violation reporter to use.
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
The javadoc tokens that this check must be registered for.
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
The tokens that this check must be registered for.
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationOnSameLineCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
-
- 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.DeclarationOrderCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
-
- 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.IllegalTokenCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoCloneCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoFinalizerCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck
-
- 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.coding.SimplifyBooleanReturnCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck
-
- 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.OneTopLevelClassCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck
-
Deprecated.
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
- 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.CyclomaticComplexityCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.CatchParameterNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodTypeParameterNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the right curly brace portion of the expression we are handling.
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
-
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
-
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns value of root.
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns root.
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns root.
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns root of the tree.
- getRootAst() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Gets the root element of the AST tree.
- getRowCount() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.EmbedTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.EmptyTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.KeygenTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SourceTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TextContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrackTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WbrTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
-
- getRuleNames() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- getRuleNames() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- getSchemaType() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns type of the schema.
- getScopeFromMods(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns the Scope specified by the modifier set.
- getSelectionEnd() - Method in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Returns selection end position.
- getSelectionStart() - Method in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Returns selection start position.
- getSerializedATN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- getSerializedATN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- getSeverity() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Get the severity level's name.
- getSeverityLevel() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Returns the severity level of the messages generated by this module.
- getSeverityLevel() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Gets the audit event severity level.
- getSeverityLevel() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the severity level.
- getShortDescription(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Returns the short description of a token for a given name.
- getSingleLineComments() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Returns a map of all the single line comments.
- getSourceName() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Gets the name of the source for the message.
- getSourceName() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the name of the source for this LocalizedMessage.
- getSourceName() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Gets the name of the source for the message.
- getStartColNo() - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- getStartColNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
-
The column in the input file where the text block starts.
- getStartColumn(Integer) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
-
Get the starting column for a given line number.
- getStartLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- getStartLineNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
-
The line in the input file where the text block starts.
- getStringValue() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns string value.
- getStringValue() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns string value.
- getStringValue() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns string value.
- getStringValueCS() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns CharSequence string value.
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Indentation level suggested for a child element.
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LambdaHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.TryHandler
-
- getSuppressor() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The suppressor to use.
- getSurroundingScope(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns the scope of the surrounding "block".
- getSystemId() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns system id.
- getTabWidth() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Get tab width to report errors with.
- getTagName() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Gets tag name.
- getTagName(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Gets tag name from javadocTagSection.
- getTagType() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
Determines whether the suppression turns checkstyle reporting on or
off.
- getText() - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- getText() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node text.
- getText() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Get the full text of the file.
- getText() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Gets the text.
- 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.javadoc.AbstractTypeAwareCheck.Token
-
Deprecated.
Gets text of the token.
- getText() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getText() - Method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Gets the tag text.
- getText() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get text to display in a text area.
- getThreadModeSettings() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
Gets the thread mode configuration.
- getThrowsIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Get the throws indentation level.
- getTitle() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Returns title for the main frame.
- getTokenId(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Returns the ID of a token for a given name.
- getTokenId(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Returns the ID of a token for a given name.
- getTokenName(int) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Returns the name of a token for a given ID.
- getTokenName(int) - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Returns the name of a token for a given ID.
- getTokenNames() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the tokens registered for the check.
- getTokenNames() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
Deprecated.
- getTokenNames() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
Deprecated.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the token type.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Gets the token type of the message.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Getter method for token type.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Getter method for token type.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Getter method for token type.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Getter method for token type.
- getTokenTypesTotalNumber() - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Get total number of TokenTypes.
- 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.TreeTable
-
Returns tree.
- getTree() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Getter for DetailNode tree.
- getTreeInfo() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns tree info.
- getTreeWalkerThreadsNumber() - Method in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
Gets the number of threads for the TreeWalker module.
- getType() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node type.
- getType() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.CatchFrame
-
- getType() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ForFrame
-
- getType() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getType() - Method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Gets the Tag type defined by
Type
.
- getTypeParameterNames(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Retrieves the names of the type parameters to the node.
- getTypeParameters(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Retrieves the type parameters to the node.
- getUnderlyingNode() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns underlying node.
- getUnderlyingNode() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns underlying node.
- getUnderlyingNode() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns underlying node.
- getUnderlyingNode() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns underlying node.
- getURI() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns uri of the namespace for the current node.
- getUriByFilename(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Resolve the specified filename to a URI.
- getValidTags() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTags
-
Getter for validTags field.
- getValue() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
Gets value.
- getValue() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.utils.TagInfo
-
Return value of tag.
- getValueAt(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Returns the value to be displayed for node at column number.
- getValueAt(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns the value to be displayed for node at column number.
- getValueAt(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- getValues() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.FormatterType
-
- getVocabulary() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- getVocabulary() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- GlobalStatefulCheck - Annotation Type in com.puppycrawl.tools.checkstyle
-
This annotation means that the check contains global context,
which will be updated while Checkstyle processes files.
- GT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The >
(greater than) operator.
- GT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- 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 interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- identifier() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- identifierStar() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- IfHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for if statements.
- IfHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- ignoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies whether to ignore case when matching and returns Builder object.
- IllegalCatchCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Catching java.lang.Exception, java.lang.Error or java.lang.RuntimeException
is almost never acceptable.
- IllegalCatchCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
-
- IllegalImportCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Checks for imports from a set of illegal packages.
- IllegalImportCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Creates a new IllegalImportCheck
instance.
- IllegalInstantiationCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for illegal instantiations where a factory method is preferred.
- IllegalInstantiationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
- IllegalThrowsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Throwing java.lang.Error or java.lang.RuntimeException
is almost never acceptable.
- IllegalThrowsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
- IllegalTokenCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for illegal tokens.
- IllegalTokenCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
-
- IllegalTokenTextCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for illegal token text.
- IllegalTokenTextCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
- IllegalTypeCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that particular class are never used as types in variable
declarations, return values or parameters.
- IllegalTypeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Creates new instance of the check.
- IMG_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Img tag name.
- IMG_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- IMG_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- IMG_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
-
- IMG_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
-
- IMG_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Img html tag.
- imgTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- imgTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
-
- ImgTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
-
- IMPLEMENTS_CLAUSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An implements clause.
- IMPLEMENTS_CLAUSE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- implementsClause() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- IMPORT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An import declaration.
- IMPORT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- ImportControlCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Check that controls what packages can be imported in each package.
- ImportControlCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
- importDefinition() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- ImportHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for import statements.
- ImportHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ImportHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- ImportOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Checks the ordering/grouping of imports.
- ImportOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
- ImportOrderOption - Enum in com.puppycrawl.tools.checkstyle.checks.imports
-
Represents the policy for checking import order statements.
- INC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The ++
(prefix increment) operator.
- INC - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- inclusiveOrExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- IndentationCheck - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Checks correct indentation of Java Code.
- IndentationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
- indentationLog(int, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Log an error message.
- IndentLevel - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Encapsulates representation of notion of expected indentation levels.
- IndentLevel(int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Creates new instance with one acceptable indentation level.
- IndentLevel(IndentLevel, int...) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Creates new instance for nested structure.
- INDEX_OP - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The array index operator.
- INDEX_OP - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- IndexHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for array index operation.
- IndexHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndexHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- INHERIT_DOC_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@inheritDoc' literal in {@inheritDoc} Javadoc inline tag.
- INHERIT_DOC_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- INHERIT_DOC_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- INHERIT_DOC_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
-
- init() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Initialize the check.
- init() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
- init() - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
-
Initialise the instance.
- init() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
- init() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
- initialize(Token) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
- initialize(AST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
- initializer() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- InlineTagUtils - Class in com.puppycrawl.tools.checkstyle.checks.javadoc.utils
-
Tools for extracting inline tags from Javadoc comments.
- InnerAssignmentCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for assignments in subexpressions, such as in
String s = Integer.toString(i = 2);
.
- InnerAssignmentCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
- InnerTypeLastCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Check nested (internal) classes/interfaces are declared at the bottom of the
class after all method and field declarations.
- InnerTypeLastCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck
-
- inPackageInfo() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Checks if the current file is a package-info.java file.
- INPUT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Input tag name.
- INPUT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- INPUT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- INPUT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
-
- INPUT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
-
- INPUT_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Input html tag.
- inputTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- inputTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
-
- InputTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
-
- INSTANCE - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.NeverSuppress
-
The shared instance.
- INSTANCE_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An instance initializer.
- INSTANCE_INIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- INT_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- INTERFACE_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An interface declaration.
- INTERFACE_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- interfaceDefinition(AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- interfaceExtends() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- InterfaceIsTypeCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Implements Bloch, Effective Java, Item 17 -
Use Interfaces only to define types.
- InterfaceIsTypeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
-
- InterfaceTypeParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that interface type parameter names conform to a format specified
by the format property.
- InterfaceTypeParameterNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
-
Creates a new InterfaceTypeParameterNameCheck
instance.
- intersects(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- intersects(int, int, int, int) - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
-
Checks if this comment intersects with a specified
part of the file.
- InvalidJavadocTag - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Value object for storing data about an invalid Javadoc validTags.
- InvalidJavadocTag(int, int, String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
-
Creates an instance.
- invokeConstructor(Constructor<T>, Object...) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Returns new instance of a class.
- isAcceptable(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Checks if given indentation is acceptable.
- isAuditListener(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class may be considered as the checkstyle audit listener module.
- isBlank(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Checks if the value arg is blank by either being null,
empty, or contains only whitespace characters.
- isCellEditable(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- isCellEditable(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Indicates whether the the value for node node
,
at column number column
is editable.
- isCellEditable(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Indicates whether the the value for node node
, at column number column
is
editable.
- isCellEditable(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- isCheckstyleModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class may be considered as a checkstyle module.
- isCheckstyleTreeWalkerCheck(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class may be considered as the checkstyle check
which has TreeWalker as a parent.
- isClassFieldDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Determines whether a node is a class field definition.
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Whether comment nodes are required or not.
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Defined final because all JavadocChecks require comment nodes.
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
- isCommentType(int) - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Is argument comment-related type (SINGLE_LINE_COMMENT,
BLOCK_COMMENT_BEGIN, BLOCK_COMMENT_END, COMMENT_CONTENT).
- isCommentType(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Is argument comment-related type name (SINGLE_LINE_COMMENT,
BLOCK_COMMENT_BEGIN, BLOCK_COMMENT_END, COMMENT_CONTENT).
- isElseIf(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Returns whether a token represents an ELSE as part of an ELSE / IF set.
- isEmpty() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
-
Determines if this set of lines is empty.
- isEqualsMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Tests whether a method definition AST defines an equals covariant.
- isFileExists(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.FilterUtils
-
Checks if suppression source with given fileName exists.
- isFileFilterModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class may be considered as the checkstyle file filter.
- isFileSetModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class may be considered as the checkstyle file set.
- isFilterModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class may be considered as the checkstyle filter.
- isForceStrictCondition() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Get forcing strict condition.
- isGetterMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Returns whether an AST represents a getter method.
- isGreaterThan(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Returns true if indent less then minimal of
acceptable indentation levels, false otherwise.
- isHandledType(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Returns true if this type (form TokenTypes) is handled.
- isId() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns boolean.
- isIdentifier(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Checks whether the given string is a valid identifier.
- isIdref() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns boolean.
- isIn(Scope) - Method in enum com.puppycrawl.tools.checkstyle.api.Scope
-
Checks if this scope is a subscope of another scope.
- isInAnnotationBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns whether a node is directly contained within an annotation block.
- isInCodeBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns whether the scope of a node is restricted to a code block.
- ISINDEX_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Isindex tag name.
- ISINDEX_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- ISINDEX_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- ISINDEX_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
-
- ISINDEX_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
-
- ISINDEX_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Isindex html tag.
- isindexTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- isindexTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
-
- IsindexTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
-
- isInEnumBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns whether a node is directly contained within an enum block.
- isInheritDocTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is a 'inheritDoc' tag.
- isInInterfaceBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns whether a node is directly contained within an interface block.
- isInInterfaceOrAnnotationBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns whether a node is directly contained within an interface or
annotation block.
- isInScope(DetailAST, Scope) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Checks whether ast node is in a specific scope.
- isInt(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Checks whether the string contains an integer value.
- isJavadocComment(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Checks that commentContent starts with '*' javadoc comment identifier.
- isJavadocComment(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Checks block comment content starts with '*' javadoc comment identifier.
- isLeaf(Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
- isLeaf(Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Whether the node is a leaf.
- isLoadable(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.ClassResolver
-
Checks if the given class name can be loaded.
- isLocalVariableDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Determines whether a node is a local variable definition.
- isMatch(TreeWalkerAuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
Determines whether the source of an audit event
matches the text of this tag.
- isMatch(TreeWalkerAuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
-
Determines whether the source of an audit event
matches the text of this tag.
- isMultiLevel() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Checks whether we have more than one level.
- isName(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Checks whether the given string is a valid name.
- isNilled() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns boolean.
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagStartContext
-
- isNonTight() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
This method is used to check if the javadoc parsed has non-tight HTML tags.
- isNonVoidMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Checks whether a method is a not void one.
- isOnAnnotationDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on annotation definition.
- isOnAnnotationField(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on annotation field declaration.
- isOnClass(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on class definition.
- isOnConstructor(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on constructor.
- isOnEnum(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on enum definition.
- isOnEnumConstant(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on enum constant.
- isOnField(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on field declaration.
- isOnInterface(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on interface definition.
- isOnMember(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on type member declaration.
- isOnMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on method declaration.
- isOnStartOfLine(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Determines if the given expression is at the start of a line.
- isOnType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on type definition.
- isOuterMostType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns whether a node is contained in the outer most type block.
- isParamTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is an 'param' tag.
- isPatternValid(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Validates whether passed string is a valid pattern or not.
- isReceiverParameter(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Checks whether a parameter is a receiver.
- isReference(String) - Static method in class com.puppycrawl.tools.checkstyle.XMLLogger
-
Finds whether the given argument is character or entity reference.
- isReloadActionEnabled() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Returns true if the reload action is enabled, false otherwise.
- isReturnTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is an 'return' tag.
- isRootModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class may be considered as the checkstyle root module.
- isSameNodeInfo(NodeInfo) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns true if nodes are same, false otherwise.
- isSeeOrInheritDocTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is a 'see' or 'inheritDoc' tag.
- isSetterMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Returns whether an AST represents a setter method.
- isStreamed() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns boolean.
- isSubclass(Class<?>, Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck
-
Deprecated.
Checks if one class is subclass of another.
- isSuppressed(AuditEvent) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Checks for a suppression of a check with the given source name and
location in the last file processed.
- isThrowsTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is an 'throws' or 'exception' tag.
- isTreeWalkerFilterModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class may be considered as the checkstyle TreeWalker
filter.
- isUnchecked(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck
-
Deprecated.
Is exception is unchecked (subclass of RuntimeException
or Error
.
- isValidCheckstyleClass(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class extends 'AutomaticBean', is non-abstract, and has a default
constructor.
- isValidName(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Returns whether the provided name is for a valid tag.
- isValidOn(DetailAST) - Method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Checks if a particular Javadoc tag is valid within a Javadoc block of a
given AST.
- iterate() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns iterator.
- iterateAxis(byte, NodeTest) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Determines axis iteration algorithm.
- iterateAxis(byte) - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Determines axis iteration algorithm.
- iterateAxis(byte) - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Determines axis iteration algorithm.
- iterateAxis(byte) - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Determines axis iteration algorithm.
- MagicNumberCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that there are no
"magic numbers" where a magic
number is a numeric literal that is not defined as a constant.
- MagicNumberCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Constructor for MagicNumber Check.
- Main - Class in com.puppycrawl.tools.checkstyle.gui
-
Entry point for starting the checkstyle GUI.
- main(String...) - Static method in class com.puppycrawl.tools.checkstyle.gui.Main
-
Entry point.
- Main - Class in com.puppycrawl.tools.checkstyle
-
Wrapper command line program for the Checker.
- main(String...) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Loops over the files specified checking them for errors.
- MainFrame - Class in com.puppycrawl.tools.checkstyle.gui
-
Displays information about a parse tree.
- MainFrame() - Constructor for class com.puppycrawl.tools.checkstyle.gui.MainFrame
-
Create a new MainFrame.
- MainFrameModel - Class in com.puppycrawl.tools.checkstyle.gui
-
Model for checkstyle frame.
- MainFrameModel() - Constructor for class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Instantiate the model.
- MainFrameModel.ParseMode - Enum in com.puppycrawl.tools.checkstyle.gui
-
Parsing modes which available in GUI.
- mASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mAT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- matches(byte...) - Method in enum com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
Checks that bytes is equal to the byte representation of this line separator.
- matchesFileExtension(File, String...) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Returns whether the file extension matches what we are meant to process.
- MatchSuppressor - Interface in com.puppycrawl.tools.checkstyle.checks.regexp
-
Represents a suppressor for matches.
- maximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the maximum allowed number of detections and returns Builder object.
- mBAND(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBAND_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBINARY_DIGIT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBINARY_EXPONENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBLOCK_COMMENT_BEGIN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBLOCK_COMMENT_CONTENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBNOT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBOR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBOR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBSR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBSR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBXOR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mBXOR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mCHAR_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mCOLON(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mCOMMA(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mDEC(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mDIV(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mDIV_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mDOT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mDOUBLE_COLON(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mDOUBLE_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mELLIPSIS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- MEMBER - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
- MEMBER - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- MEMBER - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- MEMBER() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
-
- MemberDefHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for member definitions.
- MemberDefHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- MemberNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that instance variable names conform to a format specified
by the format property.
- MemberNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
-
Creates a new MemberNameCheck
instance.
- mEQUAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mESC(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- message(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies message to use when reporting a match and returns Builder object.
- MessageDispatcher - Interface in com.puppycrawl.tools.checkstyle.api
-
Used by FileSetChecks to distribute AuditEvents to AuditListeners.
- META_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Meta tag name.
- META_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- META_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- META_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
-
- META_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
-
- META_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Meta html tag.
- metaTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- metaTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
-
- MetaTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
-
- METHOD_CALL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A method call.
- METHOD_CALL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- METHOD_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A method declaration.
- METHOD_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- METHOD_REF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A reference to a method or constructor without arguments.
- METHOD_REF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- MethodCallHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for method calls.
- MethodCallHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- MethodCountCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Checks the number of methods declared in each type declaration by access
modifier or total count.
- MethodCountCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
- MethodDefHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for method definitions.
- MethodDefHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- MethodLengthCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Checks for long methods.
- MethodLengthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
- MethodNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that method names conform to a format specified
by the format property.
- MethodNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
-
Creates a new MethodNameCheck
instance.
- MethodParamPadCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks the padding between the identifier of a method definition,
constructor definition, method call, or constructor invocation;
and the left parenthesis of the parameter list.
- MethodParamPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
- MethodTypeParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that class type parameter names conform to a format specified
by the format property.
- MethodTypeParameterNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.MethodTypeParameterNameCheck
-
Creates a new MethodTypeParameterNameCheck
instance.
- mEXPONENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mFLOAT_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mGE(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mGT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mHEX_DIGIT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mHEX_DOUBLE_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mHEX_FLOAT_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mID_PART(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mID_START(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mIDENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mINC(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- minimum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the minimum allowed number of detections and returns Builder object.
- mINT_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- MINUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The -
(subtraction) operator.
- MINUS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- MINUS_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The -=
(subtraction assignment) operator.
- MINUS_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- MismatchStrategy - Enum in com.puppycrawl.tools.checkstyle.checks.imports
-
Represents the strategy for checking rules inside ImportControl.
- MissingCtorCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that classes (except abstract one) define a ctor and don't rely
on the default one.
- MissingCtorCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
-
- MissingDeprecatedCheck - Class in com.puppycrawl.tools.checkstyle.checks.annotation
-
This class is used to verify that both the
Deprecated
annotation
and the deprecated javadoc tag are present when
either one is present.
- MissingDeprecatedCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
- MissingOverrideCheck - Class in com.puppycrawl.tools.checkstyle.checks.annotation
-
This class is used to verify that the
Override
annotation is present when the inheritDoc javadoc tag is present.
- MissingOverrideCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
- MissingSwitchDefaultCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that switch statement has "default" clause.
- MissingSwitchDefaultCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
-
- mLAMBDA(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mLAND(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mLBRACK(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mLCURLY(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mLE(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mLNOT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mLONG_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mLOR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mLPAREN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mLT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mMINUS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mMINUS_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mMOD(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mMOD_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mNOT_EQUAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mNUM_INT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- MOD - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The %
(remainder) operator.
- MOD - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- MOD_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The %=
(remainder assignment) operator.
- MOD_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- modeNames - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- ModifiedControlVariableCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Check for ensuring that for loop control variables are not modified
inside the for block.
- ModifiedControlVariableCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
- modifier() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- ModifierOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.modifier
-
- ModifierOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
-
- MODIFIERS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
Modifiers for type, method, and field declarations.
- modifiers() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- MODIFIERS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- ModuleFactory - Interface in com.puppycrawl.tools.checkstyle
-
A module factory creates Objects from a given name.
- ModuleReflectionUtils - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods for module reflection.
- mPLUS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mPLUS_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mQUESTION(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mRBRACK(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mRCURLY(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mRPAREN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mSEMI(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- MSG_ACCESS - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ANNOTATION_ORDER - Static variable in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_CHILD_ERROR - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_CHILD_ERROR_MULTI - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_CLASS - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_CLASS_INFO - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_CONSTRUCTOR - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_CONTAINS_TAB - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_DISALLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_DUPLICATE - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_DUPLICATE_REGEXP - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_DUPLICATE_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_EMPTY - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Message property key for the Unclosed HTML message.
- MSG_EQUALS_AVOID_NULL - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_EQUALS_IGNORE_CASE_AVOID_NULL - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ERROR - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ERROR_MULTI - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_EXPECTED_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_EXPR - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_EXTRA_HTML - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Message property key for the Extra HTML message.
- MSG_FALL_THROUGH - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_FALL_THROUGH_LAST - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_FILE - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_FILE_CONTAINS_TAB - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_HEADER_MISMATCH - Static variable in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_HEADER_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_IDENT - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ILLEGAL_ABSTRACT_CLASS_NAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ILLEGAL_REGEXP - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_INCOMPLETE_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Message property key for the Unclosed HTML message.
- MSG_INSTANCE - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_INVALID_INHERIT_DOC - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_INVALID_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
-
Message key for invalid pattern error.
- MSG_IO_EXCEPTION_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck
-
Localization key for IO exception occurred on file open.
- MSG_JAVADOC_MISSED_HTML_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Message key of error message.
- MSG_JAVADOC_MISSED_HTML_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Message key of error message.
- MSG_JAVADOC_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_JAVADOC_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Message property key for the Unclosed HTML message.
- MSG_JAVADOC_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_JAVADOC_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_JAVADOC_PARSE_RULE_ERROR - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Parse error while rule recognition.
- MSG_JAVADOC_PARSE_RULE_ERROR - Static variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Parse error while rule recognition.
- MSG_JAVADOC_WRONG_SINGLETON_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Message key of error message.
- MSG_JAVADOC_WRONG_SINGLETON_TAG - Static variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Message key of error message.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.NoCloneCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.NoFinalizerCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Warning message key.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Warning message key.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
A key is pointing to the warning message text for missing key
in "messages.properties" file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck
-
Localization key for check violation.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_INCORRECT_STYLE - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_LOCATION - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_LOCATION_ALONE - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_MISSING_DEPRECATED - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_MISSING_OVERRIDE - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_ON_SAME_LINE - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationOnSameLineCheck
-
A key is pointing to the warning message text in "messages.properties" file.
- MSG_KEY_ANNOTATION_PARENS_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_PARENS_PRESENT - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_TRAILING_COMMA_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_TRAILING_COMMA_PRESENT - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_BLOCK - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
A key is pointing to the warning message text in "messages.properties" file.
- MSG_KEY_BLOCK_EMPTY - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_BLOCK_NESTED - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_BLOCK_NO_STATEMENT - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_CATCH_BLOCK_EMPTY - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_EQUALS - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_EXT - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Warning message key.
- MSG_KEY_HASHCODE - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_JAVADOC_DUPLICATE_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_JAVADOC_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_LINE_ALONE - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_LINE_BREAK_AFTER - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_LINE_BREAK_BEFORE - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_LINE_NEW - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_LINE_NEW - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_LINE_PREVIOUS - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_LINE_SAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_MAX - Static variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_MIN - Static variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_MISMATCH - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_MISSING_TRANSLATION_FILE - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
A key is pointing to the warning message text for missing translation file
in "messages.properties" file.
- MSG_KEY_NEED_BRACES - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_NO_NEWLINE_EOF - Static variable in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_SINGLE - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
A key is pointing to the warning message text in "messages.properties" file.
- MSG_KEY_SKIP_IF_LAST_AND_SHARED_WITH_CASE - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_SUM_MAX - Static variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_SUM_MIN - Static variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_SUPPRESSED_WARNING_NOT_ALLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_TAG_NOT_VALID_ON - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_UNABLE_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_VOID - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
A key pointing to the warning message text in "messages.properties"
file.
- MSG_LAMBDA - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LANG - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LEGACY_PACKAGE_HTML - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LEX - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_BEFORE - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_NEW - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_NEW - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_PREVIOUS - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_PREVIOUS - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_PREVIOUS - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_SEPARATOR - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MANY_METHODS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MATCH - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_METHOD - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_METHOD - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISMATCH - Static variable in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISMATCH - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISPLACED_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISSING_FILE - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISSING_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISSING_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MODIFIER_ORDER - Static variable in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MULTIPLE - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MULTIPLE_COMMA - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MULTIPLE_LINES - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
A key is pointing to the warning message empty.line.separator.multiple.lines
in "messages.properties"
file.
- MSG_MULTIPLE_LINES_AFTER - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
A key is pointing to the warning message empty.line.separator.lines.after
in "messages.properties" file.
- MSG_MULTIPLE_LINES_INSIDE - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
A key is pointing to the warning message empty.line.separator.multiple.lines.inside
in "messages.properties" file.
- MSG_NO_ABSTRACT_CLASS_MODIFIER - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_NO_PERIOD - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Message property key for the Unclosed HTML message.
- MSG_NONGROUP_EXPECTED - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_NONGROUP_IMPORT - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_NOT_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ORDER - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ORDERING - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_PACKAGE_INFO - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_PACKAGE_METHODS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_PRIVATE_METHODS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_PROTECTED_METHODS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_PUBLIC_METHODS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_REDUNDANT_PARAGRAPH - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_REQUIRED_REGEXP - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_RETURN - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_RETURN_EXPECTED - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SEPARATED_IN_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SEPARATION - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SHOULD_BE_SEPARATED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
A key is pointing to the warning message empty.line.separator in "messages.properties"
file.
- MSG_STATIC - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_STRING - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SUMMARY_FIRST_SENTENCE - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SUMMARY_JAVADOC - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SUMMARY_JAVADOC_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_TAG_AFTER - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_TAG_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_TAG_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNCLOSED_HTML - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Message property key for the Unclosed HTML message.
- MSG_UNCLOSED_HTML_TAG - Static variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Message property key for the Unclosed HTML message.
- MSG_UNKNOWN_PKG - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNKNOWN_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNUSED_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNUSED_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNUSED_TAG_GENERAL - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNUSED_TAG_GENERAL - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_VARIABLE - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WRITE_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_ILLEGAL_FOLLOW - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_TYPECAST - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- mSIGNED_INTEGER(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mSINGLE_LINE_COMMENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mSINGLE_LINE_COMMENT_CONTENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mSL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mSL_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mSR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mSR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mSTAR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mSTAR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mSTD_ESC(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- mSTRING_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- MULTI_THREAD_CHECKER_MODULE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
A multi thread checker module name.
- MULTI_THREAD_TREE_WALKER_MODULE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
A multi thread three walker module name.
- multiCatchTypes() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- MultipleStringLiteralsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for multiple occurrences of the same string literal within a
single file.
- MultipleStringLiteralsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Construct an instance with default values.
- MultipleVariableDeclarationsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that each variable declaration is in its own statement
and on its own line.
- MultipleVariableDeclarationsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
-
- multiplicativeExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
-
Decides whether the name of an AST should be checked against
the format regexp.
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck
-
Deprecated.
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.CatchParameterNameCheck
-
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterNameCheck
-
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
-
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
-
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
-
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
-
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
-
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodTypeParameterNameCheck
-
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
- mustCheckName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
-
- MutableExceptionCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Ensures that exceptions (classes with names conforming to some regular
expression and explicitly extending classes with names conforming to other
regular expression) are immutable.
- MutableExceptionCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
- mWS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- SAME_PACKAGE_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
SAME_PACKAGE group name.
- saveLocation() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns location.
- scanFileSets() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Returns the list of files (full path name) to process.
- Scope - Enum in com.puppycrawl.tools.checkstyle.api
-
Represents a Java visibility scope.
- ScopeUtils - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods for working on scope.
- SEE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@see' literal in @see Javadoc tag.
- SEE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SEE_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- SEE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- seeLink - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- select() - Method in class com.puppycrawl.tools.checkstyle.gui.CodeSelector
-
Set selection.
- SEMI - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The statement terminator (;
).
- SEMI - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- sempred(RuleContext, int, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- sempred(RuleContext, int, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- SeparatorWrapCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks line wrapping with separators.
- SeparatorWrapCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
- SERIAL_DATA_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@serialData' literal in @serialData Javadoc tag.
- SERIAL_DATA_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SERIAL_DATA_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- SERIAL_DATA_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- SERIAL_FIELD_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@serialField' literal in @serialField Javadoc tag.
- SERIAL_FIELD_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SERIAL_FIELD_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- SERIAL_FIELD_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- SERIAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@serial' literal in @serial Javadoc tag.
- SERIAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SERIAL_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- SERIAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- serialField - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- serialFieldFieldType - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- setAcceptOnMatch(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
-
Sets whether to accept or reject on matching severity level.
- setAccessModifiers(AccessModifier...) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
Sets access modifiers of methods which should be checked.
- setAliasList(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Registers a list of source name aliases based on a comma-separated list
of source=alias
items, such as com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck=
paramnum
.
- setAllowByTailComment(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Set allowByTailComment.
- setAllowClassImports(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Sets whether or not to allow all non-static class imports.
- setAllowClassName(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
-
Sets the property for allowing a method to be the same name as a class.
- setAllowedAbbreviationLength(int) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Allowed abbreviation length in names.
- setAllowedAbbreviations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Set a list of abbreviations that must be skipped for checking.
- setAllowedAnnotations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Sets list of annotations.
- setAllowedDistance(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Sets an allowed distance between declaration of variable and its first
usage.
- setAllowedDuplicates(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Sets the maximum allowed duplicates of a string.
- setAllowEmptyCatches(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty catch blocks are allowed.
- setAllowEmptyConstructors(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty constructor bodies are allowed.
- setAllowEmptyLambdas(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty lambdas bodies are allowed.
- setAllowEmptyLoopBody(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Sets whether to allow empty loop body.
- setAllowEmptyLoops(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty loop bodies are allowed.
- setAllowEmptyMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty method bodies are allowed.
- setAllowEmptyTypes(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty type bodies are allowed.
- setAllowEscapesForControlCharacters(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Set allowIfAllCharactersEscaped.
- setAllowIfAllCharactersEscaped(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Set allowIfAllCharactersEscaped.
- setAllowInSwitchCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
-
Setter for allowInSwitchCase property.
- setAllowLegacy(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
-
Indicates whether to allow support for the legacy package.html
file.
- setAllowLineBreaks(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
Control whether whitespace is flagged at line breaks.
- setAllowLineBreaks(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Control whether whitespace is flagged at linebreaks.
- setAllowLineBreaks(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
-
Control whether whitespace is flagged at line breaks.
- setAllowMarkerInterfaces(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
-
Controls whether marker interfaces like Serializable are allowed.
- setAllowMissingJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to ignore errors when there is no javadoc.
- setAllowMissingParamTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow a method which has parameters to omit matching
param tags in the javadoc.
- setAllowMissingParamTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Controls whether to allow a type which has type parameters to
omit matching param tags in the javadoc.
- setAllowMissingPropertyJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to ignore errors when there is no javadoc for a
property accessor (setter/getter methods).
- setAllowMissingReturnTag(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow a method which returns non-void type to omit
the return tag in the javadoc.
- setAllowMissingThrowsTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow a method which declares that it throws
exceptions to omit matching throws tags in the javadoc.
- setAllowMultipleEmptyLines(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Allow multiple empty lines between class members.
- setAllowMultipleEmptyLinesInsideClassMembers(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Allow multiple empty lines inside class members.
- setAllowNewlineParagraph(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Sets allowNewlineParagraph.
- setAllowNoEmptyLineBetweenFields(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Allow no empty line between fields.
- setAllowNonPrintableEscapes(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Set allowSpaceEscapes.
- setAllowOneCharVarInForLoop(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
-
Sets whether to allow one character name in FOR loop or not.
- setAllowPublicFinalFields(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Sets whether public final fields are allowed.
- setAllowPublicImmutableFields(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Sets whether public immutable fields are allowed.
- setAllowSamelineMultipleAnnotations(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Sets if allow annotation to be located on the same line as
target element.
- setAllowSamelineParameterizedAnnotation(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Sets if allow parameterized annotation to be located on the same line as
target element.
- setAllowSamelineSingleParameterlessAnnotation(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Sets if allow same line single parameterless annotation.
- setAllowSingleLineStatement(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Setter.
- setAllowStaticMemberImports(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Sets whether or not to allow all static member imports.
- setAllowThrowsTagsForSubclasses(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow documented exception that are subclass of one
of declared exceptions.
- setAllowUndeclaredRTE(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow documented exceptions that are not declared if
they are a subclass of java.lang.RuntimeException.
- setAllowUnknownTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Controls whether to flag errors for unknown tags.
- setApplyToPackage(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Sets whether we should apply the check to package-private members.
- setApplyToPrivate(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Sets whether we should apply the check to private members.
- setApplyToProtected(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Sets whether we should apply the check to protected members.
- setApplyToPublic(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Sets whether we should apply the check to public members.
- setArrayInitIndent(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Set the array initialisation indentation level.
- setAuthorFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Set the author tag pattern.
- setBasedir(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets base directory.
- setBaseName(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Sets the base name regexp pattern.
- setBasicOffset(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Set the basic offset.
- setBraceAdjustment(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Adjusts brace indentation (positive offset).
- setCacheFile(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets cache file.
- setCacheFile(String) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
- setCaseIndent(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Set the case indentation level.
- setCaseSensitive(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Sets whether string comparison should be case sensitive or not.
- setCharset(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets a named charset.
- setCharset(String) - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Set the charset to use for loading the header from a file.
- setCheckC(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Set whether to look in C comments.
- setCheckC(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Set whether to look in C comments.
- setCheckCPP(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Set whether to look in C++ comments.
- setCheckCPP(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Set whether to look in C++ comments.
- setCheckEmptyJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Sets the flag that determines if empty Javadoc checking should be done.
- setCheckFields(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Setter for checkFields property.
- setCheckFirstSentence(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Sets the flag that determines if the first sentence is checked for
proper end of sentence punctuation.
- setCheckFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Set the format for a check.
- setCheckFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Set the format for a check.
- setCheckFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
Sets a pattern for check format.
- setCheckHtml(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Sets the flag that determines if HTML checking is to be performed.
- setCheckLastCaseGroup(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Configures whether we need to check last case group or not.
- setCheckMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Setter for checkMethods property.
- setChildren(DetailNode...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Sets array of child nodes.
- setClasses(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Sets the classes that are illegal to instantiate.
- setClassLoader(ClassLoader) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Set the class loader associated with the tree.
- setClassLoader(ClassLoader) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets the classloader that is used to contextualize fileset checks.
- setClassLoader(ClassLoader) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Sets classLoader to load class.
- setClassMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Sets the maximum ncss for a class.
- setClassname(String) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Listener
-
Sets class name.
- setClasspath(Path) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Set the class path.
- setClasspathRef(Reference) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Set the class path from a reference defined elsewhere.
- setClosingParens(String) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Sets the ClosingParens from a string.
- setColumnNo(int) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Set column number.
- setColumnNumber(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Sets column number.
- setCommentFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Setter for comment format.
- setCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Set the format for a comment that turns off reporting.
- setCommentListener(CommentListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- setConfig(String) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Sets configuration file.
- setConstantWaiverParentToken(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Sets the tokens which are allowed between Magic Number and defined Object.
- setCountEmpty(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
Sets countEmpty.
- setCustomImportOrderRules(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Sets a custom import order from the rules in the string format specified
by user.
- setDuplicateLimit(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Sets the maximum number of instances of required pattern allowed.
- setEachLine(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck
-
Whether report on each line containing a tab.
- setEditor(JTextArea) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Sets text area editor.
- setElementStyle(String) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Sets the ElementStyle from a string.
- setEndOfSentenceFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Set the format for matching the end of a sentence.
- setErrorLimit(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Sets the limit on the number of errors to report.
- setExceptionVariableName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Setter for exception's variable name format.
- setExcludeClassesRegexps(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Sets user-excluded regular expression of classes to ignore.
- setExcludedClasses(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Sets user-excluded classes to ignore.
- setExcludedClasses(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Set the excluded classes pattern.
- setExcludedPackages(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Sets user-excluded packages to ignore.
- setExcludes(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Sets the list of packages or classes to be exempt from the check.
- setExcludes(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
-
Sets the list of classes or static members to be exempt from the check.
- setExcludeScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Set the excludeScope.
- setExcludeScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Set the excludeScope.
- setExcludeScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Set the excludeScope.
- setExcludeScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
Set the excludeScope.
- setExecuteIgnoredModules(boolean) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Sets flag - whether to execute ignored modules.
- setExtendedClassNameFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Sets the format of extended class name to the specified regular expression.
- setFailOnViolation(boolean) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Sets flag - whether to fail if a violation is found.
- setFailureProperty(String) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Tells this task to write failure message to the named property when there
is a violation.
- setFile(File) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
Sets the property value from a File.
- setFile(File) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Sets file to be checked.
- setFile(URI) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
Set the name for the file containing the import control
configuration.
- setFile(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
Sets name of the suppression file.
- setFile(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathFilter
-
Sets name of the suppression file.
- setFileContents(FileContents) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Set the file contents associated with the tree.
- setFileContents(FileContents) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Set the FileContents for this filter.
- setFileContents(FileContents) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Set the FileContents for this filter.
- setFileExtensions(String...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Sets the file extensions that identify the files that pass the
filter of this FileSetCheck.
- setFileExtensions(String...) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets the file extensions that identify the files that pass the
filter of this FileSetCheck.
- setFileMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Sets the maximum ncss for a file.
- setFileNamePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Setter for file name format.
- setFileNamePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filefilters.BeforeExecutionExclusionFileFilter
-
Sets regular expression of the file to exclude.
- setFirstChild(AST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
- setFolderPattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Setter for folder format.
- setForbiddenSummaryFragments(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Sets custom value of regular expression for forbidden summary fragments.
- setForceStrictCondition(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Set forcing strict condition.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
Set the format for the specified regular expression.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
Set the format to the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Set the format to the specified regular expression.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Sets the format of the regular expression to match.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Set the format of the regular expression to match.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Set the format of the regular expression to match.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
-
Setter for 'todo' comment pattern.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
Set the format for the specified regular expression.
- setGroups(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Sets the list of package groups and the order they should occur in the
file.
- setHaltOnException(boolean) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets the field haltOnException.
- setHeader(String) - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Set the header to check against.
- setHeader(String) - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
- setHeaderFile(URI) - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Set the header file to check against.
- setId(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Sets the identifier of the reporter.
- setIgnoreAbstractMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Set whether to ignore parameters of abstract methods.
- setIgnoreAnnotation(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Set whether to ignore Annotations.
- setIgnoreAnnotationCanonicalNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Set the list of ignore annotations.
- setIgnoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
Set whether or not the match is case sensitive.
- setIgnoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Sets whether to ignore case when matching.
- setIgnoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Set whether to ignore case when matching.
- setIgnoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Set whether to ignore case when matching.
- setIgnoreComments(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Sets if matches within comments should be ignored.
- setIgnoreComments(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Set whether to ignore comments when matching.
- setIgnoreConstructorParameter(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Set whether to ignore constructor parameters.
- setIgnoreConstructors(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
Sets whether to ignore constructors.
- setIgnoredAnnotations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
Sets annotations which allow the check to skip the method from validation.
- setIgnoredMethodNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
Set the list of ignore method names.
- setIgnoredMethodNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Set the list of ignore method names.
- setIgnoredTags(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
Sets a list of tags to be ignored by check.
- setIgnoreEnhancedForColon(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not to ignore the whitespace around the
colon in an enhanced for loop.
- setIgnoreEnums(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Sets whether check should ignore enums when left curly brace policy is EOL.
- setIgnoreEqualsIgnoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Whether to ignore checking String.equalsIgnoreCase(String)
.
- setIgnoreFieldDeclaration(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Set whether to ignore magic numbers in field declaration.
- setIgnoreFileNameExtensions(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Sets whether file name matching should drop the file extension or not.
- setIgnoreFinal(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Sets ignore option for variables with 'final' modifier.
- setIgnoreFinal(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Sets ignore option for variables with 'final' modifier.
- setIgnoreFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Set the ignore format for the specified regular expression.
- setIgnoreHashCodeMethod(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Set whether to ignore hashCode methods.
- setIgnoreInlineTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
Sets whether inline tags must be ignored.
- setIgnoreLines(int...) - Method in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
Set the lines numbers to ignore in the header check.
- setIgnoreMethodNamesRegex(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Set regex for matching method names to ignore.
- setIgnoreModifier(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Whether to ignore checking for the abstract
modifier.
- setIgnoreModifiers(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
Sets whether to ignore modifiers.
- setIgnoreName(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Whether to ignore checking the name.
- setIgnoreNamePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
Sets the variable names to ignore in the check.
- setIgnoreNumbers(double...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Sets the numbers to ignore in the check.
- setIgnoreOccurrenceContext(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Adds a set of tokens the check is interested in.
- setIgnoreOverridden(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
Sets whether to skip methods with Override annotation from validation.
- setIgnoreOverriddenMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
Sets ignoreOverriddenMethods property value.
- setIgnoreOverriddenMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Sets ignore option for methods with "@Override" annotation.
- setIgnoreOverriddenMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
Ignore number of parameters for methods with
@
Override
annotation.
- setIgnorePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
-
Set the ignore pattern.
- setIgnorePrimitiveTypes(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
Sets ignoring primitive types as params.
- setIgnorePrivateMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Sets whether private methods must be ignored.
- setIgnoreSetter(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Set whether to ignore the parameter of a property setter method.
- setIgnoreStatic(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Sets ignore option for variables with 'static' modifier.
- setIgnoreStringsRegexp(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Sets regular expression pattern for ignored strings.
- setIgnoreVariablePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Sets RegExp pattern to ignore distance calculation for variables listed in this pattern.
- setIllegalClasses(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Set the list of illegal classes.
- setIllegalClassNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
-
Set the list of illegal classes.
- setIllegalClassNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
Set the list of illegal classes.
- setIllegalClassNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Set the list of illegal variable types.
- setIllegalPattern(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Sets if pattern is illegal, otherwise pattern is required.
- setIllegalPkgs(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Set the list of illegal packages.
- setImmutableClassCanonicalNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Set the list of immutable classes types names.
- setIndex(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Sets node's index among parent's children.
- setInfluenceFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Set the format for the influence of this check.
- setJavadocTokens(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Adds a set of tokens the check is interested in.
- setJavaFiveCompatibility(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
Sets Java 5 compatibility mode.
- setJavaStyle(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
-
Controls whether to check for Java or C style.
- setKey(String) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
Sets key.
- setLegalAbstractClassNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Set the list of legal abstract class names.
- setLegalComment(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
Sets patter for legal trailing comments.
- setLimitedTokens(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Sets the tokens which occurrence as descendant is limited.
- setLineNo(int) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Set line number.
- setLineNumber(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Sets line number.
- setLinePositionMap(ImmutableList<Integer>) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Sets line position map.
- setLineSeparator(String) - Method in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
-
Sets the line separator to one of 'crlf', 'lf','cr', 'lf_cr_crlf' or 'system'.
- setLineWrappingIndentation(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Set the line-wrapping indentation level.
- setLocale(Locale) - Static method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Sets a locale to use for localization.
- setLocaleCountry(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets locale country.
- setLocaleLanguage(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets locale language.
- setLogLoadErrors(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck
-
Deprecated.
Controls whether to log class loading errors to the checkstyle report
instead of throwing a RTE.
- setMatch(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Sets whether the check should look for a file name match or mismatch.
- setMatchDirectoryStructure(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
-
Set whether to check for directory and package name match.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck
-
Setter for maximum allowed nesting depth.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
-
Setter for maximum allowed nesting depth.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
-
Setter for maximum allowed nesting depth.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Setter for max property.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Setter for max property.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Sets maximum allowed complexity.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Setter for maximum allowed complexity.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Set the maximum threshold allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Set the maximum threshold allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
-
Sets maximum length of an anonymous inner class.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
Sets the maximum threshold.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
-
Sets the maximum length of a Java source file.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
-
Sets the maximum length of a line.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
Sets maximum length of a method.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
-
Sets the maximum allowed number of outer types.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
Sets the maximum number of allowed parameters.
- setMaxErrors(int) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Sets the maximum number of errors allowed.
- setMaxForVoid(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Setter for maxForVoid property.
- setMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Sets the maximum number of matches required per file.
- setMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Set the maximum number of matches required per file.
- setMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Set the maximum number of matches required per file.
- setMaximumDepth(int) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Sets the maximum depth for descendant counts.
- setMaximumMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Sets the error message for maximum count exceeded.
- setMaximumNumber(int) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Sets a maximum count for descendants.
- setMaxPackage(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Sets the maximum allowed package
methods per type.
- setMaxPrivate(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Sets the maximum allowed private
methods per type.
- setMaxProtected(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Sets the maximum allowed protected
methods per type.
- setMaxPublic(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Sets the maximum allowed public
methods per type.
- setMaxTotal(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Sets the maximum total methods per type.
- setMaxWarnings(int) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Sets the maximum number of warnings allowed.
- setMemberModifiers(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Set the list of member modifiers (of methods and fields) which should be checked.
- setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
Setter for message property.
- setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Setter for message property.
- setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Sets the message to report for a match.
- setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Set the message to report for a match.
- setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Set the message to report for a match.
- setMessageDispatcher(MessageDispatcher) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
- setMessageDispatcher(MessageDispatcher) - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
-
Sets the MessageDispatcher that is used to dispatch error
messages to AuditListeners during processing.
- setMessageFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Set the format for a message.
- setMessageFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Set the format for a message.
- setMessageFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
Sets a pattern for message format.
- setMethodMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Sets the maximum ncss for a method.
- setMinimum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Sets the minimum number of matches required per file.
- setMinimum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Set the minimum number of matches required per file.
- setMinimum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Set the minimum number of matches required per file.
- setMinimumDepth(int) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Sets the minimum depth for descendant counts.
- setMinimumMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Sets the error message for minimum count not reached.
- setMinimumNumber(int) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Sets a minimum count for descendants.
- setMinLineCount(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Sets minimal amount of lines in method to allow no documentation.
- setModuleClassLoader(ClassLoader) - Method in interface com.puppycrawl.tools.checkstyle.api.RootModule
-
Sets the classloader used to load Checkstyle core and custom module
classes when the module tree is being built up.
- setModuleClassLoader(ClassLoader) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
- setModuleFactory(ModuleFactory) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets the factory for creating submodules.
- setModuleFactory(ModuleFactory) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Sets the module factory for creating child modules (Checks).
- setMultiLines(int...) - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
Set the lines numbers to repeat in the header check.
- setNextSibling(AST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
- setOffCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Set the format for a comment that turns off reporting.
- setOffCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
Sets an off comment format pattern.
- setOffset(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
Sets custom indentation level.
- setOnCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Set the format for a comment that turns on reporting.
- setOnCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
Sets an on comment format pattern.
- setOnlyObjectReferences(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
-
Sets whether only explicit initialization made to null should be checked.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
Set the option to enforce.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Set the option to enforce.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Sets the option to enforce.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Set the option to enforce.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
Set the option to enforce.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
-
Set the option to enforce.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
Set the option to enforce.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
Set the option to enforce.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
-
Set the option to enforce.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
Set the option to enforce.
- setOptional(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
Sets whether config file existence is optional.
- setOptional(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathFilter
-
Sets whether config file existence is optional.
- setOrdered(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Sets whether or not imports should be ordered within any one group of
imports.
- setPackageAllowed(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Set whether package visible members are allowed.
- setParent(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Sets parent node.
- setParseErrorMessage(JavadocDetailNodeParser.ParseErrorMessage) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Sets parse error message.
- setParseMode(MainFrameModel.ParseMode) - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Set current parse mode.
- setParseMode(MainFrameModel.ParseMode) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Set parse mode.
- setParseMode(MainFrameModel.ParseMode) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Set parse mode.
- setParseTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Sets parse tree.
- setParseTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Set parse tree.
- setPath(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
Set the file path pattern that this check applies to.
- setPeriod(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Sets value of period symbol at the end of first javadoc sentence.
- setProcessJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Sets whether to process JavaDoc or not.
- setProperties(File) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Sets a properties file for use instead
of individually setting them.
- setProtectedAllowed(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Set whether protected members are allowed.
- setPublicMemberPattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Set the pattern for public members to ignore.
- setRegexp(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Controls whether the packages or class names
should be interpreted as regular expressions.
- setReliefPattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Set the relief pattern.
- setRequiredTranslations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Sets language codes of required translations for the check.
- setRowHeight(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Overridden to pass the new rowHeight to the tree.
- setScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Set the scope.
- setScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Sets the scope to check.
- setScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Sets the scope to check.
- setScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
Sets the scope to check.
- setSeparated(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Sets whether or not groups of imports must be separated from one another
by at least one blank line.
- setSeparateLineBetweenGroups(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Sets separateLineBetweenGroups specified by user.
- setSetterCanReturnItsClass(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Controls if setter can return only void (default behavior) or it
can also return class in which it is declared.
- setSeverity(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Sets the severity level.
- setSeverity(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets the severity level.
- setSeverity(SeverityLevel) - Method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
-
Sets the severity level.
- setShouldStartLine(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Does the check need to check if right curly starts line.
- setSkipEnhancedForLoopVariable(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Whether to skip enhanced for-loop variable or not.
- setSkipIfLastAndSharedWithCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
-
Whether to allow default keyword not in last but surrounded with case.
- setSkipNoJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Set skipJavadoc value.
- setSortImportsInGroupAlphabetically(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Sets sortImportsInGroupAlphabetically specified by user.
- setSortStaticImportsAlphabetically(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Sets whether static imports (when grouped using 'top' and 'bottom' option)
are sorted alphabetically or according to the package groupings.
- setSpecialImportsRegExp(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Sets specialImportsRegExp specified by user.
- setStandardPackageRegExp(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Sets standardRegExp specified by user.
- setSumTokenCounts(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Sets whether to use the sum of the tokens found, rather than the
individual counts.
- setSuppressLoadErrors(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractTypeAwareCheck
-
Deprecated.
Controls whether to show class loading errors in the checkstyle report.
- setSwitchBlockAsSingleDecisionPoint(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Sets whether to treat the whole switch block as a single decision point.
- setSystemId(String) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Sets system id.
- setTabWidth(int) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Set the tab width to report errors with.
- setTabWidth(int) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Sets tab width.
- setTag(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
Sets the tag to check.
- setTagFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
Set the tag format.
- setTagOrder(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
Sets custom order of atclauses.
- setTagSeverity(SeverityLevel) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
Sets the tag severity level.
- setTarget(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
Sets custom targets.
- setText(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Sets node's text content.
- setThirdPartyPackageRegExp(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Sets thirdPartyRegExp specified by user.
- setThrowsIndent(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Set the throws indentation level.
- setTofile(File) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Set the file to output to.
- setTokens(String...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Adds a set of tokens the check is interested in.
- setTrailingArrayComma(String) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Sets the TrailingArrayComma from a string.
- setTreatAssertAsKeyword(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- setTreatEnumAsKeyword(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- setTree(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Sets DetailNode tree.
- setType(CheckstyleAntTask.FormatterType) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Set the type of the formatter.
- setType(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Sets node's type.
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Called by configure() for every child of this component's Configuration.
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Called by configure() for every child of this component's Configuration.
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Called by configure() for every child of this component's Configuration.
- setUseContainerOrderingForStatic(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Sets whether to use container ordering (Eclipse IDE term) for static imports or not.
- setUseFile(boolean) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Sets whether or not we write to a file if it is provided.
- setValidateAbstractClassNames(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Sets whether to validate abstract class names.
- setValidateBetweenScopes(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Sets option which allows to calculate distance between declaration of
variable and its first usage in different scopes.
- setValidateComments(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
Sets whether or not to validate surrounding whitespaces at comments.
- setValidateEnhancedForLoopVariable(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Whether to check enhanced for-loop variable or not.
- setValidateOnlyOverlapping(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Setter for validateOnlyOverlapping property.
- setValidateThrows(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Allow validating throws tag.
- setValue(String) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
Sets value.
- setVersionFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Set the version format pattern.
- setViolateExecutionOnNonTightHtml(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
- SeverityLevel - Enum in com.puppycrawl.tools.checkstyle.api
-
Severity level for a check violation.
- SeverityLevelCounter - Class in com.puppycrawl.tools.checkstyle.api
-
An audit listener that counts how many
AuditEvents
of a given severity have been generated.
- SeverityLevelCounter(SeverityLevel) - Constructor for class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
-
Creates a new counter.
- SeverityMatchFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
This is a very simple filter based on severity matching.
- SeverityMatchFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
-
- shiftExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- shouldAcceptFile(File) - Static method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Whether a file chooser should accept the file as a source file.
- shouldCheckInScope(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Should we check member with given modifiers.
- shouldIncreaseIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Checks that indentation should be increased after first line in checkLinesIndent().
- shouldIncreaseIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
- shouldIncreaseIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.NewHandler
-
- shouldSelectCell(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- shouldSuppress(int, int, int, int) - Method in interface com.puppycrawl.tools.checkstyle.checks.regexp.MatchSuppressor
-
Checks if the specified selection should be suppressed.
- shouldSuppress(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.NeverSuppress
-
- shouldTopLevelStartLine() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Determines if the top level token must start the line.
- shouldTopLevelStartLine() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CatchHandler
-
- shouldTopLevelStartLine() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.FinallyHandler
-
- shouldTopLevelStartLine() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.StaticInitHandler
-
- SIGNED_INTEGER - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- SimplifyBooleanExpressionCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for overly complicated boolean expressions.
- SimplifyBooleanExpressionCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
-
- SimplifyBooleanReturnCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for overly complicated boolean return statements.
- SimplifyBooleanReturnCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
-
- SINCE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@since' literal in @since Javadoc tag.
- SINCE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SINCE_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- SINCE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- SINGLE_LINE_COMMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
Beginning of single line comment: '//'.
- SINGLE_LINE_COMMENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- SINGLE_LINE_COMMENT_CONTENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- SINGLE_THREAD_MODE_INSTANCE - Static variable in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
A single thread mode settings instance.
- SingleLineJavadocCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks that a JavaDoc block can fit on a single line and doesn't
contain at-clauses.
- SingleLineJavadocCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
- SingleSpaceSeparatorCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks that non-whitespace characters are separated by no more than one
whitespace.
- SingleSpaceSeparatorCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
- SINGLETON_ELEMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Parent node for all singleton html tags.
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- SingletonElementContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
-
- singletonTagName() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- singletonTagName - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
-
- singletonTagName() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
-
- SingletonTagNameContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
-
- size() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Counts the lines of the text.
- skipCurrentTokenConsuming() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The <<
(shift left) operator.
- SL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- SL_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The <<=
(left shift assignment) operator.
- SL_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- SLASH - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Slash html tag component: '/'
.
- SLASH - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagEndContext
-
- SLASH - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
-
- SLASH_END - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Slash close html tag component: '/>'
.
- SLASH_END - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.EmbedTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.EmptyTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.KeygenTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
-
- SLASH_END - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SourceTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrackTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WbrTagContext
-
- SLIST - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A list of statements.
- SLIST - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- SlistHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for a list of statements.
- SlistHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- SOURCE_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
"source" tag name.
- SOURCE_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SOURCE_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
-
- SOURCE_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- SOURCE_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SourceTagContext
-
- SOURCE_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
HTML void element <source>
.
- sourceTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
-
- sourceTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- SourceTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SourceTagContext
-
- SPECIAL_IMPORTS_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
SPECIAL_IMPORTS group name.
- SR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The >>
(signed shift right) operator.
- SR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- SR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The >>=
(signed right shift assignment)
operator.
- SR_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- STANDARD_JAVA_PACKAGE_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
STANDARD_JAVA_PACKAGE group name.
- STAR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The *
(multiplication or wildcard) operator.
- STAR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- STAR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The *=
(multiplication assignment) operator.
- STAR_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- START - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Start html tag component: '<'
.
- start(RootDoc) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
-
The doclet's starter method.
- START - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.EmbedTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.EmptyTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.KeygenTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SourceTagContext
-
- START - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrackTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WbrTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
-
- startElement(String, String, String, Attributes) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
- startElement(String, String, String, Attributes) - Method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
-
- startsWithChar(String, char) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Tests if this string starts with the specified prefix.
- StatelessCheck - Annotation Type in com.puppycrawl.tools.checkstyle
-
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
- statement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- STATIC_IMPORT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A static import declaration.
- STATIC_IMPORT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- STATIC_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A static initialization block.
- STATIC_INIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- STATIC_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
STATIC group name.
- StaticInitHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for static initialization blocks.
- StaticInitHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.StaticInitHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- StaticVariableNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that static, non-final variable names conform to a format specified
by the format property.
- StaticVariableNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
-
Creates a new StaticVariableNameCheck
instance.
- STD_ESC - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- stopCellEditing() - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- STRICTFP - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The strictfp
keyword.
- STRICTFP - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- STRING - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Quoted text.
- STRING - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- STRING() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- STRING - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- STRING_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A string literal.
- STRING_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- STRING_SEPARATOR - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Separator to use in strings.
- StringLiteralEqualityCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that string literals are not used with
==
or !=
.
- StringLiteralEqualityCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
-
- SummaryJavadocCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
- SummaryJavadocCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
- SUPER_CTOR_CALL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A super constructor call.
- SUPER_CTOR_CALL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- superClassClause() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- SuperCloneCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that an overriding clone() method invokes super.clone().
- SuperCloneCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.SuperCloneCheck
-
- SuperFinalizeCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that an overriding finalize() method invokes super.finalize().
- SuperFinalizeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.SuperFinalizeCheck
-
- SuppressElement - Class in com.puppycrawl.tools.checkstyle.filters
-
This filter processes
AuditEvent
objects based on the criteria of file, check, module id, line, and
column.
- SuppressElement(String, String, String, String, String, String) - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
Constructs a SuppressElement
for a
file name pattern.
- Suppression(String, int, int, SuppressWithPlainTextCommentFilter.SuppressionType, SuppressWithPlainTextCommentFilter) - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter.Suppression
-
Creates new suppression instance.
- SuppressionCommentFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
A filter that uses comments to suppress audit events.
- SuppressionCommentFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
- SuppressionCommentFilter.Tag - Class in com.puppycrawl.tools.checkstyle.filters
-
A Tag holds a suppression comment and its location, and determines
whether the suppression turns checkstyle reporting on or off.
- SuppressionCommentFilter.TagType - Enum in com.puppycrawl.tools.checkstyle.filters
-
Enum to be used for switching checkstyle reporting for tags.
- SuppressionFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
This filter accepts AuditEvents according to file, check, line, and
column, as specified in a suppression file.
- SuppressionFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
- SuppressionsLoader - Class in com.puppycrawl.tools.checkstyle.filters
-
Loads a filter chain of suppressions.
- SuppressionXpathFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
This filter accepts TreeWalkerAuditEvents according to file, check and xpath query,
as specified in a suppression file.
- SuppressionXpathFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathFilter
-
- suppressor(MatchSuppressor) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the suppressor to use and returns Builder object.
- SuppressWarningsCheck - Class in com.puppycrawl.tools.checkstyle.checks.annotation
-
This check allows you to specify what warnings that
SuppressWarnings
is not
allowed to suppress.
- SuppressWarningsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
- SuppressWarningsFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
- SuppressWarningsFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressWarningsFilter
-
- SuppressWarningsHolder - Class in com.puppycrawl.tools.checkstyle.checks
-
- SuppressWarningsHolder() - Constructor for class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
- SuppressWithNearbyCommentFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
A filter that uses nearby comments to suppress audit events.
- SuppressWithNearbyCommentFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
- SuppressWithNearbyCommentFilter.Tag - Class in com.puppycrawl.tools.checkstyle.filters
-
A Tag holds a suppression comment and its location.
- SuppressWithPlainTextCommentFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
A filter that uses comments to suppress audit events.
- SuppressWithPlainTextCommentFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
- SuppressWithPlainTextCommentFilter.Suppression - Class in com.puppycrawl.tools.checkstyle.filters
-
The class which represents the suppression.
- SwitchHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for switch statements.
- SwitchHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- SynchronizedHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for synchronized statements.
- SynchronizedHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.SynchronizedHandler
-
Construct an instance of this handler with the given indentation check,
name, abstract syntax tree, and parent handler.