- AbbreviationAsWordInNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
The Check validate abbreviations(consecutive capital letters) length in
identifier name, it also allows to enforce camel case naming.
- AbbreviationAsWordInNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
- ABSTRACT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The abstract
keyword.
- ABSTRACT - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- AbstractAccessControlNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Abstract class for checking a class member (field/method)'s name conforms to
a format specified by the format property.
- AbstractAccessControlNameCheck(String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Creates a new AbstractAccessControlNameCheck
instance.
- AbstractCheck - Class in com.puppycrawl.tools.checkstyle.api
-
The base class for checks.
- AbstractCheck() - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
- AbstractClassCouplingCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Base class for coupling calculation.
- AbstractClassCouplingCheck(int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Creates new instance of the check.
- 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
-
- AbstractComplexityCheck(int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.
Creates an instance.
- AbstractDeclarationCollector - Class in com.puppycrawl.tools.checkstyle.checks
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AbstractTypeParameterNameCheck(String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.AbstractTypeParameterNameCheck
-
Deprecated.
Creates a new AbstractTypeParameterNameCheck
instance.
- AbstractViolationReporter - Class in com.puppycrawl.tools.checkstyle.api
-
Serves as an abstract base class for all modules that report inspection
findings.
- AbstractViolationReporter() - Constructor for class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
- aCase() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- accept(String) - Method in interface com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilter
-
Determines whether or not a before execution file filtered event is accepted.
- accept(String) - Method in class com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilterSet
-
- accept(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.api.Filter
-
Determines whether or not a filtered AuditEvent is accepted.
- accept(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
-
- accept(String) - Method in class com.puppycrawl.tools.checkstyle.filefilters.BeforeExecutionExclusionFileFilter
-
- accept(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 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(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
-
- accept(File) - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrame.JavaFileFilter
-
- 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(EqualsAvoidNullCheck.FieldFrame) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck.FieldFrame
-
Add child frame to this frame.
- addChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
Makes a configuration a child of this configuration.
- 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
-
- addInstanceField(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Adds an instance field to this FieldFrame.
- addInstanceMember(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.
Adds instance member's name.
- addInstanceMember(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Adds instance member's ident.
- addInstanceMethod(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.
Adds instance method's name.
- addInstanceMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
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(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.
Adds static member's name.
- addStaticMember(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Adds static member's ident.
- addStaticMethod(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.ClassFrame
-
Deprecated.
Adds static method's name.
- addStaticMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.ClassFrame
-
Adds static method's name.
- addTag(String, int, int, boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Adds a Tag
to the list of all tags.
- addTag(String, int) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Adds a comment suppression 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_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_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.
- alreadyAssigned - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.FinalVariableCandidate
-
Whether the variable is already assigned.
- 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 - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An annotation of a package, type, field, parameter or variable.
- annotation() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- ANNOTATION - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- ANNOTATION_ARRAY_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An annotation array member initialisation.
- ANNOTATION_ARRAY_INIT - Static variable in 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 - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A collection of annotations on a package or enum constant.
- annotations() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- ANNOTATIONS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- AnnotationUseStyleCheck - Class in com.puppycrawl.tools.checkstyle.checks.annotation
-
This check controls the style with the usage of annotations.
- AnnotationUseStyleCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
- AnnotationUseStyleCheck.ClosingParens - Enum in com.puppycrawl.tools.checkstyle.checks.annotation
-
Defines the two styles for defining
elements in an annotation.
- AnnotationUseStyleCheck.ElementStyle - Enum in com.puppycrawl.tools.checkstyle.checks.annotation
-
Defines the styles for defining elements in an annotation.
- AnnotationUseStyleCheck.TrailingArrayComma - Enum in com.puppycrawl.tools.checkstyle.checks.annotation
-
Defines the two styles for defining
elements in an annotation.
- AnnotationUtility - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods designed to work with annotations.
- AnnotationUtility() - Constructor for class com.puppycrawl.tools.checkstyle.utils.AnnotationUtility
-
Private utility constructor.
- 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(String) - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Append the specified text.
- append(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Append the specified token and also recalibrate the first line and
column.
- 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 - 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
-
- 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 - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Html tag attribute.
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BasefontTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BaseTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BrTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.FrameTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HrTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ImgTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.InputTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.IsindexTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LinkTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.MetaTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParamTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
-
- attribute(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadTagOpenContext
-
- attribute() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThTagOpenContext
-
- attribute(int) - 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.TrTagOpenContext
-
- 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_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
-
- 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
-
- 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
-
- 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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- CDATA - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DescriptionContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlTagContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- CDATA() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- CDATA(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- CDATA_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- CHAR - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Any other symbol.
- CHAR - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- CHAR - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- CHAR() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TextContext
-
- CHAR(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TextContext
-
- Char1 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char1 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- Char10 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- Char10 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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
-
- Char1_action(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
-
- 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
-
- Char2_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
-
- 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
-
- 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(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Checks type of given method, parameter or variable.
- checkClassName() - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Checks that current class is not excluded.
- 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(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.
- 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
-
- 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 only String...
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
-
- 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, List<JavadocTag>, String, Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Verifies that a type definition has a required tag.
- checkTag(int, String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
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
and lastNode
.
- checkWrappingIndentation(DetailAST, DetailAST, int, int, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Checks indentation on wrapped lines between and including
firstNode
and lastNode
.
- 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
-
- 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 exceeds MAX_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 - 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_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(AbstractClassCouplingCheck.FileContext, String, int, int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
-
Create new context associated with given class.
- classContext - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.FileContext
-
Current context.
- 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 - 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() - 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 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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(Closeable) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtils
-
Closes a stream re-throwing IOException as IllegalStateException.
- 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(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
- closeStream - Variable in class com.puppycrawl.tools.checkstyle.XMLLogger
-
Close output stream in auditFinished.
- 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_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 - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Colgroup html tag.
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlElementContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TrContext
-
- COLGROUP_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Colgroup tag name.
- COLGROUP_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- COLGROUP_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- COLGROUP_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.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(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- colgroupTagOpen(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- colgroupTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- colgroupTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- colgroupTagOpen(int) - 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.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 - 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.
- 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(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.
- compileFlags - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Flags to compile a regular expression with.
- 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 - Interface in com.puppycrawl.tools.checkstyle.api
-
A Configuration is used to configure a Configurable component.
- configuration - Variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
The Configuration that is being built.
- 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, String) - Static method in class com.puppycrawl.tools.checkstyle.utils.AnnotationUtility
-
Checks to see if the AST is annotated with
the passed in annotation.
- containsAnnotation(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.AnnotationUtility
-
Checks to see if the AST is annotated with
any annotation.
- 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 - Interface in com.puppycrawl.tools.checkstyle.api
-
A context to be used in subcomponents.
- context - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Current method context.
- Context(boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck.Context
-
Creates new method context.
- context - Variable in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Current context.
- Context(boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck.Context
-
Creates new instance.
- context - Variable in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
Current method context.
- 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.
- 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(Task) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Creates a listener for the formatter.
- createListener(String, String) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Creates the audit listener.
- 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.
- 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
-
- 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
-
- DD - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Description of a term html tag: <dd></dd>
.
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- dd(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- dd(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- dd(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- dd() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- dd(int) - 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.TrContext
-
- 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- ddTagOpen(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- ddTagOpen(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- ddTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- ddTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- ddTagOpen(int) - 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.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
-
- 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 the case
s
in a switch
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.
- 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 - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
- 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 - Variable in enum com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
-
Mode's short description.
- 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(DetailAST, DetailAST, DetailAST, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Constructor.
- Details(DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
-
C-tor.
- details - Variable in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
The details on files.
- 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.
- 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_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 - 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 - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Description term html tag: <dt></dt>
.
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- dt(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- dt(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- dt(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- dt() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- dt(int) - 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.TrContext
-
- 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- dtTagOpen(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- dtTagOpen(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- dtTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- dtTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- dtTagOpen(int) - 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.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?.
- 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(String, String...) - Constructor for class com.puppycrawl.tools.checkstyle.api.FileContents
-
- FileContents(FileText) - Constructor for class com.puppycrawl.tools.checkstyle.api.FileContents
-
Creates a new FileContents
instance.
- FileContentsHolder - Class in com.puppycrawl.tools.checkstyle.checks
-
Holds the current file contents for global access when configured
as a TreeWalker sub-module.
- FileContentsHolder() - Constructor for class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder
-
- 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(File, String) - Constructor for class com.puppycrawl.tools.checkstyle.api.FileText
-
Creates a new file text representation.
- FileText(FileText) - Constructor for class com.puppycrawl.tools.checkstyle.api.FileText
-
Copy constructor.
- 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
-
- 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 - 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.
- finallyHandler() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- FinalParametersCheck - Class in com.puppycrawl.tools.checkstyle.checks
-
Check that method/constructor/catch/foreach parameters are final.
- FinalParametersCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
- 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 of
DetailAST
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(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector
-
Deprecated.
Find frame containing declaration.
- 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.
- 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() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
-
Get the line number of the first line.
- 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.
- 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(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.AuditEventDefaultFormatter
-
- format(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.AuditEventFormatter
-
Formats an error message.
- 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(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the format to use when matching lines and returns Builder object.
- 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.
- Formatter() - Constructor for class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
- formatter - Variable in class com.puppycrawl.tools.checkstyle.DefaultLogger
-
Formatter for the log message.
- 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.
- GE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The >=
(greater than or equal) operator.
- GE - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- GeneratedJavaLexer - Class in com.puppycrawl.tools.checkstyle.grammars
-
- GeneratedJavaLexer(InputStream) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- GeneratedJavaLexer(Reader) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- GeneratedJavaLexer(InputBuffer) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- GeneratedJavaLexer(LexerSharedInputState) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer
-
- GeneratedJavaRecognizer - Class in com.puppycrawl.tools.checkstyle.grammars
-
Java 1.5 Recognizer
This grammar is in the PUBLIC DOMAIN
- GeneratedJavaRecognizer(TokenBuffer, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- GeneratedJavaRecognizer(TokenBuffer) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- GeneratedJavaRecognizer(TokenStream, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- GeneratedJavaRecognizer(TokenStream) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- GeneratedJavaRecognizer(ParserSharedInputState) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- GeneratedJavaTokenTypes - Interface in com.puppycrawl.tools.checkstyle.grammars
-
- 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(String) - Method in interface com.puppycrawl.tools.checkstyle.api.Context
-
Searches for the value with the specified attribute key in this context.
- get(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Retrieves a line of the text by its number.
- get(String) - Method in class com.puppycrawl.tools.checkstyle.DefaultContext
-
- 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
-
- 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 be
RBRACK
,
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
-
- getCellEditorValue() - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- 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(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.
- getChildren() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
- 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
-
- 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
-
- 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(int, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the first line for a given expression.
- getFirstLine() - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
Gets the first line of the suppression region.
- 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
-
- 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(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
-
Deprecated.
Check whether the frame contains a given name.
- 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
-
- 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
-
- getImportFullPath() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
-
Get import full path variable.
- getImportGroup(boolean, String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Get import valid group.
- getImportGroup() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
-
Get import 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(int) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the line associated with the tree.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Return the line number on the source file where the event occurred.
- getLine(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Get the line from text of the file.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.api.LineColumn
-
Gets the one-based line number.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.checks.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(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(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.
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Getter for line number where parse error occurred.
- getLines() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the lines associated with the tree.
- getLines() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Gets the lines in the file.
- getLineStart(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the start of the line for the given expression.
- getLineStart(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the start of the line for the given line number.
- getLineStart(String) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the start of the specified line.
- 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.LineWrappingHandler
-
Get the start of the line for the given expression.
- 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(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Get a message key depending on a comment type.
- getMessageKey() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Getter for key for error message.
- 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(ParseTree) - Static method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Gets next sibling of ParseTree node.
- 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.
- 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(JavadocDetailNodeParser.ParseErrorMessage) - Static method in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Builds error message base on ParseErrorMessage's message key, its arguments, etc.
- getParseErrorMessage() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Getter for error message during parsing.
- getParseTreeTableModel() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get parse tree table model.
- getPath(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Extracts path from a file name which contains the path.
- getPath() - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck.ResourceBundle
-
- 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
or defaultString
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(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
.
- getValidTags() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTags
-
Getter for validTags field.
- getValue() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
Gets value.
- getValueAt(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Returns the value to be displayed for node at column number.
- getValueAt(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns the value to be displayed for node at column number.
- getValueAt(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- 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.
- 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_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(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies whether to ignore case when matching and returns Builder object.
- 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.
- 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(String, boolean, MismatchStrategy) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Construct a root node.
- ImportControl(String, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Construct a root node.
- ImportControl(ImportControl, String, boolean, MismatchStrategy) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Construct a child node.
- ImportControl(ImportControl, String, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl
-
Construct a child 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.
- influenceFormat - Variable in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
The influence of the suppression comment.
- 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_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(Token) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
- initialize(AST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
- initializer() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- 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
-
- 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
at columnNo
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(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- isCellEditable(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Indicates whether the the value for node node
,
at column number column
is editable.
- isCellEditable(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Indicates whether the the value for node node
, at column number column
is
editable.
- isCellEditable(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.
- isCellEditable(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- 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 including columnNo
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, String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Checks whether method or constructor parameter is ignored.
- isIgnoredParam(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
Checks for skip current param due to ignorePrimitiveTypes option.
- 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
-
- 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(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
Check if current param is lambda's param.
- isInLambda - Variable in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
Holds if current token is inside lambda.
- 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
-
- 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(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Checks that commentContent starts with '*' javadoc comment identifier.
- isJavadocComment(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils
-
Checks block comment content starts with '*' javadoc comment identifier.
- 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(String, int) - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
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.
- isMatchFile(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
- isMatchFolder(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
- 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(RightCurlyCheck.Details, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Whether right curly brace starts target source line.
- isOnStartOfLine(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Determines if the given expression is at the start of a 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
-
- 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
at columnNo
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, int, String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Check that type is of the same package.
- isSamePackage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
Is class 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, 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.
- isSetterMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtils
-
Returns whether an AST represents a setter method.
- 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
at columnNo
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
at columnNo
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 around columnNo
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(TextBlock, String) - Static method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Whether the C style comment is trailing.
- isTrailingBlockComment(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
Checks if current comment block is trailing comment, e.g.:
- 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
or Error
.
- 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
-
- 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, 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).
- 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.
- 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
at columnNo
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.
- 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() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineSet
-
Get the line number of the last line.
- 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.
- 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 - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A left (curly) brace ({
).
- lcurly - Variable in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck.Details
-
Left curly.
- 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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.AreaTagContext
-
- LEADING_ASTERISK(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
-
- 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.LiContext
-
- LEADING_ASTERISK(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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(int) - 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.TrTagOpenContext
-
- Leading_asterisk6_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- LEADING_ASTERISK_sempred(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(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.
Process the end of a method definition.
- 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.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 - 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.
- LI - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
List item html tag: <li></li>
.
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- li(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- li(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- li() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- li(int) - 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.TrContext
-
- 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(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Get a single line.
- 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_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_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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
-
- LINK_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- LINK_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Link html tag.
- 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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
-
- LINKPLAIN_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- liTagOpen(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- liTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- liTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- liTagOpen(int) - 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.TrContext
-
- LiTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiTagOpenContext
-
- LITERAL_ASSERT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The assert
keyword.
- LITERAL_BOOLEAN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The boolean
keyword.
- LITERAL_boolean - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_BREAK - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The break
keyword.
- LITERAL_break - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_BYTE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The byte
keyword.
- LITERAL_byte - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_CASE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The case
keyword.
- LITERAL_case - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_CATCH - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The catch
keyword.
- LITERAL_catch - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_CHAR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The char
keyword.
- LITERAL_char - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_CLASS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The class
keyword.
- LITERAL_class - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_CONTINUE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The continue
keyword.
- LITERAL_continue - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_DEFAULT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The default
keyword.
- LITERAL_default - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_DO - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The do
keyword.
- LITERAL_do - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_DOUBLE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The double
keyword.
- LITERAL_double - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_ELSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The else
keyword.
- LITERAL_else - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- 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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- LITERAL_EXCLUDE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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 class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The false
keyword.
- LITERAL_false - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_FINALLY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The finally
keyword.
- LITERAL_finally - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_FLOAT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The float
keyword.
- LITERAL_float - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_FOR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The for
keyword.
- LITERAL_for - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_IF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The if
keyword.
- LITERAL_if - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_implements - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_import - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- LITERAL_INCLUDE - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- LITERAL_INCLUDE_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- LITERAL_INSTANCEOF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The instanceof
operator.
- LITERAL_instanceof - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_INT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The int
keyword.
- LITERAL_int - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_INTERFACE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The interface
keyword.
- LITERAL_interface - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- 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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
-
- LITERAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- LITERAL_LITERAL_action(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- LITERAL_LONG - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The long
keyword.
- LITERAL_long - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_NATIVE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The native
keyword.
- LITERAL_native - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_NEW - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The new
keyword.
- LITERAL_new - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_NULL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The null
keyword.
- LITERAL_null - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_package - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_PRIVATE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The private
keyword.
- LITERAL_private - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_PROTECTED - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The protected
keyword.
- LITERAL_protected - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_PUBLIC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The public
keyword.
- LITERAL_public - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_RETURN - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The return
keyword.
- LITERAL_return - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_SHORT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The short
keyword.
- LITERAL_short - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_STATIC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The static
keyword.
- LITERAL_static - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_SUPER - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The super
keyword.
- LITERAL_super - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_SWITCH - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The switch
keyword.
- LITERAL_switch - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_SYNCHRONIZED - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The synchronized
keyword.
- LITERAL_synchronized - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_THIS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The this
keyword.
- LITERAL_this - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_THROW - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The throw
keyword.
- LITERAL_throw - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_THROWS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The throws
keyword.
- LITERAL_throws - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_TRANSIENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The transient
keyword.
- LITERAL_transient - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_TRUE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The true
keyword.
- LITERAL_true - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_TRY - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The try
keyword.
- LITERAL_try - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_VOID - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The void
keyword.
- LITERAL_void - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_VOLATILE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The volatile
keyword.
- LITERAL_volatile - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- LITERAL_WHILE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The while
keyword.
- LITERAL_while - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- 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(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() - Method in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
Load cached values from file.
- 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(String, PropertyResolver) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Returns the module configurations in a specified file.
- loadConfiguration(String, PropertyResolver, boolean) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
Returns the module configurations in a specified file.
- loadConfiguration(InputStream, PropertyResolver, boolean) - Static method in class com.puppycrawl.tools.checkstyle.ConfigurationLoader
-
- 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
-
- 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(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.AbstractCheck
-
- log(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.AbstractFileSetCheck
-
- log(DetailAST, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Helper method to log a LocalizedMessage.
- log(int, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Log a message that has no column information.
- log(int, int, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Log a message that has column information.
- LOG - Static variable in class com.puppycrawl.tools.checkstyle.Checker
-
Logger for Checker.
- log() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Logs the errors for the check.
- 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.
- MagicNumberCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that there are no
"magic numbers" where a magic
number is a numeric literal that is not defined as a constant.
- MagicNumberCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Constructor for MagicNumber Check.
- Main - Class in com.puppycrawl.tools.checkstyle.gui
-
Entry point for starting the checkstyle GUI.
- Main() - Constructor for class com.puppycrawl.tools.checkstyle.gui.Main
-
Hidden constructor of the current utility class.
- main(String...) - Static method in class com.puppycrawl.tools.checkstyle.gui.Main
-
Entry point.
- Main - Class in com.puppycrawl.tools.checkstyle
-
Wrapper command line program for the Checker.
- Main() - Constructor for class com.puppycrawl.tools.checkstyle.Main
-
- main(String...) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Loops over the files specified checking them for errors.
- Main.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.
- 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
-
- 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 a
String
.
- 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(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the maximum allowed number of detections and returns Builder object.
- 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.
- 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
-
- 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(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 - 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 - 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_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(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the minimum allowed number of detections and returns Builder object.
- 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.
- 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
-
- ModifierOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
-
- MODIFIERS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
Modifiers for type, method, and field declarations.
- modifiers() - Method in class com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer
-
- MODIFIERS - Static variable in interface com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes
-
- 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 - Interface in com.puppycrawl.tools.checkstyle
-
A module factory creates Objects from a given name.
- moduleFactory - Variable in class com.puppycrawl.tools.checkstyle.TreeWalker
-
A factory for creating submodules (i.e.
- 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
-
- 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 - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
- 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(Set<String>, ClassLoader) - Constructor for class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Creates a new PackageObjectFactory
instance.
- PackageObjectFactory(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 - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Paragraph html tag: {@code
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- paragraph(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- paragraph(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- paragraph(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- paragraph() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- paragraph(int) - 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.TrContext
-
- 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_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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- PARAM_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- PARAMETER_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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 - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
- 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
-
- parameters() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- parameters() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ReferenceContext
-
- 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(int, String, Object...) - Constructor for class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Initializes parse error message.
- parseErrorMessage - Variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Parse error message (is null if parsing is successful).
- parseFile(File, boolean) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Parse a file and return the parse tree.
- 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.
- 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(String) - Static method in class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter
-
Parse javadoc comment to DetailNode tree.
- parseJavadocAsDetailNode(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Parses Javadoc comment as 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(String) - Constructor for enum com.puppycrawl.tools.checkstyle.gui.MainFrameModel.ParseMode
-
Provides description.
- parseMode - Variable in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Parsing mode.
- 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 - 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.
- period - Variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Period symbol at the end of first javadoc sentence.
- 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.
- 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
-
- 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, 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.
- printJavaAndJavadocTree(File) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Prints full AST (java + comments + javadoc) of the java file.
- printJavaAndJavadocTree(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.AstTreeStringPrinter
-
Prints full tree (java + comments + javadoc) of the DetailAST.
- 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_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_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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- pTagOpen(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- pTagOpen(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- pTagOpen(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- pTagOpen() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- pTagOpen(int) - 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.TrContext
-
- PTagOpenContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.PTagOpenContext
-
- 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.
- 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_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 - Enum in com.puppycrawl.tools.checkstyle.api
-
Represents a Java visibility scope.
- Scope() - Constructor for enum com.puppycrawl.tools.checkstyle.api.Scope
-
- 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.
- 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_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@see' literal in @see Javadoc tag.
- SEE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SEE_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- SEE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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_DATA_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@serialData' literal in @serialData Javadoc tag.
- SERIAL_DATA_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SERIAL_DATA_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- SERIAL_DATA_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- SERIAL_DATA_LITERAL_sempred(RuleContext, int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SERIAL_FIELD_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@serialField' literal in @serialField Javadoc tag.
- SERIAL_FIELD_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SERIAL_FIELD_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- SERIAL_FIELD_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- SERIAL_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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- SERIAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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 as com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck=
paramnum
.
- setAllowByTailComment(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Set allowByTailComment.
- setAllowClassImports(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Sets whether or not to allow all non-static class imports.
- setAllowClassName(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
-
Sets the property for allowing a method to be the same name as a class.
- setAllowedAbbreviationLength(int) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Allowed abbreviation length in names.
- setAllowedAbbreviations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Set a list of abbreviations that must be skipped for checking.
- setAllowedAnnotations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Sets list of annotations.
- setAllowedDistance(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Sets an allowed distance between declaration of variable and its first
usage.
- setAllowedDuplicates(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Sets the maximum allowed duplicates of a string.
- setAllowEmptyCatches(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty catch blocks are allowed.
- setAllowEmptyConstructors(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty constructor bodies are allowed.
- setAllowEmptyLambdas(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty lambdas bodies are allowed.
- setAllowEmptyLoopBody(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Sets whether to allow empty loop body.
- setAllowEmptyLoops(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty loop bodies are allowed.
- setAllowEmptyMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty method bodies are allowed.
- setAllowEmptyTypes(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Sets whether or not empty type bodies are allowed.
- setAllowEscapesForControlCharacters(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Set allowIfAllCharactersEscaped.
- setAllowIfAllCharactersEscaped(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Set allowIfAllCharactersEscaped.
- setAllowInSwitchCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
-
Setter for allowInSwitchCase property.
- setAllowLegacy(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
-
Indicates whether to allow support for the legacy package.html
file.
- setAllowLineBreaks(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
Control whether whitespace is flagged at line breaks.
- setAllowLineBreaks(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Control whether whitespace is flagged at linebreaks.
- setAllowLineBreaks(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
-
Control whether whitespace is flagged at line breaks.
- setAllowMarkerInterfaces(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
-
Controls whether marker interfaces like Serializable are allowed.
- setAllowMissingJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to ignore errors when there is no javadoc.
- setAllowMissingParamTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow a method which has parameters to omit matching
param tags in the javadoc.
- setAllowMissingParamTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Controls whether to allow a type which has type parameters to
omit matching param tags in the javadoc.
- setAllowMissingPropertyJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to ignore errors when there is no javadoc for a
property accessor (setter/getter methods).
- setAllowMissingReturnTag(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow a method which returns non-void type to omit
the return tag in the javadoc.
- setAllowMissingThrowsTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow a method which declares that it throws
exceptions to omit matching throws tags in the javadoc.
- setAllowMultipleEmptyLines(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Allow multiple empty lines between class members.
- setAllowMultipleEmptyLinesInsideClassMembers(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Allow multiple empty lines inside class members.
- setAllowNewlineParagraph(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Sets allowNewlineParagraph.
- setAllowNoEmptyLineBetweenFields(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Allow no empty line between fields.
- setAllowNonPrintableEscapes(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Set allowSpaceEscapes.
- setAllowOneCharVarInForLoop(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
-
Sets whether to allow one character name in FOR loop or not.
- setAllowPublicFinalFields(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Sets whether public final fields are allowed.
- setAllowPublicImmutableFields(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Sets whether public immutable fields are allowed.
- setAllowSamelineMultipleAnnotations(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Sets if allow annotation to be located on the same line as
target element.
- setAllowSamelineParameterizedAnnotation(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Sets if allow parameterized annotation to be located on the same line as
target element.
- setAllowSamelineSingleParameterlessAnnotation(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Sets if allow same line single parameterless annotation.
- setAllowSingleLineStatement(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Setter.
- setAllowStaticMemberImports(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Sets whether or not to allow all static member imports.
- setAllowThrowsTagsForSubclasses(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow documented exception that are subclass of one
of declared exceptions.
- setAllowUndeclaredRTE(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Controls whether to allow documented exceptions that are not declared if
they are a subclass of java.lang.RuntimeException.
- setAllowUnknownTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Controls whether to flag errors for unknown tags.
- setApplyToPackage(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Sets whether we should apply the check to package-private members.
- setApplyToPrivate(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Sets whether we should apply the check to private members.
- setApplyToProtected(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Sets whether we should apply the check to protected members.
- setApplyToPublic(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Sets whether we should apply the check to public members.
- setArrayInitIndent(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Set the array initialisation indentation level.
- setAuthorFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Set the author tag pattern.
- setBasedir(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets base directory.
- setBaseName(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Sets the base name regexp pattern.
- setBasicOffset(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Set the basic offset.
- 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
-
- 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(URI) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
Set the name for the file containing the import control
configuration.
- setFile(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
Sets name of the supression file.
- setFileContents(FileContents) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Set the file contents associated with the tree.
- setFileContents(FileContents) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Set the FileContents for this filter.
- setFileContents(FileContents) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Set the FileContents for this filter.
- setFileExtensions(String...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Sets the file extensions that identify the files that pass the
filter of this FileSetCheck.
- setFileExtensions(String...) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets the file extensions that identify the files that pass the
filter of this FileSetCheck.
- setFileMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Sets the maximum ncss for a file.
- setFileNamePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Setter for file name format.
- setFileNamePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filefilters.BeforeExecutionExclusionFileFilter
-
Sets regular expression of the file to exclude.
- setFirstChild(AST) - Method in class com.puppycrawl.tools.checkstyle.api.DetailAST
-
- setFolderPattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Setter for folder format.
- setForbiddenSummaryFragments(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Sets custom value of regular expression for forbidden summary fragments.
- setForceStrictCondition(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Set forcing strict condition.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck
-
Deprecated.
Set the format to the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
Set the format for the specified regular expression.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
Set the format to the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
-
Set the format for the specified regular expression.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Set the format to the specified regular expression.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Sets the format of the regular expression to match.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Set the format of the regular expression to match.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Set the format of the regular expression to match.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
-
Setter for 'todo' comment pattern.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
Set the format for the specified regular expression.
- 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 with
Pattern.compile(String)
and throws
IllegalArgumentException
if header
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
-
- 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(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Sets the severity level.
- setSeverity(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets the severity level.
- setSeverity(SeverityLevel) - Method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
-
Sets the severity level.
- setShouldStartLine(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Does the check need to check if right curly starts line.
- setSkipEnhancedForLoopVariable(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
Whether to skip enhanced for-loop variable or not.
- setSkipIfLastAndSharedWithCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
-
Whether to allow default keyword not in last but surrounded with case.
- setSkipNoJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
Set skipJavadoc value.
- setSortImportsInGroupAlphabetically(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Sets sortImportsInGroupAlphabetically specified by user.
- setSortStaticImportsAlphabetically(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Sets whether static imports (when grouped using 'top' and 'bottom' option)
are sorted alphabetically or according to the package groupings.
- setSpecialImportsRegExp(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Sets specialImportsRegExp specified by user.
- setStandardPackageRegExp(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Sets standardRegExp specified by user.
- setSumTokenCounts(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Sets whether to use the sum of the tokens found, rather than the
individual counts.
- setSuppressLoadErrors(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.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(CheckstyleAntTask.FormatterType) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Set the type of the formatter.
- setType(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Sets node's type.
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Called by configure() for every child of this component's Configuration.
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
- setUrl(URI) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
- 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 - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Name of the severity property.
- severity - Variable in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
-
The severity level to accept.
- 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 - Enum in com.puppycrawl.tools.checkstyle.api
-
Severity level for a check violation.
- SeverityLevel() - Constructor for enum com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
- severityLevel - Variable in class com.puppycrawl.tools.checkstyle.Checker
-
The severity level of any violations found by submodules.
- 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, Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Whether we should check this node.
- 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.
- 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 another case
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_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@since' literal in @since Javadoc tag.
- SINCE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- SINCE_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- SINCE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.BodyContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ColgroupContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DdContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.DtContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HeadContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.HtmlContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.LiContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.OptionContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ParagraphContext
-
- singletonTag(int) - 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(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TbodyContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TdContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TfootContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- singletonTag(int) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.ThContext
-
- singletonTag() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.TheadContext
-
- singletonTag(int) - 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.TrContext
-
- SingletonTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagContext
-
- singletonTagName() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- singletonTagName - Variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
-
- singletonTagName() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.WrongSinletonTagContext
-
- SingletonTagNameContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.SingletonTagNameContext
-
- size() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Counts the lines of the text.
- 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() - 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 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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() - 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 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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.
- 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
-
- SPACE_PATTERN - Static variable in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck
-
Pattern matching single space.
- 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
-
- 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
-
- 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() - 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 - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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
-
- 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(MatchSuppressor) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the suppressor to use and returns Builder object.
- suppressor - Variable in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Used to determine whether to suppress a detected match.
- 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.
- 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(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter
-
Gets the value of a scope counter.
- VALUE - Static variable in class com.puppycrawl.tools.checkstyle.ConfigurationLoader.InternalLoader
-
Value attribute.
- value - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocLexer
-
- 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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocInlineTagContext
-
- VALUE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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 - Static variable in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.FormatterType
-
My possible 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(BigInteger, BigInteger) - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.Values
-
Constructor that assigns all of class fields.
- 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 - Variable in class com.puppycrawl.tools.checkstyle.PropertiesExpander
-
The underlying values.
- 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.
- 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_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() - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser.JavadocTagContext
-
- VERSION_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParser
-
- 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
-
- visitAreaTag(JavadocParser.AreaTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitAttribute(JavadocParser.AttributeContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitBasefontTag(JavadocParser.BasefontTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitBasefontTag(JavadocParser.BasefontTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitBaseTag(JavadocParser.BaseTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitBaseTag(JavadocParser.BaseTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitBody(JavadocParser.BodyContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitBody(JavadocParser.BodyContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitBodyTagClose(JavadocParser.BodyTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitBodyTagClose(JavadocParser.BodyTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitBodyTagOpen(JavadocParser.BodyTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitBodyTagOpen(JavadocParser.BodyTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitBrTag(JavadocParser.BrTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitColgroup(JavadocParser.ColgroupContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitColgroupTagClose(JavadocParser.ColgroupTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitColgroupTagClose(JavadocParser.ColgroupTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitColgroupTagOpen(JavadocParser.ColgroupTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitColgroupTagOpen(JavadocParser.ColgroupTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitColTag(JavadocParser.ColTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitColTag(JavadocParser.ColTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitDd(JavadocParser.DdContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitDdTagClose(JavadocParser.DdTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitDdTagClose(JavadocParser.DdTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitDdTagOpen(JavadocParser.DdTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitDdTagOpen(JavadocParser.DdTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitDescription(JavadocParser.DescriptionContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitDescription(JavadocParser.DescriptionContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitDt(JavadocParser.DtContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitDt(JavadocParser.DtContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitDtTagClose(JavadocParser.DtTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitDtTagClose(JavadocParser.DtTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitDtTagOpen(JavadocParser.DtTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitDtTagOpen(JavadocParser.DtTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitFrameTag(JavadocParser.FrameTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHead(JavadocParser.HeadContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHead(JavadocParser.HeadContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHeadTagClose(JavadocParser.HeadTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHeadTagClose(JavadocParser.HeadTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHeadTagOpen(JavadocParser.HeadTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHeadTagOpen(JavadocParser.HeadTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHrTag(JavadocParser.HrTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHrTag(JavadocParser.HrTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHtml(JavadocParser.HtmlContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHtml(JavadocParser.HtmlContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHtmlComment(JavadocParser.HtmlCommentContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHtmlComment(JavadocParser.HtmlCommentContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHtmlElement(JavadocParser.HtmlElementContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHtmlElement(JavadocParser.HtmlElementContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHtmlElementClose(JavadocParser.HtmlElementCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHtmlElementClose(JavadocParser.HtmlElementCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHtmlElementOpen(JavadocParser.HtmlElementOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHtmlElementOpen(JavadocParser.HtmlElementOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHtmlTag(JavadocParser.HtmlTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHtmlTag(JavadocParser.HtmlTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHtmlTagClose(JavadocParser.HtmlTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHtmlTagClose(JavadocParser.HtmlTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitHtmlTagOpen(JavadocParser.HtmlTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitHtmlTagOpen(JavadocParser.HtmlTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitImgTag(JavadocParser.ImgTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitImgTag(JavadocParser.ImgTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitInputTag(JavadocParser.InputTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitIsindexTag(JavadocParser.IsindexTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitIsindexTag(JavadocParser.IsindexTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitJavadoc(JavadocParser.JavadocContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitJavadoc(JavadocParser.JavadocContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitJavadocInlineTag(JavadocParser.JavadocInlineTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitJavadocInlineTag(JavadocParser.JavadocInlineTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitJavadocTag(JavadocParser.JavadocTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitJavadocTag(JavadocParser.JavadocTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitLi(JavadocParser.LiContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitLinkTag(JavadocParser.LinkTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitLinkTag(JavadocParser.LinkTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitLiTagClose(JavadocParser.LiTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitLiTagClose(JavadocParser.LiTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitLiTagOpen(JavadocParser.LiTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitLiTagOpen(JavadocParser.LiTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitLiteralFor(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
- 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
-
- visitMetaTag(JavadocParser.MetaTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitMethod(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
Checks parameters of the method or ctor.
- 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() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck
-
Deprecated.
Process the start of the method definition.
- visitMethodDef(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Creates new context for a given method.
- 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.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
-
- visitOption(JavadocParser.OptionContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitOptionTagClose(JavadocParser.OptionTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitOptionTagClose(JavadocParser.OptionTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitOptionTagOpen(JavadocParser.OptionTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitOptionTagOpen(JavadocParser.OptionTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitOtherTokens(DetailAST, int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
- 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
-
- visitParagraph(JavadocParser.ParagraphContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitParameters(JavadocParser.ParametersContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitParamTag(JavadocParser.ParamTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitParamTag(JavadocParser.ParamTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitPTagClose(JavadocParser.PTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitPTagClose(JavadocParser.PTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitPTagOpen(JavadocParser.PTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitPTagOpen(JavadocParser.PTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitReference(JavadocParser.ReferenceContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitReference(JavadocParser.ReferenceContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitSingletonElement(JavadocParser.SingletonElementContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitSingletonTag(JavadocParser.SingletonTagContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitSingletonTag(JavadocParser.SingletonTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitSingletonTagName(JavadocParser.SingletonTagNameContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitSingletonTagName(JavadocParser.SingletonTagNameContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitTbody(JavadocParser.TbodyContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTbodyTagClose(JavadocParser.TbodyTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTbodyTagClose(JavadocParser.TbodyTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTbodyTagOpen(JavadocParser.TbodyTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTbodyTagOpen(JavadocParser.TbodyTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTd(JavadocParser.TdContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTd(JavadocParser.TdContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTdTagClose(JavadocParser.TdTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTdTagClose(JavadocParser.TdTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTdTagOpen(JavadocParser.TdTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTdTagOpen(JavadocParser.TdTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitText(JavadocParser.TextContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTfoot(JavadocParser.TfootContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTfoot(JavadocParser.TfootContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTfootTagClose(JavadocParser.TfootTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTfootTagClose(JavadocParser.TfootTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTfootTagOpen(JavadocParser.TfootTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTfootTagOpen(JavadocParser.TfootTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTh(JavadocParser.ThContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTh(JavadocParser.ThContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitThead(JavadocParser.TheadContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitThead(JavadocParser.TheadContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTheadTagClose(JavadocParser.TheadTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTheadTagClose(JavadocParser.TheadTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTheadTagOpen(JavadocParser.TheadTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTheadTagOpen(JavadocParser.TheadTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitThTagClose(JavadocParser.ThTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitThTagClose(JavadocParser.ThTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitThTagOpen(JavadocParser.ThTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitThTagOpen(JavadocParser.ThTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitTr(JavadocParser.TrContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTrTagClose(JavadocParser.TrTagCloseContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTrTagClose(JavadocParser.TrTagCloseContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- visitTrTagOpen(JavadocParser.TrTagOpenContext) - Method in class com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserBaseVisitor
-
- visitTrTagOpen(JavadocParser.TrTagOpenContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-
- visitWrongSinletonTag(JavadocParser.WrongSinletonTagContext) - Method in interface com.puppycrawl.tools.checkstyle.grammars.javadoc.JavadocParserVisitor
-
- 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
-