A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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
- ABOVE - com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderOption
-
Represents the policy that static imports are above the local group.
- 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.
- AbstractClassCouplingCheck.ClassContext - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Encapsulates information about class coupling.
- AbstractClassCouplingCheck.FileContext - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Encapsulates information about classes coupling inside single file.
- AbstractClassInfo(AbstractTypeAwareCheck.Token) - Constructor for class com.puppycrawl.tools.checkstyle.checks.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
- AbstractComplexityCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Deprecated.Checkstyle will not support abstract checks anymore. Use
AbstractCheck
instead. - AbstractComplexityCheck(int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Creates an instance.
- AbstractDeclarationCollector - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.Checkstyle will not support abstract checks anymore. Use
AbstractCheck
instead. - AbstractDeclarationCollector() - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.
- AbstractDeclarationCollector.BlockFrame - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.A frame initiated on entering a statement list; holds local variable names.
- AbstractDeclarationCollector.ClassFrame - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.A frame initiated at class definition; holds instance variable names.
- AbstractDeclarationCollector.GlobalFrame - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.The global frame; should hold only class names.
- AbstractDeclarationCollector.LexicalFrame - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.A declaration frame.
- AbstractDeclarationCollector.MethodFrame - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.A frame initiated at method definition; holds parameter names.
- 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
- AbstractFormatCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.Checkstyle will not support abstract checks anymore. Use
AbstractCheck
instead. - AbstractFormatCheck(String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
-
Deprecated.Creates a new
AbstractFormatCheck
instance. - AbstractFormatCheck(String, int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
-
Deprecated.Creates a new
AbstractFormatCheck
instance. - AbstractFrame(RequireThisCheck.AbstractFrame, DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
Constructor -- invokable only via super() from subclasses.
- AbstractHeaderCheck - Class in com.puppycrawl.tools.checkstyle.checks.header
-
Abstract super class for header checks.
- AbstractHeaderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
- AbstractIllegalCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Deprecated.Checkstyle will not support abstract checks anymore. Use
AbstractCheck
instead. - AbstractIllegalCheck(String...) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalCheck
-
Deprecated.Constructs an object.
- AbstractIllegalMethodCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Deprecated.Checkstyle will not support abstract checks anymore. Use
AbstractCheck
instead. - AbstractIllegalMethodCheck(String, String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalMethodCheck
-
Deprecated.Creates an instance.
- AbstractImportRule - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Base class for import rules.
- AbstractImportRule(boolean, boolean, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.AbstractImportRule
-
Constructs an instance.
- 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
- AbstractLoader - Class in com.puppycrawl.tools.checkstyle.api
-
Contains the common implementation of a loader, for loading a configuration from an XML file.
- AbstractLoader(String, String) - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractLoader
-
Creates a new instance.
- AbstractLoader(Map<String, String>) - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractLoader
-
Creates a new instance.
- AbstractNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Abstract class for checking that names conform to a specified format.
- AbstractNameCheck(String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
-
Creates a new
AbstractNameCheck
instance. - AbstractNestedDepthCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Deprecated.Checkstyle will not support abstract checks anymore. Use
AbstractCheck
instead. - AbstractNestedDepthCheck(int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
-
Deprecated.Creates new instance of checks.
- abstractOption - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck
-
Deprecated.The policy to enforce.
- AbstractOptionCheck<T extends java.lang.Enum<T>> - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.Checkstyle will not support abstract checks anymore. Use
AbstractCheck
instead. - AbstractOptionCheck(T, Class<T>) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck
-
Deprecated.Creates a new
AbstractOptionCheck
instance. - 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
- AbstractSuperCheck.MethodNode - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Stack node for a method definition and a record of whether the method has a call to the super method.
- AbstractTypeAwareCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.Checkstyle is not type aware tool and all Checks derived from this class are potentially unstable.
- AbstractTypeAwareCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.
- AbstractTypeAwareCheck.AbstractClassInfo - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.Contains class's
Token
. - AbstractTypeAwareCheck.ClassAlias - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.Represents type param which is "alias" for real type.
- AbstractTypeAwareCheck.RegularClass - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.Represents regular classes/enums.
- AbstractTypeAwareCheck.Token - Class in com.puppycrawl.tools.checkstyle.checks
-
Deprecated.Represents text element with location in the text.
- AbstractTypeParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Deprecated.Checkstyle will not support abstract checks anymore. Use
AbstractNameCheck
instead. - 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(int) - Method in class com.puppycrawl.tools.checkstyle.filters.CsvFilter
-
Determines whether an Integer matches a CSV integer value.
- accept(int) - Method in interface com.puppycrawl.tools.checkstyle.filters.IntFilter
-
Determines whether or not a filtered Integer is accepted.
- accept(int) - Method in class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
- accept(int) - Method in class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
- 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(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
- accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
- accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
- accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
- accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWarningsFilter
- accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
- accept(File) - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrame.JavaFileFilter
- 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(String) - Method in class com.puppycrawl.tools.checkstyle.filefilters.BeforeExecutionExclusionFileFilter
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TextContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- accept(ParseTreeVisitor<? extends T>) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
- acceptableTokens - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
The array of Acceptable Tokens.
- acceptFileStarted(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Check if all before execution file filters accept starting the file.
- acceptOnMatch - Variable in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
-
Whether to accept or reject on severity matches.
- AccessModifier - Enum in com.puppycrawl.tools.checkstyle.checks.naming
-
This enum represents access modifiers.
- AccessModifier() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.naming.AccessModifier
- accessModifiers - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
Access modifiers of methods which should be checked.
- AccessResult - Enum in com.puppycrawl.tools.checkstyle.checks.imports
-
Represents the result of an access check.
- AccessResult() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.imports.AccessResult
- action(RuleContext, int, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- actionPerformed(ActionEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrame.FileSelectionAction
- actionPerformed(ActionEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrame.ReloadAction
- add(LocalizedMessage) - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
-
Logs a message to be reported.
- add(HtmlTag) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
Performs lazy initialization on the internal tags List and adds the tag.
- 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(EqualsAvoidNullCheck.FieldFrame) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Add child frame to this frame.
- addCount(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context
-
Increase count.
- 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
- addField(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Add field to this FieldFrame.
- addFile(File) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
-
Adds a file into resource bundle.
- 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.
- addFilter(IntFilter) - Method in class com.puppycrawl.tools.checkstyle.filters.CsvFilter
-
Adds a IntFilter to the set.
- addFormatter(CheckstyleAntTask.Formatter) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Add a formatter.
- addIdent(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
Add a name to the frame.
- addImportRule(AbstractImportRule) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Adds an
AbstractImportRule
to the node. - addInstanceField(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Adds an instance field to this FieldFrame.
- addInstanceMember(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Adds instance member's ident.
- addInstanceMember(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.Adds instance member's name.
- addInstanceMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Adds instance method's name.
- addInstanceMethod(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.Adds instance method's name.
- 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.
- addMethodCall(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Add method call to this frame.
- addName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
-
Deprecated.Add a name to the frame.
- 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.
- addReferencedClassName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Adds new referenced class.
- addReferencedClassName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Adds new referenced class.
- addRulesToList(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Parses ordering rule and adds it to the list with rules.
- addStaticField(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Adds a static field to this FieldFrame.
- addStaticMember(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Adds static member's ident.
- addStaticMember(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.Adds static member's name.
- addStaticMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Adds static method's name.
- addStaticMethod(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.Adds static method's name.
- addTag(String, int) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Adds a comment suppression
Tag
to the list of all tags. - addTag(String, int, int, boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Adds a
Tag
to the list of all tags. - addTreeModelListener(TreeModelListener) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
- adjustFirstLineToJavadocIndent(DetailNode, int) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Adjust first line nodes to javadoc indent.
- ALL - com.puppycrawl.tools.checkstyle.utils.JavadocUtils.JavadocTagType
-
All validTags.
- ALL_ESCAPED_CHARS - Static variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Regular expression for all escaped chars.
- ALL_WARNING_MATCHING_ID - Static variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Special warning id for matching all the warnings.
- ALLOW_ELEMENT_NAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Qualified name for element 'allow'.
- allowByTailComment - Variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Allow use escapes if trail comment is present.
- allowClassImports - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Whether to allow all class imports.
- allowClassName - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
-
For allowing method name to be the same as the class name.
- allowed - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.AbstractImportRule
-
Indicates whether to allow access or not.
- ALLOWED - com.puppycrawl.tools.checkstyle.checks.imports.AccessResult
-
Represents that access is allowed.
- ALLOWED - com.puppycrawl.tools.checkstyle.checks.imports.MismatchStrategy
-
In a case if matching allow/disallow rule was not found, import will be allowed by default.
- ALLOWED_ASSIGNMENT_CONTEXT - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
List of allowed AST types from an assignment AST node towards the root.
- ALLOWED_ASSIGNMENT_IN_COMPARISON_CONTEXT - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
List of allowed AST types from a comparison node (above an assignment) towards the root.
- ALLOWED_TAGS - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
HTML tags that are allowed in java docs.
- allowedAbbreviationLength - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Variable indicates on the allowed amount of capital letters in abbreviations in the classes, interfaces, variables and methods names.
- allowedAbbreviations - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Set of allowed abbreviation to ignore in check.
- allowedAnnotations - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
List of annotations that could allow missed documentation.
- allowedDistance - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Allowed distance between declaration of variable and its first usage.
- allowedDuplicates - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
The allowed number of string duplicates in a file before an error is generated.
- allowEmptyCatches - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Whether or not empty catch blocks are allowed.
- allowEmptyConstructors - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Whether or not empty constructor bodies are allowed.
- allowEmptyLambdas - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Whether or not empty lambda blocks are allowed.
- allowEmptyLoopBody - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Check's option for allowing loops with empty body.
- allowEmptyLoops - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Whether or not empty loops are allowed.
- allowEmptyMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Whether or not empty method bodies are allowed.
- allowEmptyTypes - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Whether or not empty classes, enums and interfaces are allowed.
- allowEscapesForControlCharacters - Variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Allow use escapes for non-printable(control) characters.
- allowIfAllCharactersEscaped - Variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Allow if all characters in literal are escaped.
- allowInSwitchCase - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
-
Whether nested blocks are allowed if they are the only child of a switch case.
- allowLegacy - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
-
Indicates if allow legacy "package.html" file to be used.
- allowLineBreaks - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
Whether whitespace is allowed if the method identifier is at a linebreak.
- allowLineBreaks - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Whether whitespace is allowed if the AST is at a linebreak.
- allowLineBreaks - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
-
Whether whitespace is allowed if the AST is at a linebreak.
- allowMarkerInterfaces - Variable in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
-
Flag to control whether marker interfaces are allowed.
- allowMissingJavadoc - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to ignore errors when there is no javadoc.
- allowMissingParamTags - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to ignore errors when a method has parameters but does not have matching param tags in the javadoc.
- allowMissingParamTags - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Controls whether to ignore errors when a method has type parameters but does not have matching param tags in the javadoc.
- allowMissingPropertyJavadoc - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow missing Javadoc on accessor methods for properties (setters and getters).
- allowMissingReturnTag - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to ignore errors when a method returns non-void type but does not have a return tag in the javadoc.
- allowMissingThrowsTags - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to ignore errors when a method declares that it throws exceptions but does not have matching throws tags in the javadoc.
- allowMultipleEmptyLines - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Allows multiple empty lines between class members.
- allowMultipleEmptyLinesInsideClassMembers - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Allows multiple empty lines inside class members.
- allowNewlineParagraph - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Whether the <p> tag should be placed immediately before the first word.
- allowNoEmptyLineBetweenFields - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Allows no empty line between fields.
- allowNonPrintableEscapes - Variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Allow escapes for space literals.
- allowOneCharVarInForLoop - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
-
Allow one character name for initialization expression in FOR loop.
- allowPublicFinalFields - Variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Allows final fields to be declared as public.
- allowPublicImmutableFields - Variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Allows immutable fields of final classes to be declared as public.
- allowSamelineMultipleAnnotations - Variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
If true, it allows annotation to be located on the same line as target element.
- allowSamelineParameterizedAnnotation - Variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
If true, it allows parameterized annotation to be located on the same line as target element.
- allowSamelineSingleParameterlessAnnotation - Variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
If true, it allows single prameterless annotation to be located on the same line as target element.
- allowSingleLineStatement - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Check's option for skipping single-line statements.
- allowStaticMemberImports - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Whether to allow all static member imports.
- allowThrowsTagsForSubclasses - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow documented exceptions that are subclass of one of declared exception.
- allowUndeclaredRTE - Variable 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.
- allowUnknownTags - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Controls whether to flag errors for unknown tags.
- ALONE - com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
-
Represents the policy that the brace must be alone on the line.
- ALONE_OR_SINGLELINE - com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
-
Represents the policy that the brace must be alone on the line, yet allows single-line format of block.
- alreadyAssigned - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.FinalVariableCandidate
-
Whether the variable is already assigned.
- ALWAYS - com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ClosingParens
-
With parens example
- ALWAYS - com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.TrailingArrayComma
-
With comma example
- AMBIGUOUS_MODULE_NAME_EXCEPTION_MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Exception message when there is ambigugous module name in config file.
- andExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- annotation() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- ANNOTATION - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An annotation of a package, type, field, parameter or variable.
- ANNOTATION - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- ANNOTATION_ARRAY_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An annotation array member initialisation.
- ANNOTATION_ARRAY_INIT - Static variable in 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_ELEMENT_SINGLE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
The element name used to receive special linguistic support for annotation use.
- ANNOTATION_FIELD_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An annotation field declaration.
- ANNOTATION_FIELD_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- ANNOTATION_MEMBER_VALUE_PAIR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An initialisation of an annotation member with a value.
- ANNOTATION_MEMBER_VALUE_PAIR - Static variable in 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
- annotations() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- ANNOTATIONS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A collection of annotations on a package or enum constant.
- ANNOTATIONS - Static variable in 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.
- AnnotationUtility() - Constructor for class com.puppycrawl.tools.checkstyle.utils.AnnotationUtility
-
Private utility constructor.
- ANONINNER - com.puppycrawl.tools.checkstyle.api.Scope
-
Anonymous inner scope.
- AnonInnerLengthCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Checks for long anonymous inner classes.
- AnonInnerLengthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
- AnonymousClassFrame(RequireThisCheck.AbstractFrame, String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AnonymousClassFrame
-
Creates anonymous class frame.
- append(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Append the specified token and also recalibrate the first line and column.
- append(String) - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Append the specified text.
- appendHiddenCommentNodes(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Appends comment nodes to existing AST.
- applyToPackage - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
If true, applies the check be "package" members.
- applyToPrivate - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
If true, applies the check be private members.
- applyToProtected - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
If true, applies the check be protected members.
- applyToPublic - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
If true, applies the check be public members.
- 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_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- AREA_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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
- areExternalResourcesChanged(Set<PropertyCacheFile.ExternalResource>) - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Checks whether the contents of external configuration resources were changed.
- areImmutableTypeArguments(List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks whether all of generic type arguments are immutable.
- areLtsAndGtsBalanced(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- areMethodsChained(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
Checks if ast2 is a chained method call that starts on the same level as ast1 ends.
- areOnSameLine(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Determines if two expressions are on the same line.
- areSameLevelIndented(DetailAST, DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks if comment and next code statement (or previous code stmt like case in switch block) are indented at the same level, e.g.:
- areThereGtsToEmit() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- argList() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- args - Variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Arguments for MessageFormat.
- ARGUMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Argument definition in
JavadocTokenTypes.PARAMETERS
part ofJavadocTokenTypes.REFERENCE
. - 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
- ARGUMENT_NAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Regex to match argument names.
- ARGUMENT_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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
- arrayInitIndent - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
How much to indent an array initialization when on next line.
- 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
- ASSIGN_OPERATOR_TYPES - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Assign operator types.
- ASSIGN_TOKENS - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Set of all assign tokens.
- assignDepth - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
Depth of nested assignments.
- assigned - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.FinalVariableCandidate
-
Whether the variable is assigned.
- assignmentExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- ASSIGNMENTS - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
Token types for assignment operations.
- ast - Variable in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Class ast.
- ast - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context
-
Member AST node.
- AstState() - Constructor for enum com.puppycrawl.tools.checkstyle.TreeWalker.AstState
- AstTreeStringPrinter - Class in com.puppycrawl.tools.checkstyle
-
Class for printing AST to String.
- AstTreeStringPrinter() - Constructor for class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Prevent instances.
- AT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An 'at' symbol - signifying an annotation instance or the prefix to the interface literal signifying the definition of an annotation declaration.
- AT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- AtclauseOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks the order of javadoc block-tags or javadoc tags.
- AtclauseOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
- 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
- ATTR_VALUE_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- ATTR_VALUE_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- attribute() - 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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- ATTRIBUTE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Html tag attribute.
- attributeCatched - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- AttributeContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- attributeMap - Variable in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
The map from attribute names to attribute values.
- 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 - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@author
. - 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
- AUTHOR_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- authorFormat - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Compiled regexp to match author tag content.
- 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.PatternConverter - Class in com.puppycrawl.tools.checkstyle.api
-
A converter that converts strings to patterns.
- AutomaticBean.RelaxedAccessModifierArrayConverter - Class in com.puppycrawl.tools.checkstyle.api
-
A converter that converts strings to
AccessModifier
. - AutomaticBean.RelaxedStringArrayConverter - Class in com.puppycrawl.tools.checkstyle.api
-
A converter that does not care whether the array elements contain String characters like '*' or '_'.
- AutomaticBean.ScopeConverter - Class in com.puppycrawl.tools.checkstyle.api
-
A converter that converts strings to scope.
- AutomaticBean.SeverityLevelConverter - Class in com.puppycrawl.tools.checkstyle.api
-
A converter that converts strings to severity level.
- AutomaticBean.UriConverter - Class in com.puppycrawl.tools.checkstyle.api
-
A converter that converts strings to uri.
- AvoidEscapedUnicodeCharactersCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
Restrict using Unicode escapes (such as
\u221e
). - 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
B
- BAND - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
&
(bitwise AND) operator. - BAND - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BAND_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
&=
(bitwise AND assignment) operator. - BAND_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BASE_10 - Static variable in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Decimal radix.
- BASE_10 - Static variable in class com.puppycrawl.tools.checkstyle.XMLLogger
-
Decimal radix.
- BASE_16 - Static variable in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Hex radix.
- BASE_16 - Static variable in class com.puppycrawl.tools.checkstyle.XMLLogger
-
Hex radix.
- BASE_8 - Static variable in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Octal radix.
- BASE_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Base tag name.
- BASE_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- BASE_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- BASE_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- BASE_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
- BASE_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- BASE_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- BASE_PACKAGE - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Base package of checkstyle modules checks.
- BASE_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Base html tag.
- BaseCellEditor - Class in com.puppycrawl.tools.checkstyle.gui
-
A base class for CellEditors, providing default implementations for all methods in the CellEditor interface and support for managing a series of listeners.
- BaseCellEditor() - Constructor for class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
- baseClassName(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Returns base class name from qualified name.
- basedir - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
The basedir to strip off in file names.
- BASEFONT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Basefont tag name.
- BASEFONT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- BASEFONT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- BASEFONT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- BASEFONT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
- BASEFONT_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- BASEFONT_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- BASEFONT_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Basefont html tag.
- basefontTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- basefontTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- BasefontTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- baseName - Variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
The base name regexp pattern.
- baseName - Variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
-
Bundle base name.
- baseTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- baseTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- BaseTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- basicOffset - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
How many tabs or spaces to use.
- BeforeExecutionExclusionFileFilter - Class in com.puppycrawl.tools.checkstyle.filefilters
-
File filter
BeforeExecutionExclusionFileFilter
decides which files should be excluded from being processed by the utility. - BeforeExecutionExclusionFileFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filefilters.BeforeExecutionExclusionFileFilter
- BeforeExecutionFileFilter - Interface in com.puppycrawl.tools.checkstyle.api
-
An interface for before execution file filtering events.
- beforeExecutionFileFilters - Variable in class com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilterSet
-
Filter set.
- beforeExecutionFileFilters - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
The audit event before execution file filters.
- BeforeExecutionFileFilterSet - Class in com.puppycrawl.tools.checkstyle.api
-
A before execution file filter set applies filters to events.
- BeforeExecutionFileFilterSet() - Constructor for class com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilterSet
- beforeFirstImport - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Whether there was any imports.
- beginJavadocTree(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Called before the starting to process a tree.
- beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
- beginProcessing(String) - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
-
Called when about to be called to process a set of files.
- beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
- beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
- beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
- beginProcessing(String) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Called before the starting to process a tree.
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
-
Deprecated.
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
- beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
- BINARY_DIGIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BINARY_EXPONENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BLOCK - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo.Type
-
Block type.
- BLOCK - com.puppycrawl.tools.checkstyle.utils.JavadocUtils.JavadocTagType
-
Block type.
- BLOCK - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BLOCK_COMMENT_BEGIN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
Beginning of block comment: '/*'.
- BLOCK_COMMENT_BEGIN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BLOCK_COMMENT_CONTENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BLOCK_COMMENT_END - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
End of block comment: '* /'.
- BLOCK_COMMENT_END - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BLOCK_FRAME - com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.FrameType
-
Block frame type.
- BLOCK_TAG_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Block tag pattern.
- BLOCK_TAG_PATTERN_FIRST_LINE - Static variable in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Block tag pattern for a first line.
- blockCommentAst - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
DetailAST node of considered Javadoc comment that is just a block comment in Java language syntax tree.
- blockCommentLineNumber - Variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Line number of the Block comment AST that is being parsed.
- BlockCommentPosition - Class in com.puppycrawl.tools.checkstyle.utils
-
Utility class that has methods to check javadoc comment position in java file.
- BlockCommentPosition() - Constructor for class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Forbid new instances.
- blockComments - Variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
C style comments.
- blockCommentToJavadocTree - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Cache to store already parsed Javadoc comments.
- BlockFrame(AbstractDeclarationCollector.LexicalFrame) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.BlockFrame
-
Deprecated.Creates block frame.
- BlockFrame(RequireThisCheck.AbstractFrame, DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.BlockFrame
-
Creates block frame.
- BlockOption - Enum in com.puppycrawl.tools.checkstyle.checks.blocks
-
Represents the policy for checking block statements.
- BlockOption() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
- BlockParentHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for parents of blocks ('if', 'else', 'while', etc).
- BlockParentHandler(IndentationCheck, String, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Construct an instance of this handler with the given indentation check, name, abstract syntax tree, and parent handler.
- BNOT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
~
(bitwise complement) operator. - BNOT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- body() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- body(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- BODY - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Body html tag.
- BODY_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Body tag name.
- BODY_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- BODY_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- BODY_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- BODY_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- BODY_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- BODY_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- BODY_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- body_sempred(JavadocParser.BodyContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- BODY_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close body tag.
- BODY_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open body tag.
- BodyContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- bodyTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- bodyTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- bodyTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- BodyTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- bodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- bodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- BodyTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- BooleanExpressionComplexityCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Restricts nested boolean operators (&&, ||, &, | and ^) to a specified depth (default = 3).
- BooleanExpressionComplexityCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Creates new instance of the check.
- BooleanExpressionComplexityCheck.Context - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Represents context (method/expression) in which we check complexity.
- BOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
|
(bitwise OR) operator. - BOR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BOR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
|=
(bitwise OR assignment) operator. - BOR_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BOTTOM - com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderOption
-
Represents the policy that static imports are all at the bottom.
- BR_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Br tag name.
- BR_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- BR_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- BR_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- BR_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
- BR_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- BR_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- BR_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Br html tag.
- braceAdjustment - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
How far brace should be indented when on next line.
- branchContains(int) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Checks if this branch of the parse tree contains a token of the provided type.
- branchTokenTypes - Variable in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
All token types in this branch.
- branchVisited - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
True, when branch is visited, but not leaved.
- brTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- brTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- BrTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- BSR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
>>>
(unsigned shift right) operator. - BSR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BSR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
>>>=
(unsigned right shift assignment) operator. - BSR_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- build() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Returns new DetectorOptions instance.
- Builder() - Constructor for class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
- buildOptions() - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Builds and returns list of parameters supported by cli Checkstyle.
- buildTokenTypeASTClassMap() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- builtInType() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- builtInTypeSpec(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- bundle - Variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Name of the resource bundle to get messages from.
- BUNDLE_CACHE - Static variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
A cache that maps bundle names to ResourceBundles.
- BXOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
^
(bitwise exclusive OR) operator. - BXOR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- BXOR_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
^=
(bitwise exclusive OR assignment) operator. - BXOR_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
C
- cache - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
Cache file.
- calculateBufferLength(AuditEvent, int) - Static method in class com.puppycrawl.tools.checkstyle.AuditEventDefaultFormatter
-
Returns the length of the buffer for StringBuilder.
- calculateDistanceBetweenScopes(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Calculates distance between declaration of variable and its first usage in multiple scopes.
- calculateDistanceInSingleScope(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Calculates distance between declaration of variable and its first usage in single scope.
- calculateResult(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AbstractImportRule
-
Returns the appropriate
AccessResult
based on whether there was a match and if the rule is to allow access. - calculateScope(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Returns the scope for the method/constructor at the specified AST.
- calculateTagColumn(Matcher, int, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Calculates column number using Javadoc tag matcher.
- callingSuper - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck.MethodNode
-
True if the overriding method calls the super method.
- canAssignValueToClassField(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Checks whether a value can be assigned to a field.
- canBeOverridden(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
Checks whether a method can be overridden.
- canBeReferencedFromStaticContext(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Checks whether a field can be referenced from a static context.
- canBeSubclassed(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
Checks if the given class (given CLASS_DEF node) can be subclassed.
- 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.
- canContinueValidation(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Check if we can stop validation.
- CANONICAL_OVERRIDE - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
-
Canonical
Override
annotation name. - CANONICAL_OVERRIDE - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
Canonical
Override
annotation name. - canReferenceImports() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag can contain references to imported classes.
- canReturnOnlyBooleanLiteral(AST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
-
Returns if an AST is a return statement with a boolean literal or a compound statement that contains only such a return statement.
- capitalize(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Capitalizes a given property name the way we expect to see it in a setter name.
- CASE_CHILDREN - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
-
The child elements of a case expression.
- 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.
- caseIndent - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
How much to indent a case label.
- caseSensitive - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Should comparison be case sensitive.
- casesGroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- caseSList() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- CatchHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for catch blocks.
- CatchHandler(IndentationCheck, DetailAST, 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 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- CDATA() - 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.BodyContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- CDATA_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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
- 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
- Char1 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char1 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- Char1_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char10 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char10 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- Char10_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char11 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char11 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- Char11_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char12 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char12 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- Char12_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char12_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char2 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char2 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- Char2_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char20 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char20 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- Char20_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char3 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char3 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- Char3_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char4 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char4 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- Char4_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char5 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char5 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- Char5_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char7 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char7 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- Char7_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char8 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Char8 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- Char8_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- charset - Variable in class com.puppycrawl.tools.checkstyle.api.FileText
-
The charset used to read the file.
- charset - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
Name of a charset.
- charset - Variable in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Name of a charset to use for loading the header from a file.
- check - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass
-
Deprecated.The check we use to resolve classes.
- CHECK_ALIAS_MAP - Static variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
A map from check source names to suppression aliases.
- CHECK_SUFFIX - Static variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Suffix to be removed from subclasses of Check.
- CHECK_SUFFIX - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Suffix of checks.
- checkAccess(String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Returns whether a package or class is allowed to be imported.
- checkAnnotationIndentation(DetailAST, NavigableMap<Integer, DetailAST>, int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Checks line wrapping into annotations.
- checkAnnotations(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Checks annotations positions in code: 1) Checks whether the annotations locations are correct.
- checkC - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Whether to look in comments of the C type.
- checkC - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Whether to look for trigger in C-style comments.
- checkCase() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
-
Check the indentation of the case statement.
- checkCheckClosingParens(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Checks to see if the closing parenthesis are present if required or prohibited.
- 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.
- checkClassConstructorModifiers(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Check if class constructor has proper modifiers.
- checkClassName() - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Checks that current class is not excluded.
- checkClassName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Checks type of given method, parameter or variable.
- checkComment(DetailAST, TextBlock) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Checks the Javadoc for a method.
- checkComment(DetailAST, TextBlock) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Performs the various checks against the Javadoc comment.
- checkCompactNoArrayStyle(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Checks for compact no array style type violations.
- checkCompactStyle(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Checks for compact style type violations.
- checkCondExpr() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CatchHandler
-
Check the indentation level of the conditional expression.
- checkCondExpr() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
-
Check the indentation of the conditional expression.
- checkCondExpr() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.WhileHandler
-
Check the indentation of the conditional expression.
- checkCount(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck.Context
-
Checks if number of return statements in the method are more than allowed.
- checkCount(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck.Context
-
Checks if we violates maximum allowed complexity.
- checkCounters(MethodCountCheck.MethodCounter, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Check the counters and report violations.
- checkCoupling() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Checks if coupling less than allowed or not.
- checkCPP - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Whether to look in comments of the C++ type.
- checkCPP - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Whether to look for trigger in C++-style comments.
- checkCurrentClassAndRestorePrevious() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Restores previous context.
- CHECKED_CHILDREN - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Children checked by parent handlers.
- checkEmptyJavadoc - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Indicates if empty javadoc statements should be checked.
- checkEmptyLine(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Determines whether or not the next line after empty line has paragraph tag in the beginning.
- checkEnumConstructorModifiers(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Check if enum constructor has proper modifiers.
- checkEnumDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Checks whether enum has proper modifiers.
- 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. - checkExistenceOfDefaultTranslation(TranslationCheck.ResourceBundle) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Checks an existence of default translation file in the resource bundle.
- checkExistenceOfRequiredTranslations(TranslationCheck.ResourceBundle) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Checks an existence of translation files in the resource bundle.
- checkExpandedStyle(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Checks for expanded style type violations.
- checkExpressionSubtree(DetailAST, IndentLevel, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation level for an expression subtree.
- checkFields - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Whether we should check fields usage.
- checkFilesForConsistencyRegardingTheirKeys(SetMultimap<File, String>, Set<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Compares th the specified key set with the key sets of the given translation files (arranged in a map).
- checkFirstSentence - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Indicates if the first sentence should be checked for proper end of sentence punctuation.
- checkFirstSentenceEnding(DetailAST, TextBlock) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Checks that the first sentence ends with proper punctuation.
- checkForDuplicates - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Boolean to say if we should check for duplicates.
- checkFormat - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
The check format to suppress.
- checkFormat - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
The comment pattern that triggers suppression.
- checkForParams() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ForHandler
-
Check the indentation of the parameters of the 'for' loop.
- checkForRedundantModifier(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Checks if given ast has a redundant modifier.
- checkHeaderNotInitialized() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Called before initializing the header.
- checkHtml - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Indicates if the HTML within the comment should be checked.
- checkHtmlTags(DetailAST, TextBlock) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Checks the comment for HTML tags that do not have a corresponding close tag or a close tag that has no previous open tag.
- checkIdent(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Check if ident is parameter.
- checkIdent(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
-
Check if ident is parameter.
- checkIf(DetailAST, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Checks if a given IF terminated by return, throw or, if allowed break, continue.
- checkIfSemicolonIsInDifferentLineThanPrevious(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
Checks if given semicolon is in different line than previous.
- checkImportStatements(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Check import statements.
- 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() - 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.WhileHandler
- 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) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Checks line wrapping into expressions and definitions.
- checkIndentation(DetailAST, DetailAST, int, int, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Checks line wrapping into expressions and definitions.
- checking - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck.Context
-
Whether we should check this method or not.
- checking - Variable in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Should we check current class or not.
- checking - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck.Context
-
Should we perform check in current context or not.
- checkingStack - Variable in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Stack of checking information for classes.
- checkInterfaceModifiers(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Checks if interface has proper modifiers.
- checkIsAllLinesAreWhitespace(String[], int, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
Checks is all lines in array contain whitespaces only.
- checkJavadocIsNotEmpty(TextBlock) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Checks that the Javadoc is not empty.
- checkLabel() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
-
Check the indentation of the label.
- checkLastCaseGroup - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Do we need to check last case group.
- checkLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Check the indentation of the left curly brace.
- checkLeftParen(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation of the left parenthesis.
- checkLine(int, String, Matcher, int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.SinglelineDetector
-
Check a line for matches.
- checkLineIndent(int, int, IndentLevel, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation for a single line.
- checkLineNo(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Check whether the field is declared before the method call in case of methods and initialization blocks.
- checkLinesIndent(LineSet, IndentLevel, boolean, int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation for a set of lines.
- checkLoop(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Checks if a given loop terminated by return, throw or, if allowed break, continue.
- checkMax(int, int, String, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Utility for reporting if a maximum has been exceeded.
- checkMethodCall(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Check whether the method call should be violated.
- checkMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Whether we should check methods usage.
- 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
- checkModifiers(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Checks that method has final and static modifiers.
- checkName - Variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
The source name of the suppressed check.
- checkName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Checks that method name is @quot;main@quot;.
- checkNonListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Check the indentation level of a child that is not a list of statements.
- checkOptions(String[][], DocErrorReporter) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
-
Checks that only valid options was specified.
- checkOrderInTagSection(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
Checks order of atclauses in tag section node.
- checkOrderSuggestedByJls(List<DetailAST>) - Static method in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
-
Checks if the modifiers were added in the order suggested in the Java language specification.
- checkOverloadMethodsGrouping(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck
-
Checks that if overload methods are grouped together they should not be separated from each other.
- checkParagraphTag(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Determines whether or not the line with paragraph tag has previous empty line.
- checkParam(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
Checks if the given parameter is final.
- checkParams(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Checks that method has only
String[]
or onlyString...
param. - checkParamTags(List<JavadocTag>, DetailAST, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Checks a set of tags for matching parameters.
- checkPattern - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
The pattern for check class names.
- checkPosition(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
Whether the declaration is located before the checked ast.
- checkRegexp - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
The regexp to match check names against.
- checkReturnTag(List<JavadocTag>, int, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Checks for only one return tag.
- checkRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Check the indentation of the right curly brace.
- checkRightParen(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation of the right parenthesis.
- checkSeparatorInGroup(int, boolean, int) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Checks whether imports group separated internally.
- checkSlist(DetailAST, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Checks if a given SLIST terminated by return, throw or, if allowed break, continue.
- CHECKSTYLE_BUNDLE - Static variable in class com.puppycrawl.tools.checkstyle.Definitions
-
Name of resource bundle for Checkstyle.
- CHECKSTYLE_PACKAGES - Static variable in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
-
Name of default checkstyle package names resource file.
- CHECKSTYLE_PREFIX - Static variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Optional prefix for warning suppressions that are only intended to be recognized by 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. - checkStyleType(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Checks to see if the
AnnotationElementStyle
is correct. - checkSwitch(DetailAST, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Checks if a given switch terminated by return, throw or, if allowed break, continue.
- checkSwitchExpr() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
-
Check the indentation of the switch expression.
- checkSynchronizedExpr() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SynchronizedHandler
-
Check indentation of expression we synchronized on.
- checkTag(int, String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
Verifies that a type definition has a required tag.
- checkTag(int, List<JavadocTag>, String, Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Verifies that a type definition has a required tag.
- checkTagAtTheRestOfComment(String[], boolean, int, int) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Look for the rest of the comment if all we saw was the tag and the name.
- checkThrows() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
-
Check the indentation level of the throws clause.
- checkThrowsTags(List<JavadocTag>, List<JavadocMethodCheck.ExceptionInfo>, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Checks a set of tags for matching throws.
- 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
- checkTrailingComma(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Checks to see if the trailing comma is present if required or prohibited.
- checkTranslationKeys(TranslationCheck.ResourceBundle) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Checks resource files in bundle for consistency regarding their keys.
- checkTry(DetailAST, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Checks if a given try/catch/finally block terminated by return, throw or, if allowed break, continue.
- checkType() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
-
Check the indentation of the method type.
- checkType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Checks that return type is
void
. - checkTypeParamTag(int, List<JavadocTag>, String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Verifies that a type definition has the specified param tag for the specified type parameter name.
- checkUnclosedTags(Deque<HtmlTag>, String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Checks to see if there are any unclosed tags on the stack.
- checkUnusedTypeParamTags(List<JavadocTag>, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Checks for unused param tags for type parameters.
- CheckUtils - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods for the checks.
- CheckUtils() - Constructor for class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Prevent instances.
- checkWhileExpr() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.DoWhileHandler
-
Check the indentation level of the while and conditional expression.
- checkWrappingIndentation(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Checks indentation on wrapped lines between and including
firstNode
andlastNode
. - 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
andlastNode
. - childContext - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
The context of all child components.
- childContext - Variable in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Context of child components.
- childCount - Variable in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Number of children.
- children - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Set of frame's children.
- children - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
List of children
ImportControl
objects. - children - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Array of child nodes.
- children - Variable in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
The list of child Configurations.
- chopString(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
Returns the specified string chopped to
MAX_QUOTED_LENGTH
plus an ellipsis (...) if the length of the string exceedsMAX_QUOTED_LENGTH
. - clangComments - Variable in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Map of the C comments indexed on the first line of the comment to a list of comments on that line.
- CLASS - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Class definition in
JavadocTokenTypes.REFERENCE
. - 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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
- CLASS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
- CLASS_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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_FRAME - com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.FrameType
-
Class frame type.
- CLASS_MAX_NCSS - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Default constant for max file ncss.
- 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.checks.imports.UnusedImportsCheck
-
Regex to match class names.
- 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
- ClassAlias(AbstractTypeAwareCheck.Token, AbstractTypeAwareCheck.AbstractClassInfo) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassAlias
-
Deprecated.Creates new instance of the class.
- classBlock() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- classContext - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Current context.
- ClassContext(AbstractClassCouplingCheck.FileContext, String, int, int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Create new context associated with given class.
- 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
- classDepth - Variable in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Class definition depth.
- ClassDesc(String, boolean, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Create a new ClassDesc instance.
- classes - Variable in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
Keeps ClassDesc objects for stack of declared classes.
- classesContexts - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Stack of class contexts.
- 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.
- classFieldNames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
Set of all class field names.
- ClassFrame(AbstractDeclarationCollector.LexicalFrame) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.Creates new instance of ClassFrame.
- ClassFrame(RequireThisCheck.AbstractFrame, DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Creates new instance of ClassFrame.
- ClassImportRule - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Represents whether a class is allowed to be imported or not.
- ClassImportRule(boolean, boolean, String, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ClassImportRule
-
Constructs an instance.
- classInfo - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassAlias
-
Deprecated.Class information associated with the alias.
- classInfo - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.ExceptionInfo
-
Class information associated with this exception.
- classLoader - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
The class loader to load external classes.
- classLoader - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
Class loader to resolve classes with.
- classLoader - Variable in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Class loader to resolve classes with.
- classMaximum - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Maximum ncss for a class.
- classMemeber - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- className - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Listener
-
Class name of the listener class.
- className - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ClassImportRule
-
Package to control access to.
- className - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Own class name.
- classNames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
The class names defined in the file.
- classObj - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass
-
Deprecated.
Class
object of this class if it's loadable. - classOrEnumOrEnumConstDef - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Whether the frame is CLASS_DEF, ENUM_DEF or ENUM_CONST_DEF.
- classOrInterfaceType(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- classpath - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Class path to locate class files.
- classResolver - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.
ClassResolver
instance for current tree. - ClassResolver - Class in com.puppycrawl.tools.checkstyle.checks
-
Utility class to resolve a class name to an actual class.
- ClassResolver(ClassLoader, String, Set<String>) - Constructor for class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Creates a new
ClassResolver
instance. - ClassTypeParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that class type parameter names conform to a format specified by the format property.
- ClassTypeParameterNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterNameCheck
-
Creates a new
ClassTypeParameterNameCheck
instance. - classTypeSpec(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- clear() - Method in class com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilterSet
-
Clears the BeforeExecutionFileFilterSet.
- clear() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
-
Clears the FilterSet.
- clearBranchTokenTypes() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Clears branchTokenTypes cache for all parents of the current DetailAST instance, and the child count for the current DetailAST instance.
- 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.
- clearChildCountCache(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Clears the child count for the ast instance.
- clearCreatedHandlers() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Clears cache of created handlers.
- CliOptions() - Constructor for class com.puppycrawl.tools.checkstyle.Main.CliOptions
- close(Closeable) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Closes a stream re-throwing IOException as IllegalStateException.
- CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close html tag component:
'>'
. - CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
- CLOSE_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- CLOSE_ANGLE_BRACKET - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Close angle bracket literal.
- CLOSE_ANGLE_BRACKET - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
Close angle bracket literal.
- CLOSE_PARENTHESIS - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
Close parenthesis literal.
- closedTag - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
If this tag is self-closed.
- closeError - Variable in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
Close error stream after use.
- closeInfo - Variable in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
Close info stream after use.
- closeStream - Variable in class com.puppycrawl.tools.checkstyle.XMLLogger
-
Close output stream in auditFinished.
- closeStream(InputStream) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
This method exists only due to bug in cobertura library https://github.com/cobertura/cobertura/issues/170
- closeStreams() - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
Flushes the output streams and closes them if needed.
- closingParens - Variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Closing parens option.
- ClosingParens() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ClosingParens
- code - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- CODE - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
{@code}
. - 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
- CODE_LITERAL_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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, List<Integer>) - Constructor for class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Constructor.
- CodeSelectorPresentation(DetailNode, List<Integer>) - Constructor for class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Constructor.
- codeText - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- col - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck.StringInfo
-
Column of finding.
- col - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
-
The column in which the invalid tag occurs.
- 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_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- COL_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- COL_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Col html tag.
- colgroup() - 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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- colgroup() - 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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- colgroup() - 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.BodyContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- COLGROUP - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Colgroup html tag.
- 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.ColgroupTagCloseContext
- COLGROUP_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- COLGROUP_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- COLGROUP_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- COLGROUP_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- colgroup_sempred(JavadocParser.ColgroupContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- COLGROUP_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close colgroup tag.
- COLGROUP_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open colgroup tag.
- ColgroupContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- colgroupTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- colgroupTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- colgroupTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- ColgroupTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- ColgroupTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- collect - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Flag to indicate when time to start collecting references.
- collectDeclarations(Deque<AbstractDeclarationCollector.LexicalFrame>, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.Parse the next AST for declarations.
- collectDeclarations(Deque<RequireThisCheck.AbstractFrame>, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Parses the next AST for declarations.
- collectFirstNodes(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Finds first nodes on line and puts them into Map.
- collectReferencesFromJavadoc(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Collects references made in Javadoc comments.
- collectReferencesFromJavadoc(TextBlock) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Process a javadoc
TextBlock
and return the set of classes referenced within. - collectVariableDeclarations(DetailAST, AbstractDeclarationCollector.LexicalFrame) - Static method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.Collect Variable Declarations.
- collectVariableDeclarations(DetailAST, RequireThisCheck.AbstractFrame) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Collects variable declarations.
- 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
- column - Variable in class com.puppycrawl.tools.checkstyle.api.LineColumn
-
The zero-based column number.
- column - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
The column number of the tag.
- COLUMN_NAMES - Static variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Column names.
- columnFilter - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
Column number filter.
- columnNo - Variable in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
The column number.
- columnNo - Variable in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
The column number.
- columnNo - Variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
The column number.
- columnNo - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
-
Deprecated.Token's column number.
- columnNo - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
The column number of the tag.
- columnNo - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser.Point
-
Column number.
- columnNo - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Column number of class definition.
- columnNumber - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Column number.
- columnsCsv - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
CSV for column number filter.
- 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.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.
- COMMA - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Comma separator between parameters in
JavadocTokenTypes.PARAMETERS
part ofJavadocTokenTypes.REFERENCE
. - 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
- COMMA_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- COMMA_SEPARATOR - Static variable in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Comma separator for StringTokenizer.
- 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
- COMMENT_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Comment pattern.
- commentChecks - Variable in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Registered comment checks.
- commentFormat - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Format of comment.
- commentFormat - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Parsed comment regexp that marks checkstyle suppression region.
- CommentListener - Interface in com.puppycrawl.tools.checkstyle.grammars
-
This interface is used to be notified by parser about comments in the parsed code.
- commentRegexp - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Regular expression pattern compiled from comment's format.
- 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
- CommentSuppressor - Class in com.puppycrawl.tools.checkstyle.checks.regexp
-
Implementation of a
MatchSuppressor
that suppresses based on whether in a comment. - CommentSuppressor(FileContents) - Constructor for class com.puppycrawl.tools.checkstyle.checks.regexp.CommentSuppressor
-
Constructor for this suppressor.
- CommonUtils - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods.
- CommonUtils() - Constructor for class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Stop instances being created.
- COMPACT - com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ElementStyle
-
Compact example
- COMPACT_NO_ARRAY - com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ElementStyle
-
Compact example.]
- compare(String, String, boolean) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Compares two strings.
- compareContainerOrder(String, String, boolean) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Compares two import strings.
- compareImports(String, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Checks compare two import paths.
- 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.
- compareTo(SuppressWithNearbyCommentFilter.Tag) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
-
Compares the position of this tag in the file with the position of another tag.
- COMPARISON_TYPES - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
The token types that identify comparison operators.
- compilationUnit() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- compileFlags - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
-
Deprecated.The flags to create the regular expression with.
- compileFlags - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
The flags to use with the regexp.
- compileFlags - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Flags to compile a regular expression with.
- 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.
- COMPOUND_ASSIGN_TOKENS - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Set of all compound assign tokens.
- compoundStatement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- conditionalExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- config - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Config file containing configuration.
- config - Variable in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Configuration object.
- CONFIG_HASH_KEY - Static variable in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
The property key to use for storing the hashcode of the configuration.
- configHash - Variable in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Generated configuration hash.
- configLocation - Variable in class com.puppycrawl.tools.checkstyle.Main.CliOptions
-
Config file location.
- configStack - Variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The loaded configurations.
- Configurable - Interface in com.puppycrawl.tools.checkstyle.api
-
A component that can be configured.
- configuration - Variable in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
The configuration of this bean.
- configuration - Variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The Configuration that is being built.
- 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(PropertyResolver, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Creates a new
ConfigurationLoader
instance. - ConfigurationLoader.InternalLoader - Class in com.puppycrawl.tools.checkstyle
-
Implements the SAX document handler interfaces, so they do not appear in the public API of the ConfigurationLoader.
- 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. - constantWaiverParentToken - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
The token types that are allowed in the AST path from the number literal to the enclosing constant definition.
- constructorBody() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- ConstructorFrame(RequireThisCheck.AbstractFrame, DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ConstructorFrame
-
Creates a constructor frame.
- consumeCurrentGtSequence(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
Consume a sequence of '>' characters (GT, SR or BSR) and match these against the '<' characters seen.
- contains(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.
- contains(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
-
Deprecated.Check whether the frame contains a given name.
- containsAllSafeTokens(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Looks for all "safe" Token combinations in the argument expression branch.
- containsAnnotation(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.AnnotationUtility
-
Checks to see if the AST is annotated with any annotation.
- 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.
- containsAttribute(Configuration, String) - Method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Util method to recheck attribute in module.
- containsBreak - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.ScopeData
-
Whether there is a
break
in the scope. - containsDefaultSwitch(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
-
Checks if the case group or its sibling contain the 'default' switch.
- containsFieldOrVariable(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
Check whether the frame contains a field or a variable with the given name.
- containsFieldOrVariable(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
- containsFieldOrVariableDef(Set<DetailAST>, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
Whether the set contains a declaration with the text of the specified IDENT ast and it is declared in a proper position.
- containsFile(String) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
-
Checks whether a resource bundle contains a file which name matches file name regexp.
- containsForbiddenFragment(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Tests if first sentence contains forbidden summary fragment.
- 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.
- containsInstanceField(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Determines whether this FieldFrame contains an instance field.
- containsJavadocTag(TextBlock) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Checks to see if the text block contains a deprecated tag.
- containsJavadocTag(TextBlock) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
Checks to see if the text block contains a inheritDoc tag.
- containsMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Check whether the frame contains a given method.
- containsMethodDef(Set<DetailAST>, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Whether the set contains a method definition with the same name and number of parameters.
- containsOneArgument(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Verify that method call has one argument.
- containsRegexAttribute(Attributes) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Check if the given attributes contain the regex attribute.
- containsStaticField(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Determines whether this FieldFrame contains a static field.
- containsWhitespaceBetween(int, int, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
Returns whether the specified string contains only whitespace between specified indices.
- contentHashSum - Variable in class com.puppycrawl.tools.checkstyle.PropertyCacheFile.ExternalResource
-
Hash sum which is calculated based on resource content.
- context - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Current method context.
- context - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Current context.
- context - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
Current method context.
- Context - Interface in com.puppycrawl.tools.checkstyle.api
-
A context to be used in subcomponents.
- Context(boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck.Context
-
Creates new method context.
- Context(boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck.Context
-
Creates new instance.
- Context(DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context
-
Creates new member context.
- contextStack - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Stack of method contexts.
- contextStack - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Stack of contexts.
- contextStack - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
Stack of method contexts.
- 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.
- CONTROL_CONTEXT - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
List of allowed AST types from an assignment AST node towards the root.
- convert(Class, Object) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean.PatternConverter
- convert(Class, Object) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean.RelaxedAccessModifierArrayConverter
- convert(Class, Object) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean.RelaxedStringArrayConverter
- convert(Class, Object) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean.ScopeConverter
- convert(Class, Object) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean.SeverityLevelConverter
- convert(Class, Object) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean.UriConverter
- convertCliToPojo(CommandLine, List<File>) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Util method to convert CommandLine type to POJO object.
- convertParseTreeToDetailNode(ParseTree) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Converts ParseTree (that is generated by ANTLRv4) to DetailNode tree.
- convertToString(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
-
Converts given AST node to string representation.
- count - Variable in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
-
Keeps track of the number of counted events.
- count - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck.Context
-
Counter for return statements.
- count - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck.Context
-
Count of boolean operators.
- count - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck.Counter
-
The counters internal integer.
- count - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context
-
Counter for context elements.
- countCaseTokens(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Counts number of case tokens subject to a case group token.
- countConditionalOperators(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Calculates number of conditional operators, including inline ternary operatior, for a token.
- countEmpty - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
Whether to ignore empty lines and single line comments.
- countEmptyLines(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Count the number of empty lines between statements.
- counter - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
Maintains error count.
- Counter() - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck.Counter
- counters - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
List containing the stacked counters.
- counters - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Maintains stack of counters, to support inner types.
- countLinesColumns(String, int, int) - Static method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Count lines and columns (in last line) in text.
- countMatches(Pattern, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Count regexp matches into String literal.
- countOfSemiInLambda - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
Counts number of semicolons in nested lambdas.
- counts - Variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Counts of descendant tokens.
- counts - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter
-
Maintains the counts.
- countTokens(AST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Counts the number of occurrences of descendant tokens.
- 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
- cppComments - Variable in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Map of the C++ comments indexed on the first line of the comment.
- CR - com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
Mac-style line separators.
- createArtificialTreeRoot() - Static method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Creates artificial tree root.
- createBeanUtilsBean() - Static method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Creates a BeanUtilsBean that is configured to use type converters that throw a ConversionException instead of using the default value when something goes wrong.
- createBlockCommentNode(Token) - Static method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Create block comment from token.
- createButtonsPanel() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrame
-
Create buttons panel.
- createChildrenNodes(JavadocNodeImpl, ParseTree) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Creates children Javadoc nodes base on ParseTree node's children.
- createClassInfo(AbstractTypeAwareCheck.Token, String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Creates class info for given name.
- createClasspath() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Creates classpath.
- createCommentAstFromToken(Token) - Static method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Create comment AST from token.
- createContent() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrame
-
Create content of this MainFrame.
- createDefaultLogger(Task) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Creates default logger.
- createdHandlers - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Cache for created method call handlers.
- createFakeBlockComment(String) - Static method in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Creates DetailAST block comment to pass it to the Javadoc parser.
- 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. - createFullTypeNoArrays(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Returns FullIndent for given type.
- createIdToResourceNameMap() - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Creates mapping between local resources and dtd ids.
- createIdToResourceNameMap() - Static method in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
Creates mapping between local resources and dtd ids.
- createJavadocNode(ParseTree, DetailNode, int) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Creates JavadocNodeImpl node on base of ParseTree node.
- createListener(String, String) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Creates the audit listener.
- createListener(Task) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Creates a listener for the formatter.
- createMethodCallHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Create new instance of handler for METHOD_CALL.
- 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".
- createNewClassContext(String, int, int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Creates new inner class context with given name and location.
- createObject(String) - Method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Creates a new instance of a named class.
- createObjectFromFullModuleNames(String, Set<String>) - Method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Create Object from optional full module names.
- createObjectFromMap(String, Map<String, Set<String>>) - Method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Create object with the help of the supplied map.
- createOverridingProperties() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Create the Properties object based on the arguments specified to the ANT task.
- 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.
- createPatternForExactMatch(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Creates a Pattern from
expression
. - createPatternForPartialMatch(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Creates a Pattern from
expression
that matches exactly and child packages. - createRootJavadocNode(ParseTree) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Creates root JavadocNodeImpl node base on ParseTree root node.
- createRootModule() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Creates new instance of the root module.
- createSamePackageRegexp(int, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Creates samePackageDomainsRegExp of the first package domains.
- createSlCommentNode(Token) - Static method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Create single-line comment from token.
- createXmlLogger(Task) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Creates XML logger.
- CRLF - com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
Windows-style line separators.
- CsvFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
This filter accepts an integer that matches a CSV value, where each value is an integer or a range of integers.
- CsvFilter(String) - Constructor for class com.puppycrawl.tools.checkstyle.filters.CsvFilter
-
Constructs a
CsvFilter
from a CSV, Comma-Separated Values, string. - CTOR_CALL - Static 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
- CTOR_FRAME - com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.FrameType
-
Constructor frame type.
- 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
- current - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.Frame for the currently processed AST.
- current - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Frame for the currently processed AST.
- currentClass - Variable in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Current class name.
- currentClassName - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Name of current class.
- currentContents - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.CommentSuppressor
-
File contents to check for comments.
- currentDepth - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
-
Tracks the current depth in types.
- currentFile - Variable in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
The file which is being parsed.
- currentFileContents - Static variable in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
-
The current file contents.
- currentFrame - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Stack of sets of field names, one for each class of a set of nested classes.
- currentGtSequence - Variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
The most recently seen gt sequence (GT, SR or BSR) encountered in any type argument or type parameter production.
- currentImportControl - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
The package controller for the current file.
- currentMatches - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
Tracks the number of matches.
- currentMatches - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.SinglelineDetector
-
Tracks the number of matches.
- currentRangeValue - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
NP value for current range.
- currentScopeAssignedVariables - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Assigned variables of current scope.
- currentScopeState - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck.ScopeState
-
The state the check is in.
- currentValue - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.The current value.
- currentValue - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
The current value.
- 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
- CUSTOM_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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
- CustomImportOrderCheck.ImportDetails - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Contains import attributes as line number, import full path, import group.
- CustomImportOrderCheck.RuleMatchForImport - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Contains matching attributes assisting in definition of "best matching" group for import.
- customImportOrderRules - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
List of order declaration customizing by user.
- customMessage - Variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
A custom message overriding the default message from the bundle.
- CustomName1_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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
D
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- DD - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Description of a term html tag:
<dd></dd>
. - DD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Description of a term tag name.
- DD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- DD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- DD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- DD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- DD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- DD_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- DD_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- dd_sempred(JavadocParser.DdContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- DD_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close description of a term tag.
- DD_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open description of a term tag.
- DdContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- ddTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- ddTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- ddTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- DdTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- DdTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- DEC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
--
(prefix decrement) operator. - DEC - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- declaration() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
A declaration is the creation of a reference or primitive-type variable Create a separate Type/Var tree for each var in the var list.
- DECLARATION_TOKENS - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Set of all declaration tokens.
- declarationAccess - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck.ScopeState
-
The sub-state the check is in.
- DeclarationOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that the parts of a class or interface declaration appear in the order suggested by the Code Conventions for the Java Programming Language.
- DeclarationOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
- DeclarationOrderCheck.ScopeState - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Private class to encapsulate the state.
- declaratorBrackets(AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- declaredAsAbstract - Variable in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Is class declared as abstract.
- declaredAsFinal - Variable in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Is class declared as final.
- DEF_TOKEN_TYPES - Static variable in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Default token types.
- DEF_TOKEN_TYPES_DEPRECATED - Static variable in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Default token types for DEPRECATED Javadoc tag.
- DEFAULT - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Default attribute.
- DEFAULT_ALLOWED_ABBREVIATIONS_LENGTH - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
The default value of "allowedAbbreviationLength" option.
- DEFAULT_CHECK_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Control all checks.
- DEFAULT_CHECK_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Default regex for checks that should be suppressed.
- DEFAULT_COMMENT_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Format to turns checkstyle reporting off.
- DEFAULT_COMPLEXITY_VALUE - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Default allowed complexity.
- DEFAULT_DISTANCE - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Default value of distance between declaration of variable and its first usage.
- DEFAULT_DUPLICATE_LIMIT - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Default duplicate limit.
- DEFAULT_ERROR_LIMIT - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Default error report limit.
- DEFAULT_EXCLUDED_CLASSES - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Class names to ignore.
- DEFAULT_EXCLUDED_PACKAGES - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Package names to ignore.
- DEFAULT_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Default value for format and extendedClassNameFormat properties.
- DEFAULT_IGNORE_ANNOTATIONS - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Default ignore annotations canonical names.
- DEFAULT_IGNORED_METHOD_NAMES - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Default ignored method names.
- DEFAULT_ILLEGAL_TYPES - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Types illegal by default.
- DEFAULT_IMMUTABLE_TYPES - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Default immutable types canonical names.
- DEFAULT_INDENTATION - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Default indentation amount - based on Sun.
- DEFAULT_INDENTATION - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
Default tag continuation indentation.
- DEFAULT_INFLUENCE_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Default regex for lines that should be suppressed.
- DEFAULT_LEGAL_ABSTRACT_NAMES - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Abstract classes legal by default.
- DEFAULT_LINE_NUMBER - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
-
Line number used to log violation when no AST nodes are present in file.
- DEFAULT_MAX - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Default value of max property.
- DEFAULT_MAX - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Default allowed complexity.
- DEFAULT_MAX - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
-
Default allowed complexity.
- DEFAULT_MAX - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
-
Default value of max value.
- DEFAULT_MAX - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Default allowed complexity.
- DEFAULT_MAX - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
-
Default maximum number of lines.
- DEFAULT_MAX - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
Default threshold.
- DEFAULT_MAX_COLUMNS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
-
Default maximum number of columns in a line.
- DEFAULT_MAX_LINES - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
-
Default maximum number of lines.
- DEFAULT_MAX_LINES - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
Default maximum number of lines.
- DEFAULT_MAX_METHODS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Default maximum number of methods.
- DEFAULT_MAX_PARAMETERS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
Default maximum number of allowed parameters.
- DEFAULT_MIN_LINE_COUNT - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Default value of minimal amount of lines in method to demand documentation presence.
- DEFAULT_OFF_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Turns checkstyle reporting off.
- DEFAULT_ON_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Turns checkstyle reporting on.
- DEFAULT_ORDER - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
Default order of atclauses.
- DEFAULT_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck
-
Default pattern for type name.
- DEFAULT_SEVERITY - Static variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
The default severity level if one is not specified.
- DEFAULT_TAB_WIDTH - Static variable in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Default tab width for column reporting.
- DEFAULT_TAB_WIDTH - Static variable in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Default distance between tab stops.
- DEFAULT_TRANSLATION_FILE_NAME_FORMATTER - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
File name format for default translation.
- DEFAULT_TRANSLATION_REGEXP - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Regexp string for default translation files.
- DefaultComesLastCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Check that the
default
is after all thecase
s in aswitch
statement. - DefaultComesLastCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
- DefaultConfiguration - Class in com.puppycrawl.tools.checkstyle
-
Default implementation of the Configuration interface.
- DefaultConfiguration(String) - Constructor for class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
Instantiates a DefaultConfiguration.
- DefaultContext - Class in com.puppycrawl.tools.checkstyle
-
A default implementation of the Context interface.
- DefaultContext() - Constructor for class com.puppycrawl.tools.checkstyle.DefaultContext
- DefaultLogger - Class in com.puppycrawl.tools.checkstyle
-
Simple plain logger for text output.
- DefaultLogger(OutputStream, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.DefaultLogger
-
Creates a new
DefaultLogger
instance. - DefaultLogger(OutputStream, boolean, OutputStream, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.DefaultLogger
-
Creates a new
DefaultLogger
instance. - DefaultLogger(OutputStream, boolean, OutputStream, boolean, AuditEventFormatter) - Constructor for class com.puppycrawl.tools.checkstyle.DefaultLogger
-
Creates a new
DefaultLogger
instance. - defined - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
-
Is package defined.
- Definitions - Class in com.puppycrawl.tools.checkstyle
-
Contains constant definitions common to the package.
- Definitions() - Constructor for class com.puppycrawl.tools.checkstyle.Definitions
-
Do no allow
Definitions
instances to be created. - delayedFireTableDataChanged() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
Invokes fireTableDataChanged after all the pending events have been processed.
- DELEGATE_TO_PARENT - com.puppycrawl.tools.checkstyle.checks.imports.MismatchStrategy
-
In a case if matching allow/disallow rule was not found, decision should be delegated to the parent and continue checking.
- DEPRECATED - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@deprecated
. - DEPRECATED - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Deprecated
annotation name. - DEPRECATED_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@deprecated' literal in @deprecated Javadoc tag.
- DEPRECATED_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- DEPRECATED_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- DEPRECATED_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- DEPRECATED_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- depth - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
-
Deprecated.Current nesting depth.
- depth - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck
-
Current nesting depth.
- depth - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
-
Current nesting depth.
- depth - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
-
Current nesting depth.
- depth - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
Used to count the depth of a Generic expression.
- DescendantTokenCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
Checks for restricted tokens beneath other tokens.
- DescendantTokenCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
- description - Variable in enum com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
-
Mode's short description.
- description() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- description() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- description() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- DESCRIPTION - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Description node, that contains:
JavadocTokenTypes.TEXT
JavadocTokenTypes.WS
JavadocTokenTypes.NEWLINE
JavadocTokenTypes.HTML_ELEMENT
- description_sempred(JavadocParser.DescriptionContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- DescriptionContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- DescriptiveErrorListener() - Constructor for class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.DescriptiveErrorListener
- DesignForExtensionCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
-
The check finds classes that are designed for extension (subclass creation).
- DesignForExtensionCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
- DEST_FILE_OPT - Static variable in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
-
Command line option to specify file to write output of the doclet.
- destroy() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Destroy the check.
- destroy() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
- destroy() - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
-
Cleans up the object.
- destroy() - Method in interface com.puppycrawl.tools.checkstyle.api.RootModule
-
Cleans up the object.
- destroy() - Method in class com.puppycrawl.tools.checkstyle.Checker
- destroy() - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
- destroyRootModule(RootModule) - Static method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Destroy root module.
- DetailAST - Class in com.puppycrawl.tools.checkstyle.api
-
An extension of the CommonAST that records the line and column number.
- DetailAST() - Constructor for class com.puppycrawl.tools.checkstyle.api.DetailAST
- DetailNode - Interface in com.puppycrawl.tools.checkstyle.api
-
DetailNode is used to construct tree during parsing Javadoc comments.
- DetailNodeTreeStringPrinter - Class in com.puppycrawl.tools.checkstyle
-
Parses file as javadoc DetailNode tree and prints to system output stream.
- DetailNodeTreeStringPrinter() - Constructor for class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Prevent instances.
- details - Variable in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
The details on files.
- Details(DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
C-tor.
- Details(DetailAST, DetailAST, DetailAST, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Constructor.
- detector - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
The detector to use.
- detector - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
The detector to use.
- DetectorOptions - Class in com.puppycrawl.tools.checkstyle.checks.regexp
-
Options for a detector.
- DetectorOptions() - Constructor for class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Default constructor.
- DetectorOptions.Builder - Class in com.puppycrawl.tools.checkstyle.checks.regexp
-
Class which implements Builder pattern to build DetectorOptions instance.
- determineAssignmentConditions(DetailAST, FinalLocalVariableCheck.FinalVariableCandidate) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Determines identifier assignment conditions (assigned or already assigned).
- directoriesChecked - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
-
The directories checked.
- DISALLOWED - com.puppycrawl.tools.checkstyle.checks.imports.AccessResult
-
Represents that access is disallowed.
- DISALLOWED - com.puppycrawl.tools.checkstyle.checks.imports.MismatchStrategy
-
In a case if matching allow/disallow rule was not found, import will be disallowed by default.
- DIV - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
/
(division) operator. - DIV - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- DIV_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
/=
(division assignment) operator. - DIV_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- DO_WHILE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
Literal
while
in do-while loop. - DO_WHILE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- DOC_ROOT - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
{@docRoot}
. - DOC_ROOT_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@docRoot' literal in {@docRoot} Javadoc inline tag.
- DOC_ROOT_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- DOC_ROOT_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- DOC_ROOT_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- doesNameInExtendMatchSuperClassName(String, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
Checks if given super class name in extend clause match super class qualified name.
- DOLLAR_SIGN - Static variable in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Dollar sign literal.
- DOLLAR_SIGN - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Dollar sign literal.
- DOT - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Dot separator in
JavadocTokenTypes.REFERENCE
. - DOT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
.
(dot) operator. - DOT - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
The package separator: "."
- DOT - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
A package separator - "."
- DOT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- DOT - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- DOT - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- DOT() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
- DOT(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
- DOT_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
A pattern matching the package separator: "."
- DOT_REGEX - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
The regex for the package separator: "\\.".
- DOUBLE_COLON - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
::
(double colon) separator. - DOUBLE_COLON - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- DOUBLE_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- doVisitToken(FullIdent, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Shares processing...
- doVisitTokenInSameGroup(boolean, boolean, String, int) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Shares processing...
- DoWhileHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for do...while blocks.
- DoWhileHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.DoWhileHandler
-
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- DT - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Description term html tag:
<dt></dt>
. - DT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Description term tag name.
- DT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- DT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- DT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- DT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- DT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- DT_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- DT_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- dt_sempred(JavadocParser.DtContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- DT_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close description term tag.
- DT_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open description term tag.
- DtContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- DTD_PUBLIC_ID - Static variable in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
-
The public ID for the configuration dtd.
- DTD_PUBLIC_ID_1_0 - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
The public ID for the configuration dtd.
- DTD_PUBLIC_ID_1_0 - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The public ID for version 1_0 of the configuration dtd.
- DTD_PUBLIC_ID_1_0 - Static variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
The public ID for the configuration dtd.
- DTD_PUBLIC_ID_1_1 - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
The public ID for the configuration dtd.
- DTD_PUBLIC_ID_1_1 - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The public ID for version 1_1 of the configuration dtd.
- DTD_PUBLIC_ID_1_1 - Static variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
The public ID for the configuration dtd.
- DTD_PUBLIC_ID_1_2 - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
The public ID for the configuration dtd.
- DTD_PUBLIC_ID_1_2 - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The public ID for version 1_2 of the configuration dtd.
- DTD_PUBLIC_ID_1_3 - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
The public ID for the configuration dtd.
- DTD_PUBLIC_ID_1_3 - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The public ID for version 1_3 of the configuration dtd.
- DTD_RESOURCE_BY_ID - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
The map to lookup the resource name by the id.
- DTD_RESOURCE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
-
The resource for the configuration dtd.
- DTD_RESOURCE_NAME_1_0 - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
The resource for the configuration dtd.
- DTD_RESOURCE_NAME_1_0 - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The resource for version 1_0 of the configuration dtd.
- DTD_RESOURCE_NAME_1_0 - Static variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
The resource for the configuration dtd.
- DTD_RESOURCE_NAME_1_1 - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
The resource for the configuration dtd.
- DTD_RESOURCE_NAME_1_1 - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The resource for version 1_1 of the configuration dtd.
- DTD_RESOURCE_NAME_1_1 - Static variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
The resource for the configuration dtd.
- DTD_RESOURCE_NAME_1_2 - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
The resource for the configuration dtd.
- DTD_RESOURCE_NAME_1_2 - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The resource for version 1_2 of the configuration dtd.
- DTD_RESOURCE_NAME_1_3 - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
The resource for the configuration dtd.
- DTD_RESOURCE_NAME_1_3 - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The resource for version 1_3 of the configuration dtd.
- dtTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- dtTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- dtTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- DtTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- DtTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- duplicatedKeys - Variable in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck.UniqueProperties
-
Multiset, holding duplicated keys.
- duplicateLimit - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Disallow more than x duplicates?.
E
- E_PLAIN - Static variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Poor man's enum for an plain formatter.
- E_XML - Static variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Poor man's enum for an xml formatter.
- eachLine - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck
-
Indicates whether to report once per file, or for each line.
- editor - Variable in class com.puppycrawl.tools.checkstyle.gui.CodeSelector
-
Editor.
- editor - Variable in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
JTextArea editor.
- elements - Variable in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
The list holding subsequent elements of identifier.
- elementStyle - Variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
ElementStyle option.
- ElementStyle() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ElementStyle
- ELIST - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An expression list.
- ELIST - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- ELLIPSIS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A triple dot for variable-length parameters.
- ELLIPSIS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- ElseHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for else blocks.
- ElseHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ElseHandler
-
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
- elseStatement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- emit(Token) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- emitSingleGt() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
Emits a single GT AST node with the line and column correctly set to its position in the source file.
- EMPTY_BYTE_ARRAY - Static variable in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Copied from org.apache.commons.lang3.ArrayUtils.
- EMPTY_DETAIL_NODE_ARRAY - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Empty array of
DetailNode
type. - EMPTY_DOUBLE_ARRAY - Static variable in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Copied from org.apache.commons.lang3.ArrayUtils.
- EMPTY_INT_ARRAY - Static variable in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
Empty array to avoid instantiations.
- EMPTY_INT_ARRAY - Static variable in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
Empty array to avoid instantiations.
- EMPTY_INT_ARRAY - Static variable in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Copied from org.apache.commons.lang3.ArrayUtils.
- EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Copied from org.apache.commons.lang3.ArrayUtils.
- EMPTY_OBJECT_ARRAY - Static variable in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Copied from org.apache.commons.lang3.ArrayUtils.
- EMPTY_PATTERN_ARRAY - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Empty array of pattern type needed to initialize check.
- EMPTY_STAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The empty statement.
- EMPTY_STAT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- EMPTY_STRING_ARRAY - Static variable in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Copied from org.apache.commons.lang3.ArrayUtils.
- EmptyBlockCheck - Class in com.puppycrawl.tools.checkstyle.checks.blocks
-
Checks for empty blocks.
- EmptyBlockCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
- EmptyCatchBlockCheck - Class in com.puppycrawl.tools.checkstyle.checks.blocks
-
Checks for empty catch blocks.
- EmptyCatchBlockCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
- EmptyForInitializerPadCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks the padding of an empty for initializer; that is whether a space is required at an empty for initializer, or such spaces are forbidden.
- EmptyForInitializerPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
- EmptyForIteratorPadCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks the padding of an empty for iterator; that is whether a space is required at an empty for iterator, or such spaces are forbidden.
- EmptyForIteratorPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
- EmptyLineSeparatorCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks for empty line separators after header, package, all import declarations, fields, constructors, methods, nested classes, static initializers and instance initializers.
- EmptyLineSeparatorCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
- EmptyStatementCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Detects empty statements (standalone ';').
- EmptyStatementCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
- encloseInGroup(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Enclose
expression
in a (non-capturing) group. - encode(String) - Static method in class com.puppycrawl.tools.checkstyle.XMLLogger
-
Escape <, > & ' and " as their entities.
- encodeAmpersand(String, int) - Static method in class com.puppycrawl.tools.checkstyle.XMLLogger
-
Encodes ampersand in value at required position.
- END_JAVADOC - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Multiline finished at end of comment.
- END_JAVADOC - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Multiline finished at end of comment.
- End1_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- End2_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- End20_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- endCollectingDeclarations(Queue<AbstractDeclarationCollector.LexicalFrame>, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.End parsing of the AST for declarations.
- endCollectingDeclarations(Queue<RequireThisCheck.AbstractFrame>, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Ends parsing of the AST for declarations.
- endColNo - Variable in class com.puppycrawl.tools.checkstyle.api.Comment
-
Number of last column of the comment.
- endColumnNo - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.TokenEnd
-
End column of token.
- endElement(String, String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
- endElement(String, String, String) - Method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
- endElement(String, String, String) - Method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
- endLineNo - Variable in class com.puppycrawl.tools.checkstyle.api.Comment
-
Number of last line of the comment.
- endLineNo - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.TokenEnd
-
End line of token.
- endOfSentenceFormat - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Format for matching the end of a sentence.
- endsWithChar(String, char) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Tests if this string ends with the specified suffix.
- endsWithNewline(RandomAccessFile) - Method in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
-
Checks whether the content provided by the Reader ends with the platform specific line separator.
- ensureSelfContainedRegex(String, boolean) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Returns a regex that is suitable for concatenation by 1) either converting a plain string into a regular expression (handling special characters) or 2) by enclosing
input
in a (non-capturing) group ifinput
already is a regular expression. - enterAreaTag(JavadocParser.AreaTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.areaTag()
. - enterAreaTag(JavadocParser.AreaTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.areaTag()
. - enterAttribute(JavadocParser.AttributeContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.attribute()
. - enterAttribute(JavadocParser.AttributeContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.attribute()
. - enterBasefontTag(JavadocParser.BasefontTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.basefontTag()
. - enterBasefontTag(JavadocParser.BasefontTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.basefontTag()
. - enterBaseTag(JavadocParser.BaseTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.baseTag()
. - enterBaseTag(JavadocParser.BaseTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.baseTag()
. - enterBlock() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Enters an inner class, which requires a new variable set.
- enterBody(JavadocParser.BodyContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.body()
. - enterBody(JavadocParser.BodyContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.body()
. - enterBodyTagClose(JavadocParser.BodyTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.bodyTagClose()
. - enterBodyTagClose(JavadocParser.BodyTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.bodyTagClose()
. - enterBodyTagOpen(JavadocParser.BodyTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.bodyTagOpen()
. - enterBodyTagOpen(JavadocParser.BodyTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.bodyTagOpen()
. - enterBrTag(JavadocParser.BrTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.brTag()
. - enterBrTag(JavadocParser.BrTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.brTag()
. - enterColgroup(JavadocParser.ColgroupContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.colgroup()
. - enterColgroup(JavadocParser.ColgroupContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.colgroup()
. - enterColgroupTagClose(JavadocParser.ColgroupTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.colgroupTagClose()
. - enterColgroupTagClose(JavadocParser.ColgroupTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.colgroupTagClose()
. - enterColgroupTagOpen(JavadocParser.ColgroupTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.colgroupTagOpen()
. - enterColgroupTagOpen(JavadocParser.ColgroupTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.colgroupTagOpen()
. - enterColTag(JavadocParser.ColTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.colTag()
. - enterColTag(JavadocParser.ColTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.colTag()
. - enterDd(JavadocParser.DdContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.dd()
. - enterDd(JavadocParser.DdContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.dd()
. - enterDdTagClose(JavadocParser.DdTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.ddTagClose()
. - enterDdTagClose(JavadocParser.DdTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.ddTagClose()
. - enterDdTagOpen(JavadocParser.DdTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.ddTagOpen()
. - enterDdTagOpen(JavadocParser.DdTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.ddTagOpen()
. - enterDescription(JavadocParser.DescriptionContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.description()
. - enterDescription(JavadocParser.DescriptionContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.description()
. - enterDt(JavadocParser.DtContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.dt()
. - enterDt(JavadocParser.DtContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.dt()
. - enterDtTagClose(JavadocParser.DtTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.dtTagClose()
. - enterDtTagClose(JavadocParser.DtTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.dtTagClose()
. - enterDtTagOpen(JavadocParser.DtTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.dtTagOpen()
. - enterDtTagOpen(JavadocParser.DtTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.dtTagOpen()
. - enterEveryRule(ParserRuleContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
- enterFrameTag(JavadocParser.FrameTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.frameTag()
. - enterFrameTag(JavadocParser.FrameTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.frameTag()
. - enterHead(JavadocParser.HeadContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.head()
. - enterHead(JavadocParser.HeadContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.head()
. - enterHeadTagClose(JavadocParser.HeadTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.headTagClose()
. - enterHeadTagClose(JavadocParser.HeadTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.headTagClose()
. - enterHeadTagOpen(JavadocParser.HeadTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.headTagOpen()
. - enterHeadTagOpen(JavadocParser.HeadTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.headTagOpen()
. - enterHrTag(JavadocParser.HrTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.hrTag()
. - enterHrTag(JavadocParser.HrTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.hrTag()
. - enterHtml(JavadocParser.HtmlContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.html()
. - enterHtml(JavadocParser.HtmlContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.html()
. - enterHtmlComment(JavadocParser.HtmlCommentContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.htmlComment()
. - enterHtmlComment(JavadocParser.HtmlCommentContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.htmlComment()
. - enterHtmlElement(JavadocParser.HtmlElementContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.htmlElement()
. - enterHtmlElement(JavadocParser.HtmlElementContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.htmlElement()
. - enterHtmlElementClose(JavadocParser.HtmlElementCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.htmlElementClose()
. - enterHtmlElementClose(JavadocParser.HtmlElementCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.htmlElementClose()
. - enterHtmlElementOpen(JavadocParser.HtmlElementOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.htmlElementOpen()
. - enterHtmlElementOpen(JavadocParser.HtmlElementOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.htmlElementOpen()
. - enterHtmlTag(JavadocParser.HtmlTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.htmlTag()
. - enterHtmlTag(JavadocParser.HtmlTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.htmlTag()
. - enterHtmlTagClose(JavadocParser.HtmlTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.htmlTagClose()
. - enterHtmlTagClose(JavadocParser.HtmlTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.htmlTagClose()
. - enterHtmlTagOpen(JavadocParser.HtmlTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.htmlTagOpen()
. - enterHtmlTagOpen(JavadocParser.HtmlTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.htmlTagOpen()
. - enterImgTag(JavadocParser.ImgTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.imgTag()
. - enterImgTag(JavadocParser.ImgTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.imgTag()
. - enterInputTag(JavadocParser.InputTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.inputTag()
. - enterInputTag(JavadocParser.InputTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.inputTag()
. - enterIsindexTag(JavadocParser.IsindexTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.isindexTag()
. - enterIsindexTag(JavadocParser.IsindexTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.isindexTag()
. - enterJavadoc(JavadocParser.JavadocContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.javadoc()
. - enterJavadoc(JavadocParser.JavadocContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.javadoc()
. - enterJavadocInlineTag(JavadocParser.JavadocInlineTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.javadocInlineTag()
. - enterJavadocInlineTag(JavadocParser.JavadocInlineTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.javadocInlineTag()
. - enterJavadocTag(JavadocParser.JavadocTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.javadocTag()
. - enterJavadocTag(JavadocParser.JavadocTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.javadocTag()
. - enterLi(JavadocParser.LiContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.li()
. - enterLi(JavadocParser.LiContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.li()
. - enterLinkTag(JavadocParser.LinkTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.linkTag()
. - enterLinkTag(JavadocParser.LinkTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.linkTag()
. - enterLiTagClose(JavadocParser.LiTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.liTagClose()
. - enterLiTagClose(JavadocParser.LiTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.liTagClose()
. - enterLiTagOpen(JavadocParser.LiTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.liTagOpen()
. - enterLiTagOpen(JavadocParser.LiTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.liTagOpen()
. - enterMetaTag(JavadocParser.MetaTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.metaTag()
. - enterMetaTag(JavadocParser.MetaTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.metaTag()
. - enterOption(JavadocParser.OptionContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.option()
. - enterOption(JavadocParser.OptionContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.option()
. - enterOptionTagClose(JavadocParser.OptionTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.optionTagClose()
. - enterOptionTagClose(JavadocParser.OptionTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.optionTagClose()
. - enterOptionTagOpen(JavadocParser.OptionTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.optionTagOpen()
. - enterOptionTagOpen(JavadocParser.OptionTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.optionTagOpen()
. - enterParagraph(JavadocParser.ParagraphContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.paragraph()
. - enterParagraph(JavadocParser.ParagraphContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.paragraph()
. - enterParameters(JavadocParser.ParametersContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.parameters()
. - enterParameters(JavadocParser.ParametersContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.parameters()
. - enterParamTag(JavadocParser.ParamTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.paramTag()
. - enterParamTag(JavadocParser.ParamTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.paramTag()
. - enterPTagClose(JavadocParser.PTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.pTagClose()
. - enterPTagClose(JavadocParser.PTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.pTagClose()
. - enterPTagOpen(JavadocParser.PTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.pTagOpen()
. - enterPTagOpen(JavadocParser.PTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.pTagOpen()
. - enterReference(JavadocParser.ReferenceContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.reference()
. - enterReference(JavadocParser.ReferenceContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.reference()
. - enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TextContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- enterRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
- enterSingletonElement(JavadocParser.SingletonElementContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.singletonElement()
. - enterSingletonElement(JavadocParser.SingletonElementContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.singletonElement()
. - enterSingletonTag(JavadocParser.SingletonTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.singletonTag()
. - enterSingletonTag(JavadocParser.SingletonTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.singletonTag()
. - enterSingletonTagName(JavadocParser.SingletonTagNameContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.singletonTagName()
. - enterSingletonTagName(JavadocParser.SingletonTagNameContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.singletonTagName()
. - enterTbody(JavadocParser.TbodyContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.tbody()
. - enterTbody(JavadocParser.TbodyContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.tbody()
. - enterTbodyTagClose(JavadocParser.TbodyTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.tbodyTagClose()
. - enterTbodyTagClose(JavadocParser.TbodyTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.tbodyTagClose()
. - enterTbodyTagOpen(JavadocParser.TbodyTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.tbodyTagOpen()
. - enterTbodyTagOpen(JavadocParser.TbodyTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.tbodyTagOpen()
. - enterTd(JavadocParser.TdContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.td()
. - enterTd(JavadocParser.TdContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.td()
. - enterTdTagClose(JavadocParser.TdTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.tdTagClose()
. - enterTdTagClose(JavadocParser.TdTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.tdTagClose()
. - enterTdTagOpen(JavadocParser.TdTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.tdTagOpen()
. - enterTdTagOpen(JavadocParser.TdTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.tdTagOpen()
. - enterText(JavadocParser.TextContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.text()
. - enterText(JavadocParser.TextContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.text()
. - enterTfoot(JavadocParser.TfootContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.tfoot()
. - enterTfoot(JavadocParser.TfootContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.tfoot()
. - enterTfootTagClose(JavadocParser.TfootTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.tfootTagClose()
. - enterTfootTagClose(JavadocParser.TfootTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.tfootTagClose()
. - enterTfootTagOpen(JavadocParser.TfootTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.tfootTagOpen()
. - enterTfootTagOpen(JavadocParser.TfootTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.tfootTagOpen()
. - enterTh(JavadocParser.ThContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.th()
. - enterTh(JavadocParser.ThContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.th()
. - enterThead(JavadocParser.TheadContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.thead()
. - enterThead(JavadocParser.TheadContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.thead()
. - enterTheadTagClose(JavadocParser.TheadTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.theadTagClose()
. - enterTheadTagClose(JavadocParser.TheadTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.theadTagClose()
. - enterTheadTagOpen(JavadocParser.TheadTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.theadTagOpen()
. - enterTheadTagOpen(JavadocParser.TheadTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.theadTagOpen()
. - enterThTagClose(JavadocParser.ThTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.thTagClose()
. - enterThTagClose(JavadocParser.ThTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.thTagClose()
. - enterThTagOpen(JavadocParser.ThTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.thTagOpen()
. - enterThTagOpen(JavadocParser.ThTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.thTagOpen()
. - enterTr(JavadocParser.TrContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.tr()
. - enterTr(JavadocParser.TrContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.tr()
. - enterTrTagClose(JavadocParser.TrTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.trTagClose()
. - enterTrTagClose(JavadocParser.TrTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.trTagClose()
. - enterTrTagOpen(JavadocParser.TrTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.trTagOpen()
. - enterTrTagOpen(JavadocParser.TrTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.trTagOpen()
. - enterWrongSinletonTag(JavadocParser.WrongSinletonTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Enter a parse tree produced by
JavadocParser.wrongSinletonTag()
. - enterWrongSinletonTag(JavadocParser.WrongSinletonTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Enter a parse tree produced by
JavadocParser.wrongSinletonTag()
. - ENTITIES - Static variable in class com.puppycrawl.tools.checkstyle.XMLLogger
-
Some known entities to detect.
- entries - Variable in class com.puppycrawl.tools.checkstyle.DefaultContext
-
Stores the context entries.
- ENTRIES - Static variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
A thread-local holder for the list of suppression entries for the last file parsed.
- Entry(String, int, int, int, int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
Constructs a new suppression region entry.
- ENUM - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
enum
keyword. - ENUM - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- ENUM_CONSTANT_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An enum constant declaration.
- ENUM_CONSTANT_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- ENUM_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An enum declaration.
- ENUM_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- enumBlock() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- enumConstant() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- enumConstantBlock() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- enumConstantField() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- enumDefinition(AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- EOF - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
End Of File symbol.
- EOF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The end of file token.
- EOF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- EOF() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- EOL - com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
-
Represents the policy for placing the brace at the end of line.
- EOL - com.puppycrawl.tools.checkstyle.checks.whitespace.WrapOption
-
Require that the token is at the end of the line.
- EQUAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
==
(equal) operator. - EQUAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- equalityExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- equals(Object) - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
- equals(Object) - Method in class com.puppycrawl.tools.checkstyle.api.LineColumn
- equals(Object) - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
- equals(Object) - Method in class com.puppycrawl.tools.checkstyle.filters.CsvFilter
- equals(Object) - Method in class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
- equals(Object) - Method in class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
- equals(Object) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
- equals(Object) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
- equals(Object) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
- equals(Object) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
- EQUALS - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Equals html tag component:
'='
. - EQUALS - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Method name for comparison.
- EQUALS - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- EQUALS - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- EQUALS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- EqualsAvoidNullCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that any combination of String literals is on the left side of an equals() comparison.
- EqualsAvoidNullCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
- EqualsAvoidNullCheck.FieldFrame - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Holds the names of fields of a type.
- EqualsHashCodeCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that classes that either override
equals()
orhashCode()
also overrides the other. - EqualsHashCodeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
- equalsMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
-
Set of equals method definitions.
- error(SAXParseException) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
- ERROR - com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
Severity level error.
- ERROR_LIMIT_EXCEEDED_MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Error count exceeded message.
- errorCount - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Tracks number of errors.
- errorKey - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalMethodCheck
-
Deprecated.The error key to report with.
- errorLimit - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Error report limit.
- errorListener - Variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Custom error listener.
- errorMessage - Variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.DescriptiveErrorListener
-
Error message that appeared while parsing.
- errorWriter - Variable in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
Where to write error messages.
- ESC - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- escapeAllControlChars(String) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Replace all control chars with escaped symbols.
- escapeAllControlChars(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Replace all control chars with escaped symbols.
- ESCAPED_BACKSLASH - Static variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Regular expression for escaped backslash.
- ESCAPED_LINE_FEED_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Pattern to detect occurrences of '\n' in text.
- exactMatch - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.PkgImportRule
-
Indicates if the package name must be an exact match.
- exception - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- EXCEPTION - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@exception
. - EXCEPTION_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@exception' literal in @exception Javadoc tag.
- EXCEPTION_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- EXCEPTION_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- EXCEPTION_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- EXCEPTION_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- EXCEPTION_MSG - Static variable in class com.puppycrawl.tools.checkstyle.Checker
-
Message to use when an exception occurs and should be printed as a violation.
- ExceptionInfo(AbstractTypeAwareCheck.AbstractClassInfo) - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.ExceptionInfo
-
Creates new instance for
FullIdent
. - exceptionVariableName - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Format of skipping exception's variable name.
- excludeClassesRegexps - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
User-configured regular expressions to ignore classes.
- excludedClasses - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
User-configured class names to ignore.
- excludedClasses - Variable in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Compiled regexp to exclude classes from check.
- excludedPackages - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
User-configured package names to ignore.
- excludes - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
The packages/classes to exempt from this check.
- excludes - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
-
The classes/static members to exempt from this check.
- excludeScope - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
The visibility scope where Javadoc comments shouldn't be checked.
- excludeScope - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
The visibility scope where Javadoc comments shouldn't be checked.
- excludeScope - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
The visibility scope where Javadoc comments shouldn't be checked.
- excludeScope - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
The visibility scope where Javadoc comments shouldn't be checked.
- exclusiveOrExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- ExecutableStatementCountCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Restricts the number of executable statements to a specified limit (default = 30).
- ExecutableStatementCountCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
Constructs a
ExecutableStatementCountCheck
. - ExecutableStatementCountCheck.Context - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Class to encapsulate counting information about one member.
- execute() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
- executeIgnoredModules - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Whether to execute ignored modules - some modules may log above their severity depending on their configuration (e.g.
- executeIgnoredModules - Variable in class com.puppycrawl.tools.checkstyle.Main.CliOptions
-
Switch whether to execute ignored modules or not.
- EXIT_WITH_CHECKSTYLE_EXCEPTION_CODE - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Exit code returned when execution finishes with
CheckstyleException
. - exitAreaTag(JavadocParser.AreaTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.areaTag()
. - exitAreaTag(JavadocParser.AreaTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.areaTag()
. - exitAttribute(JavadocParser.AttributeContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.attribute()
. - exitAttribute(JavadocParser.AttributeContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.attribute()
. - exitBasefontTag(JavadocParser.BasefontTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.basefontTag()
. - exitBasefontTag(JavadocParser.BasefontTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.basefontTag()
. - exitBaseTag(JavadocParser.BaseTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.baseTag()
. - exitBaseTag(JavadocParser.BaseTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.baseTag()
. - exitBlock() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Leave an inner class, so restore variable set.
- exitBody(JavadocParser.BodyContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.body()
. - exitBody(JavadocParser.BodyContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.body()
. - exitBodyTagClose(JavadocParser.BodyTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.bodyTagClose()
. - exitBodyTagClose(JavadocParser.BodyTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.bodyTagClose()
. - exitBodyTagOpen(JavadocParser.BodyTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.bodyTagOpen()
. - exitBodyTagOpen(JavadocParser.BodyTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.bodyTagOpen()
. - exitBrTag(JavadocParser.BrTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.brTag()
. - exitBrTag(JavadocParser.BrTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.brTag()
. - exitColgroup(JavadocParser.ColgroupContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.colgroup()
. - exitColgroup(JavadocParser.ColgroupContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.colgroup()
. - exitColgroupTagClose(JavadocParser.ColgroupTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.colgroupTagClose()
. - exitColgroupTagClose(JavadocParser.ColgroupTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.colgroupTagClose()
. - exitColgroupTagOpen(JavadocParser.ColgroupTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.colgroupTagOpen()
. - exitColgroupTagOpen(JavadocParser.ColgroupTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.colgroupTagOpen()
. - exitColTag(JavadocParser.ColTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.colTag()
. - exitColTag(JavadocParser.ColTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.colTag()
. - exitDd(JavadocParser.DdContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.dd()
. - exitDd(JavadocParser.DdContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.dd()
. - exitDdTagClose(JavadocParser.DdTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.ddTagClose()
. - exitDdTagClose(JavadocParser.DdTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.ddTagClose()
. - exitDdTagOpen(JavadocParser.DdTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.ddTagOpen()
. - exitDdTagOpen(JavadocParser.DdTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.ddTagOpen()
. - exitDescription(JavadocParser.DescriptionContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.description()
. - exitDescription(JavadocParser.DescriptionContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.description()
. - exitDt(JavadocParser.DtContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.dt()
. - exitDt(JavadocParser.DtContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.dt()
. - exitDtTagClose(JavadocParser.DtTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.dtTagClose()
. - exitDtTagClose(JavadocParser.DtTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.dtTagClose()
. - exitDtTagOpen(JavadocParser.DtTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.dtTagOpen()
. - exitDtTagOpen(JavadocParser.DtTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.dtTagOpen()
. - exitEveryRule(ParserRuleContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
- exitFrameTag(JavadocParser.FrameTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.frameTag()
. - exitFrameTag(JavadocParser.FrameTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.frameTag()
. - exitHead(JavadocParser.HeadContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.head()
. - exitHead(JavadocParser.HeadContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.head()
. - exitHeadTagClose(JavadocParser.HeadTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.headTagClose()
. - exitHeadTagClose(JavadocParser.HeadTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.headTagClose()
. - exitHeadTagOpen(JavadocParser.HeadTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.headTagOpen()
. - exitHeadTagOpen(JavadocParser.HeadTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.headTagOpen()
. - exitHrTag(JavadocParser.HrTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.hrTag()
. - exitHrTag(JavadocParser.HrTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.hrTag()
. - exitHtml(JavadocParser.HtmlContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.html()
. - exitHtml(JavadocParser.HtmlContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.html()
. - exitHtmlComment(JavadocParser.HtmlCommentContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.htmlComment()
. - exitHtmlComment(JavadocParser.HtmlCommentContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.htmlComment()
. - exitHtmlElement(JavadocParser.HtmlElementContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.htmlElement()
. - exitHtmlElement(JavadocParser.HtmlElementContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.htmlElement()
. - exitHtmlElementClose(JavadocParser.HtmlElementCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.htmlElementClose()
. - exitHtmlElementClose(JavadocParser.HtmlElementCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.htmlElementClose()
. - exitHtmlElementOpen(JavadocParser.HtmlElementOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.htmlElementOpen()
. - exitHtmlElementOpen(JavadocParser.HtmlElementOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.htmlElementOpen()
. - exitHtmlTag(JavadocParser.HtmlTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.htmlTag()
. - exitHtmlTag(JavadocParser.HtmlTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.htmlTag()
. - exitHtmlTagClose(JavadocParser.HtmlTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.htmlTagClose()
. - exitHtmlTagClose(JavadocParser.HtmlTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.htmlTagClose()
. - exitHtmlTagOpen(JavadocParser.HtmlTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.htmlTagOpen()
. - exitHtmlTagOpen(JavadocParser.HtmlTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.htmlTagOpen()
. - exitImgTag(JavadocParser.ImgTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.imgTag()
. - exitImgTag(JavadocParser.ImgTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.imgTag()
. - exitInputTag(JavadocParser.InputTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.inputTag()
. - exitInputTag(JavadocParser.InputTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.inputTag()
. - exitIsindexTag(JavadocParser.IsindexTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.isindexTag()
. - exitIsindexTag(JavadocParser.IsindexTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.isindexTag()
. - exitJavadoc(JavadocParser.JavadocContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.javadoc()
. - exitJavadoc(JavadocParser.JavadocContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.javadoc()
. - exitJavadocInlineTag(JavadocParser.JavadocInlineTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.javadocInlineTag()
. - exitJavadocInlineTag(JavadocParser.JavadocInlineTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.javadocInlineTag()
. - exitJavadocTag(JavadocParser.JavadocTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.javadocTag()
. - exitJavadocTag(JavadocParser.JavadocTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.javadocTag()
. - exitLi(JavadocParser.LiContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.li()
. - exitLi(JavadocParser.LiContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.li()
. - exitLinkTag(JavadocParser.LinkTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.linkTag()
. - exitLinkTag(JavadocParser.LinkTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.linkTag()
. - exitLiTagClose(JavadocParser.LiTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.liTagClose()
. - exitLiTagClose(JavadocParser.LiTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.liTagClose()
. - exitLiTagOpen(JavadocParser.LiTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.liTagOpen()
. - exitLiTagOpen(JavadocParser.LiTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.liTagOpen()
. - exitMetaTag(JavadocParser.MetaTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.metaTag()
. - exitMetaTag(JavadocParser.MetaTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.metaTag()
. - exitOption(JavadocParser.OptionContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.option()
. - exitOption(JavadocParser.OptionContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.option()
. - exitOptionTagClose(JavadocParser.OptionTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.optionTagClose()
. - exitOptionTagClose(JavadocParser.OptionTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.optionTagClose()
. - exitOptionTagOpen(JavadocParser.OptionTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.optionTagOpen()
. - exitOptionTagOpen(JavadocParser.OptionTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.optionTagOpen()
. - exitParagraph(JavadocParser.ParagraphContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.paragraph()
. - exitParagraph(JavadocParser.ParagraphContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.paragraph()
. - exitParameters(JavadocParser.ParametersContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.parameters()
. - exitParameters(JavadocParser.ParametersContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.parameters()
. - exitParamTag(JavadocParser.ParamTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.paramTag()
. - exitParamTag(JavadocParser.ParamTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.paramTag()
. - exitPTagClose(JavadocParser.PTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.pTagClose()
. - exitPTagClose(JavadocParser.PTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.pTagClose()
. - exitPTagOpen(JavadocParser.PTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.pTagOpen()
. - exitPTagOpen(JavadocParser.PTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.pTagOpen()
. - exitReference(JavadocParser.ReferenceContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.reference()
. - exitReference(JavadocParser.ReferenceContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.reference()
. - exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TextContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- exitRule(ParseTreeListener) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
- exitSingletonElement(JavadocParser.SingletonElementContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.singletonElement()
. - exitSingletonElement(JavadocParser.SingletonElementContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.singletonElement()
. - exitSingletonTag(JavadocParser.SingletonTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.singletonTag()
. - exitSingletonTag(JavadocParser.SingletonTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.singletonTag()
. - exitSingletonTagName(JavadocParser.SingletonTagNameContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.singletonTagName()
. - exitSingletonTagName(JavadocParser.SingletonTagNameContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.singletonTagName()
. - exitTbody(JavadocParser.TbodyContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.tbody()
. - exitTbody(JavadocParser.TbodyContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.tbody()
. - exitTbodyTagClose(JavadocParser.TbodyTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.tbodyTagClose()
. - exitTbodyTagClose(JavadocParser.TbodyTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.tbodyTagClose()
. - exitTbodyTagOpen(JavadocParser.TbodyTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.tbodyTagOpen()
. - exitTbodyTagOpen(JavadocParser.TbodyTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.tbodyTagOpen()
. - exitTd(JavadocParser.TdContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.td()
. - exitTd(JavadocParser.TdContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.td()
. - exitTdTagClose(JavadocParser.TdTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.tdTagClose()
. - exitTdTagClose(JavadocParser.TdTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.tdTagClose()
. - exitTdTagOpen(JavadocParser.TdTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.tdTagOpen()
. - exitTdTagOpen(JavadocParser.TdTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.tdTagOpen()
. - exitText(JavadocParser.TextContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.text()
. - exitText(JavadocParser.TextContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.text()
. - exitTfoot(JavadocParser.TfootContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.tfoot()
. - exitTfoot(JavadocParser.TfootContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.tfoot()
. - exitTfootTagClose(JavadocParser.TfootTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.tfootTagClose()
. - exitTfootTagClose(JavadocParser.TfootTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.tfootTagClose()
. - exitTfootTagOpen(JavadocParser.TfootTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.tfootTagOpen()
. - exitTfootTagOpen(JavadocParser.TfootTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.tfootTagOpen()
. - exitTh(JavadocParser.ThContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.th()
. - exitTh(JavadocParser.ThContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.th()
. - exitThead(JavadocParser.TheadContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.thead()
. - exitThead(JavadocParser.TheadContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.thead()
. - exitTheadTagClose(JavadocParser.TheadTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.theadTagClose()
. - exitTheadTagClose(JavadocParser.TheadTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.theadTagClose()
. - exitTheadTagOpen(JavadocParser.TheadTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.theadTagOpen()
. - exitTheadTagOpen(JavadocParser.TheadTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.theadTagOpen()
. - exitThTagClose(JavadocParser.ThTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.thTagClose()
. - exitThTagClose(JavadocParser.ThTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.thTagClose()
. - exitThTagOpen(JavadocParser.ThTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.thTagOpen()
. - exitThTagOpen(JavadocParser.ThTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.thTagOpen()
. - exitTr(JavadocParser.TrContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.tr()
. - exitTr(JavadocParser.TrContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.tr()
. - exitTrTagClose(JavadocParser.TrTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.trTagClose()
. - exitTrTagClose(JavadocParser.TrTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.trTagClose()
. - exitTrTagOpen(JavadocParser.TrTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.trTagOpen()
. - exitTrTagOpen(JavadocParser.TrTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.trTagOpen()
. - exitWrongSinletonTag(JavadocParser.WrongSinletonTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
-
Exit a parse tree produced by
JavadocParser.wrongSinletonTag()
. - exitWrongSinletonTag(JavadocParser.WrongSinletonTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserListener
-
Exit a parse tree produced by
JavadocParser.wrongSinletonTag()
. - EXPANDED - com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ElementStyle
-
Expanded example
- expandedTabsColumnNo(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the column number for the start of a given expression, expanding tabs out into spaces in the process.
- expandedTabsColumnNo(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Get the column number for the start of a given expression, expanding tabs out into spaces in the process.
- expandSelectedNode() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Do expansion of a tree node.
- EXPLICIT_MODS - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Contains explicit access modifiers.
- explicitConstructorInvocation() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- ExplicitInitializationCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks if any class or object member explicitly initialized to default for its type value (
null
for object references, zero for numeric types andchar
andfalse
forboolean
. - ExplicitInitializationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
- EXPONENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- EXPR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An expression.
- EXPR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- expression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- expressionList() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- expressionValue - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.Values
-
NP value for expression.
- expressionValues - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Stack of NP values for expressions.
- extendedClassNameFormat - Variable in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Pattern for class name that is being extended.
- extendIllegalClassNamesWithShortName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Extends illegal class names set via imported short type name.
- EXTENDS_CLAUSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An extends clause.
- EXTENDS_CLAUSE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- extension - Variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
-
Common extension of files which are included in the resource bundle.
- EXTERNAL_GENERAL_ENTITIES - Static variable in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
-
Feature that enables including external general entities in XML files.
- EXTERNAL_RESOURCE_KEY_PREFIX - Static variable in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
The property prefix to use for storing the hashcode of an external resource.
- ExternalResource(String, String) - Constructor for class com.puppycrawl.tools.checkstyle.PropertyCacheFile.ExternalResource
-
Creates an instance.
- ExternalResourceHolder - Interface in com.puppycrawl.tools.checkstyle.api
-
The following interface should be implemented by each module (inheritor of
AbstractCheck
, implementor ofFileSetCheck
, orFilter
) which uses external resources of any kind for its configuration. - extractBaseName(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Extracts the base name (the unique prefix) of resource bundle from translation file name.
- extractBlockComment(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Returns the specified block comment as a String array.
- extractFullIdent(FullIdent, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Recursively extract a FullIdent.
- extractQualifiedName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
Get name of class(with qualified package if specified) in extend clause.
- extractTypeParamNameFromTag(JavadocTag) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Extracts type parameter name from tag.
F
- failOnViolation - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Whether to fail build on violations.
- failureProperty - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Property to set on violations.
- FallThroughCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for fall through in switch statements Finds locations where a case contains Java code - but lacks a break, return, throw or continue statement.
- FallThroughCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
- fatalError(SAXParseException) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
- field() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- FIELD_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Field name.
- FIELD_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- FIELD_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- FIELD_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- FIELD_TYPE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Field type.
- FIELD_TYPE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- FIELD_TYPE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- FIELD_TYPE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- FieldFrame(EqualsAvoidNullCheck.FieldFrame) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Creates new frame.
- FieldFrame(HiddenFieldCheck.FieldFrame, boolean, String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Creates new frame.
- fields - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Set of fields.
- file - Variable in class com.puppycrawl.tools.checkstyle.api.FileText
-
The name of the file.
- file - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
Filename of supression file.
- FILE_EXTENSION_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
-
Pattern matching any file extension with dot included.
- FILE_MAX_NCSS - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Default constant for max file ncss.
- FILE_NAME_WITH_LANGUAGE_CODE_FORMATTER - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
File name format with language code.
- fileContents - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
The current file contents.
- FileContents - Class in com.puppycrawl.tools.checkstyle.api
-
Represents the contents of a file.
- FileContents(FileText) - Constructor for class com.puppycrawl.tools.checkstyle.api.FileContents
-
Creates a new
FileContents
instance. - FileContents(String, String...) - Constructor for class com.puppycrawl.tools.checkstyle.api.FileContents
-
Deprecated.Use
FileContents(FileText)
instead in order to preserve the original line breaks where possible. - FileContentsHolder - Class in com.puppycrawl.tools.checkstyle.checks
-
Holds the current file contents for global access when configured as a TreeWalker sub-module.
- FileContentsHolder() - Constructor for class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
- fileContentsReference - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
References the current FileContents for this filter.
- fileContentsReference - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
References the current FileContents for this filter.
- fileContext - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Current file context.
- FileContext() - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
- fileExtensions - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
The file extensions that are accepted by this filter.
- fileExtensions - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
The file extensions that are accepted.
- fileFinished(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
-
Notify that audit is finished on a specific file.
- fileFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
- fileFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
- fileFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
- FileLengthCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Checks for long source files.
- FileLengthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
- fileLocation - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
Location of import control file.
- fileMaximum - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Maximum ncss for a complete source file.
- fileName - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Name of file to check.
- fileName - Variable in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Filename event associated with.
- fileName - Variable in class com.puppycrawl.tools.checkstyle.api.FileContents
-
The file name.
- fileName - Variable in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
-
Current file name.
- fileName - Variable in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
File name of cache.
- fileNamePattern - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Compiled regexp to match a file.
- fileNamePattern - Variable in class com.puppycrawl.tools.checkstyle.filefilters.BeforeExecutionExclusionFileFilter
-
Filename of exclusion.
- filePattern - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
The pattern for file names.
- fileRegexp - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
The regexp to match file names against.
- files - Variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
-
Set of files which are included in the resource bundle.
- files - Variable in class com.puppycrawl.tools.checkstyle.Main.CliOptions
-
List of file to validate.
- FileSelectionAction() - Constructor for class com.puppycrawl.tools.checkstyle.gui.MainFrame.FileSelectionAction
- FileSetCheck - Interface in com.puppycrawl.tools.checkstyle.api
-
Interface for Checking a set of files for some criteria.
- fileSetChecks - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
Vector of fileset checks.
- fileSets - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Contains the filesets to process.
- fileStarted(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.AuditListener
-
Notify that audit is about to start on a specific file.
- fileStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
- fileStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
- fileStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
- filesToProcess - Variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
The files to process.
- FileTabCharacterCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks to see if a file contains a tab character.
- FileTabCharacterCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck
- FileText - Class in com.puppycrawl.tools.checkstyle.api
-
Represents the text contents of a file of arbitrary plain text type.
- FileText(FileText) - Constructor for class com.puppycrawl.tools.checkstyle.api.FileText
-
Copy constructor.
- FileText(File, String) - Constructor for class com.puppycrawl.tools.checkstyle.api.FileText
-
Creates a new file text representation.
- FileText(File, List<String>) - Constructor for class com.puppycrawl.tools.checkstyle.api.FileText
-
Compatibility constructor.
- fillCacheWithExternalResources(Set<PropertyCacheFile.ExternalResource>) - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Fills cache with a set of
PropertyCacheFile.ExternalResource
. - fillChecksFromAnnotationPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from annotation package.
- fillChecksFromBlocksPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from blocks package.
- fillChecksFromCodingPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from coding package.
- fillChecksFromDesignPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from design package.
- fillChecksFromHeaderPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from header package.
- fillChecksFromImportsPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from imports package.
- fillChecksFromIndentationPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from indentation package.
- fillChecksFromJavadocPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from javadoc package.
- fillChecksFromMetricsPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from metrics package.
- fillChecksFromModifierPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from modifier package.
- fillChecksFromNamingPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from naming package.
- fillChecksFromRegexpPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from regexp package.
- fillChecksFromSizesPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from sizes package.
- fillChecksFromWhitespacePackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with Checks from whitespace package.
- fillModulesFromChecksPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with modules from checks package.
- fillModulesFromCheckstylePackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with modules from checkstyle package.
- fillModulesFromFilefiltersPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with modules from filefilters package.
- fillModulesFromFiltersPackage() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map with modules from filters package.
- fillShortToFullModuleNamesMap() - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Fill short-to-full module names map.
- fillTemplateWithStringsByRegexp(String, String, Pattern) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Puts part of line, which matches regexp into given template on positions $n where 'n' is number of matched part in line.
- Filter - Interface in com.puppycrawl.tools.checkstyle.api
-
An interface for filtering AuditEvents.
- filterChain - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
The filter chain to return in getAFilterChain(), configured during parsing.
- filters - Variable in class com.puppycrawl.tools.checkstyle.api.FilterSet
-
Filter set.
- filters - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
The audit event filters.
- filters - Variable in class com.puppycrawl.tools.checkstyle.filters.CsvFilter
-
Filter set.
- filters - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
Set of individual suppresses.
- FilterSet - Class in com.puppycrawl.tools.checkstyle.api
-
A filter set applies filters to AuditEvents.
- FilterSet() - Constructor for class com.puppycrawl.tools.checkstyle.api.FilterSet
- FINAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
final
keyword. - FINAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- FINAL_KEYWORD - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Name for 'final' keyword.
- FinalClassCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Checks that class which has only private ctors is declared as final.
- FinalClassCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
- FinalClassCheck.ClassDesc - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Maintains information about class' ctors.
- FinalLocalVariableCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Ensures that local variables that never get their values changed, must be declared final.
- FinalLocalVariableCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
- FinalLocalVariableCheck.FinalVariableCandidate - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Represents information about final local variable candidate.
- FinalLocalVariableCheck.ScopeData - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Holder for the scope data.
- finallyHandler() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- FinallyHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for finally blocks.
- FinallyHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.FinallyHandler
-
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
- FinalParametersCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
Check that method/constructor/catch/foreach parameters are final.
- FinalParametersCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
- FinalVariableCandidate(DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.FinalVariableCandidate
-
Creates new instance.
- findAllExpressionsInChildren(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Method looks at children and returns list of expressions in strings.
- findBetterPatternMatch(String, String, Pattern, CustomImportOrderCheck.RuleMatchForImport) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Tries to find better matching regular expression: longer matching substring wins; in case of the same length, lower position of matching substring wins.
- findBundle(Set<TranslationCheck.ResourceBundle>, TranslationCheck.ResourceBundle) - Static method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Searches for specific resource bundle in a set of resource bundles.
- findChar(String[], char, TagParser.Point) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
Finds next occurrence of given character.
- findChildrenOfExpressionType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Find all child of given AST of type TokenType.EXPR
- findClassAlias(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Looking if a given name is alias.
- findClassFrame(DetailAST, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Find the class frame containing declaration.
- findColumnNo(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Finds column number in the first non-comment node.
- findContainingConstantDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Finds the constant definition that contains aAST.
- findField(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Determines whether this FieldFrame contains the field.
- findFinalVariableCandidateForAst(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.ScopeData
-
Searches for final local variable candidate for ast in the scope.
- findFirstToken(int) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Returns the first child token that makes a specified type.
- findFirstToken(DetailNode, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Returns the first child token that has a specified type.
- findFirstTokenByPredicate(DetailAST, Predicate<DetailAST>) - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Finds the first
Optional
child token ofDetailAST
root node which matches the given predicate. - findFirstUpperNamedBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Find the Class, Constructor, Enum, Method, or Field in which it is defined.
- findFrame(DetailAST, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Find frame containing declaration.
- findFrame(RequireThisCheck.AbstractFrame, DetailAST, boolean) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Find frame containing declaration.
- findFrame(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.Find frame containing declaration.
- findLastAnnotation(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Find the last token of type
TokenTypes.ANNOTATION
under the given set of modifiers. - findLastChildWhichContainsSpecifiedToken(DetailAST, int, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Returns the last child token that makes a specified type and contains containType in its branch.
- findLastPosition(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Finds the last position of node without children.
- findLastPosition(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Finds the last position of node without children.
- findLeftCurly(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
Calculates the left curly corresponding to the block to be checked.
- findLineBreaks() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Find positions of line breaks in the full text.
- findLineNo(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Finds line number in the first non-comment node.
- findMatch() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
Method that finds the matches.
- findMatch() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Recursive method that finds the matches.
- findMatchingAnnotation(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks whether the AST is annotated with an annotation containing the passed in regular expression and return the AST representing that annotation.
- findNearestMatch(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Finds the nearest comment text tag that matches an audit event.
- findNextSibling(DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
-
Return token type only if passed tokenType in argument is found or returns -1.
- findPreviousStatement(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Finds a previous statement of the comment.
- findSelectionPositions() - Method in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Find start and end selection positions from AST line and Column.
- findSelectionPositions(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Find start and end selection positions from AST line and Column.
- findSelectionPositions(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Find start and end selection positions from DetailNode line and Column.
- findStartTokenOfMethodCallChain(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Finds the start token of method call chain.
- findSubtreeLines(LineSet, DetailAST, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Find the set of lines for a given subtree.
- findTextStart(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Finds the index of the first non-whitespace character ignoring the Javadoc comment start and end strings (/** and */) as well as any leading asterisk.
- findTokenWhichBeginsTheLine(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Finds a token which begins the line.
- findWarningsHolder(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
Find the parent (holder) of the of the warnings (Expr).
- finish() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
Perform processing at the end of a set of lines.
- finish() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.SinglelineDetector
-
Perform processing at the end of a set of lines.
- finishImportList() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Examine the order of all the imports and log any violations.
- finishJavadocTree(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Called after finished processing a tree.
- finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Provides a hook to finish the part of this component's setup that was not handled by the bean introspection.
- finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.Checker
- finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
- finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
- finishLocalSetup() - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
- finishProcessing() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
- finishProcessing() - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
-
Called when all the files have been processed.
- finishProcessing() - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Called after finished processing a tree.
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
- finishTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
- fireAuditFinished() - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Notify all listeners about the audit end.
- fireAuditStarted() - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Notify all listeners about the audit start.
- fireEditingCanceled() - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
Notifies all listeners that have registered interest for 'editing canceled' event.
- fireEditingStopped() - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
Notifies all listeners that have registered interest for 'editing stopped' event.
- fireErrors(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Notify all listeners about the errors in a file.
- fireErrors(String, SortedSet<LocalizedMessage>) - Method in interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
-
Notify all listeners about the errors in a file.
- fireErrors(String, SortedSet<LocalizedMessage>) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Notify all listeners about the errors in a file.
- fireFileFinished(String) - Method in interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
-
Notify all listeners about the end of a file audit.
- fireFileFinished(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Notify all listeners about the end of a file audit.
- fireFileStarted(String) - Method in interface com.puppycrawl.tools.checkstyle.api.MessageDispatcher
-
Notify all listeners about the beginning of a file audit.
- fireFileStarted(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Notify all listeners about the beginning of a file audit.
- fireTreeStructureChanged(Object, Object[], int[], Object...) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Notify all listeners that have registered interest for 'tree structure changed' event.
- FIRST_CLASS_NAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Regex to match the first class name.
- firstArg - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
An optional first argument.
- firstColumn - Variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
The suppression region for the check - first column.
- firstLine - Variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
The suppression region for the check - first line.
- firstLine - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
-
The first line where warnings may be suppressed.
- firstLine() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
-
Get the line number of the first line.
- firstLineCol() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
-
Get the starting column for the first line.
- FLOAT_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- FLOAT_SUFFIX - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- flushAndCloseOutStream(OutputStream) - Static method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Flushes and closes output stream.
- folderPattern - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Compiled regexp to match a folder.
- FOR_CONDITION - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A for loop condition.
- FOR_CONDITION - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- FOR_EACH_CLAUSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A for-each clause.
- FOR_EACH_CLAUSE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- FOR_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A for loop initializer.
- FOR_INIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- FOR_ITERATOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A for loop iterator.
- FOR_ITERATOR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- forbiddenSummaryFragments - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Regular expression for forbidden summary fragments.
- forceStrictCondition - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Force strict condition in line wrapping case.
- forCond() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- forEachClause() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- forEachDeclarator() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- ForHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for for loops.
- ForHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ForHandler
-
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
- forInit() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- forIter() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
-
Deprecated.The format string of the regexp.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
The regexp to match against.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
The format string of the regexp.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
The regexp to match against.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
The regexp to match against.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
The regexp to match against.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
The regexp to match against.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
-
The regexp to match against.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
-
The regexp to match against.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Format of the regular expression to check for.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
The regexp to match against.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
The format of the regular expression to match.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
The format of the regular expression to match.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
The format of the regular expression to match.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
-
Regular expression pattern compiled from format.
- format - Variable in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
The regexp to match against.
- format - Variable in class com.puppycrawl.tools.checkstyle.Main.CliOptions
-
Output format.
- format(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.AuditEventDefaultFormatter
- format(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.AuditEventFormatter
-
Formats an error message.
- format(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the format to use when matching lines and returns Builder object.
- formatter - Variable in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
Formatter for the log message.
- Formatter() - Constructor for class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
- formatters - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Contains the formatters to log to.
- FormatterType() - Constructor for class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.FormatterType
- forStatement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- forStatementEnd - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
Hold the line-number where the last 'for-loop' statement ended.
- found - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.ExceptionInfo
-
Does the exception have throws tag associated with.
- FQ_DEPRECATED - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Fully-qualified
Deprecated
annotation name. - FQ_OVERRIDE - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
Fully-qualified
Override
annotation name. - FQ_SUPPRESS_WARNINGS - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
Fully-qualified
SuppressWarnings
annotation name. - frame - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Stack of sets of field names, one for each class of a set of nested classes.
- FRAME_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Frame tag name.
- FRAME_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- FRAME_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- FRAME_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- FRAME_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
- FRAME_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- FRAME_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- FRAME_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Frame html tag.
- frameName - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Name of the class, enum or enum constant declaration.
- frameName - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Name of the frame, such name of the class or enum declaration.
- frameName - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AnonymousClassFrame
-
The name of the frame.
- frameNameIdent - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
Name identifier token.
- frames - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.Tree of all the parsed frames.
- frames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Tree of all the parsed frames.
- frameTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- frameTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- FrameTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- FrameType() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.FrameType
- fromLines(File, List<String>) - Static method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Compatibility conversion.
- fromName(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Returns a JavadocTag from the tag name.
- fromText(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Returns a JavadocTag from the tag text.
- FullIdent - Class in com.puppycrawl.tools.checkstyle.api
-
Represents a full identifier, including dots, with associated position information.
- FullIdent() - Constructor for class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Hide default constructor.
- fullPackage - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
The full package name for the node.
- fullText - Variable in class com.puppycrawl.tools.checkstyle.api.FileText
-
The full text contents of the file.
G
- GE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
>=
(greater than or equal) operator. - GE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- GeneratedJavaLexer - Class in com.puppycrawl.tools.checkstyle.grammars
- GeneratedJavaLexer(InputBuffer) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- GeneratedJavaLexer(LexerSharedInputState) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- GeneratedJavaLexer(InputStream) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- GeneratedJavaLexer(Reader) - 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(ParserSharedInputState) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- GeneratedJavaRecognizer(TokenBuffer) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- GeneratedJavaRecognizer(TokenBuffer, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- GeneratedJavaRecognizer(TokenStream) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- GeneratedJavaRecognizer(TokenStream, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- GeneratedJavaTokenTypes - Interface in com.puppycrawl.tools.checkstyle.grammars
- generateThirdPartyNameToFullModuleName(ClassLoader) - Method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Generate the map of third party Checkstyle module names to the set of their fully qualified names.
- GENERIC_END - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
'>' symbol signifying the end of type arguments or type parameters.
- GENERIC_END - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- GENERIC_START - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
'<' symbol signifying the start of type arguments or type parameters.
- GENERIC_START - Static variable in 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(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Retrieves a line of the text by its number.
- get(String) - Method in interface com.puppycrawl.tools.checkstyle.api.Context
-
Searches for the value with the specified attribute key in this context.
- get(String) - Method in class com.puppycrawl.tools.checkstyle.DefaultContext
- get(String) - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Retrieves the hash of a specific file.
- getAbbreviationIfIllegal(String, int, int) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Get Abbreviation if it is illegal.
- getAbstractOption() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck
-
Deprecated.Gets AbstractOption set.
- getAcceptableJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
The configurable javadoc token set.
- getAcceptableParent(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Returns parent of given ast if parent has one of the following types: ANNOTATION_DEF, PACKAGE_DEF, CLASS_DEF, ENUM_DEF, ENUM_CONSTANT_DEF, CTOR_DEF, METHOD_DEF, PARAMETER_DEF, VARIABLE_DEF, ANNOTATION_FIELD_DEF, TYPE, LITERAL_NEW, LITERAL_THROWS, TYPE_ARGUMENT, IMPLEMENTS_CLAUSE, DOT.
- 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.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.AbstractIllegalMethodCheck
-
Deprecated.
- 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.FileContentsHolder
- 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
- getAccessModifier(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
Returns the access modifier of the method/constructor at the specified AST.
- getAccessModifierFromModifiersToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Returns
AccessModifier
based on the information about access modifier taken from the given token of typeTokenTypes.MODIFIERS
. - getAlias(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Returns the alias for the source name of a check.
- getAllAnnotationValues(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Get all annotation values.
- getAllExceptionTypes(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
-
Finds all exception types in current catch.
- getAllNewlineNodes(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
Finds and collects all NEWLINE nodes inside DESCRIPTION node.
- getAllTokenIds() - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Get all token IDs that are available in TokenTypes.
- getAllTokensOfType(DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
Collects all tokens of specific type starting with the current ast node.
- getAllTokensOfType(DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Collects all tokens of specific type starting with the current ast node.
- getAllTokensOfType(DetailAST, int, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Collects all tokens of specific type starting with the current ast node and which line number is lower or equal to the end line number.
- getAllTokensWhichAreEqualToCurrent(DetailAST, DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Collects all tokens which are equal to current token starting with the current ast node and which line number is lower or equal to the end line number.
- 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.
- getAnnotationName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Returns the name of the given annotation.
- getAnnotationName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
Gets the name of the annotation.
- getAnnotationName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Gets name of an annotation.
- getAnnotationTarget(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Get target of annotation.
- getAnnotationValues(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Returns the annotation values represented by an AST.
- getArrayDeclaratorPreviousElement(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Returns proper argument for getPositionAfter method, it is a token after
ARRAY_DECLARATOR
, in can beRBRACK
,IDENT
or an array type definition (literal). - getArrayInitIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Get the line-wrapping indentation level.
- getAST() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context
-
Gets the member AST node.
- 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
- getBaseName() - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
- 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.
- getBlockCommentContent(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Gets content of block comment.
- getBlockComments() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Returns a map of all block comments.
- getBlockEndToken(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Returns the token which ends the code block.
- getBlockTagPattern(int) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Get a block tag pattern depending on a line number of a javadoc.
- 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.
- getBranchTokenTypes() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Returns token type with branch.
- getBundle(String) - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Find a ResourceBundle for a given bundle name.
- getCanonicalName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Gets canonical type's name from given
TYPE
node. - 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
-
Deprecated.Use
FileContents.getBlockComments()
instead. - 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
- getCheckName() - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
Gets he source name of the suppressed check.
- getCheckShortName(AuditEvent) - Static method in class com.puppycrawl.tools.checkstyle.AuditEventDefaultFormatter
-
Returns check name without 'Check' suffix.
- 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.
- getChildAtDetailAst(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Gets child of DetailAST node at specified 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.coding.EqualsAvoidNullCheck.FieldFrame
-
Getter for frame's children.
- getChildren() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
- getChildren() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
- getChildren(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Gets all the children which are one level below on the current DetailAST parent node.
- 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.
- getClassFrameWhereViolationIsFound(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Returns the class frame where violation is found (where the field is used without 'this') or null otherwise.
- 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.
- getClassNameFromQualifiedName(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
Get class name from qualified name.
- getClassNameWithPackage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Retrieves class name with packages.
- getClassResolver() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Returns the current tree's ClassResolver.
- getClassShortName(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Gets the short class name from given canonical name.
- getClassShortNames(List<String>) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Gets the list with short names classes.
- getClazz() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.AbstractClassInfo
-
Deprecated.Returns class associated with that object.
- getClazz() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassAlias
-
Deprecated.
- getClazz() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass
-
Deprecated.
- getClazz() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.ExceptionInfo
-
Gets exception class.
- getCodeBlockDefinitionToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Returns code block definition token for current identifier.
- getCol() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck.StringInfo
-
The column where a string was found.
- 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(ParseTree) - Static method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Gets column number from ParseTree node.
- 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.AbstractTypeAwareCheck.Token
-
Deprecated.Gets column number of the token.
- getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Gets column number.
- getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser.Point
-
Getter for 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
- getCommentFirstLine(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Gets the first line of comment in catch block.
- getCommentText(String...) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Returns the comment text from the Javadoc.
- getCondLeft(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
Retrieves the left side of a conditional.
- getCondRight(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
Retrieves the right side of a conditional.
- getConfiguration() - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Returns the configuration that was used to configure this component.
- getConstructor(Class<T>, Class<?>...) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Gets constructor of targetClass.
- getContents() - Static method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
-
Deprecated.use getCurrentFileContents() instead.
- getCount() - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
-
Returns the number of counted events since audit started.
- getCount() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck.Counter
-
Gets the counters value.
- getCount() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context
-
Gets the count.
- getCountOfEmptyLinesBefore(int) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Counts empty lines before given.
- getCppComments() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Deprecated.Use
FileContents.getSingleLineComments()
instead. - getCurrentClassName() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Returns current class.
- getCurrentFile() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get current file.
- getCurrentFileContents() - Static method in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
-
Returns content of current file.
- getCurrentValue() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Gets the current value.
- getCurrentVariables() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Get current variable stack.
- getCustomMessage() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Returns the formatted custom message if one is configured.
- getCustomMessages() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Returns an unmodifiable map instance containing the custom messages for this configuration.
- 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.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.AbstractIllegalMethodCheck
-
Deprecated.
- 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.FileContentsHolder
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.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
- getDescription() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrame.JavaFileFilter
- getDestFileName(String[]...) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
-
Reads destination file name.
- getDetails(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Collects validation Details.
- getDetailsForIfElse(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Collects validation details for LITERAL_IF and LITERAL_ELSE.
- getDetailsForLambda(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Collects validation details for Lambdas.
- getDetailsForLoops(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Collects validation details for loops' tokens.
- getDetailsForOthers(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Collects validation details for CLASS_DEF, METHOD DEF, CTOR_DEF, STATIC_INIT, and INSTANCE_INIT.
- getDetailsForTryCatchFinally(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Collects validation details for LITERAL_TRY, LITERAL_CATCH, and LITERAL_FINALLY.
- getDirectoryName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
-
Returns the directory name this file is in.
- getDisallowedAbbreviation(String) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Gets the disallowed abbreviation contained in given String.
- getDistributedPreviousStatement(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Returns the first token of the distributed previous statement of comment.
- getDistToVariableUsageInChildNode(DetailAST, DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Returns the distance to variable usage for in the child node.
- getDuplicatedKeys() - Method in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck.UniqueProperties
-
Retrieves a collections of duplicated properties keys.
- getEditingRow() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
- getEmptyLines(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Get list of empty lines.
- getEmptyLinesToLog(List<Integer>) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Get list of empty lines to log.
- 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.
- getErrorMessage() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.DescriptiveErrorListener
-
Getter for error message during parsing.
- getExceptionVariableName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Gets variable's name associated with exception.
- getExclusions(CommandLine) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Gets the list of exclusions provided through the command line argument.
- getExpectedAnnotationIndentation(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Returns an expected annotation indentation.
- getExpressionValue() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.Values
-
Returns NP value for expression.
- getExtension() - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
- 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.Checker
-
Returns a set of external configuration resource locations which are used by all file set checks and filters.
- 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.TreeWalker
- getExternalResourceLocations(Set<AbstractCheck>) - Static method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Returns a set of external configuration resource locations which are used by the checks set.
- getFieldName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Get the name of the field.
- getFieldType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Get field type.
- getFieldWithoutThis(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Returns the frame where the field is declared, if the given field is used without 'this', and null otherwise.
- 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.filters.SuppressionCommentFilter
-
Returns FileContents for this filter.
- getFileContents() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Returns FileContents for this filter.
- 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.checks.OuterTypeFilenameCheck
-
Get source file name.
- getFileName(File) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Retrieves the file name from the given
file
. - getFileNameWithoutExtension(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Returns file name without extension.
- getFiles() - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
- getFilesToCheck() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Returns the list of files (full path name) to process.
- getFilesToProcess(List<Pattern>, String...) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Determines the files to process.
- getFileText(File) - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get FileText from a file.
- getFilters() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
-
Returns the Filters of the filter set.
- getFilters() - Method in class com.puppycrawl.tools.checkstyle.filters.CsvFilter
-
Returns the IntFilters of the filter set.
- getFinalCandidate(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Gets final variable candidate for ast.
- getFirstAnnotationOnSameLine(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Returns first annotation on same line.
- getFirstArg() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Returns first argument.
- getFirstAst(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
Get the first AST of the specified method call.
- 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.
- getFirstColumn() - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
Gets the first column of the suppression region.
- getFirstDomainsFromIdent(int, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Extracts defined amount of domains from the left side of package/import identifier.
- getFirstIndentLevel() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Returns first indentation level.
- getFirstLine() - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
Gets the first line of the suppression region.
- getFirstLine(int, DetailAST) - 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.
- getFirstNodeInsideForWhileDoWhileBlocks(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Gets first Ast node inside FOR, WHILE or DO-WHILE blocks if variable usage is met only inside the block (not in its declaration!).
- getFirstNodeInsideIfBlock(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Gets first Ast node inside IF block if variable usage is met only inside the block (not in its declaration!).
- getFirstNodeInsideSwitchBlock(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Gets first Ast node inside SWITCH block if variable usage is met only inside the block (not in its declaration!).
- getFirstNodeInsideTryCatchFinallyBlocks(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Gets first Ast node inside TRY-CATCH-FINALLY blocks if variable usage is met only inside the block (not in its declaration!).
- getFirstNonArrayDeclaratorParent(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Get node that owns
ARRAY_DECLARATOR
sequence. - getFirstSentence(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Finds and returns first sentence.
- 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.
- getFolderPath(File) - Static method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Retrieves the folder path from the given
file
. - getForInitVariables(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Get all variables initialized In init part of for loop.
- getForIteratorVariables(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Get all variables which for loop iterating part change in every loop.
- getForLoopRightParen(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.ForHandler
-
Returns right parenthesis of for-loop statement.
- getFormat() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
-
Deprecated.Gets the regexp format.
- getFormat() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Format of the regular expression.
- getFormattedNodeClassNameWithoutContext(ParseTree) - Static method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Gets class name of ParseTree node and removes 'Context' postfix at the end and formats it.
- getFrameName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Getter for the frame name.
- getFrameName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
- getFrameName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AnonymousClassFrame
- getFrameNameIdent() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
- getFullImportIdent(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Forms import full path.
- getFullText() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Retrieve the full text of the file.
- getGenericTypeArgs(DetailAST, boolean) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Returns generic type arguments token.
- getGrammarFileName() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- getGrammarFileName() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- getGroupNumber(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Finds out what group the specified import belongs to.
- 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.
- getHandlerName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
-
Creates a handler name for this class according to ast type.
- getHandlerName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
-
Creates a handler name for this class according to ast type.
- getHashCodeBasedOnObjectContent(Serializable) - Static method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Calculates the hashcode for the serializable object based on its content.
- getHeaderLines() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Return the header lines to check against.
- getId() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Returns the identifier of the reporter.
- getId() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
Returns the id (name) of this tag.
- getIdentifier(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Returns the Java identifier represented by an AST.
- getIdentLastToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Gets leftmost token of identifier.
- getIfContains(DetailAST, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
Check whether the frame contains a given name.
- getIfContains(DetailAST, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
- getIfContains(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
-
Deprecated.Check whether the frame contains a given name.
- getIfStatementRightParen(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
-
Returns right parenthesis of if statement.
- getIllegalInstantiation(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Checks illegal instantiations.
- getImportContainer(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Extracts import container name from fully qualified import name.
- getImportedTypeCanonicalName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Gets imported type's canonical name.
- getImportFullPath() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
-
Get import full path variable.
- getImportGroup() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
-
Get import group.
- getImportGroup(boolean, String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Get import valid group.
- getImportText(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
Returns import text.
- getIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the indentation amount for this handler.
- getIndentation(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Get indentation for an AST node.
- getIndentation(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Get indentation for a node.
- 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
- 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.
- getIndexOpPreviousElement(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Gets previous node for
INDEX_OP
token for usage in getPositionAfter method, it is a simplified copy of getArrayDeclaratorPreviousElement method. - getInstance(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.Scope
-
Scope factory method.
- getInstance(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
SeverityLevel factory method.
- getInstance(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.naming.AccessModifier
-
Factory method which returns an AccessModifier instance that corresponds to the given access modifier name represented as a
String
. - getInstanceName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Get name of instance whose method is called.
- 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) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Gets all standalone tags from a given javadoc.
- getJavadocTags(TextBlock, JavadocUtils.JavadocTagType) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Gets validTags from a given piece of Javadoc.
- getJavadocTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Gets Javadoc (DetailNode) tree of specified block comments.
- 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.
- getLastColumn() - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
Gets the last column of the suppression region.
- 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.
- getLastLine() - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
Gets the last line of the suppression region.
- getLastNode(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
-
Finds sub-node for given node maximum (line, column) pair.
- getLastToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Finds a leaf, which is the most distant from the root.
- 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
- getLeftParen() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the left parenthesis portion of the expression we are handling.
- getLengthOfBlock(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
Returns length of code only without comments and blank lines.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Return the line number on the source file where the event occurred.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.api.LineColumn
-
Gets the one-based line number.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck.StringInfo
-
The line where a string was found.
- 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(int) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the line associated with the tree.
- getLine(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Get the line from text of the file.
- getLine(ParseTree) - Static method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Gets line number from ParseTree node.
- 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.AbstractTypeAwareCheck.Token
-
Deprecated.Gets line number of the token.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
Returns the source line number where this tag was found.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Gets the line number.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser.Point
-
Getter for line number.
- getLineNumber() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node line number.
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
-
Get import 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(List<String>, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck
-
Method returns line number the key is detected in the checked properties files first.
- 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(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the start of the line for the given line number.
- getLineStart(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Get a column number where a code starts.
- getLineStart(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the start of the line for the given expression.
- getLineStart(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Get the start of the line for the given expression.
- getLineStart(String) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the start of the specified line.
- getLineStart(String) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Get the start of the specified line.
- 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.
- getLineWrappingIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
A shortcut for
IndentationCheck
property. - getLineWrappingIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
A shortcut for
IndentationCheck
property. - getLineWrappingIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Get the array line-wrapping indentation level.
- getLineWrappingIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
A shortcut for
IndentationCheck
property. - getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
- getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the child element representing the list of statements.
- getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
- getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
- getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
- getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
- getListeners() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Return the list of listeners set in this task.
- getListOfChecks(DetailAST, TreeWalker.AstState) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Method returns list of checks.
- getListSelectionModel() - Method in class com.puppycrawl.tools.checkstyle.gui.ListToTreeSelectionModelWrapper
-
Returns the list selection model.
- getLocalizedMessage() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Gets the localized message.
- 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.
- getMax() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Returns allowed complexity.
- getMax() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Getter for maximum allowed complexity.
- 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.
- 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.
- getMessageBundle(String) - Static method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
For unit tests, especially with a class with no package name.
- getMessageCollector() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Returns the collector for violation messages.
- getMessageDispatcher() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
A message dispatcher is used to fire violation messages to interested audit listeners.
- getMessageID() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Gets the message ID to log violations with.
- getMessageKey() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Getter for key for error message.
- getMessageKey(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Get a message key depending on a comment type.
- getMessages() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
-
Returns an unmodifiable map instance containing the custom messages for this configuration.
- getMessages() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
-
Gets the logged messages.
- getMessages() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
Returns an unmodifiable map instance containing the custom messages for this configuration.
- getMethod() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck.MethodNode
-
Returns the overriding method definition AST.
- getMethodAnnotationsList(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Gets the list of annotations on method definition.
- getMethodCallLastNode(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
Returns method call right paren.
- getMethodCalls() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Getter for frame's method calls.
- getMethodDefLineStart(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
-
Gets the start line of the method, excluding any annotations.
- getMethodDefParamRightParen(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
-
Returns right parenthesis of method definition parameter list.
- 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
- getMethodsNumberOfLine(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Some javadoc.
- getMethodTags(TextBlock) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Returns the tags in a javadoc comment.
- getMethodWithoutThis(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Returns the frame where the method is declared, if the given method is used without 'this' and null otherwise.
- getMinimum() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The minimum number of allowed detections.
- getMissingFileName(TranslationCheck.ResourceBundle, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Returns the name of translation file which is absent in resource bundle or Guava's Optional, if there is not missing translation.
- getModeNames() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- getModifiers(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Returns the set of modifier Strings for a VARIABLE_DEF or CLASS_DEF AST.
- 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.
- getMultilineArgTags(Matcher, int, String[], int, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Gets multiline Javadoc tags with arguments.
- getMultilineNoArgTags(Matcher, String[], int, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Gets multiline Javadoc tags with no arguments.
- 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.AbstractTypeAwareCheck.AbstractClassInfo
-
Deprecated.Gets class name.
- getName() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
-
Getter for name field.
- getName() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.ExceptionInfo
-
Gets exception name.
- getName() - Method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Gets the tag name.
- getName() - Method in enum com.puppycrawl.tools.checkstyle.checks.naming.AccessModifier
- getName() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
- getNearestClassFrameName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Gets the name of the nearest parent ClassFrame.
- getNearestClassOrEnumDefinition(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
Returns CLASS_DEF or ENUM_DEF token which is the nearest to the given ast node.
- getNearestEmptyLine(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Finds and returns nearest empty line in javadoc.
- getNearestNode(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Returns nearest node.
- getNextCharPos(String[], TagParser.Point) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
Returns position of next comment character, skips whitespaces and asterisks.
- getNextCurNode(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Returns next curNode node.
- getNextFirstNonBlankOnLineAfter(int, int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
Returns column number of first non-blank char after specified column on specified line or -1 if such char doesn't exist.
- getNextImportGroup(int) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Get next import group.
- getNextNodeLine(NavigableMap<Integer, DetailAST>, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Gets the next node line from the firstNodesOnLines map unless there is no next line, in which case, it returns the last line.
- 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.
- getNextSibling(ParseTree) - Static method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Gets next sibling of ParseTree node.
- getNextSiblingSkipComments(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Get next sibling node skipping any comment nodes.
- getNextStmt(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Returns the next statement of a comment.
- getNextSubTreeNode(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Gets the next node of a syntactical tree (child of a current node or sibling of a current node, or sibling of a parent of a current node).
- getNextSubTreeNode(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Gets the next node of a syntactical tree (child of a current node or sibling of a current node, or sibling of a parent of a current node).
- getNextToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Finds next token after the given one.
- getNextToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Get the token to start counting the number of lines to add to the distance aim from.
- getNodeClassNameWithoutContext(ParseTree) - Static method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Gets class name of ParseTree node and removes 'Context' postfix at the end.
- getNodeInfo(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Get string representation of the node as token name, node text, line number and column number.
- 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
- getNthChild(DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Returns the n'th child of an AST node.
- getObjectFrame(EqualsAvoidNullCheck.FieldFrame) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Get the nearest parent frame which is CLASS_DEF, ENUM_DEF or ENUM_CONST_DEF.
- getOneLinePreviousStatement(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Does pre-order traverse of abstract syntax tree to find the previous statement of the comment.
- getOption(Class<T>, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Retrieves an
Enum
type from a @{link String String}. - getPackageName() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Retrieves current file package name.
- getPackageName() - Method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
-
Creates a full package name from the package names on the stack.
- 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.
- getPackageText(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
Returns package text.
- getParameters(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Computes the parameter nodes for a method.
- 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.coding.EqualsAvoidNullCheck.FieldFrame
-
Getter for the parent frame.
- getParent() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Getter for parent frame.
- getParent() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
- 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
- getParentType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
Returns type of parent node.
- getParseErrorMessage() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Getter for error message during parsing.
- getParseErrorMessage(JavadocDetailNodeParser.ParseErrorMessage) - Static method in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Builds error message base on ParseErrorMessage's message key, its arguments, etc.
- getParseTreeTableModel() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get parse tree table model.
- getPath() - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
- getPath(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Extracts path from a file name which contains the path.
- 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.HtmlTag
-
Returns the position with in the comment line where this tag was found.
- getPositionAfter(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Gets position after token (place of possible redundant whitespace).
- getPrevCaseToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Gets previous case-token for comment.
- getPreviousNodeWithParentOfTypeAst(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Finds previous node by text order for an array declarator, which parent type is
TYPE
. - 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.
- getPreviousStatement(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Returns the previous statement of a comment.
- getPrevSiblingSkipComments(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Get previous sibling node skipping any comments.
- getPrevStatementFromSwitchBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Gets comment's previous statement from switch block.
- getPrevStatementWhenCommentIsUnderCase(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Gets previous statement for comment which is placed immediately under case.
- getQualifiedClassName(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
Get qualified class name from given class Ast.
- getQualifiedClassName(String, String, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
Calculate qualified class name(package + class name) laying inside given outer class.
- getQualifiedName() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Get qualified class name.
- getRangeValue() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.Values
-
Returns NP value for range.
- getRegexp() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
-
Deprecated.Gets the regexp.
- 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.AbstractTypeAwareCheck
-
Deprecated.
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
- 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.AbstractIllegalMethodCheck
-
Deprecated.
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
-
Deprecated.
- 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.FileContentsHolder
- 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.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.AbstractComplexityCheck
-
Deprecated.
- 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
- getRightParen() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the right parenthesis portion of the expression we are handling.
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Returns root ImportControl.
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns value of root.
- getRootModule(String, ClassLoader) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Creates a new instance of the root module that will control and run Checkstyle.
- 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.BodyTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- 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.ColgroupTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- 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.DdTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- 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.DtTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- 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.HeadTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- 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.HtmlElementCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- 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.LiContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- 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.OptionTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- 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.PTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- 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.SingletonTagContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- 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.TfootTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- 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.TheadTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- 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
- 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.
- 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.
- getStrategyForImportControl(Attributes) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Utility to get a strategyOnMismatch property for "import-control" tag.
- getStrategyForSubpackage(Attributes) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Utility to get a strategyOnMismatch property for "subpackage" tag.
- getStringExpr(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Returns the literal string expression represented by an AST.
- getStringOrDefault(Pattern, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Retrieves the String form of the
pattern
ordefaultString
if null. - 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
- getSuperClassName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
Get super class name of given class.
- getSuppressor() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The suppressor to use.
- getSuppressWarnings(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
Gets the
SuppressWarnings
annotation that is annotating the AST. - getSurroundingScope(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns the scope of the surrounding "block".
- getSynchronizedStatementRightParen(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.SynchronizedHandler
-
Returns right parenthesis of synchronized statement.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable.TreeTableCellEditor
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableCellRenderer
-
TreeCellRenderer method.
- getTabWidth() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Get tab width to report errors with.
- getTagId(String[], TagParser.Point) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
Parse tag id.
- 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.
- GETTER_BODY_SIZE - Static variable in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Maximum nodes allowed in a body of getter.
- GETTER_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Pattern matching names of getter methods.
- 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.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.
- getThrows(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Computes the exception nodes for a method.
- 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(ParseTree) - Static method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Gets token type of ParseTree node from JavadocTokenTypes class.
- 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
- getTotal() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter
-
Fetches total number of methods.
- getTranslationKeys(File) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Loads the keys from the specified translation file into a set.
- 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.
- getType() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node type.
- getType() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
Get the type of the frame.
- getType() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.BlockFrame
- getType() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
- getType() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ConstructorFrame
- getType() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.MethodFrame
- 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
. - getTypeArgsClassNames(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Returns a list of type parameters class names.
- getTypeLastNode(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Searches parameter node for a type node.
- getTypeName(DetailAST, boolean) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Gets the name of type from given ast
TYPE
node. - 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.
- 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.
- getValidTags(TextBlock, JavadocUtils.JavadocTagType) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Returns the list of valid tags found in a javadoc
TextBlock
. - getValue() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
Gets value.
- getValueAt(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- 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.
- getValueAtDetailAST(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Gets a value for DetailAST object.
- getValueAtDetailNode(DetailNode, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Gets a value for DetailNode object.
- getValues() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.FormatterType
- getVarDefStatementSemicolon(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
-
Returns semicolon for variable definition statement.
- getVariablesManagedByForLoop(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Determines which variable are specific to for loop and should not be change by inner loop body.
- getVisibilityScope(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Returns the visibility scope for the variable.
- getVocabulary() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- getVocabulary() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- getWhitespaceFollowedNode(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
For a visited ast node returns node that should be checked for not being followed by whitespace.
- GlobalFrame() - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.GlobalFrame
-
Deprecated.Constructor for the root of the FrameTree.
- group - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.RuleMatchForImport
-
Import group for current best match.
- GROUP_SEPARATOR_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Pattern used to separate groups of imports.
- groupFilesIntoBundles(Set<File>, Pattern) - Static method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Groups a set of files into bundles.
- groups - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
List of import groups specified by the user.
- 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
- gtToReconcile - Variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
Counts the number of '>' characters that have been seen but have not yet been associated with the end of a typeParameters or typeArguments production.
H
- haltOnException - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
Controls whether exceptions should halt execution or not.
- handleCommentAtTheEndOfTheCodeBlock(DetailAST, DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Handles a comment which is placed at the end of non empty code block.
- handleCommentInEmptyCaseBlock(DetailAST, DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Handles a comment which is placed within empty case block.
- handleCommentInEmptyCodeBlock(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Handles a comment which is placed within the empty code block.
- handleFallThroughComment(DetailAST, DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Handles 'fall through' single line comment.
- handler() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- handlerFactory - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Factory from which handlers are distributed.
- HandlerFactory - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Factory for handlers.
- HandlerFactory() - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Creates a HandlerFactory.
- handlers - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Handlers currently in use.
- hasAllowedAnnotations(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Some javadoc.
- hasAnnotations(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Checks whether a given modifier node has an annotation.
- hasAnyImportInCurrentGroup(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Checks if current group contains any import.
- hasArguments(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
Does method have any arguments.
- hasBlockParent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
Determine if the expression we are handling has a block parent.
- hasCurlies() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Determines if this block expression has curly braces.
- hasDefaultCtor - Variable in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Result of details gathering.
- hasDefaultOrExplicitNonPrivateCtor(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
Checks whether a class has default or explicit non-private constructor.
- hasEmptyImplementation(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
Checks whether a method has only comments in the body (has an empty implementation).
- hasEmptyLine(int, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Checks, whether there are empty lines within the specified line range.
- hasEmptyLineAfter(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Checks if token have empty line after.
- hasEmptyLineBefore(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Checks if a token has a empty line before.
- hasFallThroughComment(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Determines if the fall through case between
currentCase
andnextCase
is relieved by a appropriate comment. - hasFinalField(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Checks whether given instance member has final modifier.
- HASH - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Hash character in
JavadocTokenTypes.REFERENCE
. - HASH - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HASH - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- HASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
- HASH_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- hashCode() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
- hashCode() - Method in class com.puppycrawl.tools.checkstyle.api.LineColumn
- hashCode() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
- hashCode() - Method in class com.puppycrawl.tools.checkstyle.filters.CsvFilter
- hashCode() - Method in class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
- hashCode() - Method in class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
- hashCode() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
- hashCode() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
- hashCode() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
- hashCode() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
- hasIgnoreAnnotation(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks if variable def has ignore annotation.
- hasIgnoredAnnotation(DetailAST, Set<String>) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
Checks whether a method has any of ignored annotations.
- hasInstanceMember(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Checks if a given name is a known instance member of the class.
- hasInstanceMember(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.Checks if a given name is a known instance member of the class.
- hasInstanceMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Checks if a given name is a known instance method of the class.
- hasInstanceMethod(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.Checks if a given name is a known instance method of the class.
- hasIntersectionWithBlockComment(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Checks if the specified position intersects with a block comment.
- hasIntersectionWithComment(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Checks if the specified position intersects with a comment.
- hasIntersectionWithSingleLineComment(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Checks if the specified position intersects with a single line comment.
- hasJavadocComment(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
Checks whether a method has a javadoc comment.
- hasJavadocInlineTags(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
Checks if comment has in-line tags which are not ignored.
- hasJavadocTags(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
Checks if comment has javadoc tags which are not ignored.
- hasLabelBefore() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Check if the top level token has label before.
- hasLineBreakAfter(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Checks if left curly has line break after.
- hasLineBreakBefore(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Checks if right curly has line break before.
- hasMethodOrField - Variable in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Result of details gathering.
- hasMultipleLinesBefore(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Whether the token has not allowed multiple empty lines before.
- hasNextTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
Indicates if there are any more HtmlTag to retrieve.
- hasNodeAfter(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Checks whether an annotation node has any node after on the same line.
- hasNodeBefore(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Checks whether an annotation node has any node before on the same line.
- hasNodeBeside(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Checks whether an annotation node has any node before or after on the same line.
- hasNonPrivateStaticMethodOrField - Variable in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Result of details gathering.
- hasNonStaticMethodOrField - Variable in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Result of details gathering.
- hasNotAllowedTwoEmptyLinesBefore(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Checks if a token has empty two previous lines and multiple empty lines is not allowed.
- hasOverrideAnnotation(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Checks that the method has "@Override" annotation.
- hasProperAccessModifier(DetailAST, String) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks if current variable has proper access modifier according to Check's options.
- hasPublic - Variable in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
-
If file has public type.
- hasPublicCtor - Variable in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Result of details gathering.
- hasShortCircuitTag(DetailAST, List<JavadocTag>) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Validates whether the Javadoc has a short circuit tag.
- hasStaticMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Checks if a given name is a known static method of the class.
- hasText(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
Checks if SLIST token contains any text.
- hasTrailComment(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Check if trail comment is present after ast token.
- hasTrailingWhitespace(DetailAST, int, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Checks if there is unwanted whitespace after the visited node.
- hasUnicodeChar(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Checks if literal has Unicode chars.
- hasWhitespaceBefore(int, String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Returns whether the specified string contains only whitespace up to the specified index.
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- head() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- head(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- HEAD - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Head html tag.
- HEAD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Head tag name.
- HEAD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HEAD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- HEAD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- HEAD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- HEAD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- HEAD_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HEAD_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- head_sempred(JavadocParser.HeadContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- HEAD_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close head tag.
- HEAD_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open head tag.
- HeadContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- HeaderCheck - Class in com.puppycrawl.tools.checkstyle.checks.header
-
Checks the header of the source against a fixed header file.
- HeaderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
- headerFile - Variable in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
The file that contains the header to check against.
- headerRegexps - Variable in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
The compiled regular expressions.
- headTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- headTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- headTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- HeadTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- headTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- headTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- HeadTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- HELP_WIDTH - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Width of CLI help option.
- HEX_DIGIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- HEX_DOUBLE_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- HEX_FLOAT_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- HiddenFieldCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that a local variable or a parameter does not shadow a field that is defined in the same class.
- HiddenFieldCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
- HiddenFieldCheck.FieldFrame - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Holds the names of static and instance fields of a type.
- HideUtilityClassConstructorCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Make sure that utility classes (classes that contain only static methods) do not have a public constructor.
- HideUtilityClassConstructorCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
- HideUtilityClassConstructorCheck.Details - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Details of class that are required for validation.
- HR_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Hr tag name.
- HR_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HR_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- HR_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- HR_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
- HR_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HR_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HR_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Hr html tag.
- hrTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- hrTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- HrTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- html() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- html(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- HTML - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Html html tag.
- HTML_COMMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Html comment:
<!-- -->
. - HTML_COMMENT_END - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
HTML comment end symbol '-->'.
- HTML_COMMENT_END - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HTML_COMMENT_END - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- HTML_COMMENT_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- HTML_COMMENT_START - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
HTML comment start symbol '<!--'.
- HTML_COMMENT_START - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HTML_COMMENT_START - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- HTML_COMMENT_START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- HTML_COMMENT_START_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HTML_ELEMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Parent node for all html tags.
- HTML_ELEMENT_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close html tag: <XXX>.
- HTML_ELEMENT_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open html tag: <XXX>.
- HTML_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Html tag name.
- HTML_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HTML_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- HTML_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- HTML_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- HTML_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- HTML_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HTML_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- html_sempred(JavadocParser.HtmlContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- HTML_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Non-special HTML tag.
- HTML_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close html tag.
- HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Identifier inside HTML tag: tag name or attribute name.
- HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- HTML_TAG_NAME(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- HTML_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open html tag.
- htmlAttr - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- htmlComment - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- htmlComment() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- htmlComment(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- HtmlCommentContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- HtmlContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- htmlElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- htmlElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- htmlElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- htmlElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- htmlElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- htmlElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- htmlElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- htmlElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- htmlElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- htmlElementClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- htmlElementClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- HtmlElementCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- HtmlElementContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- htmlElementOpen - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- htmlElementOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- htmlElementOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- HtmlElementOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- htmlTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- htmlTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- HtmlTag - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Used to keep track of a tag and the text that follows it.
- HtmlTag(String, int, int, boolean, boolean, String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
Construct the HtmlTag.
- htmlTag_sempred(JavadocParser.HtmlTagContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- htmlTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- htmlTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- htmlTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- HtmlTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- HtmlTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- htmlTagNameCatched - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- htmlTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- htmlTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- HtmlTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
I
- id - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
The identifier of the reporter.
- id - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
The HTML tag name.
- 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.
- IGNORE - com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
Severity level ignore.
- IGNORE - com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ClosingParens
-
Mixed styles.
- IGNORE - com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ElementStyle
-
Mixed styles.
- IGNORE - com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.TrailingArrayComma
-
Mixed styles.
- IGNORE_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
-
Patterns matching package, import, and import static statements.
- ignoreAbstractMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Controls whether to check the parameter of abstract methods.
- ignoreAnnotation - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Whether to ignore magic numbers in annotation.
- ignoreAnnotationCanonicalNames - Variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
List of ignore annotations canonical names.
- ignoreAnnotationShortNames - Variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
List of ignore annotations short names.
- ignoreCase - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Whether to ignore case when matching.
- ignoreCase - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Whether to ignore case when matching.
- ignoreCase - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Whether to ignore case when matching.
- ignoreCase - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Whether to ignore case when matching.
- ignoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies whether to ignore case when matching and returns Builder object.
- ignoreComments - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Ignore matches within comments?.
- ignoreComments - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Suppress comments.
- ignoreConstructorParameter - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Controls whether to check the parameter of a constructor.
- ignoreConstructors - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
If true, ignores the check to constructors.
- ignoredAnnotations - Variable in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
A set of annotations which allow the check to skip the method from validation.
- ignoredMethodNames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
Methods which should be ignored.
- ignoredMethodNames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Methods which should be ignored.
- ignoredTags - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
Allows to specify a list of tags to be ignored by check.
- ignoreEnhancedForColon - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Whether or not to ignore a colon in a enhanced for loop.
- ignoreEnums - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
If true, Check will ignore enums.
- ignoreEqualsIgnoreCase - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Whether to process equalsIgnoreCase() invocations.
- ignoreFieldDeclaration - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Whether to ignore magic numbers in field declaration.
- ignoreFileNameExtensions - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Whether to ignore the file's extension when looking for matches.
- ignoreFinal - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Allows to ignore variables with 'final' modifier.
- ignoreFinal - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Allows to ignore variables with 'final' modifier.
- ignoreFormat - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Pattern for names of variables and parameters to ignore.
- ignoreHashCodeMethod - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Whether to ignore magic numbers in a hash code method.
- ignoreInlineTags - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
Whether inline tags must be ignored.
- ignoreLines - Variable in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
The header lines to ignore in the check, sorted.
- ignoreMethodNamesRegex - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Method names that match this pattern do not require javadoc blocks.
- ignoreModifier - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Whether to ignore checking the modifier.
- ignoreModifiers - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
If true, ignore the check to modifiers (fields, ...).
- ignoreName - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Whether to ignore checking the name.
- ignoreNamePattern - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
The pattern to ignore variable name.
- ignoreNumbers - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
The numbers to ignore in the check, sorted.
- ignoreOccurrenceContext - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Marks the TokenTypes where duplicate strings should be ignored.
- ignoreOverridden - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
Allows to skip methods with Override annotation from validation.
- ignoreOverriddenMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
Property for ignoring overridden methods.
- ignoreOverriddenMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Allows to ignore methods with '@Override' annotation.
- ignoreOverriddenMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
Ignore overridden methods.
- ignorePattern - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
-
The regexp when long lines are ignored.
- ignorePrimitiveTypes - Variable in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
Option to ignore primitive types as params.
- ignorePrivateMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Whether private methods must be ignored.
- ignoreSetter - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Controls whether to check the parameter of a property setter method.
- ignoreStatic - Variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Allows to ignore variables with 'static' modifier.
- ignoreStringsRegexp - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Pattern for matching ignored strings.
- ignoreVariablePattern - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
RegExp pattern to ignore distance calculation for variables listed in this pattern.
- ILLEGAL_TYPE_OF_TOKEN - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Message thrown with IllegalStateException.
- 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
- illegalClasses - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Set of fully qualified class names.
- illegalClasses - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
List of illegal classes.
- illegalClassesRegexps - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
The compiled regular expressions for classes.
- illegalClassNames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalCheck
-
Deprecated.Illegal class names.
- illegalClassNames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
-
Illegal class names.
- illegalClassNames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
Illegal class names.
- illegalClassNames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Illegal classes.
- 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
- illegalPattern - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Pattern illegal?.
- illegalPkgs - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
List of illegal packages.
- illegalPkgsRegexps - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
The compiled regular expressions for packages.
- 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_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- IMG_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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
- immutableClassCanonicalNames - Variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
List of immutable classes canonical names.
- immutableClassShortNames - Variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
List of immutable classes short names.
- 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
- ImportControl - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Represents a tree of import rules for controlling whether packages or classes are allowed to be used.
- ImportControl(ImportControl, String, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Construct a child node.
- ImportControl(ImportControl, String, boolean, MismatchStrategy) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Construct a child node.
- ImportControl(String, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Construct a root node.
- ImportControl(String, boolean, MismatchStrategy) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Construct a root node.
- 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
- ImportControlLoader - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Responsible for loading the contents of an import control configuration file.
- ImportControlLoader() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Constructs an instance.
- importDefinition() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- ImportDetails(String, int, String, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
-
Initialise importFullPath, lineNumber, importGroup, staticImport.
- importedClassPackage - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
A map of (imported class name -> class name with package) pairs.
- importFullPath - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
-
Import full path.
- importGroup - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
-
Import group.
- 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
-
groups imports: ensures that groups of imports come in a specific order (e.g., java.
- 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.
- ImportOrderOption() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderOption
- imports - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Imports details.
- imports - Variable in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Set of imports to check against.
- imports - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
The imports for the file.
- imports - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
Set of the imports.
- imports - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Set of the imports.
- importToGroupList - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Contains objects with import attributes.
- 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
- incompleteTag - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
If the tag is incomplete.
- incorrectIndentationLines - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Lines logged as having incorrect indentation.
- increment() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck.Counter
-
Increments the counter.
- increment(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter
-
Increments to counter by one for the supplied scope.
- incrementCurrentValue(BigInteger) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Increments the current value by a specified amount.
- incrementCurrentValue(BigInteger) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Increments the current value by a specified amount.
- indent - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Indentation amount for this handler.
- 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.
- indentCheck - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
The instance of
IndentationCheck
using this handler. - indentCheck - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
The current instance of
IndentationCheck
class using this handler. - 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 - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Node index among parent's children.
- 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.
- INFLOW - com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderOption
-
Represents the policy that static imports are processed like non static imports.
- influenceFormat - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
The influence of the suppression comment.
- INFO - com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
Severity level info.
- inForHeader - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
The for-header usually has 3 statements on one line, but THIS IS OK.
- infoWriter - Variable in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
Where to write info messages.
- INHERIT_DOC - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
{@inheritDoc}
. - 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
- inInterface - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter
-
Indicated is an interface, in which case all methods are public.
- 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
- INITIAL_VALUE - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.The initial current value.
- INITIAL_VALUE - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
The initial current value.
- INITIAL_VALUE - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
The initial current value.
- initialize(AST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
- initialize(Token) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
- initializer() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- INLINE - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo.Type
-
Inline type.
- INLINE - com.puppycrawl.tools.checkstyle.utils.JavadocUtils.JavadocTagType
-
Inline type.
- INLINE_TAG_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Inline tag pattern.
- 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_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- INPUT_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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
- insertChildrenNodes(JavadocNodeImpl[], ParseTree) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Creates child nodes for each node from 'nodes' array.
- insertParameter(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Insert a parameter at the topmost scope stack.
- insertVariable(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Insert a variable at the topmost scope stack.
- insideJavadocInlineTag - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- insidePreTag - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- insideReferenceArguments - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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
- instanceFields - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Set of instance field names.
- instanceMembers - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.Set of name of instance members declared in this frame.
- instanceMembers - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Set of idents of instance members declared in this frame.
- instanceMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.Set of name of instance methods declared in this frame.
- instanceMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Set of idents of instance methods declared in this frame.
- instantiations - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
The instantiations in the file.
- 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. - InternalLoader() - Constructor for class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Creates a new InternalLoader.
- 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.
- IntFilter - Interface in com.puppycrawl.tools.checkstyle.filters
-
An interface for filtering Integer.
- IntMatchFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
This filter accepts a matching Integer.
- IntMatchFilter(int) - Constructor for class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
-
Constructs a MatchFilter for an int.
- IntRangeFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
This filter accepts an Integer in a range.
- IntRangeFilter(int, int) - Constructor for class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
-
Constructs a
IntRangeFilter
with a lower bound and an upper bound for the range. - 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.
- invalidTags - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTags
-
Invalid validTags.
- invoke() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Main method to gather statistics.
- invokeConstructor(Constructor<T>, Object...) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Returns new instance of a class.
- isAbstract(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
-
Returns true if given class is abstract or false.
- isAbstract(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Checks if declared class is abstract or not.
- isAcceptable(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Checks if given indentation is acceptable.
- isAcceptableToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
Checks whether AcceptableTokens contains the given ast.
- isAfter(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.TokenEnd
-
Checks if saved coordinates located after given token.
- isAfterMethodReference(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
Checks if current generic end ('>') is located after
method reference operator
. - isAfterValues - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Stack of belongs to range values for question operator.
- isAllCharactersEscaped(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Checks if all characters in String literal is escaped.
- isAllowedPosition(DetailAST, int...) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Checks whether position of annotation is allowed.
- isAllowedPublicField(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks whether the variable satisfies the public field check.
- isAllowedTag(HtmlTag) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Determines if the HtmlTag is one which is allowed in a javadoc.
- isAloneOnLine(RightCurlyCheck.Details) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Checks whether right curly is alone on a line.
- isAlphabeticallySortableStaticImport(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Checks whether static imports grouped by top or bottom option are sorted alphabetically or not.
- isAnnotatedWithSafeVarargs(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Checks if method definition is annotated with.
- isAnnotationEmpty(List<String>) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Checks that annotation is empty.
- isAnnotationOnType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
-
Checks whether annotation on type takes place.
- isAnonInnerClassInit(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Checks whether lcurly is in anonymous inner class initialization.
- isAnonymousClassDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Whether the AST is a definition of an anonymous class.
- isAnonymousClassVariable(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks if current variable definition is definition of an anonymous class.
- isAnonymousInnerClassEnd(int, char) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Check for "})" or "};" or "},".
- isArrayDeclaration(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
-
Checks if variable_def node is array declaration.
- isArrayInitialization(int, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Is array initialization.
- isAssignOperator(int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Is Arithmetic operator.
- isAssignToken(int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Check that token is related to assign tokens.
- 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.
- isBlockCommentEnd(String, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
Checks if the
line
atcolumnNo
is the end of a comment, '*/'. - isBlockStart(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Whether the AST node starts a block.
- isBooleanLiteralReturnStatement(AST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
-
Returns if an AST is a return statement with a boolean literal.
- isBooleanLiteralType(int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
-
Checks if a token type is a literal true or false.
- isCalledOnStringFieldOrVariable(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Determine, whether equals method is called on a field of String type.
- isCallingSuper() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck.MethodNode
-
Determines whether the overriding method has a call to the super method.
- isCanonicalName(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks whether type definition is in canonical form.
- isCaseTokenWithAnotherCaseFollowing(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
If token is CASE_GROUP and there is another
case
following. - isCellEditable(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Indicates whether the the value for node
node
, at column numbercolumn
is editable. - isCellEditable(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Indicates whether the the value for node
node
, at column numbercolumn
is editable. - isCellEditable(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- isCellEditable(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
- isCellEditable(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable.TreeTableCellEditor
-
Overridden to return false, and if the event is a mouse event it is forwarded to the tree.
- isChainedMethodCallWrapped() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
If this is the first chained method call which was moved to the next line.
- isCharacterValidAfterGenericEnd(char) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
Checks whether given character is valid to be right after generic ends.
- isCheckedMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Returns true if method has to be checked or false.
- isChecking() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck.Context
-
Getter for checking property.
- isCheckstyleCheck(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class may be considered as the checkstyle check.
- isCheckstyleModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class may be considered as a checkstyle module.
- isChild(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Checks if Ast node contains given element.
- isChildOf(DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Determines if the given AST node has a parent node with given token type code.
- isClassField(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.Check if given name is a name for class field in current environment.
- isClassFieldDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Determines whether a node is a class field definition.
- isClassMemberBlock(int) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Whether the AST is a class member block.
- isClassMethod(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.Check if given name is a name for class method in current environment.
- isClassOrEnumOrEnumConstDef() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Getter for classOrEnumOrEnumConstDef.
- isClassProtected(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Checks if given class ast has protected modifier.
- isClassPublic(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Checks if given class is accessible from "public" scope.
- isClosedTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
Indicates if this tag is a self-closed XHTML style.
- isCloseTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
Indicates if this tag is a close (end) tag.
- isColonOfCaseOrDefault(int, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Whether colon belongs to cases or defaults.
- isColonOfForEach(int, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Whether colon belongs to for-each.
- isComment(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Whether the ast is a comment.
- isComment(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Check if token is a comment.
- isCommentAtTheEndOfTheCodeBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks whether a comment is placed at the end of the code block.
- isCommentForMultiblock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Whether the comment might have been used for the next block in a multi-block structure.
- 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
- isCommentTag(String[], TagParser.Point) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
If this is a HTML-comments.
- 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).
- isComparison(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
Checks if an AST is a comparison operator.
- isCompoundAssignToken(int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Check that token is related to compound assign tokens.
- isContainVerifiableType(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Checks is modifiers contain verifiable type.
- isContentsAllowMissingJavadoc(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Checks if the Javadoc can be missing if the method or constructor is below the minimum line count or has a special annotation.
- isCorrectJavadocPosition(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Checks Javadoc comment it's in right place.
- isCorrectLocation(DetailAST, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Checks whether an annotation has a correct location.
- isCountable(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Checks if a token is countable for the ncss metric.
- isDeclarationToken(int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Check that token is related to Definition tokens.
- isDeclaredAsAbstract() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Is class declared as abstract.
- isDeclaredAsFinal() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Is class declared as final.
- isDefaultInAnnotation(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if ast is the default token of an annotation field.
- isDefinition(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Whether the statement is a kind of definition (method, class etc.).
- isDirectoryExcluded(String, List<Pattern>) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Checks if a directory
path
should be excluded based on if it matches one of the patterns supplied. - isDistributedExpression(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks whether the previous statement of a comment is a method call chain or string concatenation statement distributed over two ore more lines.
- isDistributedPreviousStatement(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks whether the previous statement of a comment is distributed over two or more lines.
- isDistributedReturnStatement(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks whether the previous statement of a comment is a distributed return statement.
- isDistributedThrowStatement(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks whether the previous statement of a comment is a distributed throw statement.
- isElse(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Returns whether a token represents an ELSE.
- 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.
- isElseWithCurlyBraces(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Returns whether a token represents an SLIST as part of an ELSE statement.
- isEmbeddedIn(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Check if current frame is embedded in class or enum with specific name.
- isEmpty() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
-
Determines if this set of lines is empty.
- isEmptyBlock(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Is empty block.
- isEmptyBlock(DetailAST, int, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Tests if a given
DetailAST
is part of an empty block. - isEmptyBody(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Checks if definition body is empty.
- isEmptyCatch(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Tests if the given
DetailAst
is part of an allowed empty catch block. - isEmptyCatchBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Checks if catch block is empty or contains only comments.
- isEmptyCtorBlock(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Test if the given
DetailAST
is part of an allowed empty constructor (ctor) block. - isEmptyLambda(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Test if the given
DetailAST
is part of an allowed empty lambda block. - isEmptyLine(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Determines whether or not the line is empty line.
- isEmptyLoop(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Checks if loop is empty.
- isEmptyLoopBody(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if current loop statement does not have body, e.g.:
- isEmptyMethodBlock(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Test if the given
DetailAST
is part of an allowed empty method block. - isEmptyTag(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck
-
Tests if at-clause tag is empty.
- isEmptyType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Test if the given
DetailAST
is part of an empty block. - isEndOfScope(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Checks line for end of scope.
- isEnumMember(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Checks if current AST node is member of Enum.
- isEqualsMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
-
Determines if an AST is a valid Equals method implementation.
- isEqualsMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Tests whether a method definition AST defines an equals covariant.
- isExempt(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
-
Checks if a class or static member is exempt from known excludes.
- isExpressionCountable(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Checks if an expression is countable for the ncss metric.
- isExprSurrounded(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
Tests if the given expression node is surrounded by parentheses.
- isExtendedClassNamedAsException(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Checks that if extended class name conforms to specified format.
- isExtraHtml(String, Deque<HtmlTag>) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Determines if the given token is an extra HTML tag.
- isFallThroughComment(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks whether comment is a 'fall through' comment.
- isFieldDeclaration(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Determines whether or not the given AST is field declaration.
- isFileFilterModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class may be considered as the checkstyle file filter.
- isFileNameAndModuleNotMatching(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
Is matching by file name and Check name.
- 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.
- isFinalField(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks whether current field is final.
- isFirstChild(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Whether the ast is the first child of its parent.
- isFirstInLine(String, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
Checks if the
line
up to and includingcolumnNo
is all non-whitespace text encountered. - isFirstParagraph(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Determines whether or not the line with paragraph tag is first line in javadoc.
- isFirstParameterObject(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
-
Tests whether a method's first parameter is an Object.
- isFollowedByWhitespace(DetailAST, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
-
Checks whether token is followed by a whitespace.
- isFollowsEmptyForIterator(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
Checks that a token follows an empty for iterator.
- isForceStrictCondition() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Get forcing strict condition.
- isForLoopVariable(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
-
Checks if a variable is the loop's one.
- isForwardReference(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
Checks whether an identifier references a field which has been already defined in class.
- isFound() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.ExceptionInfo
-
Checks that the exception has throws tag associated with it.
- isFromExcludedPackage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Checks if given class should be ignored as it belongs to excluded package.
- isFromPackage(String, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
Determines if an import statement is for types from a specified package.
- isGenericBeforeMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
Is generic before method reference.
- 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.
- isHasDefaultCtor() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Getter.
- isHashCodeMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
-
Determines if an AST is a valid HashCode method implementation.
- isHasMethodOrField() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Getter.
- isHasNonPrivateStaticMethodOrField() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Getter.
- isHasNonStaticMethodOrField() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Getter.
- isHasPublicCtor() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
Getter.
- isIdentifier(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Checks whether the given string is a valid identifier.
- isIfAfterElse() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
-
Determines if this 'if' statement is part of an 'else' clause and on the same line.
- isIfTokenWithAnElseFollowing(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
If token is LITERAL_IF and there is an
else
following. - isIgnorableMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
Checks if current method is ignorable due to Check's properties.
- isIgnore(int, FileText, LineColumn) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Detect ignore situation.
- isIgnored(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
Decides whether the variable name of an AST is in the ignore list.
- isIgnoredConstructorParam(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Decides whether to ignore an AST node that is the parameter of a constructor.
- isIgnoredParam(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
Checks for skip current param due to ignorePrimitiveTypes option.
- isIgnoredParam(DetailAST, String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Checks whether method or constructor parameter is ignored.
- isIgnoredParamOfAbstractMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Decides whether to ignore an AST node that is the parameter of an abstract method.
- isIgnoredPublicMember(String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks whether variable belongs to public members that should be ignored.
- isIgnoredSetterParam(DetailAST, String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Decides whether to ignore an AST node that is the parameter of a setter method, where the property setter method for field 'xyz' has name 'setXyz', one parameter named 'xyz', and return type void (default behavior) or return type is name of the class in which such method is declared (allowed only if
HiddenFieldCheck.setSetterCanReturnItsClass(boolean)
is called with value true). - isIgnoreLine(int) - Method in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
Returns true if lineNo is header lines or false.
- isIgnoreSituation(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Checks if it is an ignore situation.
- isIllegalClassName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalCheck
-
Deprecated.Checks if given class is illegal.
- isIllegalImport(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Checks if an import is from a package or class name that must not be used.
- isIllegalImportByPackagesAndClassNames(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Checks if an import is from a package or class name that must not be used.
- isIllegalImportByRegularExpressions(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Checks if an import matches one of the regular expressions for illegal packages or illegal class names.
- isImmediatelyFollowedByText(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Tests whether the paragraph tag is immediately followed by the text.
- isImmutableField(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks if current field is immutable: has final modifier and either a primitive type or instance of class known to be immutable (such as String, ImmutableCollection from Guava and etc).
- isImmutableFieldDefinedInFinalClass(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks whether immutable field is defined in final class.
- isIn(Scope) - Method in enum com.puppycrawl.tools.checkstyle.api.Scope
-
Checks if this scope is a subscope of another scope.
- isInAbstractOrNativeMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Determines whether an AST is a descendant of an abstract or native method.
- isInAnnotationBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns whether a node is directly contained within an annotation block.
- isInCache(String, long) - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Checks that file is in cache.
- 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.
- isIncompleteTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
Indicates if this tag is incomplete (has no close >).
- isInContext(DetailAST, int[]...) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
Tests whether the provided AST is in one of the given contexts.
- 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_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- ISINDEX_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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
- isInEmptyCaseBlock(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks whether case block is empty.
- isInEmptyCodeBlock(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks whether comment is placed in the empty code block.
- isInEmptyForInitializer(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
-
Checks that semicolon is in empty for initializer.
- isInEnumBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns whether a node is directly contained within an enum block.
- isInHashCodeMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Determines whether or not the given AST is in a valid hash code method.
- isInheritDocTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is a 'inheritDoc' tag.
- isInIgnoreList(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Decides whether the number of an AST is in the ignore list of this check.
- isInIgnoreOccurrenceContext(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Analyses the path from the AST root to a given AST for occurrences of the token types in
MultipleStringLiteralsCheck.ignoreOccurrenceContext
. - 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.
- isInitializationSequence(DetailAST, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Processes statements until usage of variable to detect sequence of initialization methods.
- isInitialized(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Check if VARIABLE_DEF is initialized or not.
- isInLambda - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
Holds if current token is inside lambda.
- isInLambda(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Check if current param is lambda's param.
- isInlineDescription(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
Checks, if description node is a description of in-line tag.
- isInNoBraceControlStatement(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
Determines if ast is in the body of a flow control statement without braces.
- isInPrivateMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Checks if method, which throws an exception is private.
- isInScope(DetailAST, Scope) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Checks whether ast node is in a specific scope.
- isInsideConstructorFrame(RequireThisCheck.AbstractFrame) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Checks whether a field usage frame is inside constructor frame.
- isInSpecificCodeBlock(DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Checks whether the scope of a node is restricted to a specific code block.
- isInSpecificCodeBlock(DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Checks whether the scope of a node is restricted to a specific code block.
- isInStatic(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Determines whether an AST node is in a static method or static initializer.
- isInterfaceDeclaration(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Check that variable definition in interface or @interface definition.
- isInterfaceOrAnnotationMember(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Checks if current AST node is member of Interface or Annotation, not of their subnodes.
- isInTheSameLoop(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Check if both the variables are in the same loop.
- isInThrows(List<JavadocMethodCheck.ExceptionInfo>, AbstractTypeAwareCheck.AbstractClassInfo, Set<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Verifies that documented exception is in throws.
- isInTokenList(int, int...) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
Check if the given token type can be found in an array of token types.
- isInTypecast(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
Checks whether
TokenTypes.RPAREN
is a closing paren of aTokenTypes.TYPECAST
. - isInWhileIdiom(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
Tests whether the given AST is used in the "assignment in while" idiom.
- isJavadocComment(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Checks block comment content starts with '*' javadoc comment identifier.
- isJavadocComment(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Checks that commentContent starts with '*' javadoc comment identifier.
- isJavadocTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- isJavadocTagAvailable - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- isLambdaParameter(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Checks if the token is a Lambda parameter.
- isLastEmptyLine(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Tests if NEWLINE node is a last node in javadoc.
- 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.
- isLegalComment(TextBlock) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
Checks if given comment is legal (single-line and matches to the pattern).
- isLineAndColumnMatch(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
Whether line and column match.
- isLoadable(String) - Method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Checks if the given class name can be loaded.
- isLocalOnly() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AbstractImportRule
-
Return true if the guard is to only be applied locally or false.
- isLocalVariableDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Determines whether a node is a local variable definition.
- isLoopAst(int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Checks whether the ast is a loop.
- isMagicNumberExists(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Is magic number some where at ast tree.
- isMatch(int, String) - Method in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
Checks if a code line matches the required header line.
- isMatch(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
Determines whether the source of an audit event matches the text of this tag.
- isMatch(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
-
Determines whether the source of an audit event matches the text of this tag.
- isMatch(String, int) - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
Checks if a code line matches the required header line.
- isMatchFile(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Checks if the given
fileName
matches the specifiedRegexpOnFilenameCheck.fileNamePattern
. - isMatchFolder(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Checks if the given
folderPath
matches the specifiedRegexpOnFilenameCheck.folderPattern
. - isMatchingClassName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Returns true if given class name is one of illegal classes or else false.
- isMatchingClassName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Returns true if class name matches format of abstract class names.
- isMatchingRegexp(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Check name by regExp.
- isMethodModifier(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.SynchronizedHandler
-
Checks if given synchronized is modifier of method.
- isMissingJavadocAllowed(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
The JavadocMethodCheck is about to report a missing Javadoc.
- isMultiLevel() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Checks whether we have more than one level.
- isMultiLine(int) - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
Returns true if line is multiline header lines or false.
- isMultilineStatement(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
Checks whether statement is multiline.
- isMultipleTypeCatch(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Check if given parameter definition is a multiple type catch.
- isName(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Checks whether the given string is a valid name.
- isNamedAsException(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Checks that a class name conforms to specified format.
- isNativeMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
Checks whether a methods is native.
- isNextJavadocTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- isNonVoidMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Checks whether a method is a not void one.
- isNotRelevantSituation(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Is ast not a target of Check.
- isNumericType(int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
-
Determine if a given type is a numeric type.
- isObjectParam(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
-
Determines if an AST is a formal param of type Object.
- isObjectType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
-
Determines if a given type is an object type.
- isObjectValid(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Check whether the object equals method is called on is not a String literal and not too complex.
- isOnAnnotationDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on annotation definition.
- 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.
- isOnlyInheritDoc(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Finds if inheritDoc is placed properly in java doc.
- isOnlyUnicodeValidChars(String, Pattern) - Static method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Check if String literal contains Unicode control chars.
- isOnMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on method declaration.
- isOnPlainClassMember(DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Checks that block comment is on specified class member without any modifiers.
- isOnPlainToken(DetailAST, int, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Checks that block comment is on specified token without any modifiers.
- isOnPreviousLineIgnoringComments(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks whether the checked statement is on the previous line ignoring empty lines and lines which contain only comments.
- isOnStartOfLine(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Determines if the given expression is at the start of a line.
- isOnStartOfLine(RightCurlyCheck.Details, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Whether right curly brace starts target source line.
- isOnTheSameLine(DetailAST, int, int, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
Checks whether two statements are on the same line.
- isOnTokenWithAnnotation(DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Checks that block comment is on specified token with annotation.
- isOnTokenWithModifiers(DetailAST, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Checks that block comment is on specified token with modifiers.
- isOuterMostType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Returns whether a node is contained in the outer most type block.
- isOverlappingByArgument(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Checks whether an overlapping by method or constructor argument takes place.
- isOverlappingByLocalVariable(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Checks whether an overlapping by local variable takes place.
- isOverriddenMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
Checks whether a method is annotated with Override annotation.
- isOverriding(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Check if a method has annotation @Override.
- isOverridingMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
Determines whether an AST is a method definition for this check, with 0 parameters.
- isParameterized(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Checks whether an annotation has parameters.
- isParamTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is an 'param' tag.
- isPartOfDoubleBraceInitializerForNextToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Check if given ast is part of double brace initializer and if it should omit checking if next token is separated by whitespace.
- isPartOfDoubleBraceInitializerForPreviousToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Check if given ast is part of double brace initializer and if it should omit checking if previous token is separated by whitespace.
- isPassedInParameter(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Checks if logical operator is part of constructor or method call.
- isPatternValid(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Validates whether passed string is a valid pattern or not.
- isPipeOperator(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Checks if
binary OR
is applied to exceptions in multi-catch (pipe-syntax). - isPositionGreater(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Checks if position of first DetailAST is greater than position of second DetailAST.
- isPrecededByJavadoc(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Check if token is preceded by javadoc comment.
- isPrecededByMultipleWhitespaces(String, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
Checks if the
line
atcolumnNo
is preceded by at least 2 whitespaces. - isPrecedingEmptyForInit(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
Checks that a token precedes an empty for initializer.
- isPrePreviousLineEmpty(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Checks if a token has empty pre-previous line.
- isPrimitive(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks if current type is primitive type (int, short, float, boolean, double, etc.).
- isProperDefinition(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
Whether the definition is correspondent to the IDENT.
- isProperDefinition(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
- isPublic(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck
-
Checks if a type is public.
- 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.
- isRegExp() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AbstractImportRule
-
Return true if the name is to be interpreted as a regular expression or false.
- isReloadActionEnabled() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Returns true if the reload action is enabled, false otherwise.
- isReportingOn() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
Determines whether the suppression turns checkstyle reporting on or off.
- isResourceLocationInCache(String) - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Checks whether resource location is in cache.
- isReturnedVariable(RequireThisCheck.AbstractFrame, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Checks whether the current variable is returned from the method.
- 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.
- isSameLineCaseGroup() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
Checks if SLIST node is placed at the same line as CASE_GROUP node.
- isSameNameMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
Is same name of method.
- isSamePackage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Is class of the same package.
- isSamePackage(String, int, String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Check that type is of the same package.
- isSameTagNames(ParserRuleContext, ParserRuleContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- isSameVariables(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Check if both the Variables are same.
- 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.
- isSetterMethod(DetailAST, String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Determine if a specific method identified by methodAST and a single variable name aName is a setter.
- isSignificant(String) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Checks if given class shouldn't be ignored and not from java.lang.
- isSimilarSignature(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Whether the method definition has the same name and number of parameters.
- isSingleLineBlock(RightCurlyCheck.Details) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Checks whether block has a single-line format.
- isSingleLineCase(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if current case statement is single-line statement, e.g.:
- isSingleLineDefault(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if current default statement is single-line statement, e.g.:
- isSingleLineDoWhile(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if current do-while statement is single-line statement, e.g.:
- isSingleLineElse(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if current else statement is single-line statement, e.g.:
- isSingleLineFor(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if current for statement is single-line statement, e.g.:
- isSingleLineIf(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if current if statement is single-line statement, e.g.:
- isSingleLineJavadoc(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
Checks if comment is single line comment.
- isSingleLineLambda(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if current lambda statement is single-line statement, e.g.:
- isSingleLineStatement(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if current statement is single-line statement, e.g.:
- isSingleLineWhile(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if current while statement is single-line statement, e.g.:
- isSingleSpace(String, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
Checks if the
line
atcolumnNo
is a single space, and not preceded by another space. - isSingleTag(HtmlTag) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Determines if the HtmlTag is one which does not require a close tag.
- isSkipCase(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
-
Checks for cases that should be skipped: no assignment, local variable, final variables.
- isSkipStatement(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Checks if current statement can be skipped by "need braces" warning.
- isSpace(String, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
Checks if the
line
atcolumnNo
is a space. - isStandardClass(String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Is Standard Class.
- isStarImport(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Checks if current import is star import.
- isStarImport(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks if current import is star import.
- isStarImportOfPackage(String, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
-
Returns true if classOrStaticMember is a starred name of package, not just member name.
- isStatementWithPossibleCurlies(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Whether the statement can have or always have curly brackets.
- isStatic(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
-
Returns true if given class is static or false.
- isStaticFieldHiddenFromAnonymousClass(DetailAST, String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Checks whether a static field is hidden from closure.
- isStaticFinalVariable(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks whether variable has static final modifiers.
- isStaticImport() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
-
Checks if import is static.
- isStaticOrInstanceField(DetailAST, String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Check for static or instance field.
- isStringFieldOrVariable(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Whether the field or the variable is of String type.
- isStringFieldOrVariableFromClass(DetailAST, String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Whether the field or the variable from the specified class is of String type.
- isStringFieldOrVariableFromThisInstance(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Whether the field or the variable from THIS instance is of String type.
- isStringLiteral(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Checks for calling equals on String literal and anon object which cannot be null.
- isStringType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Whether the type is java.lang.String.
- isSubclass(Class<?>, Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Checks if one class is subclass of another.
- isSuperCall(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
Determines whether a 'super' literal is a call to the super method for this check.
- isSuperCallInOverridingMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
Determines whether a super call in overriding method.
- 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.
- isSuppressedAfterEventStart(int, int, SuppressWarningsHolder.Entry) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Checks whether suppression entry position is after the audit event occurrence position in the source file.
- isSuppressedBeforeEventEnd(int, int, SuppressWarningsHolder.Entry) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Checks whether suppression entry position is before the audit event occurrence position in the source file.
- isSurrounded(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
Tests if the given
DetailAST
is surrounded by parentheses. - isTag(String[], TagParser.Point) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
Checks if the given position is start one for HTML tag.
- isTagIgnored(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
Checks if list of ignored tags contains javadocTagSection's javadoc tag.
- isTerminated(DetailAST, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Checks if a given subtree terminated by return, throw or, if allowed break, continue.
- isTextSeparatedCorrectlyFromPrevious(String, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
Checks if characters in
line
at and aroundcolumnNo
has the correct number of spaces. - isThereASingleGtToEmit() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- isThrowsTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is an 'throws' or 'exception' tag.
- isTrailingBlockComment(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks if current comment block is trailing comment, e.g.:
- isTrailingBlockComment(TextBlock, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Whether the C style comment is trailing.
- isTrailingComment(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks if current comment is a trailing comment.
- isTrailingSingleLineComment(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks if current single line comment is trailing comment, e.g.:
- isTypeField(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
If variable definition is a type field.
- isUnchecked(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Is exception is unchecked (subclass of
RuntimeException
orError
. - isUnusedImport(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Checks whether an import is unused.
- isUseOfExternalVariableInsideLoop(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Checks whether a variable which is declared outside loop is used inside loop.
- isUserDefinedArrangementOfThis(RequireThisCheck.AbstractFrame, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Checks whether user arranges 'this' for variable in method, constructor, or block on his own.
- isUsingOfObjectReferenceToInvokeMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks whether there is a use of an object reference to invoke an object's method on line.
- isValidCheckstyleClass(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Checks whether a class extends 'AutomaticBean' and is non-abstract.
- isValidLanguageCode(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Checks whether user specified language code is correct (is contained in available locales).
- 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.
- isVariableDefCountable(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Checks if a variable definition is countable.
- isVariableInForInit(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Checks if current variable is defined in
for-loop init
, e.g.: - isVariableInOperatorExpr(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Checks if variable is in operator declaration.
- isVariableMatchesIgnorePattern(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Checks if entrance variable is contained in ignored pattern.
- isVerifiable(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Checks if current method's return type or variable's type is verifiable according to memberModifiers option.
- isVerifiable(DetailAST, String) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Checks if current empty catch block is verifiable according to Check's options (exception's variable name and comment format are both in consideration).
- isViolatingEmptyLineBetweenFieldsPolicy(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Checks whether token placement violates policy of empty line between fields.
- isWhitespace(String, int) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
Checks if the
line
atcolumnNo
is a whitespace character. - isWithNestedSubclass() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Does class have nested subclass.
- isWithNonPrivateCtor() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Does class have non-private ctors.
- isWithPrivateCtor() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Does class have private ctors.
- isWrongOrder(String, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Checks whether import name is in wrong order.
- isZero(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
-
Checks if given node contains numeric constant for zero.
- isZeroChar(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
-
Examine char literal for initializing to default value.
J
- JAVA_LANG - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
java.lang
package as string. - JAVA_LANG_PACKAGE_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Regexp pattern to match java.lang package.
- JAVA_LANG_PREFIX - Static variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Java.lang namespace prefix, which is stripped from SuppressWarnings
- JAVA_WITH_COMMENTS - com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
-
Java tokens and comment nodes (singleline comments and block comments).
- JAVA_WITH_JAVADOC_AND_COMMENTS - com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
-
Java tokens, comments and Javadoc comments nodes (which are parsed from block comments).
- javadoc() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- JAVADOC - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Root node of any Javadoc comment.
- JAVADOC_INLINE_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Javadoc inline tag.
- JAVADOC_INLINE_TAG_END - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Last child of
JavadocTokenTypes.JAVADOC_INLINE_TAG
that represents right curly brace '}'. - JAVADOC_INLINE_TAG_END - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- JAVADOC_INLINE_TAG_END - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- JAVADOC_INLINE_TAG_END() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- JAVADOC_INLINE_TAG_END_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- JAVADOC_INLINE_TAG_END_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- JAVADOC_INLINE_TAG_START - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
First child of
JavadocTokenTypes.JAVADOC_INLINE_TAG
that represents left curly brace '{'. - JAVADOC_INLINE_TAG_START - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- JAVADOC_INLINE_TAG_START - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- JAVADOC_INLINE_TAG_START() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- JAVADOC_INLINE_TAG_START_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- JAVADOC_INLINE_TAG_START_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- JAVADOC_MULTILINE_TO_SINGLELINE_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
This regexp is used to convert multiline javadoc to single line without stars.
- javadoc_sempred(JavadocParser.JavadocContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- JAVADOC_START - Static variable in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Symbols with which javadoc starts.
- JAVADOC_START - Static variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Symbols with which javadoc starts.
- JAVADOC_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Javadoc tag.
- javadocComments - Variable in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Map of the Javadoc comments indexed on the last line of the comment.
- JavadocContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- JavadocDetailNodeParser - Class in com.puppycrawl.tools.checkstyle
-
Used for parsing Javadoc comment as DetailNode tree.
- JavadocDetailNodeParser() - Constructor for class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
- JavadocDetailNodeParser.DescriptiveErrorListener - Class in com.puppycrawl.tools.checkstyle
-
Custom error listener for JavadocParser that prints user readable errors.
- JavadocDetailNodeParser.ParseErrorMessage - Class in com.puppycrawl.tools.checkstyle
-
Contains information about parse error message.
- JavadocDetailNodeParser.ParseStatus - Class in com.puppycrawl.tools.checkstyle
-
Contains result of parsing javadoc comment: DetailNode tree and parse error message.
- javadocInlineTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- javadocInlineTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- javadocInlineTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- JavadocInlineTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- JavadocLexer - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocLexer(CharStream) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- JavadocMethodCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks the Javadoc of a method or constructor.
- JavadocMethodCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
- JavadocMethodCheck.ExceptionInfo - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Stores useful information about declared exception.
- JavadocNodeImpl - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Implementation of DetailNode interface that is mutable.
- JavadocNodeImpl() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
- JavadocPackageCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks that all packages have a package documentation.
- JavadocPackageCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
-
Creates a new instance.
- JavadocParagraphCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks that: There is one blank line between each of two paragraphs and one blank line before the at-clauses block if it is present. Each paragraph but the first has <p> immediately before the first word, with no space after.
- JavadocParagraphCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
- JavadocParser - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser(TokenStream) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- JavadocParser.AreaTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.AttributeContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.BasefontTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.BaseTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.BodyContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.BodyTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.BodyTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.BrTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ColgroupContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ColgroupTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ColgroupTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ColTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.DdContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.DdTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.DdTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.DescriptionContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.DtContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.DtTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.DtTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.FrameTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HeadContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HeadTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HeadTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HrTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HtmlCommentContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HtmlContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HtmlElementCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HtmlElementContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HtmlElementOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HtmlTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HtmlTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.HtmlTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ImgTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.InputTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.IsindexTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.JavadocContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.JavadocInlineTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.JavadocTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.LiContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.LinkTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.LiTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.LiTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.MetaTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.OptionContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.OptionTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.OptionTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ParagraphContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ParametersContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ParamTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.PTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.PTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ReferenceContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.SingletonElementContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.SingletonTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.SingletonTagNameContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TbodyContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TbodyTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TbodyTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TdContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TdTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TdTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TextContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TfootContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TfootTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TfootTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ThContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TheadContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TheadTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TheadTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ThTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.ThTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TrContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TrTagCloseContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.TrTagOpenContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParser.WrongSinletonTagContext - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
- JavadocParserBaseListener - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
-
This class provides an empty implementation of
JavadocParserListener
, which can be extended to create a listener which only needs to handle a subset of the available methods. - JavadocParserBaseListener() - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
- JavadocParserBaseVisitor<T> - Class in com.puppycrawl.tools.checkstyle.grammars.javadoc
-
This class provides an empty implementation of
JavadocParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods. - JavadocParserBaseVisitor() - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
- JavadocParserListener - Interface in com.puppycrawl.tools.checkstyle.grammars.javadoc
-
This interface defines a complete listener for a parse tree produced by
JavadocParser
. - JavadocParserVisitor<T> - Interface in com.puppycrawl.tools.checkstyle.grammars.javadoc
-
This interface defines a complete generic visitor for a parse tree produced by
JavadocParser
. - JavadocStyleCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Custom Checkstyle Check to validate Javadoc.
- JavadocStyleCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
- javadocTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- javadocTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- javadocTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- JavadocTag - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Represents a Javadoc tag.
- JavadocTag(int, int, String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Constructs the object.
- JavadocTag(int, int, String, String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Constructs the object.
- JavadocTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- JavadocTagContinuationIndentationCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks the indentation of the continuation lines in at-clauses.
- JavadocTagContinuationIndentationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
- JavadocTagInfo - Enum in com.puppycrawl.tools.checkstyle.checks.javadoc
-
This enum defines the various Javadoc tags and there properties.
- JavadocTagInfo(String, String, JavadocTagInfo.Type) - Constructor for enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Sets the various properties of a Javadoc tag.
- JavadocTagInfo.Type - Enum in com.puppycrawl.tools.checkstyle.checks.javadoc
-
The Javadoc Type.
- JavadocTags - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Value object for combining the list of valid validTags with information about invalid validTags encountered in a certain Javadoc comment.
- JavadocTags(List<JavadocTag>, List<InvalidJavadocTag>) - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTags
-
Creates an instance.
- JavadocTagType() - Constructor for enum com.puppycrawl.tools.checkstyle.utils.JavadocUtils.JavadocTagType
- javadocTokens - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
The javadoc tokens the check is interested in.
- JavadocTokenTypes - Class in com.puppycrawl.tools.checkstyle.api
-
Contains the constants for all the tokens contained in the Abstract Syntax Tree for the javadoc grammar.
- JavadocTokenTypes() - Constructor for class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Empty private constructor of the current class.
- JavadocTypeCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks the Javadoc of a type.
- JavadocTypeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
- JavadocUtils - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods for working with Javadoc.
- JavadocUtils() - Constructor for class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Prevent instantiation.
- JavadocUtils.JavadocTagType - Enum in com.puppycrawl.tools.checkstyle.utils
-
The type of Javadoc tag we want returned.
- JavadocVariableCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks that a variable has Javadoc comment.
- JavadocVariableCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
- JavaFileFilter() - Constructor for class com.puppycrawl.tools.checkstyle.gui.MainFrame.JavaFileFilter
- javaFiveCompatibility - Variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
Java 5 compatibility option.
- JavaNCSSCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
This check calculates the Non Commenting Source Statements (NCSS) metric for java source files and methods.
- JavaNCSSCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
- JavaNCSSCheck.Counter - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Class representing a counter.
- javaStyle - Variable in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
-
Controls whether to use Java or C style.
- JLS_ORDER - Static variable in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
-
The order of modifiers as suggested in sections 8.1.1, 8.3.1 and 8.4.3 of the JLS.
- joinPackageNamesWithClassName(String, Set<String>) - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Creates a string by joining package names with a class name.
K
- key - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
The property key.
- key - Variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Key for the message format.
- KEY - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Name of the key attribute.
L
- LABEL_CHILDREN - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
-
The types of expressions that are children of a label.
- LABELED_STAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A labeled statement.
- LABELED_STAT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LabelHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for labels.
- LabelHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
-
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
- LAMBDA - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
Special lambda symbol '->'.
- LAMBDA - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- lambdaBody() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- lambdaExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- LambdaHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for lambda expressions.
- LambdaHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.LambdaHandler
-
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
- lambdaParameters() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- lambdaStatementEnd - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
Hold the line-number where the last lambda statement ended.
- LAND - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
&&
(conditional AND) operator. - LAND - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LANGUAGE_COUNTRY_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Regexp pattern for bundles names wich end with language code, followed by country code suffix.
- LANGUAGE_COUNTRY_VARIANT_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Regexp pattern for bundles names wich end with language code, followed by country code and variant suffix.
- LANGUAGE_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Regexp pattern for bundles names wich end with language code suffix.
- lastColumn - Variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
The suppression region for the check - last column.
- lastGroup - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Last imported group.
- lastImport - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Name of last import.
- lastImportLine - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Line number of last import.
- lastImportStatic - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
If last import was static.
- lastLine - Variable in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
The suppression region for the check - last line.
- lastLine - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
-
The last line where warnings may be suppressed.
- lastLine() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
-
Get the line number of the last line.
- lastStatementEnd - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
Hold the line-number where the last statement ended.
- LBRACK - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- lcurly - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Left curly.
- LCURLY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A left (curly) brace (
{
). - LCURLY - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
<=
(less than or equal) operator. - LE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LEADING_ASTERISK - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Leading asterisk.
- LEADING_ASTERISK - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LEADING_ASTERISK - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- LEADING_ASTERISK() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- LEADING_ASTERISK(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- LEADING_ASTERISK_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Leading_asterisk6_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- leave(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Checks number of return statements and restore previous context.
- leaveAddingConditional() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Leaves catch.
- leaveBranch() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Leaves else, default or case group tokens.
- leaveClassDef() - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Called when we leave class definition.
- leaveClassDef() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Restores previous context.
- leaveConditional() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Leaves while, do, for, if, ternary (?::), return or switch.
- leaveExpr(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Restores previous context.
- leaveForDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Pops the variables from the stack.
- leaveForEach(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Push current variables to the stack.
- leaveForIter(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Push current variables to the stack.
- leaveJavadocToken(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Called after all the child nodes have been process.
- leaveMemberDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
Process the end of a member definition.
- leaveMethodDef() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
-
Restores old set of parameters.
- leaveMethodDef() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Removes old context.
- leaveMethodDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Process the end of a method definition.
- leaveMethodDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Process the end of a method definition.
- leaveMethodDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Process the end of a method definition.
- leaveMultiplyingConditional() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Leaves try.
- leaveSlist(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Determine whether SLIST begins static or non-static block.
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Called after all the child nodes have been process.
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
- leaveToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
- leaveTokenHook(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Hook called when leaving a token.
- leaveUnitaryOperator() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Leaves ternary operator (?:) and return tokens.
- LEFT_BRACE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Left brace in
JavadocTokenTypes.PARAMETERS
part ofJavadocTokenTypes.REFERENCE
. - LEFT_BRACE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LEFT_BRACE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- LEFT_BRACE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- LEFT_BRACE_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LeftCurlyCheck - Class in com.puppycrawl.tools.checkstyle.checks.blocks
-
Checks the placement of left curly braces on types, methods and other blocks:
LITERAL_CATCH
,LITERAL_DO
,LITERAL_ELSE
,LITERAL_FINALLY
,LITERAL_FOR
,LITERAL_IF
,LITERAL_SWITCH
,LITERAL_SYNCHRONIZED
,LITERAL_TRY
,LITERAL_WHILE
,STATIC_INIT
,LAMBDA
. - LeftCurlyCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
- LeftCurlyOption - Enum in com.puppycrawl.tools.checkstyle.checks.blocks
-
Represents the options for placing the left curly brace
'{'
. - LeftCurlyOption() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
- legalAbstractClassNames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Legal abstract classes.
- legalComment - Variable in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
Pattern for legal trailing comment.
- length() - Method in enum com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
Returns length of file separator in bytes.
- LENGTH_OF_ALL_SEPARATORS - Static variable in class com.puppycrawl.tools.checkstyle.AuditEventDefaultFormatter
-
Length of all separators.
- lengthExpandedTabs(String, int, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Returns the length of a String prefix with tabs expanded.
- lengthMinusTrailingWhitespace(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Returns the length of a string ignoring all trailing whitespace.
- level - Variable in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
-
The severity level to watch out for.
- levels - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Set of acceptable indentation levels.
- LexicalFrame(AbstractDeclarationCollector.LexicalFrame) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
-
Deprecated.Constructor -- invokable only via super() from subclasses.
- LF - com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
Unix-style line separators.
- LF_CR_CRLF - com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
Matches CR, LF and CRLF line separators.
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- LI - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
List item html tag:
<li></li>
. - LI_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
List item tag name.
- LI_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LI_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- LI_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- LI_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- LI_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- LI_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LI_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- li_sempred(JavadocParser.LiContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- LI_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close list item tag.
- LI_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open list item tag.
- LiContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- limitedTokens - Variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Limited tokens.
- line - Variable in class com.puppycrawl.tools.checkstyle.api.LineColumn
-
The one-based line number.
- line - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck.StringInfo
-
Line of finding.
- line - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
-
The line in which the invalid tag occurs.
- line - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
The line number of the tag.
- line(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Get a single line.
- LINE_SEPARATOR - Static variable in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
OS specific line separator.
- LINE_SEPARATOR - Static variable in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
OS specific line separator.
- LINE_TERMINATOR - Static variable in class com.puppycrawl.tools.checkstyle.api.FileText
-
Regular expression pattern matching all line terminators.
- lineBreaks - Variable in class com.puppycrawl.tools.checkstyle.api.FileText
-
The first position of each line within the full text.
- lineColumn(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Determine line and column numbers in full text.
- LineColumn - Class in com.puppycrawl.tools.checkstyle.api
-
Immutable line and column numbers.
- LineColumn(int, int) - Constructor for class com.puppycrawl.tools.checkstyle.api.LineColumn
-
Constructs a new pair of line and column numbers.
- lineFilter - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
Line number filter.
- lineIsBlank(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Checks if the specified line is blank.
- lineIsComment(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Checks if the specified line is a single-line comment without code.
- LineLengthCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Checks for long lines.
- LineLengthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
- lineNo - Variable in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
The line number.
- lineNo - Variable in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
The line number.
- lineNo - Variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
The line number.
- lineNo - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
-
Deprecated.Token's line number.
- lineNo - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
The line number in the source file where this tag was found.
- lineNo - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
The line number of the tag.
- lineNo - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser.Point
-
Line number.
- lineNo - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Line number of class definition.
- lineNumber - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
-
Import line number.
- lineNumber - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Line number.
- lineNumber - Variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Line number where parse error occurred.
- lineNumberTypeMap - Variable in class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck
-
Mapping between type names and line numbers of the type declarations.
- linePositionMap - Variable in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Line position map.
- lines - Variable in class com.puppycrawl.tools.checkstyle.api.FileText
-
The lines of the file, without terminators.
- lines - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
-
Maps line numbers to their start column.
- lines2position - Variable in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Mapping.
- linesCsv - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
CSV for line number filter.
- lineSeparator - Variable in enum com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
The line separator representation.
- lineSeparator - Variable in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
-
The line separator to check against.
- LineSeparatorOption - Enum in com.puppycrawl.tools.checkstyle.checks
-
Represents the options for line separator settings.
- LineSeparatorOption(String) - Constructor for enum com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
Creates a new
LineSeparatorOption
instance. - LineSet - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Represents a set of lines.
- LineSet() - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
- linesToPosition - Variable in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Lines to position map.
- lineWrappingHandler - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Instance of line wrapping handler to use.
- LineWrappingHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
This class checks line-wrapping into definitions and expressions.
- LineWrappingHandler(IndentationCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Sets values of class field, finds last node and calculates indentation level.
- lineWrappingIndentation - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
How far continuation line should be indented when line-wrapping is present.
- LINK - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
{@link}
. - LINK_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Link tag name.
- LINK_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LINK_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- LINK_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- LINK_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
- LINK_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LINK_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LINK_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@link' literal in {@link} Javadoc inline tag.
- LINK_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LINK_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- LINK_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- LINK_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Link html tag.
- LINKPLAIN - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
{@linkplain}
. - LINKPLAIN_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@linkplain' literal in {@linkplain} Javadoc inline tag.
- LINKPLAIN_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LINKPLAIN_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- LINKPLAIN_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- linkTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- linkTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- LinkTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- Listener() - Constructor for class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Listener
- listenerList - Variable in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
A list of event listeners for the cell editor.
- listenerList - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
A list of event listeners for the tree model.
- listeners - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
Vector of listeners.
- listFiles(File, List<Pattern>) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Traverses a specified node looking for files to check.
- ListToTreeSelectionModelWrapper - Class in com.puppycrawl.tools.checkstyle.gui
-
ListToTreeSelectionModelWrapper extends DefaultTreeSelectionModel to listen for changes in the ListSelectionModel it maintains.
- ListToTreeSelectionModelWrapper(TreeTable) - Constructor for class com.puppycrawl.tools.checkstyle.gui.ListToTreeSelectionModelWrapper
-
Constructor to initialise treeTable.
- liTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- liTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- liTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- LiTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- LiTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- LITERAL - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
{@literal}
. - LITERAL_ASSERT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
assert
keyword. - LITERAL_boolean - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_BOOLEAN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
boolean
keyword. - LITERAL_break - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_BREAK - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
break
keyword. - LITERAL_byte - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_BYTE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
byte
keyword. - LITERAL_case - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_CASE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
case
keyword. - LITERAL_catch - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_CATCH - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
catch
keyword. - LITERAL_char - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_CHAR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
char
keyword. - LITERAL_class - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_CLASS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
class
keyword. - LITERAL_continue - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_CONTINUE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
continue
keyword. - LITERAL_default - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_DEFAULT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
default
keyword. - LITERAL_do - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_DO - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
do
keyword. - LITERAL_double - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_DOUBLE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
double
keyword. - LITERAL_else - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_ELSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
else
keyword. - LITERAL_EXCLUDE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'exclude' literal.
- LITERAL_EXCLUDE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LITERAL_EXCLUDE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- LITERAL_EXCLUDE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- LITERAL_EXCLUDE_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LITERAL_extends - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_false - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_FALSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
false
keyword. - LITERAL_finally - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_FINALLY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
finally
keyword. - LITERAL_float - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_FLOAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
float
keyword. - LITERAL_for - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_FOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
for
keyword. - LITERAL_if - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_IF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
if
keyword. - LITERAL_implements - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_import - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_INCLUDE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'include' literal.
- LITERAL_INCLUDE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LITERAL_INCLUDE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- LITERAL_INCLUDE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- LITERAL_INCLUDE_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LITERAL_instanceof - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_INSTANCEOF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
instanceof
operator. - LITERAL_int - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_INT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
int
keyword. - LITERAL_interface - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_INTERFACE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
interface
keyword. - LITERAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@literal' literal in {@literal} Javadoc inline tag.
- LITERAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LITERAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- LITERAL_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- LITERAL_LITERAL_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- LITERAL_long - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_LONG - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
long
keyword. - LITERAL_native - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_NATIVE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
native
keyword. - LITERAL_new - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_NEW - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
new
keyword. - LITERAL_null - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_NULL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
null
keyword. - LITERAL_package - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_private - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_PRIVATE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
private
keyword. - LITERAL_protected - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_PROTECTED - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
protected
keyword. - LITERAL_public - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_PUBLIC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
public
keyword. - LITERAL_return - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_RETURN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
return
keyword. - LITERAL_short - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_SHORT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
short
keyword. - LITERAL_static - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_STATIC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
static
keyword. - LITERAL_super - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_SUPER - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
super
keyword. - LITERAL_switch - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_SWITCH - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
switch
keyword. - LITERAL_synchronized - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_SYNCHRONIZED - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
synchronized
keyword. - LITERAL_this - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_THIS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
this
keyword. - LITERAL_throw - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_THROW - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
throw
keyword. - LITERAL_throws - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_THROWS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
throws
keyword. - LITERAL_transient - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_TRANSIENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
transient
keyword. - LITERAL_true - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_TRUE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
true
keyword. - LITERAL_try - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_TRY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
try
keyword. - LITERAL_void - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_VOID - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
void
keyword. - LITERAL_volatile - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_VOLATILE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
volatile
keyword. - LITERAL_while - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LITERAL_WHILE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
while
keyword. - LITERALS - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
Token types for literals.
- LNOT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
!
(logical complement) operator. - LNOT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- load() - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Load cached values from file.
- load(URI) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Loads the import control file from a file.
- load(InputSource, URI) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Loads the import control file from a
InputSource
. - LOAD_EXTERNAL_DTD - Static variable in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
-
Feature that enables loading external DTD when loading XML files.
- loadable - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass
-
Deprecated.Is class loadable.
- loadConfiguration(InputStream, PropertyResolver, boolean) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Deprecated.As this method does not provide a valid system ID, preventing resolution of external entities, a
version using an InputSource
should be used instead - loadConfiguration(String, PropertyResolver) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Returns the module configurations in a specified file.
- loadConfiguration(String, PropertyResolver, boolean) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Returns the module configurations in a specified file.
- loadConfiguration(InputSource, PropertyResolver, boolean) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Returns the module configurations from a specified input source.
- loader - Variable in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Use to load classes.
- loadExternalResource(String) - Static method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Loads the content of external resource.
- loadExternalResources(Set<String>) - Static method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Loads a set of
PropertyCacheFile.ExternalResource
based on their locations. - loadHeader(Reader) - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Load header to check against from a Reader into readerLines.
- loadHeaderFile() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Load the header from a file.
- loadProperties(File) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Loads properties from a File.
- loadSuppressions(String) - Static method in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
Returns the suppression filters in a specified file.
- loadSuppressions(InputSource, String) - Static method in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
Returns the suppression filters in a specified source.
- localCheckAccess(String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Checks whether any of the rules for this node control access to a specified package or class.
- localeCountry - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
Locale country to report messages .
- localeLanguage - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
Locale language to report messages .
- LocalFinalVariableNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that local final variable names conform to a format specified by the format property.
- LocalFinalVariableNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
-
Creates a new
LocalFinalVariableNameCheck
instance. - localizedMessage - Variable in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Message associated with the event.
- LocalizedMessage - Class in com.puppycrawl.tools.checkstyle.api
-
Represents a message that can be localised.
- LocalizedMessage(int, int, String, String, Object[], SeverityLevel, String, Class<?>, String) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Creates a new
LocalizedMessage
instance. - LocalizedMessage(int, int, String, String, Object[], String, Class<?>, String) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Creates a new
LocalizedMessage
instance. - LocalizedMessage(int, String, String, Object[], SeverityLevel, String, Class<?>, String) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Creates a new
LocalizedMessage
instance. - LocalizedMessage(int, String, String, Object[], String, Class<?>, String) - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Creates a new
LocalizedMessage
instance. - LocalizedMessage.Utf8Control - Class in com.puppycrawl.tools.checkstyle.api
-
Custom ResourceBundle.Control implementation which allows explicitly read the properties files as UTF-8.
- LocalizedMessages - Class in com.puppycrawl.tools.checkstyle.api
-
Collection of messages.
- LocalizedMessages() - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
- localOnly - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.AbstractImportRule
-
Indicates if the rule only applies to this package.
- LocalVariableNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that local, non-final variable names conform to a format specified by the format property.
- LocalVariableNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
-
Creates a new
LocalVariableNameCheck
instance. - locateFinest(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Search down the tree to locate the finest match for a supplied package.
- location - Variable in class com.puppycrawl.tools.checkstyle.PropertyCacheFile.ExternalResource
-
Location of resource.
- log() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Logs the errors for the check.
- log(int, int, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
- log(int, int, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
- log(int, int, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Log a message that has column information.
- log(int, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
- log(int, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
- log(int, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Log a message that has no column information.
- log(DetailAST, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Helper method to log a LocalizedMessage.
- LOG - Static variable in class com.puppycrawl.tools.checkstyle.Checker
-
Logger for Checker.
- LOG - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Logger for TranslationCheck.
- LOG - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Logger for Main.
- logAsSeparated(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Log violations for each Token.
- logAsTotal(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Log validation as one violation.
- logChildError(int, int, IndentLevel) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Log child indentation error.
- logCommaViolation(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Logs a trailing array comma violation if one exists.
- logError(DetailAST, String, int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Log an indentation error.
- logError(DetailAST, String, int, IndentLevel) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Log an indentation error.
- logFirstSinglelineLine(int, int) - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
Logs warning if any non-multiline lines left in header regexp.
- logicalAndExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- logicalOrExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- logIoException(IOException, File) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Helper method to log an io exception.
- logLoadError(AbstractTypeAwareCheck.Token) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Logs error if unable to load class information.
- logLoadError(AbstractTypeAwareCheck.Token) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
- logLoadErrorImpl(int, int, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Common implementation for logLoadError() method.
- logLoadErrors - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Whether to log class loading errors to the checkstyle report instead of throwing a RTE.
- logMatch(int, int, String) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
This method looks for a warning that matches a configured expression.
- logMessage(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Displays the right message.
- logMissingTranslation(String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Logs that translation file is missing.
- logMultilineIndentation(DetailAST, DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Logs comment which can have the same indentation level as next or previous statement.
- logsStarredImportViolation(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Gets the full import identifier.
- logTag(int, String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
Log a message.
- logViolation(String, DetailAST, RequireThisCheck.AbstractFrame) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Helper method to log a LocalizedMessage.
- logWarningMessage(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Logs warning message if indentation is incorrect.
- logWrongImportGroupOrder(int, String, String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Log wrong import group order.
- LONG_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- lookForInlineTags(TextBlock, int, List<JavadocTag>, List<InvalidJavadocTag>) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Looks for inline tags in comment and adds them to the proper tags collection.
- LOOP_TYPES - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Loop types.
- LOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
||
(conditional OR) operator. - LOR - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- lowerBound - Variable in class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
-
Lower bound of the range.
- LPAREN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A left parenthesis (
(
). - LPAREN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- LT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
<
(less than) operator. - LT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- ltCounter - Variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
Counts the number of LT seen in the typeArguments production.
M
- 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(String...) - Static method in class com.puppycrawl.tools.checkstyle.gui.Main
-
Entry point.
- main(String...) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Loops over the files specified checking them for errors.
- Main - Class in com.puppycrawl.tools.checkstyle.gui
-
Entry point for starting the checkstyle GUI.
- Main - Class in com.puppycrawl.tools.checkstyle
-
Wrapper command line program for the Checker.
- Main() - Constructor for class com.puppycrawl.tools.checkstyle.gui.Main
-
Hidden constructor of the current utility class.
- Main() - Constructor for class com.puppycrawl.tools.checkstyle.Main
-
Don't create instance of this class, use
Main.main(String[])
method instead. - Main.CliOptions - Class in com.puppycrawl.tools.checkstyle
-
Helper structure to clear show what is required for Checker to run.
- mainAst - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
The AST which is handled by this handler.
- 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.
- MainFrame.FileSelectionAction - Class in com.puppycrawl.tools.checkstyle.gui
-
Handler for file selection action events.
- MainFrame.JavaFileFilter - Class in com.puppycrawl.tools.checkstyle.gui
-
Filter for Java files.
- MainFrame.ReloadAction - Class in com.puppycrawl.tools.checkstyle.gui
-
Handler for reload action events.
- 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.
- makeAcceptableTokens() - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
Returns array of acceptable tokens.
- makeCodeSelection() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Make selection of code in a text area.
- makeLiteralNames() - Static method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- makeLiteralNames() - Static method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- makeRuleNames() - Static method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- makeRuleNames() - Static method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- makeSymbolicNames() - Static method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- makeSymbolicNames() - Static method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- mASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mAT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- match - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Whether to look for a file name match or mismatch.
- MATCH_DEPRECATED - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Compiled regexp to match Javadoc tag with no argument.
- MATCH_DEPRECATED_MULTILINE_CONT - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Compiled regexp to look for a continuation of the comment.
- MATCH_DEPRECATED_MULTILINE_START - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Compiled regexp to match first part of multilineJavadoc tags.
- MATCH_INHERIT_DOC - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
Compiled regexp to match Javadoc tags with no argument and {}.
- MATCH_JAVADOC_ARG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Compiled regexp to match Javadoc tags that take an argument.
- MATCH_JAVADOC_ARG_MULTILINE_START - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Compiled regexp to match first part of multilineJavadoc tags.
- MATCH_JAVADOC_MULTILINE_CONT - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Compiled regexp to look for a continuation of the comment.
- MATCH_JAVADOC_NOARG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Compiled regexp to match Javadoc tags with no argument.
- MATCH_JAVADOC_NOARG_CURLY - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Compiled regexp to match Javadoc tags with no argument and {}.
- MATCH_JAVADOC_NOARG_MULTILINE_START - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Compiled regexp to match first part of multilineJavadoc tags.
- MATCH_SINGLELINE_COMMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Compiled regexp to match a single-line comment line.
- MATCH_SINGLELINE_COMMENT_PAT - Static variable in class com.puppycrawl.tools.checkstyle.api.FileContents
-
The pattern to match a single line comment containing only the comment itself -- no code.
- matchAccessModifiers(AccessModifier) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
Checks whether a method has the correct access modifier to be checked.
- matchCount - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Tracks number of matches made.
- matchDirectoryStructure - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
-
Whether to check for directory and package name match.
- matcher - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
The matcher.
- matcher - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
The matcher.
- matches(byte...) - Method in enum com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
Checks that bytes is equal to the byte representation of this line separator.
- matchesAtFront(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Matches other package name exactly or partially at front.
- matchesAtFrontNoRegex(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Non-regex case.
- matchesComment(Pattern, String, int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Does a regular expression match on the given line and checks that a possible match is within a comment.
- matchesExactly(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Check for equality of this with pkg.
- 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.
- matchesSkipRegex(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Checks if the given method name matches the regex.
- matchesTag(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Whether current event matches any tag from
SuppressWithNearbyCommentFilter.tags
. - matchLength - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.RuleMatchForImport
-
Length of matching string for current best match.
- matchPattern(String, Pattern) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Extracts a list of texts matching a
Pattern
from aString
. - matchPosition - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.RuleMatchForImport
-
Position of matching string for current best match.
- MatchSuppressor - Interface in com.puppycrawl.tools.checkstyle.checks.regexp
-
Represents a suppressor for matches.
- matchValue - Variable in class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
-
The matching Integer.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
-
Deprecated.Maximum allowed nesting depth.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck
-
Maximum allowed nesting depth.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
-
Maximum allowed nesting depth.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
-
Maximum allowed nesting depth.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Maximum allowed number of return statements.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Maximum allowed throws statements.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Allowed complexity.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Threshold to report error for.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Maximum allowed complexity.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Threshold to report error for.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Threshold to report error for.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
-
Maximum number of lines.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
Threshold to report error for.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
-
The maximum number of lines.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
-
The maximum number of columns in a line.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
The maximum number of lines.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
-
The maximum allowed number of outer types.
- max - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
The maximum number of allowed parameters.
- MAX_QUOTED_LENGTH - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
The maximum string length before we chop the string.
- MAX_TEXT_LEN - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
The maximum length of text to display with this tag.
- maxAllowed - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck.Context
-
Maximum allowed number of return statements.
- maxErrors - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
The maximum number of errors that are tolerated.
- maxForVoid - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Maximum allowed number of return statements for void methods.
- maximum - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Maximum number of times regular expression should occur in a file.
- maximum - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
The maximum number of matches required per file.
- maximum - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
The maximum number of matches required per file.
- maximum - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
The maximum number of matches required per file.
- maximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the maximum allowed number of detections and returns Builder object.
- maximumDepth - Variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Maximum depth.
- maximumMessage - Variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Error message when maximum count exceeded.
- maximumNumber - Variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Maximum number.
- maxPackage - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Maximum package methods.
- maxPrivate - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Maximum private methods.
- maxProtected - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Maximum protected methods.
- maxPublic - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Maximum public methods.
- maxTotal - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Maximum total number of methods.
- maxWarnings - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
The maximum number of warnings that are tolerated.
- 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
- mCommentListener - Variable 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
-
A class member in
JavadocTokenTypes.REFERENCE
. - 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
- MEMBER_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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.
- memberModifiers - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Check methods and fields with only corresponding modifiers.
- 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 - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
Custom message for report if illegal regexp found ignored if empty.
- message - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The message to report on detection.
- message - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Custom message for report.
- message - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
The message to report for a match.
- message - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
The message to report for a match.
- message - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
The message to report for a match.
- 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.
- MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Name of the message element.
- messageArguments - Variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Error message arguments.
- messageCollector - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Collects the error messages.
- messageDispatcher - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
The dispatcher errors are fired to.
- MessageDispatcher - Interface in com.puppycrawl.tools.checkstyle.api
-
Used by FileSetChecks to distribute AuditEvents to AuditListeners.
- messageFormat - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
The message format to suppress.
- messageFormat - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
The message format to suppress.
- messageKey - Variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Key for error message.
- messages - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
The object for collecting messages.
- messages - Variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
-
Contains the messages logged.
- messages - Variable in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
The map containing custom messages.
- 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_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- META_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- META_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Meta html tag.
- METADATA - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Name of the message element.
- 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 - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck.MethodNode
-
Method definition.
- 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_FRAME - com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.FrameType
-
Method frame type.
- METHOD_MAX_NCSS - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Default constant for max method ncss.
- 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.
- methodCalls - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Set of equals calls.
- MethodCountCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Counts the methods of the type-definition and checks whether this count is higher than the configured limit.
- MethodCountCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
- MethodCountCheck.MethodCounter - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Marker class used to collect data about the number of methods per class.
- MethodCounter(boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter
-
Creates an interface.
- 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.
- MethodFrame(AbstractDeclarationCollector.LexicalFrame) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.MethodFrame
-
Deprecated.Creates method frame.
- MethodFrame(RequireThisCheck.AbstractFrame, DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.MethodFrame
-
Creates method frame.
- MethodLengthCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Checks for long methods.
- MethodLengthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
- methodMaximum - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Maximum ncss for a method.
- methodModifier - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.SynchronizedHandler
-
Determine that "synchronized" token used as modifier of method.
- methodName - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalMethodCheck
-
Deprecated.Name of method to disallow.
- 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. - MethodNode(DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck.MethodNode
-
Constructs a stack node for a method definition.
- 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
- methodStack - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
Stack of methods.
- 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 - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Minimum number of times regular expression should occur in a file.
- minimum - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
The minimum number of matches required per file.
- minimum - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
The minimum number of matches required per file.
- minimum - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
The minimum number of matches required per file.
- minimum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the minimum allowed number of detections and returns Builder object.
- minimumDepth - Variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Minimum depth.
- minimumMessage - Variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Error message when minimum count not reached.
- minimumNumber - Variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Minimum number.
- minLineCount - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Minimal amount of lines in method to demand documentation presence.
- 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.
- MismatchStrategy() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.imports.MismatchStrategy
- 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
- mk_tokenSet_0() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_0() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_1() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_1() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_10() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_10() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_11() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_11() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_12() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_12() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_13() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_13() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_14() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_14() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_15() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_15() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_16() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_16() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_17() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_18() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_19() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_2() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_2() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_20() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_21() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_22() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_23() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_24() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_25() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_26() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_27() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_28() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_29() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_3() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_3() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_30() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_31() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_32() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_33() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_34() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_35() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_36() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_37() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_38() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_39() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_4() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_4() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_40() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_41() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_42() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_43() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_44() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_45() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_46() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_47() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_48() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_49() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_5() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_5() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_50() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_51() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_52() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_53() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_54() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_55() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_56() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_57() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_58() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_59() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_6() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_6() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_60() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_61() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_62() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_63() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_64() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_65() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_66() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_67() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_68() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_69() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_7() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_7() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_8() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_8() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- mk_tokenSet_9() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mk_tokenSet_9() - Static method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- 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
- model - Variable in class com.puppycrawl.tools.checkstyle.gui.MainFrame
-
Checkstyle frame model.
- 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
-
Checks that the order of modifiers conforms to the suggestions in the Java Language specification, sections 8.1.1, 8.3.1 and 8.4.3.
- ModifierOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
- modifiers() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- MODIFIERS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
Modifiers for type, method, and field declarations.
- MODIFIERS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- MODULE - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Module elements.
- moduleClassLoader - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
The classloader used for loading Checkstyle module classes.
- moduleClassLoader - Variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
The class loader used to load Checkstyle core and custom modules.
- moduleFactory - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
The factory for instantiating submodules.
- moduleFactory - Variable in class com.puppycrawl.tools.checkstyle.TreeWalker
-
A factory for creating submodules (i.e.
- ModuleFactory - Interface in com.puppycrawl.tools.checkstyle
-
A module factory creates Objects from a given name.
- moduleId - Variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
The id of the module generating the message.
- moduleId - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
Module id filter.
- ModuleReflectionUtils - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods for module reflection.
- ModuleReflectionUtils() - Constructor for class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtils
-
Prevent instantiation.
- 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_EMPTY - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
A key is pointing to the warning message text in "messages.properties" file.
- 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_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_PARSE_ERROR - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Error message key for common javadoc errors.
- MSG_KEY_PARSE_ERROR - Static variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Error message key for common javadoc errors.
- 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_UNRECOGNIZED_ANTLR_ERROR - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Unrecognized error from antlr parser.
- MSG_KEY_UNRECOGNIZED_ANTLR_ERROR - Static variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Unrecognized error from antlr parser.
- 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_REGEXP_EXCEEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
A key is pointing to the warning message text in "messages.properties" file.
- MSG_REGEXP_EXCEEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.SinglelineDetector
-
A key is pointing to the warning message text in "messages.properties" file.
- MSG_REGEXP_MINIMUM - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
A key is pointing to the warning message text in "messages.properties" file.
- MSG_REGEXP_MINIMUM - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.SinglelineDetector
-
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_STACKOVERFLOW - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
A key is pointing to the warning message text 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_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_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
- mTreatAssertAsKeyword - Variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- mTreatEnumAsKeyword - Variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- multiCatchTypes() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- MultilineDetector - Class in com.puppycrawl.tools.checkstyle.checks.regexp
-
A detector that matches across multiple lines.
- MultilineDetector(DetectorOptions) - Constructor for class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
Creates an instance.
- multiLines - Variable in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
The header lines to repeat (0 or more) in the check, sorted.
- 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.
- MultipleStringLiteralsCheck.StringInfo - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
This class contains information about where a string was found.
- 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
- MUTATION_OPERATIONS - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Operations which can change control variable in update part of the loop.
- mWS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
N
- name - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.AbstractClassInfo
-
Deprecated.
FullIdent
associated with this class. - name - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
-
The name of the invalid tag.
- name - Variable in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
The tag name.
- name - Variable in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
The name of this configuration.
- NAME - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Name attribute.
- NAME_TO_FULL_MODULE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Map of Checkstyle module names to their fully qualified names.
- NAME_TO_TAG - Static variable in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Holds tag name to tag enum mappings.
- NeedBracesCheck - Class in com.puppycrawl.tools.checkstyle.checks.blocks
-
Checks for braces around code blocks.
- NeedBracesCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
- NestedForDepthCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Check the number of nested
for
-statements. - NestedForDepthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck
- NestedIfDepthCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Restricts nested if-else blocks to a specified depth (default = 1).
- NestedIfDepthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
- NestedTryDepthCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Restricts nested try-catch-finally blocks to a specified depth (default = 1).
- NestedTryDepthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
- nestIn(DetailAST, String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
-
Deprecated.Increasing current nesting depth.
- nestOut() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractNestedDepthCheck
-
Deprecated.Decreasing current nesting depth.
- NEVER - com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ClosingParens
-
Without parens example
- NEVER - com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.TrailingArrayComma
-
Without comma example
- NeverSuppress - Class in com.puppycrawl.tools.checkstyle.checks.regexp
-
An implementation of
MatchSuppressor
that never suppresses a match. - NeverSuppress() - Constructor for class com.puppycrawl.tools.checkstyle.checks.regexp.NeverSuppress
-
Stop creation of instances.
- newArrayDeclarator() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- newBuilder() - Static method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Returns new Builder object.
- newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage.Utf8Control
- newExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
object instantiation.
- NewHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for operator new.
- NewHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.NewHandler
-
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
- NEWLINE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Newline symbol - '\n'.
- NEWLINE - Static variable in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Newline pattern.
- NEWLINE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- NEWLINE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- NEWLINE - Static variable in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Newline pattern.
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- NEWLINE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- NEWLINE(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- Newline5_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Newline7_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- NewlineAtEndOfFileCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
Checks that there is a newline at the end of each file.
- NewlineAtEndOfFileCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
- NEXT_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Multiline finished at next Javadoc.
- NEXT_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Multiline finished at next Javadoc.
- nextTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
Returns the next available HtmlTag.
- nextToken - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Next token.
- nextToken() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- NL - com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
-
Represents the policy that the brace must always be on a new line.
- NL - com.puppycrawl.tools.checkstyle.checks.whitespace.WrapOption
-
Require that the token is on a new line.
- NLOW - com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
-
Represents the policy that if the brace will fit on the first line of the statement, then apply
EOL
rule. - NoCloneCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that the clone method is not overridden from the Object class.
- NoCloneCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.NoCloneCheck
- node - Variable in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
DetailAST or DetailNode node.
- nodeForRow(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
Finds node for a given row.
- NoFinalizerCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that no method having zero parameters is defined using the name finalize.
- NoFinalizerCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.NoFinalizerCheck
- NoLineWrapCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks that chosen statements are not line-wrapped.
- NoLineWrapCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck
- NON_GROUP_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
NON_GROUP group name.
- NON_PRINTABLE_CHARS - Static variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Regular expression for non-printable unicode chars.
- NonEmptyAtclauseDescriptionCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks that the at-clause tag is followed by description .
- NonEmptyAtclauseDescriptionCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck
- NOSPACE - com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
-
Represents no spacing following a left parenthesis or preceding a right one.
- NOT_EQUAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
!=
(not equal) operator. - NOT_EQUAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- NOT_INITIALIZED - Static variable in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Constant to indicate if not calculated the child count.
- NOTHING - com.puppycrawl.tools.checkstyle.api.Scope
-
Nothing scope.
- notifyBegin(DetailAST, FileContents, TreeWalker.AstState) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Notify checks that we are about to begin walking a tree.
- notifyEnd(DetailAST, TreeWalker.AstState) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Notify checks that we have finished walking a tree.
- notifyLeave(DetailAST, TreeWalker.AstState) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Notify checks that leaving a node.
- notifyVisit(DetailAST, TreeWalker.AstState) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Notify checks that visiting a node.
- NoWhitespaceAfterCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks that there is no whitespace after a token.
- NoWhitespaceAfterCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
- NoWhitespaceBeforeCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks that there is no whitespace before a token.
- NoWhitespaceBeforeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
- NPathComplexityCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Checks the npath complexity against a specified limit (default = 200).
- NPathComplexityCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
- NPathComplexityCheck.TokenEnd - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Coordinates of token end.
- NPathComplexityCheck.Values - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Class that store range value and expression value.
- NULL_LOADER_MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Exception message when null class loader is given.
- NULL_PACKAGE_MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Exception message when null package name is given.
- NULL_TREE_LOOKAHEAD - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- NUM_DOUBLE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A double precision floating point literal.
- NUM_DOUBLE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- NUM_FLOAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A single precision floating point literal.
- NUM_FLOAT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- NUM_INT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An integer literal.
- NUM_INT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- NUM_LONG - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A long integer literal.
- NUM_LONG - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
O
- OBJBLOCK - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An object block.
- OBJBLOCK - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- objBlockWithEquals - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
-
Maps OBJ_BLOCK to the method definition of equals().
- objBlockWithHashCode - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
-
Maps OBJ_BLOCKs to the method definition of hashCode().
- ObjectBlockHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for inner classes.
- ObjectBlockHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
- offCommentFormat - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Parsed comment regexp that turns checkstyle reporting off.
- offset - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
How many spaces to use for new indentation level.
- offset - Variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.DescriptiveErrorListener
-
Offset is line number of beginning of the Javadoc comment.
- omitIgnoredModules - Variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Flags if modules with the severity 'ignore' should be omitted.
- onCommentFormat - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Parsed comment regexp that turns checkstyle reporting on.
- OneStatementPerLineCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Restricts the number of statements per line to one.
- OneStatementPerLineCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
- OneTopLevelClassCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Checks that each top-level class, interface or enum resides in a source file of its own.
- OneTopLevelClassCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck
- onlyObjectReferences - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
-
Whether only explicit initialization made to null should be checked.
- OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open html tag component:
'<'
. - OPEN - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- OPEN - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- OPEN() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
- OPEN_ANGLE_BRACKET - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Open angle bracket literal.
- OPEN_ANGLE_BRACKET - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
Open angle bracket literal.
- OPEN_CURLY_BRACE - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Open curly brace literal.
- OPEN_PARENTHESIS - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
Open parenthesis literal.
- OPEN_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- openFile(File) - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrame
-
Open file and load it.
- openFile(File) - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Open file and load the file.
- OperatorWrapCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks line wrapping for operators.
- OperatorWrapCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
- option - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
The policy to enforce.
- option - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
The policy to enforce.
- option - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
The policy to enforce.
- option - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
The policy to enforce.
- option - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
The policy to enforce.
- option - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
-
The policy to enforce.
- option - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
The policy to enforce.
- option - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
The policy to enforce.
- option - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
-
The policy to enforce.
- option - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
The policy to enforce.
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- option() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- option(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- OPTION - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Option html tag.
- OPTION_C_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option 'c'.
- OPTION_CAPITAL_J_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '-J'.
- OPTION_CAPITAL_T_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '-T'.
- OPTION_D_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '-d'.
- OPTION_DEBUG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '--debug'.
- OPTION_E_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option 'e'.
- OPTION_EXCLUDE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '--exclude'.
- OPTION_EXCLUDE_REGEXP_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '--exclude-regexp'.
- OPTION_EXECUTE_IGNORED_MODULES_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '--executeIgnoredModules'.
- OPTION_F_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option 'f'.
- OPTION_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Option tag name.
- OPTION_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- OPTION_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- OPTION_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- OPTION_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- OPTION_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- OPTION_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- OPTION_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- OPTION_J_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '-j'.
- OPTION_JAVADOC_TREE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '--javadocTree'.
- OPTION_O_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option 'o'.
- OPTION_P_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option 'p'.
- option_sempred(JavadocParser.OptionContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- OPTION_T_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option 't'.
- OPTION_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close option tag.
- OPTION_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open option tag.
- OPTION_TREE_COMMENT_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '--treeWithComments'.
- OPTION_TREE_JAVADOC_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '--treeWithJavadoc'.
- OPTION_TREE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option '--tree'.
- OPTION_V_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option 'v'.
- OPTION_X_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for the option 'x'.
- optional - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
Tells whether config file existence is optional.
- optionClass - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck
-
Deprecated.Since I cannot get this by going T.class.
- OptionContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- optionLength(String) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
-
Returns option length (how many parts are in option).
- options - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
The detection options to use.
- options - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.SinglelineDetector
-
The detection options to use.
- optionTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- optionTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- optionTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- OptionTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- optionTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- optionTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- OptionTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- ordered - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Require imports in group.
- ORDINARY - com.puppycrawl.tools.checkstyle.TreeWalker.AstState
-
Ordinary tree.
- ordinaryChecks - Variable in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Registered ordinary checks, that don't use comment nodes.
- outerNum - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
-
Tracks the number of outer types found.
- OuterTypeFilenameCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
Checks that the outer type name and the file name match.
- OuterTypeFilenameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
- OuterTypeNumberCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Checks for the number of defined types at the "outer" level.
- OuterTypeNumberCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
- outputLocation - Variable in class com.puppycrawl.tools.checkstyle.Main.CliOptions
-
Output file location.
- OverloadMethodsDeclarationOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that overload methods are grouped together.
- OverloadMethodsDeclarationOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck
- OVERRIDE - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
Override
annotation name. - OVERRIDE - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
-
Override
annotation name. - OVERRIDE - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
Override
annotation name. - overrideProps - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Contains the Properties to override.
- overridePropsResolver - Variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Property resolver.
P
- P_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Paragraph tag name.
- P_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- P_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- P_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- P_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- P_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- P_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- P_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- P_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close paragraph tag.
- P_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open paragraph tag.
- PACKAGE - com.puppycrawl.tools.checkstyle.api.Scope
-
Package or default scope.
- PACKAGE - com.puppycrawl.tools.checkstyle.checks.naming.AccessModifier
-
Package access modifier.
- PACKAGE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Package definition in
JavadocTokenTypes.REFERENCE
. - PACKAGE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- PACKAGE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- PACKAGE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
- PACKAGE_ACCESS_MODIFIER - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Name for implicit 'package' access modifier.
- PACKAGE_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- PACKAGE_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The package declaration.
- PACKAGE_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- PACKAGE_ELEMENT_NAME - Static variable in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
-
Qualified name for element 'package'.
- PACKAGE_SEPARATOR - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
Character separate package names in qualified name of java class.
- PACKAGE_SEPARATOR - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Character separate package names in qualified name of java class.
- packageAllowed - Variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Whether package visible members are allowed.
- PackageAnnotationCheck - Class in com.puppycrawl.tools.checkstyle.checks.annotation
-
This check makes sure that all package annotations are in the package-info.java file.
- PackageAnnotationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
- PackageDeclarationCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Ensures there is a package declaration.
- PackageDeclarationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
- PackageDefHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for package definitions.
- PackageDefHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.PackageDefHandler
-
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
- packageDefinition() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- packageFullIdent - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Full identifier for package of the method.
- packageName - Variable in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
Full qualified name of the package.
- packageName - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
The package doing the import.
- packageName - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Current file package.
- packageName - Variable in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Current package.
- PackageNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that package names conform to a format specified by the format property.
- PackageNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
- packageNames - Variable in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
-
The fully qualified package names.
- PackageNamesLoader - Class in com.puppycrawl.tools.checkstyle
-
Loads a list of package names from a package name XML file.
- PackageNamesLoader() - Constructor for class com.puppycrawl.tools.checkstyle.PackageNamesLoader
-
Creates a new
PackageNamesLoader
instance. - PackageObjectFactory - Class in com.puppycrawl.tools.checkstyle
-
A factory for creating objects from package names and names.
- PackageObjectFactory(String, ClassLoader) - Constructor for class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Creates a new
PackageObjectFactory
instance. - PackageObjectFactory(Set<String>, ClassLoader) - Constructor for class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Creates a new
PackageObjectFactory
instance. - packages - Variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
A list of package names to prepend to class names.
- packageStack - Variable in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
-
The temporary stack of package name parts.
- PadOption - Enum in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Represents the options for whitespace around parentheses.
- PadOption() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
- paint(Graphics) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableCellRenderer
-
Subclassed to translate the graphics such that the last visible row will be drawn at 0,0.
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- PARAGRAPH - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Paragraph html tag:
<p></p>
. - paragraph_sempred(JavadocParser.ParagraphContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- ParagraphContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- param - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- PARAM - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@param
. - PARAM_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Param tag name.
- PARAM_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- PARAM_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- PARAM_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- PARAM_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
- PARAM_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- PARAM_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- PARAM_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@param' literal in @param Javadoc tag.
- PARAM_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- PARAM_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- PARAM_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- PARAM_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- PARAM_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Param html tag.
- PARAMETER_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A parameter declaration.
- PARAMETER_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- PARAMETER_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
First argument in
@param
Javadoc tag. - PARAMETER_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- PARAMETER_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- PARAMETER_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- ParameterAssignmentCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Disallow assignment of parameters.
- ParameterAssignmentCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
- parameterDeclaration() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- parameterDeclarationList() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- parameterIdent() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- parameterModifier() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- ParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that method and
catch
parameter names conform to a format specified by the format property. - ParameterNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
Creates a new
ParameterNameCheck
instance. - parameterNames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
-
Current set of parameters.
- parameterNamesStack - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
-
Stack of methods' parameters.
- ParameterNumberCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Checks the number of parameters that a method or constructor has.
- ParameterNumberCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
- parameters() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- parameters() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
- PARAMETERS - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Parameters part in
JavadocTokenTypes.REFERENCE
. - PARAMETERS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A list of parameters to a method or constructor.
- PARAMETERS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- ParametersContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- paramTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- paramTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- ParamTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- ParenPadCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks the padding of parentheses; that is whether a space is required after a left parenthesis and before a right parenthesis, or such spaces are forbidden, with the exception that it does not check for padding of the right parenthesis at an empty for iterator and empty for initializer.
- ParenPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
Initializes and sorts acceptableTokens to make binary search over it possible.
- parent - Variable in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
The parent token.
- parent - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
-
Deprecated.Parent frame.
- parent - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Parent frame.
- parent - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Parent frame.
- parent - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
Parent frame.
- parent - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
The parent.
- parent - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Containing AST handler.
- parent - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Parent node.
- PARENT_TOKEN_TYPES - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
Parent token types.
- parentContext - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Parent file context.
- parentToSkip - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
Used to test if logging a warning in a parent node may be skipped because a warning was already logged on an immediate child node.
- parse(FileContents) - Static method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Static helper method to parses a Java source file.
- parseAndPrintJavadocTree(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Parses block comment as javadoc and prints its tree.
- parseCli(String...) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Parses and executes Checkstyle based on passed arguments.
- parseDouble(String, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Returns the value represented by the specified string of the specified type.
- parseErrorMessage - Variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Parse error message (is null if parsing is successful).
- ParseErrorMessage(int, String, Object...) - Constructor for class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Initializes parse error message.
- parseFile(File) - Static method in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Parse a file and return the parse tree.
- parseFile(File) - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Parse a file and return the parse tree.
- parseFile(File, boolean) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Parse a file and return the parse tree.
- parseFileText(FileText, boolean) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Parse a text and return the parse tree.
- parseFileWithComments(File) - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Parse a file and return the parse tree with comment nodes.
- parseInputSource(InputSource) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
-
Parses the specified input source.
- parseInputSource(InputSource) - Method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Parses the specified input source loading the configuration information.
- parseInt(String, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Parses the string argument as a signed integer in the radix specified by the second argument.
- parseJavadocAsDetailNode(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Parse block comment DetailAST as Javadoc DetailNode tree.
- parseJavadocAsDetailNode(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Parses Javadoc comment as DetailNode tree.
- parseJavadocAsDetailNode(String) - Static method in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Parse javadoc comment to DetailNode tree.
- parseJavadocAsParseTree(String) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Parses block comment content as javadoc comment.
- parseLong(String, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Parses the string argument as a signed long in the radix specified by the second argument.
- parseMode - Variable in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Current mode.
- parseMode - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Parsing mode.
- ParseMode(String) - Constructor for enum com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
-
Provides description.
- parsePropertyString(String, List<String>, List<String>) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Parses a string containing
${xxx}
style property references into two lists. - parser - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
-
Parser to read XML files.
- parser - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Parses content of Javadoc comment as DetailNode tree.
- ParseStatus() - Constructor for class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
- parseTag(String[], int, int, TagParser.Point) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
Parses the tag and return position after it.
- parseTags(String[], int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
Parses the text line for any HTML tags and adds them to the internal List of tags.
- parseTreeTableModel - Variable in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Parse tree model.
- ParseTreeTableModel - Class in com.puppycrawl.tools.checkstyle.gui
-
The model that backs the parse tree in the GUI.
- ParseTreeTableModel(DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Initialise pModel.
- ParseTreeTablePresentation - Class in com.puppycrawl.tools.checkstyle.gui
-
The model that backs the parse tree in the GUI.
- ParseTreeTablePresentation(DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Constructor initialise root node.
- parseWithComments(FileContents) - Static method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Parses Java source file.
- path - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
The filepath pattern this check applies to.
- path - Variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
-
Common path of files which are included in the resource bundle.
- paths - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Contains the paths to process.
- pattern - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Pattern created from format.
- PatternConverter() - Constructor for class com.puppycrawl.tools.checkstyle.api.AutomaticBean.PatternConverter
- patternForExactMatch - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
The regex pattern for exact matches - only not null if regex is true.
- patternForPartialMatch - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
The regex pattern for partial match (exact and for subpackages) - only not null if regex is true.
- period - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Period symbol at the end of first javadoc sentence.
- PERIOD - Static variable in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Period literal.
- PERIOD - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Period literal.
- persist() - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Cleans up the object and updates the cache file.
- pkg - Variable in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Name of the package to check if the class belongs to.
- PKG_ATTRIBUTE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Name for attribute 'pkg'.
- PkgImportRule - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Represents whether a package is allowed to be imported or not.
- PkgImportRule(boolean, boolean, String, boolean, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.PkgImportRule
-
Constructs an instance.
- pkgName - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Name of the package.
- pkgName - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.PkgImportRule
-
Package to control access to.
- pkgName - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
Name of package in file.
- PLAIN_FORMAT_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for 'plain' format.
- PLAIN_JAVA - com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
-
Only Java tokens without comments.
- PLUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
+
(addition) operator. - PLUS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- PLUS_ASSIGN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
+=
(addition assignment) operator. - PLUS_ASSIGN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- pModel - Variable in class com.puppycrawl.tools.checkstyle.gui.CodeSelector
-
Presentation model.
- pModel - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Presentation model.
- Point(int, int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser.Point
-
Creates new
Point
instance. - popCurrentVariables(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Pops given number of variables from currentVariables.
- popValue() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Pops a value off the stack and makes it the current value.
- popValue() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Pops a value off the stack and makes it the current value.
- popValue() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Pops values from both stack of expression values and stack of range values.
- position - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
The position within the line where this tag was found.
- POST_DEC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
--
(postfix decrement) operator. - POST_DEC - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- POST_INC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
++
(postfix increment) operator. - POST_INC - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- postfixExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- postProcessHeaderLines() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Hook method for post processing header lines.
- postProcessHeaderLines() - Method in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
- postProcessHeaderLines() - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
- postProcessLiteralNew(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Processes one of the collected "new" tokens when walking tree has finished.
- previousSibling - Variable in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Previous sibling.
- previousTokenType - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- previousToPreviousTokenType - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- prevScopeUninitializedVariables - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Uninitialized variables of previous scope.
- primaryExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- primitiveDataTypes - Variable in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
Contains primitive datatypes.
- PrimordialHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
A default no-op handler.
- PrimordialHandler(IndentationCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
-
Construct an instance of this handler with the given indentation check.
- printAst(FileText, boolean) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Parse a file and print the parse tree.
- printFileAst(File) - Static method in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Parse a file and print the parse tree.
- printFileAst(File, boolean) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Parse a file and print the parse tree.
- printJavaAndJavadocTree(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Prints full tree (java + comments + javadoc) of the DetailAST.
- printJavaAndJavadocTree(File) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Prints full AST (java + comments + javadoc) of the java file.
- printTree(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Print AST.
- printTree(DetailNode, String, String) - Static method in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Print AST.
- printUsage() - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Prints the usage information.
- PRIVATE - com.puppycrawl.tools.checkstyle.api.Scope
-
Private scope.
- PRIVATE - com.puppycrawl.tools.checkstyle.checks.naming.AccessModifier
-
Private access modifier.
- PRIVATE_ACCESS_MODIFIER - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Name for 'private' access modifier.
- process(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
- process(File, List<String>) - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
-
Request to process a file.
- process(List<File>) - Method in interface com.puppycrawl.tools.checkstyle.api.RootModule
-
Processes a set of files.
- process(List<File>) - Method in class com.puppycrawl.tools.checkstyle.Checker
- processAbstractMethodParameters(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Process validation of parameters for Methods with no definition.
- processAST(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Called to process an AST when visiting it.
- processAST(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
- processClass(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Processes class definition.
- processClassDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Collects classes defined in the source file.
- processConstructor(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
Processes constructor.
- processCurrentFile - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
Whether to process the current file.
- processEnd(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
Checks the token for the end of Generics.
- processExpression(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
- processFile(File) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Processes a file with all FileSetChecks.
- processFiles(RootModule, SeverityLevelCounter, String) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Scans and processes files by means given root module.
- processFiles(List<File>) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Processes a list of files with all FileSetChecks.
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Called to process a file that matches the specified file extensions.
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck
- processFiltered(File, List<String>) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
- processFrame(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Process CLASS_DEF, METHOD_DEF, LITERAL_IF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, LITERAL_CATCH, LITERAL_TRY, CTOR_DEF, ENUM_DEF, ENUM_CONSTANT_DEF.
- processIdent(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Checks if a given IDENT is method call or field name which requires explicit
this
qualifier. - processIdent(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Collects references made by IDENT.
- processImport(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Collects the details of imports.
- processImport(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Perform processing for an import token.
- processImport(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Collects the details of imports.
- processImport(DetailAST, DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Process Import.
- processingTokenEnd - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Range of the last processed expression.
- processInterfaceOrAnnotation(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Do validation of interface of annotation.
- processIter(DetailAST, TreeWalker.AstState) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Processes a node calling interested checks at each node.
- processJavadoc - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Flag whether to process Javadoc comments.
- processJavadocTag(JavadocTag) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Returns a list of references found in a javadoc
JavadocTag
. - processLambda(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Process a lambda token.
- processLeft(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
Process a token representing a left parentheses.
- processLines(FileText) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
Processes an entire text file looking for matches.
- processLines(List<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.SinglelineDetector
-
Processes a set of lines looking for matches.
- processLiteralNew(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Determine whether LITERAL_NEW is an anonymous class definition and add it as a frame in this case.
- processLiteralNew(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Collects a "new" token.
- processMethodCall(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Add the method call to the current frame if it should be processed.
- processMethods(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Process validation of Methods.
- processModifiers(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
Processes modifiers.
- processModifiersState(DetailAST, DeclarationOrderCheck.ScopeState) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
Process if given modifiers are appropriate in given state (
STATE_STATIC_VARIABLE_DEF
,STATE_INSTANCE_VARIABLE_DEF
, (STATE_CTOR_DEF
,STATE_METHOD_DEF
), if it is it updates states where appropriate or logs violation. - processModifiersSubState(DetailAST, DeclarationOrderCheck.ScopeState, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
Checks if given modifiers are valid in substate of given state(
Scope
), if it is it updates substate or else it logs violation. - processMultipleLinesInside(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Log violation in case there are multiple empty lines inside constructor, initialization block or method.
- processNestedGenerics(DetailAST, String, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
Process Nested generics.
- processPackage(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Collects the details of a package.
- processPackage(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Process Package.
- processPackageDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Perform processing for an package token.
- processResources(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
Checks if given resource has redundant modifiers.
- processRight(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
Process a token representing a right parentheses.
- processSingleGeneric(DetailAST, String, int) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
Process Single-generic.
- processSlist(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Determine whether SLIST begins static or non-static block and add it as a frame in this case.
- processStart(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
Checks the token for the start of Generics.
- processStaticImport(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Collects the details of static imports.
- processTree(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Processes JavadocAST tree notifying Check.
- processTypeParams(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Process type params (if any) for given class, enum or method.
- processVariable(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Process a variable token.
- processVariableDef(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Process Variable.
- properties - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
The name of the properties file.
- PropertiesExpander - Class in com.puppycrawl.tools.checkstyle
-
Resolves external properties from an underlying
Properties
object. - PropertiesExpander(Properties) - Constructor for class com.puppycrawl.tools.checkstyle.PropertiesExpander
-
Creates a new PropertiesExpander.
- propertiesLocation - Variable in class com.puppycrawl.tools.checkstyle.Main.CliOptions
-
Properties file location.
- Property() - Constructor for class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
- PROPERTY - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Property element.
- PropertyCacheFile - Class in com.puppycrawl.tools.checkstyle
-
This class maintains a persistent(on file-system) store of the files that have checked ok(no validation events) and their associated timestamp.
- PropertyCacheFile(Configuration, String) - Constructor for class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Creates a new
PropertyCacheFile
instance. - PropertyCacheFile.ExternalResource - Class in com.puppycrawl.tools.checkstyle
-
Class which represents external resource.
- PropertyResolver - Interface in com.puppycrawl.tools.checkstyle
-
Resolves properties in module configurations.
- PROTECTED - com.puppycrawl.tools.checkstyle.api.Scope
-
Protected scope.
- PROTECTED - com.puppycrawl.tools.checkstyle.checks.naming.AccessModifier
-
Protected access modifier.
- PROTECTED_ACCESS_MODIFIER - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Name for 'protected' access modifier.
- protectedAllowed - Variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Whether protected members are allowed.
- pTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- pTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- pTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- PTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- PTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- PUBLIC - com.puppycrawl.tools.checkstyle.api.Scope
-
Public scope.
- PUBLIC - com.puppycrawl.tools.checkstyle.checks.naming.AccessModifier
-
Public access modifier.
- PUBLIC_ACCESS_MODIFIER - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Name for 'public' access modifier.
- publicIdToResourceNameMap - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
-
Maps public id to resolve to resource name for the DTD.
- publicMemberPattern - Variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Regexp for public members that should be ignored.
- publicTypeFound - Variable in class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck
-
True if a java source file contains a type with a public access level modifier.
- pushValue() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Push the current value on the stack.
- pushValue() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Push the current value on the stack.
- pushValue(Integer) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Pushes the current range value on the range value stack.
- put(Object, Object) - Method in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck.UniqueProperties
- put(String, long) - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Records that a file checked ok.
- putExternalResources(Set<String>) - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Puts external resources in cache.
Q
- qualifiedName - Variable in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Qualified class name(with package).
- QUESTION - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
?
(conditional) operator. - QUESTION - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
R
- raiseCounter(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Determine the visibility modifier and raise the corresponding counter.
- rangeValue - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.Values
-
NP value for range.
- rangeValues - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Stack of NP values for ranges.
- RBRACK - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
]
symbol. - RBRACK - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- rcurly - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Right curly.
- RCURLY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A right (curly) brace (
}
). - RCURLY - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- READ_BUFFER_SIZE - Static variable in class com.puppycrawl.tools.checkstyle.api.FileText
-
The number of characters to read in one go.
- readerLines - Variable in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
The lines of the header file.
- readFile(File, CharsetDecoder) - Static method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Reads file using specific decoder and returns all its content as a String.
- realExecute(String) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Helper implementation to perform execution.
- recognizeXmlTags - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- RedundantImportCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Checks for imports that are redundant.
- RedundantImportCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
- RedundantModifierCheck - Class in com.puppycrawl.tools.checkstyle.checks.modifier
-
Checks for redundant modifiers in interface and annotation definitions, final modifier on methods of final classes, inner
interface
declarations that are declared asstatic
, non public class constructors and enum constructors, nested enum definitions that are declared asstatic
. - RedundantModifierCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
- reference() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- reference() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- reference() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- REFERENCE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Parameter of the Javadoc tags listed below.
- referenceCatched - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- ReferenceContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
- referenced - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Set of references - possibly to imports or other things.
- referencedClassNames - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Set of referenced classes.
- regex - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
If this package represents a regular expression.
- regexp - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
-
Deprecated.The regexp to match against.
- regexp - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
The regexp to match against.
- regexp - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Whether the packages or class names should be interpreted as regular expressions.
- regExp - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.AbstractImportRule
-
Indicates if the name is to be interpreted as a regular expression.
- REGEXP_FORMAT_TO_CHECK_DEFAULT_TRANSLATIONS - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Formatting string to form regexp to validate default translations file names.
- REGEXP_FORMAT_TO_CHECK_REQUIRED_TRANSLATIONS - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Formatting string to form regexp to validate required translations file names.
- RegexpCheck - Class in com.puppycrawl.tools.checkstyle.checks.regexp
-
A check that makes sure that a specified pattern exists (or not) in the file.
- RegexpCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
- RegexpHeaderCheck - Class in com.puppycrawl.tools.checkstyle.checks.header
-
Checks the header of the source against a header file that contains a
regular expression
for each line of the source header. - RegexpHeaderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
- RegexpMultilineCheck - Class in com.puppycrawl.tools.checkstyle.checks.regexp
-
Implementation of a check that looks that matches across multiple lines in any file type.
- RegexpMultilineCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
- RegexpOnFilenameCheck - Class in com.puppycrawl.tools.checkstyle.checks.regexp
-
Implementation of a check that looks for a file name and/or path match (or mis-match) against specified patterns.
- RegexpOnFilenameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
- RegexpSinglelineCheck - Class in com.puppycrawl.tools.checkstyle.checks.regexp
-
Implementation of a check that looks for a single line in any file type.
- RegexpSinglelineCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
- RegexpSinglelineJavaCheck - Class in com.puppycrawl.tools.checkstyle.checks.regexp
-
Implementation of a check that looks for a single line in Java files.
- RegexpSinglelineJavaCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
- register(int, Class<T>) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Registers a handler.
- registerAlias(String, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Registers an alias for the source name of a check.
- registerCheck(int, AbstractCheck) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Register a check for a specified token id.
- registerCheck(AbstractCheck) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Register a check for a given configuration.
- registerCheck(String, AbstractCheck) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Register a check for a specified token name.
- registerCustomTypes(ConvertUtilsBean) - Static method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Register custom types of JDK like URI and Checkstyle specific classes to use with BeanUtils.
- registerImport(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Registers given import.
- registerIntegralTypes(ConvertUtilsBean) - Static method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Register basic types of JDK like boolean, int, and String to use with BeanUtils.
- registerNestedSubclass() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Adds nested subclass.
- registerNestedSubclassToOuterSuperClasses(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
Register to outer super classes of given classAst that given classAst is extending them.
- registerNonPrivateCtor() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Adds non-private ctor.
- registerPrivateCtor() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Adds private ctor.
- RegularClass(AbstractTypeAwareCheck.Token, String, AbstractTypeAwareCheck) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass
-
Deprecated.Creates new instance of of class information object.
- relationalExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- relativizeAndNormalizePath(String, String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Constructs a normalized relative path between base directory and a given path.
- RelaxedAccessModifierArrayConverter() - Constructor for class com.puppycrawl.tools.checkstyle.api.AutomaticBean.RelaxedAccessModifierArrayConverter
- RelaxedStringArrayConverter() - Constructor for class com.puppycrawl.tools.checkstyle.api.AutomaticBean.RelaxedStringArrayConverter
- reliefPattern - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Relief regexp to allow fall through to the next case branch.
- reloadAction - Variable in class com.puppycrawl.tools.checkstyle.gui.MainFrame
-
Reload action.
- ReloadAction() - Constructor for class com.puppycrawl.tools.checkstyle.gui.MainFrame.ReloadAction
- reloadActionEnabled - Variable in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Whether the reload action is enabled.
- remove(String) - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Removed a specific file from the cache.
- removeBeforeExecutionFileFilter(BeforeExecutionFileFilter) - Method in class com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilterSet
-
Removes filter.
- removeBeforeExecutionFileFilter(BeforeExecutionFileFilter) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Removes before execution file filter.
- removeCellEditorListener(CellEditorListener) - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
- removeCheckstylePrefixIfExists(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Method removes checkstyle prefix (checkstyle:) from check name if exists.
- removeChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
Removes a child of this configuration.
- removeFilter(Filter) - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
-
Removes filter.
- removeFilter(Filter) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Removes filter.
- removeFinalVariableCandidateFromStack(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Removes the final variable candidate from the Stack.
- removeListener(AuditListener) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Removes a given listener.
- removeMatchingParam(List<DetailAST>, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Remove parameter from params collection by name.
- removeQuotes(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
Strips a single double quote from the front and back of a string.
- removeTreeModelListener(TreeModelListener) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
- replaceProperties(String, PropertyResolver, String) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Replaces
${xxx}
style constructions in the given value with the string value of the corresponding data types. - reportBlockComment(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Report the location of a block comment.
- reportBlockComment(String, int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
- reportBlockComment(String, int, int, int, int) - Method in interface com.puppycrawl.tools.checkstyle.grammars.CommentListener
-
Report the location of a block comment that can span multiple lines.
- reportCComment(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Deprecated.Use
FileContents.reportBlockComment(int, int, int, int)
instead. - reportCppComment(int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Deprecated.Use
FileContents.reportSingleLineComment(int, int)
instead. - reporter - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Used for reporting violations.
- reporter(AbstractViolationReporter) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the violation reporter and returns Builder object.
- reportingOn - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
Determines whether the suppression turns checkstyle reporting on.
- reportMagicNumber(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Reports aAST as a magic number, includes unary operators as needed.
- reportSingleLineComment(int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Report the location of a single line comment.
- reportSingleLineComment(String, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
- reportSingleLineComment(String, int, int) - Method in interface com.puppycrawl.tools.checkstyle.grammars.CommentListener
-
Report the location of a single line comment that extends from the given point to the end of the line.
- requiredTranslations - Variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Language codes of required translations for the check (de, pt, ja, etc).
- RequireThisCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that code doesn't rely on the "this" default.
- RequireThisCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
- RequireThisCheck.AbstractFrame - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
A declaration frame.
- RequireThisCheck.AnonymousClassFrame - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
An anonymous class frame; holds instance variable names.
- RequireThisCheck.BlockFrame - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
A frame initiated on entering a statement list; holds local variable names.
- RequireThisCheck.ClassFrame - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
A frame initiated at class, enum or interface definition; holds instance variable names.
- RequireThisCheck.ConstructorFrame - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
A frame initiated at constructor definition.
- RequireThisCheck.FrameType - Enum in com.puppycrawl.tools.checkstyle.checks.coding
-
An AbstractFrame type.
- RequireThisCheck.MethodFrame - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
A frame initiated at method definition; holds a method definition token.
- reset() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
-
Reset the object.
- reset() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.TokenEnd
-
Sets end token coordinates to the start of the file.
- reset() - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Resets the cache to be empty except for the configuration hash.
- resetRowSelection() - Method in class com.puppycrawl.tools.checkstyle.gui.ListToTreeSelectionModelWrapper
-
This is overridden to set
updatingListSelectionModel
and message super. - resetState() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
Reset the state of the detector.
- resetState() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.SinglelineDetector
-
Reset the state of the detector.
- resolve(String) - Method in class com.puppycrawl.tools.checkstyle.PropertiesExpander
- resolve(String) - Method in interface com.puppycrawl.tools.checkstyle.PropertyResolver
-
Resolves a property name to it's value.
- resolve(String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Attempts to resolve the Class for a specified name.
- resolveByStarImports(String) - Method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Try star imports.
- resolveClass(String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Attempts to resolve the Class for a specified name.
- resolveEntity(String, String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractLoader
- resolveInnerClass(String, String) - Method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
See if inner class of this class.
- resolveInPackage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Try to find class by search in package.
- resolveMatchingExplicitImport(String) - Method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Try to find class by matching explicit Import.
- resolveQualifiedName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Tries to resolve a class for fully-specified name.
- resource() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- RESOURCE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A resource in the Java 7 try-with-resources construct.
- RESOURCE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- resource_assign() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- RESOURCE_SPECIFICATION - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The Java 7 try-with-resources construct.
- RESOURCE_SPECIFICATION - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- ResourceBundle(String, String, String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
-
Creates a ResourceBundle object with specific base name, common files extension.
- resources() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- RESOURCES - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A list of resources in the Java 7 try-with-resources construct.
- RESOURCES - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- resourceSpecification() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- retrieveAllScannedFiles(DirectoryScanner, int) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Retrieves all matched files from the given scanner.
- RETURN - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@return
. - RETURN - Static variable in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Return pattern.
- RETURN - Static variable in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Return pattern.
- RETURN_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@return' literal in @return Javadoc tag.
- RETURN_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- RETURN_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RETURN_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- RETURN_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- ReturnCountCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Restricts the number of return statements in methods, constructors and lambda expressions (2 by default).
- ReturnCountCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
- ReturnCountCheck.Context - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Class to encapsulate information about one method.
- RIGHT_BRACE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Right brace in
JavadocTokenTypes.PARAMETERS
part ofJavadocTokenTypes.REFERENCE
. - RIGHT_BRACE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- RIGHT_BRACE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RIGHT_BRACE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- RIGHT_BRACE_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- RightCurlyCheck - Class in com.puppycrawl.tools.checkstyle.checks.blocks
-
Checks the placement of right curly braces.
- RightCurlyCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
- RightCurlyCheck.Details - Class in com.puppycrawl.tools.checkstyle.checks.blocks
-
Structure that contains all details for validation.
- RightCurlyOption - Enum in com.puppycrawl.tools.checkstyle.checks.blocks
-
Represents the options for placing the right curly brace
'
'}. - RightCurlyOption() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
- root - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
The root package controller.
- root - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
The root node of the tree table model.
- rootClass - Variable in class com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck
-
Meet a root class.
- RootModule - Interface in com.puppycrawl.tools.checkstyle.api
-
The first module that is run as part of Checkstyle and controls its entire behavior and children.
- RPAREN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A right parenthesis (
)
). - RPAREN - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- RULE_areaTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_attribute - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_basefontTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_baseTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_body - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_bodyTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_bodyTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_brTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_colgroup - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_colgroupTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_colgroupTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_colTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_dd - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_ddTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_ddTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_description - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_dt - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_dtTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_dtTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_frameTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_head - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_headTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_headTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_hrTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_html - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_htmlComment - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_htmlElement - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_htmlElementClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_htmlElementOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_htmlTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_htmlTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_htmlTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_imgTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_inputTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_isindexTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_javadoc - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_javadocInlineTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_javadocTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_li - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_linkTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_liTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_liTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_metaTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_option - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_optionTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_optionTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_paragraph - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_parameters - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_paramTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_pTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_pTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_reference - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_singletonElement - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_singletonTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_singletonTagName - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_tbody - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_tbodyTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_tbodyTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_td - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_tdTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_tdTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_text - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_tfoot - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_tfootTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_tfootTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_th - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_thead - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_theadTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_theadTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_thTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_thTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_tr - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_trTagClose - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_trTagOpen - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RULE_TYPES_OFFSET - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Rule types offset.
- RULE_wrongSinletonTag - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- RuleMatchForImport(String, int, int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.RuleMatchForImport
-
Constructor to initialize the fields.
- ruleNames - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- ruleNames - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- rules - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
List of
AbstractImportRule
objects to check. - runCheckstyle(Main.CliOptions) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Executes required Checkstyle actions based on passed parameters.
- runCli(CommandLine, List<File>) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Do execution of CheckStyle based on Command line options.
S
- safeGet(Attributes, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Utility to safely get an attribute.
- safeLoad(String) - Method in class com.puppycrawl.tools.checkstyle.checks.ClassResolver
-
Will load a specified class is such a way that it will NOT be initialised.
- SAME - com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
-
Represents the policy that the brace should be on the same line as the the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally).
- SAME_PACKAGE_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
SAME_PACKAGE group name.
- samePackageDomainsRegExp - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
RegExp for SAME_PACKAGE group imports.
- samePackageMatchingDepth - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Number of first domains for SAME_PACKAGE group.
- saxHandler - Variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The SAX document handler.
- scanFileSets() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Returns the list of files (full path name) to process.
- scanPath(Path, int) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Scans the given path and retrieves all files for the given path.
- scanPaths() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Retrieves all files from the defined paths.
- scope - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.ScopeData
-
Contains variable definitions.
- scope - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
The visibility scope where Javadoc comments are checked.
- scope - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
The scope to check.
- scope - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
The scope to check for.
- scope - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
The scope to check.
- Scope - Enum in com.puppycrawl.tools.checkstyle.api
-
Represents a Java visibility scope.
- Scope() - Constructor for enum com.puppycrawl.tools.checkstyle.api.Scope
- ScopeConverter() - Constructor for class com.puppycrawl.tools.checkstyle.api.AutomaticBean.ScopeConverter
- ScopeData() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.ScopeData
- scopeStack - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Scope Deque.
- ScopeState() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck.ScopeState
- scopeStates - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
List of Declaration States.
- ScopeUtils - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods for working on scope.
- ScopeUtils() - Constructor for class com.puppycrawl.tools.checkstyle.utils.ScopeUtils
-
Prevent instantiation.
- searchMatchingTypeParameter(List<DetailAST>, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Returns true if required type found in type parameters.
- searchVariableUsageExpressions(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Searches variable usages starting from specified statement.
- SEE - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@see
. - 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 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- SEE_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- SEE_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- seeLink - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- seenFirstToken - Variable in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
-
Indicates whether the first token has been seen in the file.
- select() - Method in class com.puppycrawl.tools.checkstyle.gui.CodeSelector
-
Set selection.
- selectionEnd - Variable in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Selection end position.
- selectionStart - Variable in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation
-
Selection start position.
- 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
- SEMICOLON - Static variable in class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck
-
Deprecated.Semicolon literal.
- SEMICOLON - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
-
Semicolon literal.
- SEMICOLON - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
Semicolon literal.
- 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
- separated - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Require imports in group be separated.
- separateLineBetweenGroups - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Force empty line separator between import groups.
- 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 - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@serial
. - SERIAL_DATA - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@serialData
. - 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 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- SERIAL_DATA_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- SERIAL_DATA_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- SERIAL_FIELD - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@serialField
. - 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 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- SERIAL_FIELD_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- SERIAL_FIELD_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- SERIAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@see' literal in @see Javadoc tag.
- SERIAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- SERIAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- SERIAL_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- SERIAL_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- serialField - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- serialFieldFieldType - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Record a version.
- serialVersionUID - Static variable in exception com.puppycrawl.tools.checkstyle.api.CheckstyleException
-
For Serialisation that will never happen.
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.api.DetailAST
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck.UniqueProperties
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.gui.ListToTreeSelectionModelWrapper
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.gui.MainFrame.FileSelectionAction
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.gui.MainFrame.ReloadAction
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.gui.MainFrame
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.gui.TreeTable
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.gui.TreeTableCellRenderer
-
Serial ID.
- serialVersionUID - Static variable in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
- 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 ascom.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.
- setBounds(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableCellRenderer
-
This is overridden to set the height to match that of the JTable.
- 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
-
Deprecated.Use
Checker.setCacheFile(java.lang.String)
instead. It does not do anything now. We just keep the setter for transition period to the same option in Checker. The method will be completely removed in Checkstyle 8.0. See issue#2883 - setCallingSuper() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck.MethodNode
-
Records that the overriding method has a call to the super method.
- 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.
- setCheckHtml(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Sets the flag that determines if HTML checking is to be performed.
- setCheckLastCaseGroup(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Configures whether we need to check last case group or not.
- setCheckMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Setter for checkMethods property.
- setChecks(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
Set the check class pattern.
- 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.
- setClassOrEnumOrEnumConstDef(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Sets isClassOrEnum.
- 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.
- setClazz(Class<?>) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass
-
Deprecated.Associates
Class
with an object. - 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.
- setColumns(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
Sets the CSV values and ranges for column number filtering.
- setColumnsInitialWidth() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Set initial value of width for columns in table.
- 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
- setCompileFlags(int) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
-
Deprecated.Set the compile flags for the regular expression.
- 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.
- setCurrentValue(BigInteger) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Set the current value.
- 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 pakcages 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(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
Sets name of the supression file.
- setFile(URI) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
Set the name for the file containing the import control configuration.
- 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(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
-
Deprecated.Set the format to 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(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.annotation.SuppressWarningsCheck
-
Set the format for 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(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.
- setFound() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.ExceptionInfo
-
Mark that the exception has associated throws tag.
- setFrameName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Set the frame name.
- 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
-
Validates the
header
by compiling it withPattern.compile(String)
and throwsIllegalArgumentException
ifheader
isn't a valid pattern. - 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.AbstractIllegalCheck
-
Deprecated.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(List<Integer>) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Sets line position map.
- setLines(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
Sets the CSV values and ranges for line number filtering.
- setLineSeparator(String) - Method in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
-
Sets the line separator to one of 'crlf', 'lf','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.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.AbstractNestedDepthCheck
-
Deprecated.Setter for maximum allowed nesting depth.
- 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.AbstractComplexityCheck
-
Deprecated.Set the maximum threshold allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Setter for maximum allowed complexity.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.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.
- setMaxLineLength(int) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Deprecated.since 6.10 release, option is not required for the Check.
- 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.
- setMessages(LocalizedMessages) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Set the global object used to collect messages.
- 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.
- 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).
- setModuleId(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
Set the module id for filtering.
- setMultiLines(int...) - Method in class com.puppycrawl.tools.checkstyle.checks.header.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.
- setOffset(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
Sets custom indentation level.
- setOffset(int) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.DescriptiveErrorListener
-
Sets offset.
- setOnCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Set the format for a comment that turns on reporting.
- 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.AbstractOptionCheck
-
Deprecated.Set the option to enforce.
- 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.
- 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.
- setOutputStream(OutputStream) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
-
Sets the OutputStream.
- setPackageAllowed(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Set whether package visible members are allowed.
- setPackageName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Sets current context package name.
- setParent(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
Set the parent token.
- 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.
- setRowHeight(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableCellRenderer
-
Sets the row height of the tree, and forwards the row height to the table.
- 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(SeverityLevel) - Method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
-
Sets the severity level.
- setSeverity(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Sets the severity level.
- setSeverity(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets the severity level.
- 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.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.
- 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.
- SETTER_BODY_SIZE - Static variable in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Maximum nodes allowed in a body of setter.
- SETTER_GETTER_MAX_CHILDREN - Static variable in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Maximum children allowed in setter/getter.
- SETTER_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Pattern matching names of setter methods.
- setterCanReturnItsClass - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
If ignoreSetter is set to true then this variable controls what the setter method can return By default setter must return void.
- 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.
- setToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.TokenEnd
-
Sets end coordinates from given token.
- 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(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Sets node's type.
- setType(CheckstyleAntTask.FormatterType) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Set the type of the formatter.
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Called by configure() for every child of this component's Configuration.
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.Checker
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
- setUrl(URI) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
Deprecated.use
ImportControlCheck.setFile(URI uri)
to load URLs instead - 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.
- severity - Variable in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
-
The severity level to accept.
- SEVERITY - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Name of the severity property.
- severityLevel - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
The severity level of any violations found.
- severityLevel - Variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
The severity level.
- severityLevel - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
The severity level of any violations found by submodules.
- SeverityLevel - Enum in com.puppycrawl.tools.checkstyle.api
-
Severity level for a check violation.
- SeverityLevel() - Constructor for enum com.puppycrawl.tools.checkstyle.api.SeverityLevel
- SeverityLevelConverter() - Constructor for class com.puppycrawl.tools.checkstyle.api.AutomaticBean.SeverityLevelConverter
- 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.
- shouldBeAloneOnLine(RightCurlyOption, RightCurlyCheck.Details) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Checks that a right curly should be alone on a line.
- shouldBeAloneOnLineWithAloneOption(RightCurlyCheck.Details) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Whether right curly should be alone on line when ALONE option is used.
- shouldBeAloneOnLineWithAloneOrSinglelineOption(RightCurlyCheck.Details) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Whether right curly should be alone on line when ALONE_OR_SINGLELINE option is used.
- shouldBeOnSameLine(RightCurlyOption, RightCurlyCheck.Details) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Checks that a right curly should be on the same line as the next statement.
- shouldBeProcessed(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Checks whether the current node should be processed by the check.
- shouldCheck(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Whether we should check this node.
- shouldCheck(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Whether we should check this node.
- shouldCheck(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
Whether we should check this node.
- shouldCheck(DetailAST, Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Whether we should check this node.
- shouldCheckEnhancedForLoopVariable(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Determines whether enhanced for-loop variable should be checked or not.
- shouldCheckInScope(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Should we check member with given modifiers.
- shouldCheckLastRcurly - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Should check last right curly.
- shouldCheckSeparationFromNextToken(DetailAST, char) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Check if it should be checked if next token is separated from current by whitespace.
- shouldCheckSeparationFromPreviousToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Check if it should be checked if previous token is separated from current by whitespace.
- shouldHaveLineBreakBefore(RightCurlyOption, RightCurlyCheck.Details) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Checks whether a right curly should have a line break before.
- shouldIgnoreMethod(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
Check if the method is specified in the ignore method list.
- shouldIgnoreNumberOfParameters(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
Determine whether to ignore number of parameters for the method.
- 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
- shouldRemoveFinalVariableCandidate(FinalLocalVariableCheck.ScopeData, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Whether the final variable candidate should be removed from the list of final local variable candidates.
- shouldSelectCell(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
- shouldStartLine - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Do we need to check if right curly starts line.
- shouldSuppress(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.CommentSuppressor
- 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
- shouldUpdateUninitializedVariables(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
If token is LITERAL_IF and there is an
else
following or token is CASE_GROUP and there is anothercase
following, then update the uninitialized variables. - 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 - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@since
. - 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 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- SINCE_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- SINCE_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- SINGLE_CHAR - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
-
Regexp for one-char loop variables.
- 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_TAGS - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
HTML tags that do not require a close tag.
- SINGLELINE_ANNOTATION_PARENTS - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Array of single line annotation parents.
- singlelineComments - Variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Cpp style comments.
- SinglelineDetector - Class in com.puppycrawl.tools.checkstyle.checks.regexp
-
A detector that matches individual lines.
- SinglelineDetector(DetectorOptions) - Constructor for class com.puppycrawl.tools.checkstyle.checks.regexp.SinglelineDetector
-
Creates an 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.
- SINGLETON_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Non-special singleton html tag.
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- SingletonElementContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- SingletonTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- singletonTagName - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
- singletonTagName() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- 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.
- size() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages
-
Gets the number of messages.
- SKIP_TOKENS - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Stores allowed values in document for inherit doc literal.
- skipAnnotationOnlyLines(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Skip lines that only contain
TokenTypes.ANNOTATION
s. - skipAnnotations(Iterator<DetailAST>) - Static method in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
-
Skip all annotations in modifier block.
- skipCurrentTokenConsuming() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- skipEnhancedForLoopVariable - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Controls whether to skip enhanced for-loop variable.
- skipHtmlComment(String[], TagParser.Point) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
Skips HTML comments.
- skipIfLastAndSharedWithCase - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
-
Whether to process skipIfLastAndSharedWithCaseInSwitch() invocations.
- skipNoJavadoc - Variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Is deprecated element valid without javadoc.
- skipVariableAssign(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Skips over an inner assign portion of an argument expression.
- 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 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
- SLASH_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Slash close html tag component:
'/>'
. - SLASH_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- SLASH_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- SLASH_CLOSE() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- SLASH_CLOSE_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- SlashInAttr_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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.
- sLocale - Static variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
The locale to localise messages to.
- sortImportsInGroupAlphabetically - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Force grouping alphabetically, in ASCII order.
- sortStaticImportsAlphabetically - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Whether static imports should be sorted alphabetically or not.
- sourceClass - Variable in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Class of the source for this LocalizedMessage.
- SPACE - com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
-
Represents mandatory spacing following a left parenthesis and preceding a right one.
- SPACE_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck
-
Pattern matching single space.
- Space1_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- Space20_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- SPECIAL_IMPORTS_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
SPECIAL_IMPORTS group name.
- specialImportsRegExp - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
RegExp for SPECIAL_IMPORTS group imports.
- 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
- stack - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Used to hold the
ImportControl
objects. - STANDARD_JAVA_PACKAGE_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
STANDARD_JAVA_PACKAGE group name.
- standardPackageRegExp - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
RegExp for STANDARD_JAVA_PACKAGE group imports.
- 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
- STAR_IMPORT_SUFFIX - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Suffix for the star import.
- STAR_IMPORT_SUFFIX - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Suffix for the star import.
- start(RootDoc) - Static method in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
-
The doclet's starter method.
- startColNo - Variable in class com.puppycrawl.tools.checkstyle.api.Comment
-
Number of first column of the comment.
- startElement(String, String, String, Attributes) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
- startElement(String, String, String, Attributes) - Method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
- 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
- startLineNo - Variable in class com.puppycrawl.tools.checkstyle.api.Comment
-
Number of first line of the comment.
- startsWithChar(String, char) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Tests if this string starts with the specified prefix.
- STATE_CTOR_DEF - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
State for the CTOR_DEF.
- STATE_INSTANCE_VARIABLE_DEF - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
State for the VARIABLE_DEF.
- STATE_METHOD_DEF - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
State for the METHOD_DEF.
- STATE_STATIC_VARIABLE_DEF - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
State for the VARIABLE_DEF.
- statement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- STATEMENT - com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
-
Represents the policy that there is a statement in the block.
- 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_KEYWORD - Static variable in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Name for 'static' keyword.
- STATIC_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
STATIC group name.
- staticFields - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Set of static field names.
- staticImport - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
-
Is static import.
- staticImports - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
Set of static imports.
- 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.
- staticMembers - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.Set of name of variables declared in this frame.
- staticMembers - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Set of idents of variables declared in this frame.
- staticMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.Set of name of static methods declared in this frame.
- staticMethods - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Set of idents of static methods declared in this frame.
- staticType - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Is this a static inner type.
- 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
- storePrevScopeUninitializedVariableData() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Store un-initialized variables in a temporary stack for future use.
- STRATEGY_ON_MISMATCH_ALLOWED_VALUE - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Value "allowed" for attribute 'strategyOnMismatch'.
- STRATEGY_ON_MISMATCH_ATTRIBUTE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Name for attribute 'strategyOnMismatch'.
- STRATEGY_ON_MISMATCH_DISALLOWED_VALUE - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Value "disallowed" for attribute 'strategyOnMismatch'.
- strategyOnMismatch - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Strategy in a case if matching allow/disallow rule was not found.
- 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.checks.coding.EqualsAvoidNullCheck
-
Type name for comparison.
- STRING - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- STRING - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- STRING() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- STRING(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- STRING_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- 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.
- StringInfo(int, int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck.StringInfo
-
Creates information about a string position.
- 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
- stringMap - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
The found strings and their positions.
- SUBPACKAGE_ELEMENT_NAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader
-
Qualified name for element 'subpackage'.
- SUFFIX - Static variable in class com.puppycrawl.tools.checkstyle.AuditEventDefaultFormatter
-
Suffix of module names like XXXXCheck.
- SummaryJavadocCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks that Javadoc summary sentence does not contain phrases that are not recommended to use.
- SummaryJavadocCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
- sumTokenCounts - Variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Whether to sum the number of tokens found.
- 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
- SUPPRESS_WARNINGS - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
SuppressWarnings
annotation name. - SuppressElement - Class in com.puppycrawl.tools.checkstyle.filters
-
This filter processes
AuditEvent
objects based on the criteria of file, check, module id, line, and column. - SuppressElement(String) - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressElement
-
Constructs a
SuppressElement
for a file name pattern. - 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.
- 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.
- SuppressionsLoader() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
Creates a new
SuppressionsLoader
instance. - suppressionSourceExists(String) - Static method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
Checks if suppression source with given fileName exists.
- suppressLoadErrors - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Whether to show class loading errors in the checkstyle report.
- suppressor - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Used to determine whether to suppress a detected match.
- 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
-
A filter that suppresses warnings using the
SuppressWarnings
annotation. - SuppressWarningsFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressWarningsFilter
- SuppressWarningsHolder - Class in com.puppycrawl.tools.checkstyle.checks
-
Maintains a set of check suppressions from
SuppressWarnings
annotations. - SuppressWarningsHolder() - Constructor for class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
- SuppressWarningsHolder.Entry - Class in com.puppycrawl.tools.checkstyle.checks
-
Records a particular suppression for a region of a file.
- 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.
- surroundingClass - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass
-
Deprecated.Name of surrounding class.
- switchBlockAsSingleDecisionPoint - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Whether to treat the whole switch block as a single decision point.
- 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.
- syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.DescriptiveErrorListener
-
Logs parser errors in Checkstyle manner.
- SYSTEM - com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
System default line separators.
T
- tab() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- TAB - Static variable in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Tab pattern.
- TAB - Static variable in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Tab pattern.
- tabWidth - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
The tab width for column reporting.
- tabWidth - Variable in class com.puppycrawl.tools.checkstyle.TreeWalker
-
The distance between tab stops.
- tag - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
Regexp to match tag.
- Tag(int, int, String, boolean, SuppressionCommentFilter) - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
Constructs a tag.
- Tag(String, int, SuppressWithNearbyCommentFilter) - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
-
Constructs a tag.
- tagCheckRegexp - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
The parsed check regexp, expanded for the text of this tag.
- tagCheckRegexp - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
-
The parsed check regexp, expanded for the text of this tag.
- tagCommentLine(String, int) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Tags a string if it matches the format for turning checkstyle reporting on or the format for turning reporting off.
- tagCommentLine(String, int, int) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Tags a string if it matches the format for turning checkstyle reporting on or the format for turning reporting off.
- tagFormat - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
Compiled regexp to match tag content.
- tagInfo - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
The JavadocTagInfo representing this tag.
- tagMessageRegexp - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
The parsed message regexp, expanded for the text of this tag.
- tagMessageRegexp - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
-
The parsed message regexp, expanded for the text of this tag.
- tagOrder - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
Order of atclauses.
- TagParser - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Helper class used to parse HTML tags or generic type identifiers from a single line of text.
- TagParser(String[], int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
Constructs a TagParser and finds the first tag if any.
- TagParser.Point - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Represents current position in the text.
- tagRegExp - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
Compiled regexp to match tag.
- tags - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser
-
List of HtmlTags found on the input line of text.
- tags - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Tagged comments.
- tags - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Tagged comments.
- tagSeverity - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
The severity level of found tag reports.
- tagSuppressions() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Collects all the suppression tags for all comments into a list and sorts the list.
- tagSuppressions() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Collects all the suppression tags for all comments into a list and sorts the list.
- tagSuppressions(Collection<TextBlock>) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Appends the suppressions in a collection of comments to the full set of suppression tags.
- tagSuppressions(Collection<TextBlock>) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Appends the suppressions in a collection of comments to the full set of suppression tags.
- target - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
Default target of checking atclauses.
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- tbody() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- tbody(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- TBODY - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table body html tag.
- TBODY_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table body tag name.
- TBODY_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- TBODY_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TBODY_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- TBODY_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- TBODY_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- TBODY_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- TBODY_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- tbody_sempred(JavadocParser.TbodyContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TBODY_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close table body tag.
- TBODY_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open table body tag.
- TbodyContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- tbodyTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- tbodyTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- tbodyTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TbodyTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- tbodyTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- tbodyTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- TbodyTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- td() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- td(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- TD - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table cell html tag:
<td></td>
. - TD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table cell tag name.
- TD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- TD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- TD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- TD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- TD_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- TD_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- td_sempred(JavadocParser.TdContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TD_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close table cell tag.
- TD_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open table cell tag.
- TdContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tdTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- tdTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tdTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TdTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- tdTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- tdTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- TdTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- text - Variable in class com.puppycrawl.tools.checkstyle.api.Comment
-
Text of the comment.
- text - Variable in class com.puppycrawl.tools.checkstyle.api.FileContents
-
The text.
- text - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
-
Deprecated.Token's text.
- text - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
-
The comment line of text where this tag appears.
- text - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Node's text content.
- text - Variable in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
The tag text.
- text - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector
-
The file text content.
- text - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
-
The text of the tag.
- text - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
-
The text of the tag.
- text - Variable in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Text for a frame's text area.
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- text() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlCommentContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- text(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- TEXT - com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
-
Represents the policy that there is some text in the block.
- TEXT - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
CHAR and WS sequence.
- TEXT_TO_TAG - Static variable in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Holds tag text to tag enum mappings.
- textArea - Variable in class com.puppycrawl.tools.checkstyle.gui.MainFrame
-
Code text area.
- TextBlock - Interface in com.puppycrawl.tools.checkstyle.api
-
A block of text from an input file that does not necessarily have any grammatical structure.
- TextContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TextContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- tfoot() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- tfoot(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- TFOOT - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table foot html tag.
- TFOOT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table foot tag name.
- TFOOT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- TFOOT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TFOOT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- TFOOT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- TFOOT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- TFOOT_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- TFOOT_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- tfoot_sempred(JavadocParser.TfootContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TFOOT_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close table foot tag.
- TFOOT_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open table foot tag.
- TfootContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- tfootTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- tfootTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- tfootTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TfootTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- tfootTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- tfootTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- TfootTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- th() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- th(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- TH - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table header cell html tag:
<th></th>
. - TH_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table header cell tag name.
- TH_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- TH_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TH_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- TH_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- TH_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- TH_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- TH_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- th_sempred(JavadocParser.ThContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TH_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close table header cell tag.
- TH_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open table header cell tag.
- ThContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- THE_AST_IS_NULL - Static variable in class com.puppycrawl.tools.checkstyle.utils.AnnotationUtility
-
Common message.
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- thead() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- thead(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- THEAD - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table head html tag.
- THEAD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table head tag name.
- THEAD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- THEAD_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- THEAD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- THEAD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- THEAD_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- THEAD_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- THEAD_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- thead_sempred(JavadocParser.TheadContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- THEAD_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close table head tag.
- THEAD_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open table head tag.
- TheadContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- theadTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- theadTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- theadTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TheadTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- theadTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- theadTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- TheadTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- THIRD_PARTY_PACKAGE_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
THIRD_PARTY_PACKAGE group name.
- thirdPartyNameToFullModuleNames - Variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Map of third party Checkstyle module names to the set of their fully qualified names.
- thirdPartyPackageRegExp - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
RegExp for THIRD_PARTY_PACKAGE group imports.
- THROWS - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@throws
. - THROWS_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@throws' literal in @throws Javadoc tag.
- THROWS_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- THROWS_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- THROWS_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- THROWS_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- throwsClause() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- ThrowsCountCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Restricts throws statements to a specified count (default = 4).
- ThrowsCountCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Creates new instance of the check.
- throwsIndent - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
How far throws should be indented when on next line.
- thTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- thTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- thTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- ThTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- thTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- thTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- ThTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- TIME_SUFFIX - Static variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Suffix for time string.
- title - Variable in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Title for the main frame.
- TodoCommentCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
A check for 'TODO:' comments.
- TodoCommentCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
- toFile - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
The file to output to.
- Token(FullIdent) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
-
Deprecated.Converts FullIdent to Token.
- Token(String, int, int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
-
Deprecated.Creates token.
- TOKEN_ID_EXCEPTION_PREFIX - Static variable in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Prefix for exception when getting token by given id.
- TOKEN_IDS - Static variable in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Array of all token IDs.
- TOKEN_NAME_EXCEPTION_PREFIX - Static variable in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Prefix for exception when getting token by given name.
- TOKEN_NAME_TO_VALUE - Static variable in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Maps from a token name to value.
- TOKEN_NAME_TO_VALUE - Static variable in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Maps from a token name to value.
- TOKEN_VALUE_TO_NAME - Static variable in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Maps from a token value to name.
- TOKEN_VALUE_TO_NAME - Static variable in class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Maps from a token value to name.
- TokenEnd() - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.TokenEnd
- tokenNames - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
Deprecated.Use
JavadocLexer.VOCABULARY
instead. - tokenNames - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
Deprecated.Use
JavadocParser.VOCABULARY
instead. - tokens - Variable in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
The tokens the check is interested in.
- TOKENS_FOR_INTERFACE_MODIFIERS - Static variable in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
-
An array of tokens for interface modifiers.
- tokenToCommentChecks - Variable in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Maps from token name to comment checks.
- tokenToOrdinaryChecks - Variable in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Maps from token name to ordinary checks.
- TokenTypes - Class in com.puppycrawl.tools.checkstyle.api
-
Contains the constants for all the tokens contained in the Abstract Syntax Tree.
- TokenTypes() - Constructor for class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
Prevent instantiation.
- TokenTypesDoclet - Class in com.puppycrawl.tools.checkstyle.doclets
-
Doclet which is used to write property file with short descriptions (first sentences) of TokenTypes' constants.
- TokenTypesDoclet() - Constructor for class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet
-
Stop instances being created.
- TokenUtils - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods for tokens.
- TokenUtils() - Constructor for class com.puppycrawl.tools.checkstyle.utils.TokenUtils
-
Stop instances being created.
- toLinesArray() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Returns an array of all lines.
- TOP - com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderOption
-
Represents the policy that static imports are all at the top.
- toRegex(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Converts a normal package name into a regex pattern by escaping all special characters that may occur in a java package name.
- toString() - Method in class com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilterSet
- toString() - Method in class com.puppycrawl.tools.checkstyle.api.Comment
- toString() - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
- toString() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
- toString() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
- toString() - Method in enum com.puppycrawl.tools.checkstyle.api.Scope
- toString() - Method in enum com.puppycrawl.tools.checkstyle.api.SeverityLevel
- toString() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassAlias
-
Deprecated.
- toString() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass
-
Deprecated.
- toString() - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token
-
Deprecated.
- toString() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
- toString() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
- toString() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.HtmlTag
- toString() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
- toString() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
- toString() - Method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
- toString() - Method in enum com.puppycrawl.tools.checkstyle.checks.naming.AccessModifier
- toString() - Method in class com.puppycrawl.tools.checkstyle.filters.IntMatchFilter
- toString() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.Tag
- toString() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter.Tag
- toString() - Method in enum com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
- total - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter
-
Tracks the total.
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- tr() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- tr(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- TR - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table row html tag:
<tr></tr>
. - TR_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Table row tag name.
- TR_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- TR_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TR_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- TR_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- TR_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- TR_HTML_TAG_NAME_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- TR_HTML_TAG_NAME_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- tr_sempred(JavadocParser.TrContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TR_TAG_CLOSE - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Close table row tag.
- TR_TAG_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Open table row tag.
- traditionalForClause() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- traditionalStatement() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- trailingArrayComma - Variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Trailing array comma option.
- TrailingArrayComma() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.TrailingArrayComma
- TrailingCommentCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
The check to ensure that comments are the only thing on a line.
- TrailingCommentCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
- TRANSLATION_BUNDLE - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Resource bundle which contains messages for TranslationCheck.
- TranslationCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
The TranslationCheck class helps to ensure the correct translation of code by checking locale-specific resource files for consistency regarding their keys.
- TranslationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Creates a new
TranslationCheck
instance. - TranslationCheck.ResourceBundle - Class in com.puppycrawl.tools.checkstyle.checks
-
Class which represents a resource bundle.
- traverseFieldFrameTree(EqualsAvoidNullCheck.FieldFrame) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Traverse the tree of the field frames to check all equals method calls.
- TrContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- tree - Variable in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
A subclass of JTree.
- tree - Variable in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
JTree component.
- tree - Variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
DetailNode tree (is null if parsing fails).
- TREE_CACHE - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Key is "line:column".
- treeCollapsed(TreeExpansionEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter.UpdatingTreeExpansionListener
- treeExpanded(TreeExpansionEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter.UpdatingTreeExpansionListener
- treeNodesChanged(TreeModelEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter.UpdatingTreeModelListener
- treeNodesInserted(TreeModelEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter.UpdatingTreeModelListener
- treeNodesRemoved(TreeModelEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter.UpdatingTreeModelListener
- treeStructureChanged(TreeModelEvent) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter.UpdatingTreeModelListener
- treeTable - Variable in class com.puppycrawl.tools.checkstyle.gui.ListToTreeSelectionModelWrapper
-
TreeTable to perform updates on.
- treeTable - Variable in class com.puppycrawl.tools.checkstyle.gui.MainFrame
-
Tree table.
- treeTable - Variable in class com.puppycrawl.tools.checkstyle.gui.TreeTableCellRenderer
-
Tree table to render.
- TreeTable - Class in com.puppycrawl.tools.checkstyle.gui
-
This example shows how to create a simple TreeTable component, by using a JTree as a renderer (and editor) for the cells in a particular column in the JTable.
- TreeTable(ParseTreeTableModel) - Constructor for class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Creates TreeTable base on TreeTableModel.
- TreeTable.TreeTableCellEditor - Class in com.puppycrawl.tools.checkstyle.gui
-
TreeTableCellEditor implementation.
- TreeTableCellEditor() - Constructor for class com.puppycrawl.tools.checkstyle.gui.TreeTable.TreeTableCellEditor
- TreeTableCellRenderer - Class in com.puppycrawl.tools.checkstyle.gui
-
A TreeCellRenderer that displays a JTree.
- TreeTableCellRenderer(TreeTable, TreeModel) - Constructor for class com.puppycrawl.tools.checkstyle.gui.TreeTableCellRenderer
-
Creates a new instance.
- treeTableModel - Variable in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
Tree table model.
- TreeTableModelAdapter - Class in com.puppycrawl.tools.checkstyle.gui
-
This is a wrapper class takes a TreeTableModel and implements the table model interface.
- TreeTableModelAdapter(ParseTreeTableModel, JTree) - Constructor for class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
Initialise tree and treeTableModel class attributes.
- TreeTableModelAdapter.UpdatingTreeExpansionListener - Class in com.puppycrawl.tools.checkstyle.gui
-
TreeExpansionListener that can update the table when tree changes.
- TreeTableModelAdapter.UpdatingTreeModelListener - Class in com.puppycrawl.tools.checkstyle.gui
-
TreeModelListener that can update the table when tree changes.
- TreeWalker - Class in com.puppycrawl.tools.checkstyle
-
Responsible for walking an abstract syntax tree and notifying interested checks at each each node.
- TreeWalker() - Constructor for class com.puppycrawl.tools.checkstyle.TreeWalker
-
Creates a new
TreeWalker
instance. - TreeWalker.AstState - Enum in com.puppycrawl.tools.checkstyle
-
State of AST.
- trimTail(StringBuilder) - Static method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Trims any trailing whitespace or the end of Javadoc comment string.
- trTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- trTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- trTagClose() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- TrTagCloseContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
- trTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
- trTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
- TrTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- tryBlock() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- tryCopyProperty(String, String, Object, boolean) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Recheck property and try to copy it.
- TryHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for try blocks.
- TryHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.TryHandler
-
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
- tryLoadClass(AbstractTypeAwareCheck.Token, String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Tries to load class.
- type - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
The formatter type.
- type - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Node type.
- type - Variable in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
The tag type.
- type() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- Type() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo.Type
- TYPE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A type.
- TYPE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- TYPE_ARGUMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A type arguments to a type reference or a method/ctor invocation.
- TYPE_ARGUMENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- TYPE_ARGUMENTS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A list of type arguments to a type reference or a method/ctor invocation.
- TYPE_ARGUMENTS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- TYPE_EXTENSION_AND - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
'&' symbol when used in a generic upper or lower bounds constrain e.g.
- TYPE_EXTENSION_AND - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- TYPE_LOWER_BOUNDS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A lower bounds on a wildcard type argument.
- TYPE_LOWER_BOUNDS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- TYPE_NAME_IN_JAVADOC_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Pattern to match type name within angle brackets in javadoc param tag.
- TYPE_NAME_IN_JAVADOC_TAG_SPLITTER - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Pattern to split type name field in javadoc param tag.
- TYPE_PARAMETER - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A type parameter to a class, interface or method definition.
- TYPE_PARAMETER - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- TYPE_PARAMETERS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A list of type parameters to a class, interface or method definition.
- TYPE_PARAMETERS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- TYPE_UPPER_BOUNDS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An upper bounds on a wildcard type argument or type parameter.
- TYPE_UPPER_BOUNDS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- typeArgument(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- typeArgumentBounds(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- typeArguments(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- typeArgumentsOrParametersEnd() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- TYPECAST - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A type-cast.
- TYPECAST - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- typeCastParameters() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- TypecastParenPadCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks the padding of parentheses for typecasts.
- TypecastParenPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
- typeDefinition() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- typeDefinitionInternal(AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- typeHandlers - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Registered handlers.
- typeName - Variable in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Name used during output to user.
- TypeNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that type names conform to a format specified by the format property.
- TypeNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck
-
Creates a new
TypeNameCheck
instance. - typeParameter() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- typeParameterBounds() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- typeParameters() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- typeParams - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.Stack of maps for type params.
- typeSpec(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
U
- UNABLE_TO_FIND_ERROR_MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
-
File search error message.
- UNABLE_TO_FIND_EXCEPTION_PREFIX - Static variable in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Prefix for the exception when unable to find resource.
- UNABLE_TO_INSTANTIATE_EXCEPTION_MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Exception message when it is unable to create a class instance.
- UNABLE_TO_LOAD - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
A part of message for exception.
- UNABLE_TO_PARSE_EXCEPTION_PREFIX - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Prefix for the exception when unable to parse resource.
- UNARY_MINUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
-
(unary minus) operator. - UNARY_MINUS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- UNARY_PLUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The
+
(unary plus) operator. - UNARY_PLUS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- unaryExpression() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- unaryExpressionNotPlusMinus() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- UncommentedMainCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
Detects uncommented main methods.
- UncommentedMainCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
- UNDER - com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderOption
-
Represents the policy that static imports are under the local group.
- UNDERSCORE_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Pattern matching underscore characters ('_').
- UNICODE_CONTROL - Static variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Regular expression Unicode control characters.
- UNICODE_REGEXP - Static variable in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Regular expression for Unicode chars.
- uninitializedVariables - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.ScopeData
-
Contains definitions of uninitialized variables.
- UniqueProperties() - Constructor for class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck.UniqueProperties
- UniquePropertiesCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
Checks the uniqueness of property keys (left from equal sign) in the properties file.
- UniquePropertiesCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck
-
Construct the check with default values.
- UniquePropertiesCheck.UniqueProperties - Class in com.puppycrawl.tools.checkstyle.checks
-
Properties subclass to store duplicated property keys in a separate map.
- UNKNOWN - com.puppycrawl.tools.checkstyle.checks.imports.AccessResult
-
Represents that access is unknown.
- UNKNOWN_COLUMN_MSG - Static variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Exception message.
- UNKNOWN_JAVADOC_TOKEN_ID_EXCEPTION_MESSAGE - Static variable in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Exception message for unknown JavaDoc token id.
- UnnecessaryParenthesesCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks if unnecessary parentheses are used in a statement or expression.
- UnnecessaryParenthesesCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
- UnusedImportsCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Checks for unused import statements.
- UnusedImportsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
- updateAllUninitializedVariables(Deque<DetailAST>) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Update current scope data uninitialized variable according to the whole scope data.
- updateCurrentScopeAssignedVariables() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Update assigned variables in a temporary stack.
- updateRegexp() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
Updates the
IllegalTokenTextCheck.regexp
based on the values fromIllegalTokenTextCheck.format
andIllegalTokenTextCheck.compileFlags
. - updateRegexp(String, int) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
-
Deprecated.Updates the regular expression using the supplied format and compiler flags.
- updateSelectedPathIfRowIsSelected(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ListToTreeSelectionModelWrapper
-
If the row at given index is selected, selected paths are updated.
- updateSelectedPathsFromSelectedRows() - Method in class com.puppycrawl.tools.checkstyle.gui.ListToTreeSelectionModelWrapper
-
If
updatingListSelectionModel
is false, this will reset the selected paths from the selected rows in the list selection model. - updateUI() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Overridden to message super and forward the method to the tree.
- updateUI() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableCellRenderer
-
UpdateUI is overridden to set the colors of the Tree's renderer to match that of the table.
- updateUninitializedVariables(Deque<DetailAST>) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Update current scope data uninitialized variable according to the specific scope data.
- updatingListSelectionModel - Variable in class com.puppycrawl.tools.checkstyle.gui.ListToTreeSelectionModelWrapper
-
Set to true when we are updating the ListSelectionModel.
- UpdatingTreeExpansionListener() - Constructor for class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter.UpdatingTreeExpansionListener
- UpdatingTreeModelListener() - Constructor for class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter.UpdatingTreeModelListener
- upperBound - Variable in class com.puppycrawl.tools.checkstyle.filters.IntRangeFilter
-
Upper bound of the range.
- UpperEllCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
Checks that long constants are defined with an upper ell.
- UpperEllCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
- UriConverter() - Constructor for class com.puppycrawl.tools.checkstyle.api.AutomaticBean.UriConverter
- useContainerOrderingForStatic - Variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Whether to use container ordering (Eclipse IDE term) for static imports or not.
- useFile - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Whether or not the write to the named file.
- Utf8Control() - Constructor for class com.puppycrawl.tools.checkstyle.api.LocalizedMessage.Utf8Control
V
- validate(RightCurlyCheck.Details) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Does general validation.
- validateAbstractClassNames - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Controls whether to validate abstract class names.
- validateBetweenScopes - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Allows to calculate distance between declaration of variable and its first usage in different scopes.
- validateCli(CommandLine, List<File>) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Do validation of Command line options.
- validateComments - Variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
Indicates if whitespaces surrounding comments will be ignored.
- validateDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Validates that check's required javadoc tokens are subset of default javadoc tokens.
- validateDefaultTokens(AbstractCheck) - Static method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Validates that check's required tokens are subset of default tokens.
- validateEnhancedForLoopVariable - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Controls whether to check enhanced for-loop variable.
- validateEol(DetailAST, String) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Validate EOL case.
- validateNewLinePosition(DetailAST, DetailAST, String) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Validate token on new Line position.
- validateNonObjects(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
-
Checks for explicit initializations made to 'false', '0' and '\0'.
- validateOnlyOverlapping - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Whether we should check only overlapping by variables or arguments.
- validateThrows - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Allows validating throws tags.
- validateUserSpecifiedLanguageCodes(Set<String>) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Validates the correctness of user specified language codes for the check.
- validFirst - Variable in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
-
If first type has has same name as file.
- validTags - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTags
-
Valid validTags.
- value - Variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
The property value.
- value - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- value(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter
-
Gets the value of a scope counter.
- VALUE - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
{@value}
. - VALUE - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Value attribute.
- VALUE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@value' literal in {@value} Javadoc inline tag.
- VALUE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- VALUE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- VALUE_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- valueForPathChanged(TreePath, Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ClosingParens
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ElementStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.TrailingArrayComma
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.FrameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.imports.AccessResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.imports.MismatchStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.naming.AccessModifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.whitespace.WrapOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.TreeWalker.AstState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.puppycrawl.tools.checkstyle.utils.JavadocUtils.JavadocTagType
-
Returns the enum constant of this type with the specified name.
- values - Variable in class com.puppycrawl.tools.checkstyle.PropertiesExpander
-
The underlying values.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.api.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ClosingParens
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ElementStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.TrailingArrayComma
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.blocks.BlockOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.FrameType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.imports.AccessResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.imports.MismatchStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.naming.AccessModifier
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.checks.whitespace.WrapOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.TreeWalker.AstState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.puppycrawl.tools.checkstyle.utils.JavadocUtils.JavadocTagType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Values(BigInteger, BigInteger) - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.Values
-
Constructor that assigns all of class fields.
- VALUES - Static variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.FormatterType
-
My possible values.
- valueStack - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Stack of values - all but the current value.
- valueStack - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Stack of values - all but the current value.
- VARIABLE_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A field or local variable declaration.
- VARIABLE_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- VariableDeclarationUsageDistanceCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks the distance between declaration of variable and its first usage.
- VariableDeclarationUsageDistanceCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
- variableDeclarator(AST, AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
Declaration of a variable.
- variableDefinitions(AST, AST) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- variableIdent - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.FinalVariableCandidate
-
Identifier token.
- variableLengthParameterDeclaration() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- variableNameRegexp - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Regular expression pattern compiled from exception's variable name.
- variableStack - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Stack of block parameters.
- varIdents - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
Set of name of variables declared in this frame.
- varInitializer() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- varNames - Variable in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
-
Deprecated.Set of name of variables declared in this frame.
- verifyBrace(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Verifies that a specified left curly brace is placed correctly according to policy.
- verifyImport(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AbstractImportRule
-
Verifies whether a package name is used.
- verifyImport(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ClassImportRule
-
Verifies whether a class name is used.
- verifyImport(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.PkgImportRule
-
Verifies whether a package name is used.
- VERSION - com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
@version
. - VERSION_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@version' literal in @version Javadoc tag.
- VERSION_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- VERSION_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- VERSION_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- VERSION_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- versionFormat - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Compiled regexp to match version tag content.
- VisibilityModifierCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Checks visibility of class members.
- VisibilityModifierCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
- visibleRow - Variable in class com.puppycrawl.tools.checkstyle.gui.TreeTableCellRenderer
-
Last table/tree row asked to renderer.
- visitAreaTag(JavadocParser.AreaTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.areaTag()
. - visitAreaTag(JavadocParser.AreaTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.areaTag()
. - visitAssign(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
-
Checks if this is assignments of parameter.
- visitAttribute(JavadocParser.AttributeContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.attribute()
. - visitAttribute(JavadocParser.AttributeContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.attribute()
. - visitBasefontTag(JavadocParser.BasefontTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.basefontTag()
. - visitBasefontTag(JavadocParser.BasefontTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.basefontTag()
. - visitBaseTag(JavadocParser.BaseTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.baseTag()
. - visitBaseTag(JavadocParser.BaseTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.baseTag()
. - visitBody(JavadocParser.BodyContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.body()
. - visitBody(JavadocParser.BodyContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.body()
. - visitBodyTagClose(JavadocParser.BodyTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.bodyTagClose()
. - visitBodyTagClose(JavadocParser.BodyTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.bodyTagClose()
. - visitBodyTagOpen(JavadocParser.BodyTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.bodyTagOpen()
. - visitBodyTagOpen(JavadocParser.BodyTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.bodyTagOpen()
. - visitBooleanOperator() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck.Context
-
Increases operator counter.
- visitBrTag(JavadocParser.BrTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.brTag()
. - visitBrTag(JavadocParser.BrTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.brTag()
. - visitCatch(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
Checks parameter of the catch block.
- visitCatchBlock(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Visits catch ast node, if it is empty catch block - checks it according to Check's options.
- visitClassDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Called when we start processing class definition.
- visitClassDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Creates new context for a given class.
- visitClassDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Checks class definition.
- visitClassDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
If not inner class then change current class name.
- visitColgroup(JavadocParser.ColgroupContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.colgroup()
. - visitColgroup(JavadocParser.ColgroupContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.colgroup()
. - visitColgroupTagClose(JavadocParser.ColgroupTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.colgroupTagClose()
. - visitColgroupTagClose(JavadocParser.ColgroupTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.colgroupTagClose()
. - visitColgroupTagOpen(JavadocParser.ColgroupTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.colgroupTagOpen()
. - visitColgroupTagOpen(JavadocParser.ColgroupTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.colgroupTagOpen()
. - visitColTag(JavadocParser.ColTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.colTag()
. - visitColTag(JavadocParser.ColTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.colTag()
. - visitComment(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks comment indentations over surrounding code, e.g.:
- visitConditional(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Visits if, while, do-while, for and switch tokens - all of them have expression in parentheses which is used for calculation.
- visitDd(JavadocParser.DdContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.dd()
. - visitDd(JavadocParser.DdContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.dd()
. - visitDdTagClose(JavadocParser.DdTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.ddTagClose()
. - visitDdTagClose(JavadocParser.DdTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.ddTagClose()
. - visitDdTagOpen(JavadocParser.DdTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.ddTagOpen()
. - visitDdTagOpen(JavadocParser.DdTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.ddTagOpen()
. - visitDescription(JavadocParser.DescriptionContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.description()
. - visitDescription(JavadocParser.DescriptionContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.description()
. - visitDt(JavadocParser.DtContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.dt()
. - visitDt(JavadocParser.DtContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.dt()
. - visitDtTagClose(JavadocParser.DtTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.dtTagClose()
. - visitDtTagClose(JavadocParser.DtTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.dtTagClose()
. - visitDtTagOpen(JavadocParser.DtTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.dtTagOpen()
. - visitDtTagOpen(JavadocParser.DtTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.dtTagOpen()
. - visitEachToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
Examines every sibling and child of
node
for violations. - visitErrorNode(ErrorNode) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
- visitExpr() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Creates and pushes new context.
- visitForEachClause(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
Checks parameter of the for each clause.
- visitFrameTag(JavadocParser.FrameTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.frameTag()
. - visitFrameTag(JavadocParser.FrameTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.frameTag()
. - visitHead(JavadocParser.HeadContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.head()
. - visitHead(JavadocParser.HeadContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.head()
. - visitHeadTagClose(JavadocParser.HeadTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.headTagClose()
. - visitHeadTagClose(JavadocParser.HeadTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.headTagClose()
. - visitHeadTagOpen(JavadocParser.HeadTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.headTagOpen()
. - visitHeadTagOpen(JavadocParser.HeadTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.headTagOpen()
. - visitHrTag(JavadocParser.HrTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.hrTag()
. - visitHrTag(JavadocParser.HrTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.hrTag()
. - visitHtml(JavadocParser.HtmlContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.html()
. - visitHtml(JavadocParser.HtmlContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.html()
. - visitHtmlComment(JavadocParser.HtmlCommentContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.htmlComment()
. - visitHtmlComment(JavadocParser.HtmlCommentContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.htmlComment()
. - visitHtmlElement(JavadocParser.HtmlElementContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.htmlElement()
. - visitHtmlElement(JavadocParser.HtmlElementContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.htmlElement()
. - visitHtmlElementClose(JavadocParser.HtmlElementCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.htmlElementClose()
. - visitHtmlElementClose(JavadocParser.HtmlElementCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.htmlElementClose()
. - visitHtmlElementOpen(JavadocParser.HtmlElementOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.htmlElementOpen()
. - visitHtmlElementOpen(JavadocParser.HtmlElementOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.htmlElementOpen()
. - visitHtmlTag(JavadocParser.HtmlTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.htmlTag()
. - visitHtmlTag(JavadocParser.HtmlTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.htmlTag()
. - visitHtmlTagClose(JavadocParser.HtmlTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.htmlTagClose()
. - visitHtmlTagClose(JavadocParser.HtmlTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.htmlTagClose()
. - visitHtmlTagOpen(JavadocParser.HtmlTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.htmlTagOpen()
. - visitHtmlTagOpen(JavadocParser.HtmlTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.htmlTagOpen()
. - visitImgTag(JavadocParser.ImgTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.imgTag()
. - visitImgTag(JavadocParser.ImgTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.imgTag()
. - visitImport(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Checks imported type (as static and star imports are not supported by Check, only type is in the consideration).
If this type is illegal due to Check's options - puts violation on it. - visitImport(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks imported type.
- visitIncDec(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
-
Checks if this is increment/decrement of parameter.
- visitInputTag(JavadocParser.InputTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.inputTag()
. - visitInputTag(JavadocParser.InputTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.inputTag()
. - visitIsindexTag(JavadocParser.IsindexTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.isindexTag()
. - visitIsindexTag(JavadocParser.IsindexTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.isindexTag()
. - visitJavadoc(JavadocParser.JavadocContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.javadoc()
. - visitJavadoc(JavadocParser.JavadocContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.javadoc()
. - visitJavadocInlineTag(JavadocParser.JavadocInlineTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.javadocInlineTag()
. - visitJavadocInlineTag(JavadocParser.JavadocInlineTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.javadocInlineTag()
. - visitJavadocTag(JavadocParser.JavadocTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.javadocTag()
. - visitJavadocTag(JavadocParser.JavadocTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.javadocTag()
. - visitJavadocToken(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Called to process a Javadoc token.
- visitJavadocToken(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
- visitJavadocToken(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
- visitJavadocToken(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
- visitJavadocToken(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck
- visitJavadocToken(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
- visitJavadocToken(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
- visitLambda() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Creates new lambda context and places old one on the stack.
- visitLi(JavadocParser.LiContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.li()
. - visitLi(JavadocParser.LiContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.li()
. - visitLinkTag(JavadocParser.LinkTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.linkTag()
. - visitLinkTag(JavadocParser.LinkTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.linkTag()
. - visitLiTagClose(JavadocParser.LiTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.liTagClose()
. - visitLiTagClose(JavadocParser.LiTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.liTagClose()
. - visitLiTagOpen(JavadocParser.LiTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.liTagOpen()
. - visitLiTagOpen(JavadocParser.LiTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.liTagOpen()
. - visitLiteralFor(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
Checks parens in
TokenTypes.LITERAL_FOR
. - visitLiteralNew(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Visits NEW.
- visitLiteralNew(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Visits NEW token for the current class context.
- visitLiteralReturn(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck.Context
-
Increase the number of return statements.
- visitLiteralThrows(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Checks number of throws statements.
- visitLiteralThrows(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Visits throws clause and collects all exceptions we throw.
- visitLiteralThrows(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Visits THROWS token for the current class context.
- visitMemberDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
Process the start of the member definition.
- visitMetaTag(JavadocParser.MetaTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.metaTag()
. - visitMetaTag(JavadocParser.MetaTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.metaTag()
. - visitMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
Checks parameters of the method or ctor.
- visitMethodDef() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Process the start of the method definition.
- visitMethodDef() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Process the start of the method definition.
- visitMethodDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Checks return type of a given method.
- visitMethodDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
-
Creates new set of parameters and store old one in stack.
- visitMethodDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Creates new method context and places old one on the stack.
- visitMethodDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Creates new context for a given method.
- visitMethodDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Checks method definition if this is
public static void main(String[])
. - visitMethodParameters(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
-
Creates new parameter set for given method.
- visitOption(JavadocParser.OptionContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.option()
. - visitOption(JavadocParser.OptionContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.option()
. - visitOptionTagClose(JavadocParser.OptionTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.optionTagClose()
. - visitOptionTagClose(JavadocParser.OptionTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.optionTagClose()
. - visitOptionTagOpen(JavadocParser.OptionTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.optionTagOpen()
. - visitOptionTagOpen(JavadocParser.OptionTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.optionTagOpen()
. - visitOtherTokens(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Called to process tokens other than
TokenTypes.VARIABLE_DEF
andTokenTypes.PARAMETER_DEF
. - visitPackageDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Stores package of current class we check.
- visitPackageDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Sets current package.
- visitParagraph(JavadocParser.ParagraphContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.paragraph()
. - visitParagraph(JavadocParser.ParagraphContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.paragraph()
. - visitParameterDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Checks type of parameters.
- visitParameters(JavadocParser.ParametersContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.parameters()
. - visitParameters(JavadocParser.ParametersContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.parameters()
. - visitParamTag(JavadocParser.ParamTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.paramTag()
. - visitParamTag(JavadocParser.ParamTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.paramTag()
. - visitPTagClose(JavadocParser.PTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.pTagClose()
. - visitPTagClose(JavadocParser.PTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.pTagClose()
. - visitPTagOpen(JavadocParser.PTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.pTagOpen()
. - visitPTagOpen(JavadocParser.PTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.pTagOpen()
. - visitReference(JavadocParser.ReferenceContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.reference()
. - visitReference(JavadocParser.ReferenceContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.reference()
. - visitReturn(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Examines the return statement and tells context about it.
- visitSingletonElement(JavadocParser.SingletonElementContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.singletonElement()
. - visitSingletonElement(JavadocParser.SingletonElementContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.singletonElement()
. - visitSingletonTag(JavadocParser.SingletonTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.singletonTag()
. - visitSingletonTag(JavadocParser.SingletonTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.singletonTag()
. - visitSingletonTagName(JavadocParser.SingletonTagNameContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.singletonTagName()
. - visitSingletonTagName(JavadocParser.SingletonTagNameContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.singletonTagName()
. - visitSlist(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
Process the end of a statement list.
- visitTbody(JavadocParser.TbodyContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.tbody()
. - visitTbody(JavadocParser.TbodyContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.tbody()
. - visitTbodyTagClose(JavadocParser.TbodyTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.tbodyTagClose()
. - visitTbodyTagClose(JavadocParser.TbodyTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.tbodyTagClose()
. - visitTbodyTagOpen(JavadocParser.TbodyTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.tbodyTagOpen()
. - visitTbodyTagOpen(JavadocParser.TbodyTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.tbodyTagOpen()
. - visitTd(JavadocParser.TdContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.td()
. - visitTd(JavadocParser.TdContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.td()
. - visitTdTagClose(JavadocParser.TdTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.tdTagClose()
. - visitTdTagClose(JavadocParser.TdTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.tdTagClose()
. - visitTdTagOpen(JavadocParser.TdTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.tdTagOpen()
. - visitTdTagOpen(JavadocParser.TdTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.tdTagOpen()
. - visitTerminal(TerminalNode) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseListener
- visitText(JavadocParser.TextContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.text()
. - visitText(JavadocParser.TextContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.text()
. - visitTfoot(JavadocParser.TfootContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.tfoot()
. - visitTfoot(JavadocParser.TfootContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.tfoot()
. - visitTfootTagClose(JavadocParser.TfootTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.tfootTagClose()
. - visitTfootTagClose(JavadocParser.TfootTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.tfootTagClose()
. - visitTfootTagOpen(JavadocParser.TfootTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.tfootTagOpen()
. - visitTfootTagOpen(JavadocParser.TfootTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.tfootTagOpen()
. - visitTh(JavadocParser.ThContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.th()
. - visitTh(JavadocParser.ThContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.th()
. - visitThead(JavadocParser.TheadContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.thead()
. - visitThead(JavadocParser.TheadContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.thead()
. - visitTheadTagClose(JavadocParser.TheadTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.theadTagClose()
. - visitTheadTagClose(JavadocParser.TheadTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.theadTagClose()
. - visitTheadTagOpen(JavadocParser.TheadTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.theadTagOpen()
. - visitTheadTagOpen(JavadocParser.TheadTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.theadTagOpen()
. - visitThTagClose(JavadocParser.ThTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.thTagClose()
. - visitThTagClose(JavadocParser.ThTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.thTagClose()
. - visitThTagOpen(JavadocParser.ThTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.thTagOpen()
. - visitThTagOpen(JavadocParser.ThTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.thTagOpen()
. - visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Called to process a token.
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck
-
Deprecated.
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractIllegalMethodCheck
-
Deprecated.
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoCloneCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoFinalizerCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
- visitToken(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
- visitTokenHook(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.Hook called when visiting a token.
- visitTokenHook(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Hook called when visiting a token.
- visitTokenWithOptionalParentheses(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
Checks parens in token which may not contain parens, e.g.
- visitTr(JavadocParser.TrContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.tr()
. - visitTr(JavadocParser.TrContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.tr()
. - visitTrTagClose(JavadocParser.TrTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.trTagClose()
. - visitTrTagClose(JavadocParser.TrTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.trTagClose()
. - visitTrTagOpen(JavadocParser.TrTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.trTagOpen()
. - visitTrTagOpen(JavadocParser.TrTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.trTagOpen()
. - visitType(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Visits type.
- visitType(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Visits type token for the current class context.
- visitUnitaryOperator(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Visits ternary operator (?:) and return tokens.
- visitVariableDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Checks type of given variable.
- visitVariableDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Checks variable definition.
- visitVariableDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Checks access modifier of given variable.
- visitWrongSinletonTag(JavadocParser.WrongSinletonTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
Visit a parse tree produced by
JavadocParser.wrongSinletonTag()
. - visitWrongSinletonTag(JavadocParser.WrongSinletonTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
Visit a parse tree produced by
JavadocParser.wrongSinletonTag()
. - VOCAB - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- VOCABULARY - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- VOCABULARY - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
W
- walk(DetailAST, FileContents, TreeWalker.AstState) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Initiates the walk of an AST.
- walk(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Processes a node calling Check at interested nodes.
- walkConditional(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
Recursively walks a conditional expression checking the left and right sides, checking for matches and logging violations.
- WARNING - com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
Severity level warning.
- WhileHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for while loops.
- WhileHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.WhileHandler
-
Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
- WhitespaceAfterCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks that a token is followed by whitespace, with the exception that it does not check for whitespace after the semicolon of an empty for iterator.
- WhitespaceAfterCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
- WhitespaceAroundCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks that a token is surrounded by whitespace.
- WhitespaceAroundCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
- WILDCARD_GROUP_NAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
The special wildcard that catches all remaining groups.
- WILDCARD_TYPE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The type that refers to all types.
- WILDCARD_TYPE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- wildcardType(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- WITH_COMMENTS - com.puppycrawl.tools.checkstyle.TreeWalker.AstState
-
AST contains comment nodes.
- withNestedSubclass - Variable in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Does class have nested subclass.
- withNonPrivateCtor - Variable in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Does class have non-private ctors.
- withPrivateCtor - Variable in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc
-
Does class have private ctors.
- WrapOption - Enum in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Represents the options for wrapping on an operator.
- WrapOption() - Constructor for enum com.puppycrawl.tools.checkstyle.checks.whitespace.WrapOption
- writer - Variable in class com.puppycrawl.tools.checkstyle.XMLLogger
-
Helper writer that allows easy encoding and printing.
- WriteTagCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Outputs a JavaDoc tag as information.
- WriteTagCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
- WRONG_LANGUAGE_CODE_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
A key is pointing to the warning message text for wrong language code in "messages.properties" file.
- wrongSinletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonElementContext
- wrongSinletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- WrongSinletonTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
- wrongType - Variable in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck
-
Outer type with mismatched file name.
- WS - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Whitespace or tab ('\t') symbol.
- WS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
- WS - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- WS - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TextContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- WS() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AttributeContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParametersContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TextContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagCloseContext
- WS(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrTagOpenContext
X
- XML_FORMAT_NAME - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
Name for 'xml' format.
- XMLLogger - Class in com.puppycrawl.tools.checkstyle
-
Simple XML logger.
- XMLLogger(OutputStream, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.XMLLogger
-
Creates a new
XMLLogger
instance. - xmlTagDefinition - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
_
- _ATN - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- _ATN - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- _decisionToDFA - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- _decisionToDFA - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- _LITERAL_NAMES - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- _LITERAL_NAMES - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- _serializedATN - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- _serializedATN - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- _sharedContextCache - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- _sharedContextCache - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- _SYMBOLIC_NAMES - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
- _SYMBOLIC_NAMES - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
- _tokenNames - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_0 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_0 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_1 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_1 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_10 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_10 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_11 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_11 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_12 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_12 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_13 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_13 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_14 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_14 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_15 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_15 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_16 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_16 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_17 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_18 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_19 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_2 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_2 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_20 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_21 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_22 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_23 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_24 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_25 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_26 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_27 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_28 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_29 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_3 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_3 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_30 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_31 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_32 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_33 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_34 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_35 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_36 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_37 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_38 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_39 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_4 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_4 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_40 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_41 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_42 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_43 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_44 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_45 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_46 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_47 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_48 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_49 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_5 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_5 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_50 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_51 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_52 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_53 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_54 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_55 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_56 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_57 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_58 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_59 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_6 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_6 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_60 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_61 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_62 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_63 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_64 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_65 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_66 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_67 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_68 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_69 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_7 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_7 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_8 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_8 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
- _tokenSet_9 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
- _tokenSet_9 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
All Classes All Packages