- cancelCellEditing() - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- canChildrenBeNested() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- canChildrenBeNested() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Determines if child elements within the expression may be nested.
- canReferenceImports() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag can contain references to imported classes.
- CASE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A group of case clauses.
- CASE_GROUP - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- CaseHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for case statements.
- CaseHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- casesGroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- caseSList() - Method in class com.puppycrawl.tools.checkstyle.grammar.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.grammar.GeneratedJavaRecognizer
-
- CatchParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that catch
parameter names conform to a specified pattern.
- CatchParameterNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.CatchParameterNameCheck
-
Creates a new CatchParameterNameCheck
instance.
- channelNames - Static variable in class com.puppycrawl.tools.checkstyle.grammar.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.grammar.javadoc.JavadocLexer
-
- CHAR - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- CHAR() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TextContext
-
- CHAR(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TextContext
-
- Char1 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- Char1 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- Char10 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- Char10 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- Char11 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- Char11 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- Char12 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- Char12 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- Char2 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- Char2 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- Char20 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- Char20 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- Char3 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- Char3 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- Char4 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- Char4 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- Char5 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- Char5 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- Char7 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- Char7 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- Char8 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- Char8 - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- CHAR_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A character literal.
- CHAR_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- CHECK_SUFFIX - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Suffix of checks.
- checkChildren(DetailAST, int[], IndentLevel, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indent level of the children of the specified parent
expression.
- Checker - Class in com.puppycrawl.tools.checkstyle
-
This class provides the functionality to check a set of files.
- Checker() - Constructor for class com.puppycrawl.tools.checkstyle.Checker
-
Creates a new Checker
instance.
- CHECKER_MODULE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
A checker module name.
- checkExpressionSubtree(DetailAST, IndentLevel, boolean, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation level for an expression subtree.
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation of the expression we are handling.
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CatchHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.DoWhileHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ForHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ImportHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndexHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LambdaHandler
-
- checkIndentation(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Checks line wrapping into expressions and definitions using property
'lineWrappingIndentation'.
- checkIndentation(DetailAST, DetailAST, int, int, LineWrappingHandler.LineWrappingOptions) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler
-
Checks line wrapping into expressions and definitions.
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.NewHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.PackageDefHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SynchronizedHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.TryHandler
-
- checkIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.WhileHandler
-
- checkLeftParen(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation of the left parenthesis.
- checkModifiers() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation level of modifiers.
- checkModifiers() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
-
- checkModifiers() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
-
- checkRightParen(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Check the indentation of the right parenthesis.
- CHECKSTYLE_BUNDLE - Static variable in class com.puppycrawl.tools.checkstyle.Definitions
-
Name of resource bundle for Checkstyle.
- CheckstyleAntTask - Class in com.puppycrawl.tools.checkstyle.ant
-
An implementation of a ANT task for calling checkstyle.
- CheckstyleAntTask() - Constructor for class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
- CheckstyleAntTask.Formatter - Class in com.puppycrawl.tools.checkstyle.ant
-
Details about a formatter to be used.
- CheckstyleAntTask.FormatterType - Class in com.puppycrawl.tools.checkstyle.ant
-
Poor mans enumeration for the formatter types.
- CheckstyleAntTask.Listener - Class in com.puppycrawl.tools.checkstyle.ant
-
Represents a custom listener.
- CheckstyleAntTask.Property - Class in com.puppycrawl.tools.checkstyle.ant
-
Represents a property that consists of a key and value.
- CheckstyleException - Exception in com.puppycrawl.tools.checkstyle.api
-
Represents an error condition within Checkstyle.
- CheckstyleException(String) - Constructor for exception com.puppycrawl.tools.checkstyle.api.CheckstyleException
-
Creates a new CheckstyleException
instance.
- CheckstyleException(String, Throwable) - Constructor for exception com.puppycrawl.tools.checkstyle.api.CheckstyleException
-
Creates a new CheckstyleException
instance
that was caused by another exception.
- checkTopLevelToken() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Check the indent of the top level token.
- checkTopLevelToken() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ElseHandler
-
- checkTopLevelToken() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
-
- CheckUtil - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods for the checks.
- checkWrappingIndentation(DetailAST, DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Checks indentation on wrapped lines between and including
firstNode
and lastNode
.
- checkWrappingIndentation(DetailAST, DetailAST, int, int, boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Checks indentation on wrapped lines between and including
firstNode
and lastNode
.
- CLASS - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- CLASS - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- CLASS_DEF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A class declaration.
- CLASS_DEF - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- CLASS_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Exception class name.
- CLASS_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- CLASS_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- CLASS_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocTagContext
-
- classBlock() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- ClassDataAbstractionCouplingCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
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.grammar.GeneratedJavaRecognizer
-
- ClassFanOutComplexityCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Checks 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.
- classMember - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- ClassMemberImpliedModifierCheck - Class in com.puppycrawl.tools.checkstyle.checks.modifier
-
Checks for implicit modifiers on nested types in classes.
- ClassMemberImpliedModifierCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.modifier.ClassMemberImpliedModifierCheck
-
- classOrInterfaceType(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- ClassTypeParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that class type parameter names conform to a specified pattern.
- 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.grammar.GeneratedJavaRecognizer
-
- clear() - Method in class com.puppycrawl.tools.checkstyle.api.BeforeExecutionFileFilterSet
-
Clears the BeforeExecutionFileFilterSet.
- clear() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
-
Clears the FilterSet.
- clearCache() - Static method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Clears the cache.
- clearCache() - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Clears the cache.
- clearCreatedHandlers() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Clears cache of created handlers.
- clearMessages() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
- close(Closeable) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Closes a stream re-throwing IOException as IllegalStateException.
- code - Static variable in class com.puppycrawl.tools.checkstyle.grammar.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.grammar.javadoc.JavadocLexer
-
- CODE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- CODE_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocInlineTagContext
-
- CodeSelector - Class in com.puppycrawl.tools.checkstyle.gui
-
Helper class to select a code.
- CodeSelector(Object, JTextArea, List<Integer>) - Constructor for class com.puppycrawl.tools.checkstyle.gui.CodeSelector
-
Constructor.
- CodeSelectorPresentation - Class in com.puppycrawl.tools.checkstyle.gui
-
Presentation model for CodeSelector.
- CodeSelectorPresentation(DetailAST, 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.grammar.javadoc.JavadocLexer
-
- COL_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Col tag name.
- COL_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- COL_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- COL_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColTagContext
-
- COL_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonTagNameContext
-
- COL_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Col html tag.
- COLGROUP - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Colgroup html tag.
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlElementContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParagraphContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParagraphContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadContext
-
- colgroup() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrContext
-
- colgroup(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.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.grammar.javadoc.JavadocLexer
-
- COLGROUP_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- COLGROUP_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupTagEndContext
-
- COLGROUP_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupTagStartContext
-
- COLGROUP_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.EmptyTagContext
-
- COLGROUP_TAG_END - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
End colgroup tag.
- COLGROUP_TAG_START - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Start colgroup tag.
- ColgroupContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupContext
-
- colgroupTagEnd() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupContext
-
- colgroupTagEnd() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- colgroupTagEnd() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlElementContext
-
- ColgroupTagEndContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupTagEndContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupContext
-
- colgroupTagStart(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlElementContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParagraphContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParagraphContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadContext
-
- colgroupTagStart() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrContext
-
- colgroupTagStart(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrContext
-
- ColgroupTagStartContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupTagStartContext
-
- ColgroupTagStartContext(ParserRuleContext, int, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupTagStartContext
-
- COLON - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The :
(colon) operator.
- COLON - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- colTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- colTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonElementContext
-
- ColTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColTagContext
-
- com.puppycrawl.tools.checkstyle - package com.puppycrawl.tools.checkstyle
-
Contains the implementation of the Checkstyle framework.
- com.puppycrawl.tools.checkstyle.ant - package com.puppycrawl.tools.checkstyle.ant
-
Contains code related to Checkstyle Ant Task.
- com.puppycrawl.tools.checkstyle.api - package com.puppycrawl.tools.checkstyle.api
-
Contains the core API to be used to implement checks.
- com.puppycrawl.tools.checkstyle.checks - package com.puppycrawl.tools.checkstyle.checks
-
Contains the checks that are bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.annotation - package com.puppycrawl.tools.checkstyle.checks.annotation
-
Contains the Annotation checks that are
bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.blocks - package com.puppycrawl.tools.checkstyle.checks.blocks
-
Contains the Block checks that are
bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.coding - package com.puppycrawl.tools.checkstyle.checks.coding
-
Contains the Coding checks that are
bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.design - package com.puppycrawl.tools.checkstyle.checks.design
-
Contains the Class Design checks that
are bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.header - package com.puppycrawl.tools.checkstyle.checks.header
-
File Header checks.
- com.puppycrawl.tools.checkstyle.checks.imports - package com.puppycrawl.tools.checkstyle.checks.imports
-
Contains the Imports checks that are
bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.indentation - package com.puppycrawl.tools.checkstyle.checks.indentation
-
Contains all classes required for the
indentation check.
- com.puppycrawl.tools.checkstyle.checks.javadoc - package com.puppycrawl.tools.checkstyle.checks.javadoc
-
Contains the Javadoc checks that are bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.javadoc.utils - package com.puppycrawl.tools.checkstyle.checks.javadoc.utils
-
Contains utils classes for the Javadoc checks that are bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.metrics - package com.puppycrawl.tools.checkstyle.checks.metrics
-
Contains the Metrics checks that are
bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.modifier - package com.puppycrawl.tools.checkstyle.checks.modifier
-
Contains the modifier checks that are bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.naming - package com.puppycrawl.tools.checkstyle.checks.naming
-
Contains the Naming conventions checks
that are bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.regexp - package com.puppycrawl.tools.checkstyle.checks.regexp
-
Contains the regular expression checks that are bundled with the main
distribution.
- com.puppycrawl.tools.checkstyle.checks.sizes - package com.puppycrawl.tools.checkstyle.checks.sizes
-
Contains the Size Violations checks
that are bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.checks.whitespace - package com.puppycrawl.tools.checkstyle.checks.whitespace
-
Contains the Whitespace checks that
are bundled with the main distribution.
- com.puppycrawl.tools.checkstyle.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.grammar - package com.puppycrawl.tools.checkstyle.grammar
-
Contains the grammar used by the Checkstyle framework.
- com.puppycrawl.tools.checkstyle.grammar.javadoc - package com.puppycrawl.tools.checkstyle.grammar.javadoc
-
- com.puppycrawl.tools.checkstyle.gui - package com.puppycrawl.tools.checkstyle.gui
-
User interface classes for CheckStyle.
- com.puppycrawl.tools.checkstyle.utils - package com.puppycrawl.tools.checkstyle.utils
-
Contains utils classes for checkstyle.
- com.puppycrawl.tools.checkstyle.xpath - package com.puppycrawl.tools.checkstyle.xpath
-
Contains the nodes implementations for XPATH queries and query generator.
- COMMA - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
- COMMA - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The ,
(comma) operator.
- COMMA - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- COMMA - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- COMMA - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- COMMA() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParametersContext
-
- COMMA(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParametersContext
-
- Comment - Class in com.puppycrawl.tools.checkstyle.api
-
Representation of the comment block.
- Comment(String[], int, int, int) - Constructor for class com.puppycrawl.tools.checkstyle.api.Comment
-
Creates new instance.
- COMMENT_CONTENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
Text of single-line or block comment.
- COMMENT_CONTENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- CommentListener - Interface in com.puppycrawl.tools.checkstyle.grammar
-
This interface is used to be notified by parser about comments
in the parsed code.
- CommentsIndentationCheck - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Controls the indentation between comments and surrounding code.
- CommentsIndentationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
- CommonUtil - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods.
- compactConstructorDeclaration() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- compareOrder(NodeInfo) - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Compares current object with specified for order.
- compareOrder(NodeInfo) - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Compares current object with specified for order.
- compareOrder(NodeInfo) - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Compares current object with specified for order.
- compareTo(LineColumn) - Method in class com.puppycrawl.tools.checkstyle.api.LineColumn
-
- compareTo(LocalizedMessage) - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
- compilationUnit() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- compileFlags(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the compile flags to compile a regular expression with
and returns Builder object.
- compoundStatement() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- conditionalExpression() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- CONFIG_HASH_KEY - Static variable in class com.puppycrawl.tools.checkstyle.PropertyCacheFile
-
The property key to use for storing the hashcode of the
configuration.
- Configurable - Interface in com.puppycrawl.tools.checkstyle.api
-
A component that can be configured.
- Configuration - Interface in com.puppycrawl.tools.checkstyle.api
-
A Configuration is used to configure a Configurable component.
- ConfigurationLoader - Class in com.puppycrawl.tools.checkstyle
-
Loads a configuration from a standard configuration XML file.
- ConfigurationLoader.IgnoredModulesOptions - Enum in com.puppycrawl.tools.checkstyle
-
Enum to specify behaviour regarding ignored modules.
- configure(Configuration) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Implements the Configurable interface using bean introspection.
- configure(Configuration) - Method in interface com.puppycrawl.tools.checkstyle.api.Configurable
-
Configures this component.
- constant() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- ConstantNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that constant names conform to a specified pattern.
- ConstantNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
-
Creates a new ConstantNameCheck
instance.
- constructorBody() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- containsAnnotation(DetailAST, String) - Static method in class com.puppycrawl.tools.checkstyle.utils.AnnotationUtil
-
Checks if the AST is annotated with the passed in annotation.
- containsAnnotation(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.AnnotationUtil
-
Checks if the AST is annotated with any annotation.
- containsAnnotation(DetailAST, List<String>) - Static method in class com.puppycrawl.tools.checkstyle.utils.AnnotationUtil
-
Checks if the given AST element is annotated with any of the specified annotations.
- containsInBranch(DetailNode, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtil
-
Checks whether node contains any node of specified type among children on any deep level.
- Context - Interface in com.puppycrawl.tools.checkstyle.api
-
A context to be used in subcomponents.
- Contextualizable - Interface in com.puppycrawl.tools.checkstyle.api
-
A Component that needs context information from it's container(parent object) to work.
- contextualize(Context) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Implements the Contextualizable interface using bean introspection.
- contextualize(Context) - Method in interface com.puppycrawl.tools.checkstyle.api.Contextualizable
-
Sets the context for this Component.
- copy(Receiver, int, Location) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Copy method.
- CovariantEqualsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that classes which define a covariant equals()
method
also override method equals(Object)
.
- CovariantEqualsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck
-
- CREATE_LISTENER_EXCEPTION - Static variable in class com.puppycrawl.tools.checkstyle.Main
-
A key pointing to the create listener exception
message in the "messages.properties" file.
- createBlockCommentNode(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Create block comment from string content.
- createBlockCommentNode(Token) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Create block comment from token.
- createClasspath() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Creates classpath.
- createFullIdent(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Creates a new FullIdent starting from the specified node.
- createFullIdentBelow(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Creates a new FullIdent starting from the child of the specified node.
- createFullType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
Creates FullIdent
for given type node.
- createListener(Task) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Creates a listener for the formatter.
- createModule(String) - Method in interface com.puppycrawl.tools.checkstyle.ModuleFactory
-
Creates a new instance of a class from a given name.
- createModule(String) - Method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Creates a new instance of a class from a given name, or that name
concatenated with "Check".
- createPattern(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Helper method to create a regular expression.
- createPattern(String, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Helper method to create a regular expression with a specific flags.
- CTOR_CALL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A constructor call.
- CTOR_CALL - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.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.grammar.GeneratedJavaTokenTypes
-
- ctorHead() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- curlyIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- curlyIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the expected indentation level for the curly braces.
- curlyIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
- CUSTOM_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Name of custom Javadoc tag (or Javadoc inline tag).
- CUSTOM_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- CUSTOM_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- CUSTOM_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocInlineTagContext
-
- CUSTOM_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocTagContext
-
- CustomImportOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Checks that the groups of import declarations appear in the order specified
by the user.
- CustomImportOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
- CyclomaticComplexityCheck - Class in com.puppycrawl.tools.checkstyle.checks.metrics
-
Checks cyclomatic complexity against a specified limit.
- CyclomaticComplexityCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
- GE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The >=
(greater than or equal) operator.
- GE - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- generate() - Method in class com.puppycrawl.tools.checkstyle.xpath.XpathQueryGenerator
-
Returns list of xpath queries of nodes, matching line number, column number and token type.
- GeneratedJavaLexer - Class in com.puppycrawl.tools.checkstyle.grammar
-
- GeneratedJavaLexer(InputStream) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- GeneratedJavaLexer(Reader) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- GeneratedJavaLexer(InputBuffer) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- GeneratedJavaLexer(LexerSharedInputState) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- GeneratedJavaRecognizer - Class in com.puppycrawl.tools.checkstyle.grammar
-
Java 1.5 Recognizer
This grammar is in the PUBLIC DOMAIN
- GeneratedJavaRecognizer(TokenBuffer, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- GeneratedJavaRecognizer(TokenBuffer) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- GeneratedJavaRecognizer(TokenStream, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- GeneratedJavaRecognizer(TokenStream) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- GeneratedJavaRecognizer(ParserSharedInputState) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- GeneratedJavaTokenTypes - Interface in com.puppycrawl.tools.checkstyle.grammar
-
- generateId(FastStringBuffer) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Generate id method.
- generateXpathQuery(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.xpath.XpathQueryGenerator
-
Returns full xpath query for given ast element.
- GENERIC_END - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A >
symbol signifying the end of type arguments or type parameters.
- GENERIC_END - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- GENERIC_START - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A <
symbol signifying the start of type arguments or type parameters.
- GENERIC_START - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.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.
- getAcceptableJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
The configurable javadoc token set.
- getAcceptableJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocBlockTagLocationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
The configurable token set.
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationOnSameLineCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidDoubleBraceInitializationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidNoArgumentSuperConstructorCallCheck
-
- 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.NoArrayTrailingCommaCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoCloneCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoEnumTrailingCommaCheck
-
- 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.UnnecessarySemicolonAfterOuterTypeDeclarationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonAfterTypeMemberDeclarationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonInEnumerationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonInTryWithResourcesCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocPositionCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocContentLocationCheck
-
- 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.MissingJavadocMethodCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocPackageCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck
-
- 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.ClassMemberImpliedModifierCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck
-
- 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.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.LambdaParameterNameCheck
-
- 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.NoCodeInFileCheck
-
- 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.MethodCountCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
-
- getAcceptableTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
- getAccessModifierFromModifiersToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
- getAlias(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Returns the alias for the source name of a check.
- getAllTokenIds() - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtil
-
Get all token IDs that are available in TokenTypes.
- getAnnotation(DetailAST, String) - Static method in class com.puppycrawl.tools.checkstyle.utils.AnnotationUtil
-
Checks if the AST is annotated with the passed in annotation
and returns the AST representing that annotation.
- getAnnotationHolder(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.AnnotationUtil
-
Gets the AST that holds a series of annotations for the
potentially annotated AST.
- getArrayInitIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Getter to query how far an array initialisation should be indented when on next line.
- getAst(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.DetailAstSet
-
Get the ast corresponding to line number.
- getATN() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- getATN() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- getAttribute(String) - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
-
The attribute value for an attribute name.
- getAttribute(String) - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
- getAttributeNames() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
-
The set of attribute names.
- getAttributeNames() - Method in interface com.puppycrawl.tools.checkstyle.api.Context
-
Returns the names of all attributes of this context.
- getAttributeNames() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
- getAttributeNames() - Method in class com.puppycrawl.tools.checkstyle.DefaultContext
-
- getAttributeValue(String, String) - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns attribute value.
- getAttributeValue(String, String) - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns attribute value.
- getAttributeValue(String, String) - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns attribute value.
- getBaseURI() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns base uri.
- getBasicOffset() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
A shortcut for IndentationCheck
property.
- getBasicOffset() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Getter to query how far new indentation level should be indented when on the next line.
- 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.JavadocUtil
-
Gets content of block comment.
- getBlockComments() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Returns a map of all block comments.
- getBraceAdjustment() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
A shortcut for IndentationCheck
property.
- getBraceAdjustment() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Getter to query how far a braces should be indented when on the next line.
- getCaseIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Getter to query how far a case label should be indented when on next line.
- getCellEditorValue() - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- getChannelNames() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- getCharset() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Get the character set which was used to read the file.
- getCheckedChildren() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Returns array of token types which should be checked among children.
- getCheckedChildren() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
-
- getCheckerThreadsNumber() - Method in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
Gets the number of threads for the Checker module.
- getCheckstyleModules(Collection<String>, ClassLoader) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtil
-
Gets checkstyle's modules (directly, not recursively) in the given packages.
- getChild(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
- getChild(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns the child of parent at index.
- getChildCount() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
Returns the number of child nodes one level below this node.
- getChildCount(int) - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
Returns the number of direct child tokens that have the specified type.
- getChildCount() - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- getChildCount(int) - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- getChildCount(Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
- getChildCount(Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns the number of children of parent.
- getChildren() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
-
The set of child configurations.
- getChildren() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Array of children.
- getChildren() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getChildren() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
- getChildren() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Getter method for children.
- getChildrenExpectedIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- getChildrenExpectedIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Gets indentation level expected for children.
- getClassname() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Listener
-
Gets class name.
- 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.TreeWalkerAuditEvent
-
Gets the column associated with the message.
- getColumnCharIndex() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the column char index.
- getColumnCharIndex() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Gets the column char index associated with the message.
- getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Returns type of specified column number.
- getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns type of specified column number.
- getColumnClass(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- getColumnCount() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Returns number of available column.
- getColumnCount() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns number of available columns.
- getColumnCount() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- getColumnName(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Returns column name of specified column number.
- getColumnName(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns name for specified column number.
- getColumnName(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- getColumnNo() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
Gets column number.
- getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Gets the column number.
- getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the column number.
- getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Gets column number.
- getColumnNo() - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- getColumnNumber() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node column number.
- getColumnNumber() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getColumnNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns column number.
- getColumnNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns column number.
- getColumnNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns column number.
- getConfiguration() - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Returns the configuration that was used to configure this component.
- getConfiguration() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns configuration.
- getConstructor(Class<T>, Class<?>...) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Gets constructor of targetClass.
- getCount() - Method in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
-
Returns the number of counted events since audit started.
- getCurrentFile() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get current file.
- getCustomMessages() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Returns an unmodifiable map instance containing the custom messages
for this configuration.
- getDeclaredNamespaces(NamespaceBinding[]) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns namespace array.
- getDefaultAlias(String) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Returns the default alias for the source name of a check, which is the
source name in lower case with any dotted prefix or "Check" suffix
removed.
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
- 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.JavadocBlockTagLocationCheck
-
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMissingWhitespaceAfterAsteriskCheck
-
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck
-
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
- getDefaultJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the default token a check is interested in.
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationOnSameLineCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidDoubleBraceInitializationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidNoArgumentSuperConstructorCallCheck
-
- 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.NoArrayTrailingCommaCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoCloneCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoEnumTrailingCommaCheck
-
- 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.UnnecessarySemicolonAfterOuterTypeDeclarationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonAfterTypeMemberDeclarationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonInEnumerationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonInTryWithResourcesCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Defined final to not allow JavadocChecks to change default tokens.
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocPositionCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocContentLocationCheck
-
- 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.MissingJavadocMethodCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocPackageCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck
-
- 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.ClassMemberImpliedModifierCheck
-
- getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck
-
- 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.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.LambdaParameterNameCheck
-
- 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.NoCodeInFileCheck
-
- 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.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
-
- getDepth() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Getter method for node depth.
- getDetailAst() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Gets the topmost leftmost DetailAST for this FullIdent.
- getDisplayName() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns display name.
- getEditingRow() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
- getEndColNo() - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- getEndColNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
-
The column in the input file where the text block ends.
- getEndLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- getEndLineNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
-
The last line of the text block in the input file.
- getExternalResourceLocations() - Method in interface com.puppycrawl.tools.checkstyle.api.ExternalResourceHolder
-
Returns a set of external configuration resource locations which are used by the module.
- getExternalResourceLocations() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
- getExternalResourceLocations() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
- getExternalResourceLocations() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
- getExternalResourceLocations() - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathFilter
-
- getExternalResourceLocations() - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
- getFile() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Get the name of the file.
- getFileContents() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the file contents associated with the tree.
- getFileContents() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Returns the file contents associated with the file.
- getFileContents() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Returns contents of the file.
- getFileExtension(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Returns file extension for the given file name
or empty string if file does not have an extension.
- getFileExtensions() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Makes copy of file extensions and returns them.
- getFileName() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Returns name of file being audited.
- getFileName() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Gets the name of the file.
- getFileName() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Returns name of file being audited.
- getFileNameWithoutExtension(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Returns file name without extension.
- getFilters() - Method in class com.puppycrawl.tools.checkstyle.api.FilterSet
-
Returns the Filters of the filter set.
- getFingerprint() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns fingerprint.
- getFirstArg() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Returns first argument.
- getFirstAst(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the first ast for given expression.
- getFirstChild() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
Get the first child of this AST.
- getFirstChild() - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- getFirstChild(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtil
-
Gets first child node of specified node.
- getFirstIndentLevel() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Returns first indentation level.
- getFirstLine(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the first line number for given expression.
- getFirstNode(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
Finds sub-node for given node minimal (line, column) pair.
- getFirstNonTightHtmlTag() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Getter for the first non-tight HTML tag encountered while parsing javadoc.
- getFirstToken(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Searches in given sub-tree (including given node) for the token
which represents first symbol for this sub-tree in file.
- getFormat() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Format of the regular expression.
- getFullText() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Retrieve the full text of the file.
- getGrammarFileName() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- getGrammarFileName() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- getHandledTypes() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Gets list of registered handler types.
- getHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Get the handler for an AST.
- getHandlerFactory() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Accessor for the handler factory.
- getHeaderLines() - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Return the header lines to check against.
- getId() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Returns the identifier of the reporter.
- getIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the indentation amount for this handler.
- getIndentationTabWidth() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Get the width of a tab.
- getIndentCheck() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Accessor for the IndentCheck attribute.
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Compute the indentation amount for this handler.
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LabelHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LambdaHandler
-
Compute the indentation amount for this handler.
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.NewHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
- getIndentImpl() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
-
- getIndex() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node index among parent's children.
- getIndex() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getIndexOfChild(Object, Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
- getIndexOfChild(Object, Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Return the index of child in parent.
- getInstance(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.Scope
-
Scope factory method.
- getInstance(String) - Static method in enum com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
SeverityLevel factory method.
- getInstance(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.naming.AccessModifierOption
-
Factory method which returns an AccessModifier instance that corresponds to the
given access modifier name represented as a
String
.
- getIntFromField(Field, Object) - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtil
-
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.JavadocUtil
-
Get content of Javadoc comment.
- getJavadocTags(TextBlock, JavadocUtil.JavadocTagType) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtil
-
Gets validTags from a given piece of Javadoc.
- getKey() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
Gets key.
- getKey() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Returns the message key to locate the translation, can also be used
in IDE plugins to map audit event messages to corrective actions.
- getLastChild() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
Gets the last child node.
- getLastChild() - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- getLastDirectory() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get the directory of the last loaded file.
- getLastIndentLevel() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Returns last indentation level.
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the left curly brace portion of the expression we are handling.
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
-
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
- getLeftCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
-
- getLine(int) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the line associated with the tree.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Return the line number on the source file where the event occurred.
- getLine(int) - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Get the line from text of the file.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.api.LineColumn
-
Gets the one-based line number.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
-
Getter for line field.
- getLine() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Return the line number on the source file where the event occurred.
- getLineNo() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
Gets line number.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Gets the line number.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the line number.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Gets the line number.
- getLineNo() - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- getLineNumber() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node line number.
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Getter for line number where parse error occurred.
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns line number.
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns line number.
- getLineNumber() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns line number.
- getLines() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Returns the lines associated with the tree.
- getLines() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Gets the lines in the file.
- getLineStart(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the start of the line for the given expression.
- getLineStart(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Get the start of the line for the given line number.
- getLinesToPosition() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get lines to position map.
- getLineWrappingHandler() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Accessor for the line wrapping handler.
- getLineWrappingIndentation() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Getter to query how far continuation line should be indented when line-wrapping is present.
- getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the child element representing the list of statements.
- getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
-
- getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
- getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
- getListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
-
- getLocalizedMessage() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Gets the localized message.
- getLocalizedMessage() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Gets the localized message.
- getLocalPart() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns local part.
- getLocalPart() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns local part.
- getLocalPart() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns local part.
- getLogMessageId() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Returns message key we use for log violations.
- getLogMessageId() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
-
- getLogMessageId() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
-
- getMainAst() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Accessor for the MainAst attribute.
- getMaximum() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The maximum number of allowed detections.
- getMessage() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Return the message associated to the event.
- getMessage() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the translated message.
- getMessage() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The message to report violations with.
- getMessage() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Return the message associated to the event.
- getMessageArguments() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Getter for error message arguments.
- getMessageBundle() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Returns the message bundle name resource bundle that contains the messages
used by this module.
- getMessageDispatcher() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
A message dispatcher is used to fire violation messages to
interested audit listeners.
- getMessageKey() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseErrorMessage
-
Getter for key for error message.
- getMessages() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
- getMessages() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
- getMessages() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
-
Returns an unmodifiable map instance containing the custom messages
for this configuration.
- getMessages() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
Returns an unmodifiable map instance containing the custom messages
for this configuration.
- getMethodName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
Returns the name of the overriding method.
- getMethodName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SuperCloneCheck
-
- getMethodName() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.SuperFinalizeCheck
-
- getMinimum() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The minimum number of allowed detections.
- getModeNames() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- getModuleId() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Returns id of module.
- getModuleId() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Returns id of module.
- getModuleId() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Returns id of module.
- getName() - Method in interface com.puppycrawl.tools.checkstyle.api.Configuration
-
The name of this configuration.
- getName() - Method in enum com.puppycrawl.tools.checkstyle.api.Scope
-
Returns name of severity level.
- getName() - Method in enum com.puppycrawl.tools.checkstyle.api.SeverityLevel
-
Returns name of severity level.
- getName() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
-
Getter for name field.
- getName() - Method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Gets the tag name.
- getName() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.utils.TagInfo
-
Return name of tag.
- getName() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
- getNextSibling() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
Get the next sibling in line after this one.
- getNextSibling() - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- getNextSibling(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtil
-
Gets next sibling of specified node.
- getNextSibling(DetailNode, int) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtil
-
Gets next sibling of specified node with the specified type.
- getNodeKind() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns type of the node.
- getNodeKind() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns type of the node.
- getNodeKind() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns type of the node.
- getNonListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the child element that is not a list of statements.
- getNonListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ElseHandler
-
- getNonListChild() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
-
- getNumberOfChildren() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
- getPackageNames(ClassLoader) - Static method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
-
Returns the set of package names, compiled from all
checkstyle_packages.xml files found on the given class loaders
classpath.
- getParent() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
Returns the parent token.
- getParent() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Parent node.
- getParent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Accessor for the Parent attribute.
- getParent() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getParent() - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- getParent() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns parent.
- getParent() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns parent.
- getParent() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns parent.
- getParseErrorMessage() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Getter for error message during parsing.
- getParseTreeTableModel() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Get parse tree table model.
- getPattern() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The pattern to use when matching.
- getPosition() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.utils.TagInfo
-
Return position of tag.
- getPrefix() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns prefix.
- getPreviousSibling() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
Returns the previous sibling or null if no such sibling exists.
- getPreviousSibling() - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- getPreviousSibling(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtil
-
Gets previous sibling of specified node.
- getPublicId() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns public id.
- getReporter() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The violation reporter to use.
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
- 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.JavadocBlockTagLocationCheck
-
The javadoc tokens that this check must be registered for.
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMissingWhitespaceAfterAsteriskCheck
-
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
- getRequiredJavadocTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
The tokens that this check must be registered for.
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationOnSameLineCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.PackageAnnotationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidDoubleBraceInitializationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidNoArgumentSuperConstructorCallCheck
-
- 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.NoArrayTrailingCommaCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoCloneCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NoEnumTrailingCommaCheck
-
- 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.UnnecessarySemicolonAfterOuterTypeDeclarationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonAfterTypeMemberDeclarationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonInEnumerationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonInTryWithResourcesCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocPositionCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocContentLocationCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
- 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.MissingJavadocMethodCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocPackageCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.ClassMemberImpliedModifierCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck
-
- 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.LambdaParameterNameCheck
-
- 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.NoCodeInFileCheck
-
- 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.MethodCountCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
-
- getRequiredTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the right curly brace portion of the expression we are handling.
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
-
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
- getRightCurly() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler
-
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns value of root.
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns root.
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns root.
- getRoot() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns root of the tree.
- getRootAst() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Gets the root element of the AST tree.
- getRowCount() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.AreaTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.AttributeContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BasefontTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BaseTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BrTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DescriptionContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.EmbedTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.EmptyTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.FrameTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HrTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlCommentContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlElementContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlElementEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlElementStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ImgTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.InputTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.IsindexTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocInlineTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.KeygenTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LinkTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.MetaTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParagraphContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParametersContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParamTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.PTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.PTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ReferenceContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonElementContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonTagNameContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SourceTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TextContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrackTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrTagEndContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrTagStartContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.WbrTagContext
-
- getRuleIndex() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.WrongSingletonTagContext
-
- getRuleNames() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- getRuleNames() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- getSchemaType() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns type of the schema.
- getScopeFromMods(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
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.grammar.javadoc.JavadocLexer
-
- getSerializedATN() - Method in class com.puppycrawl.tools.checkstyle.grammar.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.TokenUtil
-
Returns the short description of a token for a given name.
- getShortFromFullModuleNames(String) - Static method in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Returns simple check name from full modules names map.
- getSingleLineComments() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Returns a map of all the single line comments.
- getSourceName() - Method in class com.puppycrawl.tools.checkstyle.api.AuditEvent
-
Gets the name of the source for the message.
- getSourceName() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the name of the source for this LocalizedMessage.
- getSourceName() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Gets the name of the source for the message.
- getStartColNo() - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- getStartColNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
-
The column in the input file where the text block starts.
- getStartColumn(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.DetailAstSet
-
Get starting column number for the ast.
- getStartLineNo() - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- getStartLineNo() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
-
The line in the input file where the text block starts.
- getStringValue() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns string value.
- getStringValue() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns string value.
- getStringValueCS() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns CharSequence string value.
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Indentation level suggested for a child element.
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CaseHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.LambdaHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.PrimordialHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
- getSuggestedChildIndent(AbstractExpressionHandler) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.TryHandler
-
- getSuppressor() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
The suppressor to use.
- getSurroundingScope(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
Returns the scope of the surrounding "block".
- getSystemId() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns system id.
- getTabWidth() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Get tab width to report audit events with.
- getTabWidth() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Get tab width to report audit events with.
- getTagName() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Gets tag name.
- getTagName(DetailNode) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtil
-
Gets tag name from javadocTagSection.
- getText() - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- getText() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
Gets the text of this AST.
- getText() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node text.
- getText() - Method in class com.puppycrawl.tools.checkstyle.api.FileContents
-
Get the full text of the file.
- getText() - Method in class com.puppycrawl.tools.checkstyle.api.FullIdent
-
Gets the text.
- getText() - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
-
The text content of the text block.
- getText() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.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.
- getTextAttributeValue(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.XpathUtil
-
Returns content of the text attribute of the ast element.
- getThreadModeSettings() - Method in class com.puppycrawl.tools.checkstyle.DefaultConfiguration
-
Gets the thread mode configuration.
- getThrowsIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Getter to query how far a throws clause should be indented when on next line.
- 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.JavadocUtil
-
Returns the ID of a token for a given name.
- getTokenId(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtil
-
Returns the ID of a token for a given name.
- getTokenName(int) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtil
-
Returns the name of a token for a given ID.
- getTokenName(int) - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtil
-
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.grammar.javadoc.JavadocLexer
-
Deprecated.
- getTokenNames() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
Deprecated.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage
-
Gets the token type.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.TreeWalkerAuditEvent
-
Gets the token type of the message.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Getter method for token type.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Getter method for token type.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Getter method for token type.
- getTokenType() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Getter method for token type.
- getTokenTypesTotalNumber() - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtil
-
Get total number of TokenTypes.
- getTopLevelAst() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler
-
- getTopLevelAst() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler
-
Get the top level expression being managed by this handler.
- getTopLevelAst() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler
-
- getTopLevelAst() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
-
- getTopLevelAst() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler
-
- getTopLevelAst() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
- getTree() - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Returns tree.
- getTree() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Getter for DetailNode tree.
- getTreeInfo() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns tree info.
- getTreeWalkerThreadsNumber() - Method in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
Gets the number of threads for the TreeWalker module.
- getType() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailAST
-
Gets the type of this AST.
- getType() - Method in interface com.puppycrawl.tools.checkstyle.api.DetailNode
-
Node type.
- getType() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
- getType() - Method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Gets the Tag type defined by
Type
.
- getTypeParameterNames(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
Retrieves the names of the type parameters to the node.
- getTypeParameters(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
Retrieves the type parameters to the node.
- getUnderlyingNode() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns underlying node.
- getUnderlyingNode() - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Returns underlying node.
- getUnderlyingNode() - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Returns underlying node.
- getUnderlyingNode() - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Returns underlying node.
- getURI() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns uri of the namespace for the current node.
- getUriByFilename(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Resolve the specified filename to a URI.
- getValidTags() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTags
-
Getter for validTags field.
- getValue() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
Gets value.
- getValue() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.utils.TagInfo
-
Return value of tag.
- getValueAt(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Returns the value to be displayed for node at column number.
- getValueAt(Object, int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Returns the value to be displayed for node at column number.
- getValueAt(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- getValues() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.FormatterType
-
- getVocabulary() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- getVocabulary() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- GlobalStatefulCheck - Annotation Type in com.puppycrawl.tools.checkstyle
-
This annotation means that the check contains global context,
which will be updated while Checkstyle processes files.
- GT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The >
(greater than) operator.
- GT - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- id() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- ID_PART - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- ID_START - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- IDENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An identifier.
- IDENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- identifier() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- identifierStar() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- IfHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for if statements.
- IfHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IfHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- ignoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies whether to ignore case when matching and returns Builder object.
- IllegalCatchCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that certain exception types do not appear in a catch
statement.
- IllegalCatchCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
-
- IllegalImportCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Checks for imports from a set of illegal packages.
- IllegalImportCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Creates a new IllegalImportCheck
instance.
- IllegalInstantiationCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for illegal instantiations where a factory method is preferred.
- IllegalInstantiationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck
-
- IllegalThrowsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that specified types are not declared to be thrown.
- 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 specified tokens text for matching an illegal pattern.
- IllegalTokenTextCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
- IllegalTypeCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that particular classes or interfaces are never used.
- 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.grammar.javadoc.JavadocLexer
-
- IMG_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- IMG_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ImgTagContext
-
- IMG_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonTagNameContext
-
- IMG_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Img html tag.
- imgTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- imgTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonElementContext
-
- ImgTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ImgTagContext
-
- IMPLEMENTS_CLAUSE - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An implements clause.
- IMPLEMENTS_CLAUSE - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- implementsClause() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- IMPORT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An import declaration.
- IMPORT - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- ImportControlCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Controls what can be imported in each package and file.
- 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.
- importDefinition() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- ImportHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for import statements.
- ImportHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.ImportHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- ImportOrderCheck - Class in com.puppycrawl.tools.checkstyle.checks.imports
-
Checks the ordering/grouping of imports.
- ImportOrderCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
- ImportOrderOption - Enum in com.puppycrawl.tools.checkstyle.checks.imports
-
Represents the policy for checking import order statements.
- INC - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The ++
(prefix increment) operator.
- INC - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- inclusiveOrExpression() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- IndentationCheck - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Checks correct indentation of Java code.
- IndentationCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
- indentationLog(DetailAST, String, Object...) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Log a violation message.
- IndentLevel - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Encapsulates representation of notion of expected indentation levels.
- IndentLevel(int) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Creates new instance with one acceptable indentation level.
- IndentLevel(IndentLevel, int...) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Creates new instance for nested structure.
- INDEX_OP - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The array index operator.
- INDEX_OP - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- IndexHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for array index operation.
- IndexHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.IndexHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- INHERIT_DOC_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@inheritDoc' literal in {@inheritDoc} Javadoc inline tag.
- INHERIT_DOC_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- INHERIT_DOC_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- INHERIT_DOC_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocInlineTagContext
-
- init() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Initialize the check.
- init() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
- init() - Method in interface com.puppycrawl.tools.checkstyle.api.FileSetCheck
-
Initialise the instance.
- init() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
- init() - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
- initialize(Token) - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- initialize(AST) - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- initializer() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- InlineTagUtil - Class in com.puppycrawl.tools.checkstyle.checks.javadoc.utils
-
Tools for extracting inline tags from Javadoc comments.
- InnerAssignmentCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for assignments in subexpressions, such as in
String s = Integer.toString(i = 2);
.
- InnerAssignmentCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck
-
- InnerTypeLastCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Checks nested (internal) classes/interfaces are declared at the bottom of the
primary (top-level) 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.grammar.javadoc.JavadocLexer
-
- INPUT_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- INPUT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.InputTagContext
-
- INPUT_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonTagNameContext
-
- INPUT_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Input html tag.
- inputTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- inputTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonElementContext
-
- InputTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.InputTagContext
-
- INSTANCE - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.NeverSuppress
-
The shared instance.
- INSTANCE_INIT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
An instance initializer.
- INSTANCE_INIT - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- instanceofTypeSpec() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- INT_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.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.grammar.GeneratedJavaTokenTypes
-
- interfaceDefinition(AST) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- interfaceExtends() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- InterfaceIsTypeCheck - Class in com.puppycrawl.tools.checkstyle.checks.design
-
Implements Joshua Bloch, Effective Java, Item 17 -
Use Interfaces only to define types.
- InterfaceIsTypeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
-
- InterfaceMemberImpliedModifierCheck - Class in com.puppycrawl.tools.checkstyle.checks.modifier
-
Checks for implicit modifiers on interface members and nested types.
- InterfaceMemberImpliedModifierCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck
-
- InterfaceTypeParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that interface type parameter names conform to a specified pattern.
- InterfaceTypeParameterNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
-
Creates a new InterfaceTypeParameterNameCheck
instance.
- intersects(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.api.Comment
-
- intersects(int, int, int, int) - Method in interface com.puppycrawl.tools.checkstyle.api.TextBlock
-
Checks if this comment intersects with a specified
part of the file.
- InvalidJavadocPositionCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks that Javadocs are located at the correct position.
- InvalidJavadocPositionCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocPositionCheck
-
- InvalidJavadocTag - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Value object for storing data about an invalid Javadoc validTags.
- InvalidJavadocTag(int, int, String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
-
Creates an instance.
- invokeConstructor(Constructor<T>, Object...) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Returns new instance of a class.
- isAcceptable(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Checks if given indentation is acceptable.
- isAuditListener(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtil
-
Checks whether a class may be considered as the checkstyle audit listener module.
- isBeforeInSource(DetailAST, DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
Retrieves whether ast1 is located before ast2.
- isBlank(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Checks if the value arg is blank by either being null,
empty, or contains only whitespace characters.
- isCellEditable(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- isCellEditable(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Indicates whether the the value for node node
,
at column number column
is editable.
- isCellEditable(int) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Indicates whether the the value for node node
, at column number column
is
editable.
- isCellEditable(int, int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
-
- isCheckstyleModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtil
-
Checks whether a class may be considered as a checkstyle module.
- isCheckstyleTreeWalkerCheck(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtil
-
Checks whether a class may be considered as the checkstyle check
which has TreeWalker as a parent.
- isClassFieldDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
Determines whether a node is a class field definition.
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Whether comment nodes are required or not.
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Defined final because all JavadocChecks require comment nodes.
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocPositionCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocContentLocationCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocPackageCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
- isCommentNodesRequired() - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
- isCommentType(int) - Static method in class com.puppycrawl.tools.checkstyle.utils.TokenUtil
-
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.TokenUtil
-
Is argument comment-related type name (SINGLE_LINE_COMMENT,
BLOCK_COMMENT_BEGIN, BLOCK_COMMENT_END, COMMENT_CONTENT).
- isCorrectJavadocPosition(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtil
-
Checks Javadoc comment it's in right place.
- isElseIf(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
Returns whether a token represents an ELSE as part of an ELSE / IF set.
- isEmpty() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.DetailAstSet
-
Check if the this set of ast is empty.
- isEqualsMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
Tests whether a method definition AST defines an equals covariant.
- isFileExists(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.FilterUtil
-
Checks if suppression source with given fileName exists.
- isFileFilterModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtil
-
Checks whether a class may be considered as the checkstyle file filter.
- isFileSetModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtil
-
Checks whether a class may be considered as the checkstyle file set.
- isFilterModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtil
-
Checks whether a class may be considered as the checkstyle filter.
- isForceStrictCondition() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Getter to query strict indent level in line wrapping case.
- isGetterMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
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 than minimal of
acceptable indentation levels, false otherwise.
- isHandledType(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.HandlerFactory
-
Returns true if this type (form TokenTypes) is handled.
- isId() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns boolean.
- isIdentifier(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Checks whether the given string is a valid identifier.
- isIdref() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns boolean.
- isIn(Scope) - Method in enum com.puppycrawl.tools.checkstyle.api.Scope
-
Checks if this scope is a subscope of another scope.
- isInAnnotationBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
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.
- isInClassBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
Returns whether a node is directly contained within a class block.
- isInCodeBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
Returns whether the scope of a node is restricted to a code block.
- ISINDEX_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Isindex tag name.
- ISINDEX_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- ISINDEX_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- ISINDEX_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.IsindexTagContext
-
- ISINDEX_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonTagNameContext
-
- ISINDEX_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Isindex html tag.
- isindexTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- isindexTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonElementContext
-
- IsindexTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.IsindexTagContext
-
- isInEnumBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
Returns whether a node is directly contained within an enum block.
- isInheritDocTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is a 'inheritDoc' tag.
- isInInterfaceBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
Returns whether a node is directly contained within an interface block.
- isInInterfaceOrAnnotationBlock(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
Returns whether a node is directly contained within an interface or
annotation block.
- isInScope(DetailAST, Scope) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
Checks whether ast node is in a specific scope.
- isInt(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Checks whether the string contains an integer value.
- isJavadocComment(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtil
-
Checks that commentContent starts with '*' javadoc comment identifier.
- isJavadocComment(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.JavadocUtil
-
Checks block comment content starts with '*' javadoc comment identifier.
- isLeaf(Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
- isLeaf(Object) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Whether the node is a leaf.
- isLocalVariableDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
Determines whether a node is a local variable definition.
- isMultiLevel() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel
-
Checks whether we have more than one level.
- isName(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Checks whether the given string is a valid name.
- isNilled() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns boolean.
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.PTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThTagStartContext
-
- isNonTight - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrTagStartContext
-
- isNonTight() - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
This method is used to check if the javadoc parsed has non-tight HTML tags.
- isNonVoidMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
Checks whether a method is a not void one.
- isOnAnnotationDef(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on annotation definition.
- isOnAnnotationField(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on annotation field declaration.
- isOnClass(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on class definition.
- isOnConstructor(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on constructor.
- isOnEnum(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on enum definition.
- isOnEnumConstant(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on enum constant.
- isOnField(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on field declaration.
- isOnInterface(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on interface definition.
- isOnMember(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on type member declaration.
- isOnMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on method declaration.
- isOnPackage(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on package definition.
- isOnStartOfLine(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Determines if the given expression is at the start of a line.
- isOnType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.BlockCommentPosition
-
Node is on type definition.
- isOuterMostType(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.ScopeUtil
-
Returns whether a node is contained in the outer most type block.
- isParamTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is an 'param' tag.
- isPatternValid(String) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Validates whether passed string is a valid pattern or not.
- isReceiverParameter(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
Checks whether a parameter is a receiver.
- isReference(String) - Static method in class com.puppycrawl.tools.checkstyle.XMLLogger
-
Finds whether the given argument is character or entity reference.
- isReloadActionEnabled() - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Returns true if the reload action is enabled, false otherwise.
- isReturnTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is an 'return' tag.
- isRootModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtil
-
Checks whether a class may be considered as the checkstyle root module.
- isSameNodeInfo(NodeInfo) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns true if nodes are same, false otherwise.
- isSeeOrInheritDocTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is a 'see' or 'inheritDoc' tag.
- isSetterMethod(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.CheckUtil
-
Returns whether an AST represents a setter method.
- isStreamed() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns boolean.
- isSuppressed(AuditEvent) - Static method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Checks for a suppression of a check with the given source name and
location in the last file processed.
- isThrowsTag() - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTag
-
Checks that the tag is an 'throws' or 'exception' tag.
- isTreeWalkerFilterModule(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtil
-
Checks whether a class may be considered as the checkstyle TreeWalker
filter.
- isValidCheckstyleClass(Class<?>) - Static method in class com.puppycrawl.tools.checkstyle.utils.ModuleReflectionUtil
-
Checks whether a class extends 'AutomaticBean', is non-abstract, and has a default
constructor.
- isValidName(String) - Static method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Returns whether the provided name is for a valid tag.
- isValidOn(DetailAST) - Method in enum com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo
-
Checks if a particular Javadoc tag is valid within a Javadoc block of a
given AST.
- iterateAxis(byte, NodeTest) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Determines axis iteration algorithm.
- iterateAxis(byte) - Method in class com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Determines axis iteration algorithm.
- iterateAxis(byte) - Method in class com.puppycrawl.tools.checkstyle.xpath.ElementNode
-
Determines axis iteration algorithm.
- iterateAxis(byte) - Method in class com.puppycrawl.tools.checkstyle.xpath.RootNode
-
Determines axis iteration algorithm.
- MagicNumberCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that there are no
"magic numbers" where a magic
number is a numeric literal that is not defined as a constant.
- MagicNumberCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Constructor for MagicNumber Check.
- Main - Class in com.puppycrawl.tools.checkstyle.gui
-
Entry point for starting the checkstyle GUI.
- main(String...) - Static method in class com.puppycrawl.tools.checkstyle.gui.Main
-
Entry point.
- main(String...) - Static method in class com.puppycrawl.tools.checkstyle.JavadocPropertiesGenerator
-
TokenTypes.properties generator entry point.
- Main - Class in com.puppycrawl.tools.checkstyle
-
Wrapper command line program for the Checker.
- main(String...) - Static method in class com.puppycrawl.tools.checkstyle.Main
-
Loops over the files specified checking them for errors.
- MainFrame - Class in com.puppycrawl.tools.checkstyle.gui
-
Displays information about a parse tree.
- MainFrame() - Constructor for class com.puppycrawl.tools.checkstyle.gui.MainFrame
-
Create a new MainFrame.
- MainFrameModel - Class in com.puppycrawl.tools.checkstyle.gui
-
Model for checkstyle frame.
- MainFrameModel() - Constructor for class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Instantiate the model.
- MainFrameModel.ParseMode - Enum in com.puppycrawl.tools.checkstyle.gui
-
Parsing modes which available in GUI.
- mASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mAT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- matches(byte...) - Method in enum com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption
-
Checks that bytes is equal to the byte representation of this line separator.
- matchesFileExtension(File, String...) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Returns whether the file extension matches what we are meant to process.
- MatchSuppressor - Interface in com.puppycrawl.tools.checkstyle.checks.regexp
-
Represents a suppressor for matches.
- maximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the maximum allowed number of detections and returns Builder object.
- mBAND(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBAND_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBINARY_DIGIT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBINARY_EXPONENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBLOCK_COMMENT_BEGIN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBLOCK_COMMENT_CONTENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBNOT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBOR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBOR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBSR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBSR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBXOR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mBXOR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mCHAR_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mCOLON(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mCOMMA(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mDEC(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mDIV(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mDIV_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mDOT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mDOUBLE_COLON(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mDOUBLE_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mELLIPSIS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- MEMBER - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
- MEMBER - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- MEMBER - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- MEMBER() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ReferenceContext
-
- MemberDefHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for member definitions.
- MemberDefHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.MemberDefHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- MemberNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that instance variable names conform to a specified pattern.
- 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.grammar.GeneratedJavaLexer
-
- mESC(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- message(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies message to use when reporting a match and returns Builder object.
- MessageDispatcher - Interface in com.puppycrawl.tools.checkstyle.api
-
Used by FileSetChecks to distribute AuditEvents to AuditListeners.
- META_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Meta tag name.
- META_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- META_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- META_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.MetaTagContext
-
- META_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonTagNameContext
-
- META_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Meta html tag.
- metaTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- metaTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonElementContext
-
- MetaTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.MetaTagContext
-
- METHOD_CALL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A method call.
- METHOD_CALL - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.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.grammar.GeneratedJavaTokenTypes
-
- METHOD_REF - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A reference to a method or constructor without arguments.
- METHOD_REF - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- MethodCallHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for method calls.
- MethodCallHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- MethodCountCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Checks the number of methods declared in each type declaration by access modifier
or total count.
- MethodCountCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
- MethodDefHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for method definitions.
- MethodDefHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.MethodDefHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- MethodLengthCheck - Class in com.puppycrawl.tools.checkstyle.checks.sizes
-
Checks for long methods and constructors.
- MethodLengthCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
- MethodNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that method names conform to a specified pattern.
- MethodNameCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
-
Creates a new MethodNameCheck
instance.
- MethodParamPadCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks the padding between the identifier of a method definition,
constructor definition, method call, or constructor invocation;
and the left parenthesis of the parameter list.
- MethodParamPadCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
- MethodTypeParameterNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that method type parameter names conform to a specified pattern.
- 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.grammar.GeneratedJavaLexer
-
- mFLOAT_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mGE(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mGT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mHEX_DIGIT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mHEX_DOUBLE_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mHEX_FLOAT_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mID_PART(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mID_START(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mIDENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mINC(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- minimum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the minimum allowed number of detections and returns Builder object.
- mINT_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- MINUS - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The -
(subtraction) operator.
- MINUS - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.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.grammar.GeneratedJavaTokenTypes
-
- MismatchStrategy - Enum in com.puppycrawl.tools.checkstyle.checks.imports
-
Represents the strategy when none of the rules (allow/disallow tags) match
inside subpackage and import-control tag of ImportControlCheck config.
- MissingCtorCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that classes (except abstract ones) define a constructor 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
-
Verifies that the annotation @Deprecated
and the Javadoc tag
@deprecated
are both present when either of them is present.
- MissingDeprecatedCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
- MissingJavadocMethodCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks for missing Javadoc comments for a method or constructor.
- MissingJavadocMethodCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
-
- MissingJavadocPackageCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks for missing Javadoc comments in package-info.java files.
- MissingJavadocPackageCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocPackageCheck
-
- MissingJavadocTypeCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks for missing Javadoc comments for class, enum, interface, and annotation interface
definitions.
- MissingJavadocTypeCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck
-
- MissingOverrideCheck - Class in com.puppycrawl.tools.checkstyle.checks.annotation
-
Verifies 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 a default
clause.
- MissingSwitchDefaultCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
-
- mLAMBDA(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mLAND(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mLBRACK(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mLCURLY(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mLE(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mLNOT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mLONG_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mLOR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mLPAREN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mLT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mMINUS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mMINUS_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mMOD(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mMOD_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mNOT_EQUAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mNUM_INT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- MOD - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The %
(remainder) operator.
- MOD - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.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.grammar.GeneratedJavaTokenTypes
-
- modeNames - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- ModifiedControlVariableCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks 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.grammar.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.grammar.GeneratedJavaRecognizer
-
- MODIFIERS - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- ModuleFactory - Interface in com.puppycrawl.tools.checkstyle
-
A module factory creates Objects from a given name.
- ModuleReflectionUtil - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods for module reflection.
- mPLUS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mPLUS_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mQUESTION(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mRBRACK(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mRCURLY(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mRPAREN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mSEMI(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.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_BLOCK_TAG_LOCATION - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocBlockTagLocationCheck
-
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_CTOR - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.AvoidNoArgumentSuperConstructorCallCheck
-
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 Empty Javadoc message.
- MSG_EQUALS_AVOID_NULL - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_EQUALS_IGNORE_CASE_AVOID_NULL - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ERROR - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ERROR_MULTI - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_EXPECTED_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_EXPR - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_EXTRA_HTML - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Message property key for the Extra HTML message.
- MSG_FALL_THROUGH - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_FALL_THROUGH_LAST - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_FILE - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_FILE_CONTAINS_TAB - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_HEADER_MISMATCH - Static variable in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_HEADER_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_IDENT - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ILLEGAL_ABSTRACT_CLASS_NAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_ILLEGAL_REGEXP - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_INCOMPLETE_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Message property key for the Incomplete Tag 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 violation.
- MSG_IO_EXCEPTION_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck
-
Localization key for IO exception occurred on file open.
- 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_CONTENT_FIRST_LINE - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocContentLocationCheck
-
A key is pointing to the warning message text in "messages.properties" file.
- MSG_JAVADOC_CONTENT_SECOND_LINE - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocContentLocationCheck
-
A key is pointing to the warning message text in "messages.properties" file.
- 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.JavadocStyleCheck
-
Message property key for the Missing Javadoc message.
- 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_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
-
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.MissingJavadocTypeCheck
-
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.AvoidDoubleBraceInitializationCheck
-
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.NoArrayTrailingCommaCheck
-
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.NoEnumTrailingCommaCheck
-
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.InvalidJavadocPositionCheck
-
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.JavadocMissingWhitespaceAfterAsteriskCheck
-
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.ClassMemberImpliedModifierCheck
-
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.InterfaceMemberImpliedModifierCheck
-
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.OrderedPropertiesCheck
-
Localization key for check violation.
- 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.TodoCommentCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
A key is pointing to the warning message text for missing key
in "messages.properties" file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck
-
Localization key for check violation.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_INCORRECT_STYLE - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_LOCATION - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_LOCATION_ALONE - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_MISSING_DEPRECATED - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_MISSING_OVERRIDE - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_ON_SAME_LINE - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationOnSameLineCheck
-
A key is pointing to the warning message text in "messages.properties" file.
- MSG_KEY_ANNOTATION_PARENS_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_PARENS_PRESENT - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_TRAILING_COMMA_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_ANNOTATION_TRAILING_COMMA_PRESENT - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_BLOCK - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
A key is pointing to the warning message text in "messages.properties" file.
- MSG_KEY_BLOCK_EMPTY - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_BLOCK_NESTED - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_BLOCK_NO_STATEMENT - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_CATCH_BLOCK_EMPTY - Static variable in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_EQUALS - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_EXT - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Warning message key.
- MSG_KEY_HASHCODE - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_JAVADOC_DUPLICATE_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingDeprecatedCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_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_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_CODE - Static variable in class com.puppycrawl.tools.checkstyle.checks.NoCodeInFileCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_NO_NEWLINE_EOF - Static variable in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_SINGLE - Static variable in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck
-
A key is pointing to the warning message text in "messages.properties" file.
- MSG_KEY_SKIP_IF_LAST_AND_SHARED_WITH_CASE - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_SUM_MAX - Static variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_SUM_MIN - Static variable in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_SUPPRESSED_WARNING_NOT_ALLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_TAG_NOT_VALID_ON - Static variable in class com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_UNABLE_OPEN - Static variable in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_VOID - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
A key pointing to the warning message text in "messages.properties"
file.
- MSG_KEY_WRONG_ENDING - Static variable in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LAMBDA - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LANG - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LEGACY_PACKAGE_HTML - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LEX - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_BEFORE - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_NEW - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_NEW - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_PREVIOUS - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_PREVIOUS - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_PREVIOUS - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LINE_SEPARATOR - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MANY_METHODS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MATCH - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_METHOD - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_METHOD - Static variable in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISMATCH - Static variable in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISMATCH - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISPLACED_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISSING_FILE - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISSING_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MISSING_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MODIFIER_ORDER - Static variable in class com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MULTIPLE - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MULTIPLE_COMMA - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_MULTIPLE_LINES - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
A key is pointing to the warning message empty.line.separator.multiple.lines
in "messages.properties"
file.
- MSG_MULTIPLE_LINES_AFTER - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
A key is pointing to the warning message empty.line.separator.lines.after
in "messages.properties" file.
- MSG_MULTIPLE_LINES_INSIDE - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
A key is pointing to the warning message empty.line.separator.multiple.lines.inside
in "messages.properties" file.
- MSG_NO_ABSTRACT_CLASS_MODIFIER - Static variable in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_NO_PERIOD - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Message property key for the No Javadoc end of Sentence Period 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_PKG_JAVADOC_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocPackageCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_PRIVATE_METHODS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_PROTECTED_METHODS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_PUBLIC_METHODS - Static variable in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_REDUNDANT_PARAGRAPH - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_REQUIRED_REGEXP - Static variable in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_RETURN - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_RETURN_EXPECTED - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SAME - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SEMI - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonAfterOuterTypeDeclarationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SEMI - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonAfterTypeMemberDeclarationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SEMI - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonInEnumerationCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SEMI - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonInTryWithResourcesCheck
-
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.CustomImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SEPARATED_IN_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SEPARATION - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SHOULD_BE_SEPARATED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
A key is pointing to the warning message empty.line.separator in "messages.properties"
file.
- MSG_STATIC - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_STRING - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SUMMARY_FIRST_SENTENCE - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SUMMARY_JAVADOC - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_SUMMARY_JAVADOC_MISSING - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_TAG_AFTER - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_TAG_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_TAG_FORMAT - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNCLOSED_HTML - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Message property key for the Unclosed HTML message.
- MSG_UNCLOSED_HTML_TAG - Static variable in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser
-
Message property key for the Unclosed HTML message.
- MSG_UNKNOWN_PKG - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNKNOWN_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNUSED_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNUSED_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNUSED_TAG_GENERAL - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_UNUSED_TAG_GENERAL - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_VARIABLE - Static variable in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WRITE_TAG - Static variable in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_ILLEGAL_FOLLOW - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_FOLLOWED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_NOT_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_PRECEDED - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- MSG_WS_TYPECAST - Static variable in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
-
A key is pointing to the warning message text in "messages.properties"
file.
- mSIGNED_INTEGER(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mSINGLE_LINE_COMMENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mSINGLE_LINE_COMMENT_CONTENT(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mSL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mSL_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mSR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mSR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mSTAR(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mSTAR_ASSIGN(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mSTD_ESC(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- mSTRING_LITERAL(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- MULTI_THREAD_CHECKER_MODULE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
A multi thread checker module name.
- MULTI_THREAD_TREE_WALKER_MODULE_NAME - Static variable in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
A multi thread three walker module name.
- multiCatchTypes() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- MultipleStringLiteralsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for multiple occurrences of the same string literal within a single file.
- MultipleStringLiteralsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Construct an instance with default values.
- MultipleVariableDeclarationsCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that each variable declaration is in its own statement
and on its own line.
- MultipleVariableDeclarationsCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck
-
- multiplicativeExpression() - Method in class com.puppycrawl.tools.checkstyle.grammar.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.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.LambdaParameterNameCheck
-
- 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 exception classes (classes with names conforming to some regular
expression and explicitly extending classes with names conforming to other
regular expression) are immutable, that is, that they have only final fields.
- MutableExceptionCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
- mWS(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- SAME_PACKAGE_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
SAME_PACKAGE group name.
- saveLocation() - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Returns location.
- scanFileSets() - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Returns the list of files (full path name) to process.
- Scope - Enum in com.puppycrawl.tools.checkstyle.api
-
Represents a Java visibility scope.
- ScopeUtil - Class in com.puppycrawl.tools.checkstyle.utils
-
Contains utility methods for working on scope.
- SEE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@see' literal in @see
Javadoc tag.
- SEE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- SEE_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocTagContext
-
- SEE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- seeLink - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- select() - Method in class com.puppycrawl.tools.checkstyle.gui.CodeSelector
-
Set selection.
- SEMI - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The statement terminator (;
).
- SEMI - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- sempred(RuleContext, int, int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- sempred(RuleContext, int, int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- SeparatorWrapCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks line wrapping with separators.
- SeparatorWrapCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
- SERIAL_DATA_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@serialData' literal in @serialData
Javadoc tag.
- SERIAL_DATA_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- SERIAL_DATA_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocTagContext
-
- SERIAL_DATA_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- SERIAL_FIELD_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@serialField' literal in @serialField
Javadoc tag.
- SERIAL_FIELD_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- SERIAL_FIELD_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocTagContext
-
- SERIAL_FIELD_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- SERIAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
'@serial' literal in @serial
Javadoc tag.
- SERIAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- SERIAL_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocTagContext
-
- SERIAL_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- serialField - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- serialFieldFieldType - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- setAcceptOnMatch(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
-
Setter to control whether the filter accepts an audit event if and only if there
is a match between the event's severity level and property severity.
- setAccessModifiers(AccessModifierOption...) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
Setter to access modifiers of methods where parameters are checked.
- setAliasList(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder
-
Setter to specify aliases for check names that can be used in code
within SuppressWarnings
.
- setAllowByTailComment(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Setter to allow use escapes if trail comment is present.
- setAllowClassImports(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Setter to control whether to allow starred class imports like
import java.util.*;
.
- setAllowClassName(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
-
Setter to controls whether to allow a method name to have the same name as the residing
class name.
- setAllowedAbbreviationLength(int) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Setter to indicate the number of consecutive capital letters allowed
in targeted identifiers (abbreviations in the classes, interfaces,
variables and methods names, ... ).
- setAllowedAbbreviations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Setter to specify list of abbreviations that must be skipped for checking.
- setAllowedAnnotations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Setter to specify the list of annotations that allow missed documentation.
- setAllowedAnnotations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Setter to specify the list of annotations that allow missed documentation.
- setAllowedAnnotations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
-
Setter to configure the list of annotations that allow missed documentation.
- setAllowedDistance(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Setter to specify distance between declaration of variable and its first usage.
- setAllowedDuplicates(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Setter to specify the maximum number of occurrences to allow without generating a warning.
- setAllowEmptyCatches(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Setter to allow empty catch bodies.
- setAllowEmptyConstructors(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Setter to allow empty constructor bodies.
- setAllowEmptyLambdas(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Setter to allow empty lambda bodies.
- setAllowEmptyLoopBody(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Setter to allow loops with empty bodies.
- setAllowEmptyLoops(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Setter to allow empty loop bodies.
- setAllowEmptyMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Setter to allow empty method bodies.
- setAllowEmptyTypes(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Setter to allow empty class, interface and enum bodies.
- setAllowEscapesForControlCharacters(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Setter to allow use escapes for non-printable, control characters.
- setAllowIfAllCharactersEscaped(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Setter to allow if all characters in literal are escaped.
- setAllowInSwitchCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.AvoidNestedBlocksCheck
-
Setter to allow nested blocks if they are the only child of a switch case.
- setAllowLegacy(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck
-
Setter to allow legacy package.html
file to be used.
- setAllowLineBreaks(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
Setter to allow a line break between the identifier and left parenthesis.
- setAllowLineBreaks(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck
-
Setter to control whether whitespace is allowed if the token is at a linebreak.
- setAllowLineBreaks(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck
-
Setter to control whether whitespace is allowed if the token is at a linebreak.
- setAllowMarkerInterfaces(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck
-
Setter to control whether marker interfaces like Serializable are allowed.
- setAllowMissingParamTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Setter to control whether to ignore violations when a method has parameters
but does not have matching param
tags in the javadoc.
- setAllowMissingParamTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Setter to control whether to ignore violations when a class has type parameters but
does not have matching param tags in the Javadoc.
- setAllowMissingPropertyJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
-
Setter to control whether to allow missing Javadoc on accessor methods for properties
(setters and getters).
- setAllowMissingReturnTag(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Setter to control whether to ignore violations when a method returns non-void type
and does not have a return
tag in the javadoc.
- setAllowMultipleEmptyLines(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Setter to allow multiple empty lines between class members.
- setAllowMultipleEmptyLinesInsideClassMembers(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Setter to allow multiple empty lines inside class members.
- setAllowNewlineParagraph(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck
-
Setter to control whether the <p> tag should be placed
immediately before the first word.
- setAllowNoEmptyLineBetweenFields(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck
-
Setter to allow no empty line between fields.
- setAllowNonPrintableEscapes(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck
-
Setter to allow use escapes for non-printable, whitespace characters.
- setAllowOneCharVarInForLoop(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
-
Setter to allow one character variable name in
initialization expressions
in FOR loop if one char variable name is prohibited by
format
regexp.
- setAllowPublicFinalFields(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Setter to allow final fields to be declared as public.
- setAllowPublicImmutableFields(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Setter to allow immutable fields to be declared as public if defined in final class.
- setAllowSamelineMultipleAnnotations(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Setter to allow annotation(s) to be located on the same line as
target element.
- setAllowSamelineParameterizedAnnotation(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Setter to allow one and only parameterized annotation to be located on the same line as
target element.
- setAllowSamelineSingleParameterlessAnnotation(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationLocationCheck
-
Setter to allow single parameterless annotation to be located on the same line as
target element.
- setAllowSingleLineStatement(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
-
Setter to allow single-line statements without braces.
- setAllowStaticMemberImports(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Setter to control whether to allow starred static member imports like
import static org.junit.Assert.*;
.
- setAllowUnknownTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Setter to control whether to ignore violations when a Javadoc tag is not recognised.
- setAllowWhenNoBraceAfterSemicolon(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonInTryWithResourcesCheck
-
Setter to allow unnecessary semicolon if closing paren is not on the same line.
- setAlwaysDemandTrailingComma(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck
-
Setter to control whether to always check for a trailing comma, even when an array is inline.
- 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
-
Setter to specify how far an array initialisation should be indented when on next line.
- setAuthorFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Setter to specify the pattern for @author
tag.
- setBasedir(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets base directory.
- setBaseName(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Setter to specify
Base name of resource bundles which contain message resources.
- setBasicOffset(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Setter to specify how far new indentation level should be indented when on the next line.
- setBraceAdjustment(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Setter to specify how far a braces should be indented when on the next line.
- setCacheFile(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets cache file.
- setCaseIndent(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Setter to specify how far a case label should be indented when on next line.
- setCaseSensitive(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Setter to control 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
-
Setter to specify the character encoding to use when reading the headerFile.
- setCheckC(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Setter to control whether to check C style comments (/* ... */
).
- setCheckC(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Setter to control whether to check C style comments (/* ... */
).
- setCheckCPP(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Setter to control whether to check C++ style comments (//
).
- setCheckCPP(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Setter to control whether to check C++ style comments (//
).
- setCheckEmptyJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Setter to control whether to check if the Javadoc is missing a describing text.
- setCheckFields(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Setter to control whether to check references to fields.
- setCheckFirstSentence(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Setter to control whether to check the first sentence for proper end of sentence.
- setCheckFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Setter to specify check pattern to suppress.
- setCheckFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Setter to specify check pattern to suppress.
- setCheckFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
Setter to specify check pattern to suppress.
- setCheckHtml(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Setter to control whether to check for incomplete HTML tags.
- setCheckLastCaseGroup(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Setter to control whether the last case group must be checked.
- setCheckMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Setter to control whether to check references to methods.
- setChecks(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionSingleFilter
-
Setter to define the RegExp for matching against the name of the check associated with an
audit event.
- setChecks(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathSingleFilter
-
Setter to define a Regular Expression matched against the name of the check
associated with an audit event.
- 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
-
Setter to specify fully qualified class names that should not be instantiated.
- setClassMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Setter to specify the maximum allowed number of non commenting lines in a class.
- setClassname(String) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Listener
-
Sets class name.
- setClasspath(Path) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Set the class path.
- setClasspathRef(Reference) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Set the class path from a reference defined elsewhere.
- setClosingParens(String) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Setter to define the policy for ending parenthesis.
- setColumnNo(int) - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
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.SuppressionSingleFilter
-
Setter to specify a comma-separated list of values, where each value is an integer or a
range of integers denoted by integer-integer.
- setCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Setter to specify the RegExp for the first comment inside empty catch block.
- setCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Setter to specify comment pattern to trigger filter to begin suppression.
- setCommentListener(CommentListener) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- setConfig(String) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask
-
Sets configuration file.
- setConstantWaiverParentToken(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Setter to specify tokens that are allowed in the AST path from the
number literal to the enclosing constant definition.
- setCountEmpty(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
Setter to control whether to count empty lines and single line comments
of the form //
.
- setCustomImportOrderRules(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Setter to specify format of order declaration customizing by user.
- setDepth(int) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Setter method for node depth.
- setDuplicateLimit(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Setter to control whether to check for duplicates of a required pattern,
any negative value means no checking for duplicates,
any positive value is used as the maximum number of allowed duplicates,
if the limit is exceeded violations will be logged.
- setEachLine(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck
-
Setter to control whether to report on each line containing a tab, or just the first
instance.
- 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
-
Setter to define the annotation element styles.
- setEndOfSentenceFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Setter to specify the format for matching the end of a sentence.
- setErrorLimit(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Setter to specify the maximum number of violations before the check will abort.
- setExceptionVariableName(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck
-
Setter to specify the RegExp for the name of the variable associated with exception.
- setExcludeClassesRegexps(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Setter to specify user-configured regular expressions to ignore classes.
- setExcludedClasses(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Setter to specify user-configured class names to ignore.
- setExcludedClasses(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck
-
Setter to specify pattern for qualified names of classes which are allowed
to have a main
method.
- setExcludedPackages(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Setter to specify user-configured packages to ignore.
- setExcludes(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck
-
Setter to specify packages where star imports are allowed.
- setExcludes(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck
-
Setter to control whether to allow for certain classes via a star notation
to be excluded such as java.lang.Math.*
or specific static members
to be excluded like java.lang.System.out
for a variable or
java.lang.Math.random
for a method.
- setExcludeScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Setter to specify the visibility scope where Javadoc comments are not checked.
- setExcludeScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Setter to specify the visibility scope where Javadoc comments are not checked.
- setExcludeScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Setter to specify the visibility scope where Javadoc comments are not checked.
- setExcludeScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
Setter to specify the visibility scope where Javadoc comments are not checked.
- setExcludeScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
-
Setter to specify the visibility scope where Javadoc comments are not checked.
- setExcludeScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck
-
Setter to specify the visibility scope where Javadoc comments are not checked.
- 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
-
Setter to specify pattern for extended class names.
- 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.
- setFeaturesBySystemProperty(SAXParserFactory) - Static method in class com.puppycrawl.tools.checkstyle.XmlLoader.LoadExternalDtdFeatureProvider
-
Configures SAXParserFactory with features required
to use external DTD file loading, this is not activated by default to no allow
usage of schema files that checkstyle do not know
it is even security problem to allow files from outside.
- 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
-
Setter to specify the location of the file containing the import control configuration.
- setFile(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
Setter to specify the location of the suppressions XML document file.
- setFile(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathFilter
-
Setter to specify the location of the suppressions XML document 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.api.AbstractFileSetCheck
-
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
-
Setter to specify the file type extension of files to process.
- 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
-
Setter to specify the maximum allowed number of non commenting lines
in a file including all top level and nested classes.
- setFileNamePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Setter to specify the regular expression to match the file name against.
- setFileNamePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filefilters.BeforeExecutionExclusionFileFilter
-
Setter to define regular expression to match the file name against.
- setFiles(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionSingleFilter
-
Setter to define the RegExp for matching against the file name associated with an audit
event.
- setFiles(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathSingleFilter
-
Setter to define a Regular Expression matched against the file name
associated with an audit event.
- setFirstChild(AST) - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- setFolderPattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Setter to specify the regular expression to match the folder path against.
- setForbiddenSummaryFragments(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Setter to specify the regexp for forbidden summary fragments.
- setForceStrictCondition(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Setter to force strict indent level in line wrapping case.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck
-
Setter to specify the RegExp to match against warnings.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
Setter to define the RegExp for illegal pattern.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Setter to specify method names to ignore.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck
-
Setter to specify pattern for exception class names.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Setter to specify valid identifiers.
- 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
-
Setter to specifies valid identifiers.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Setter to specify the pattern to match against.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Setter to specify the format of the regular expression to match.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Setter to specify the format of the regular expression to match.
- setFormat(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Setter to specify the format of the regular expression to match.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck
-
Setter to specify pattern to match comments against.
- setFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
Setter to specify pattern for strings allowed before the comment.
- setGroups(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Setter to specify list of type import groups (every group identified either by a
common prefix string, or by a regular expression enclosed in forward slashes
(e.g.
- 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
-
Setter to define the required header specified inline.
- setHeaderFile(URI) - Method in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
-
Setter to specify the name of the file containing the required header..
- setId(String) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
-
Sets the identifier of the reporter.
- setId(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionSingleFilter
-
Setter to specify a string matched against the ID of the check associated with an audit
event.
- setId(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathSingleFilter
-
Setter to define a string matched against the ID of the check associated
with an audit event.
- setIdFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Setter to specify check ID pattern to suppress.
- setIdFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Setter to specify check ID pattern to suppress.
- setIdFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
Setter to specify check ID pattern to suppress.
- setIgnoreAbstractMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Setter to control whether to ignore parameters of abstract methods.
- setIgnoreAnnotation(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Setter to ignore magic numbers in annotation declarations.
- setIgnoreAnnotationCanonicalNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Setter to specify the list of annotations canonical names which ignore variables
in consideration.
- setIgnoreAnnotationElementDefaults(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Setter to ignore magic numbers in annotation elements defaults.
- setIgnoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
Setter to control whether to ignore case when matching.
- setIgnoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Setter to control whether to ignore case when searching.
- setIgnoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Setter to control whether to ignore case when searching.
- setIgnoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Setter to control whether to ignore case when searching.
- setIgnoreComments(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Setter to control whether to ignore matches found within comments.
- setIgnoreComments(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Setter to control whether to ignore text in comments when searching.
- setIgnoreConstructorParameter(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Setter to control whether to ignore constructor parameters.
- setIgnoreConstructors(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
Setter to control whether to ignore constructors.
- setIgnoredAnnotations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck
-
Setter to specify annotations which allow the check to skip the method from validation.
- setIgnoredMethodNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
Setter to specify names of methods to ignore.
- setIgnoredMethodNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Setter to specify methods that should not be checked.
- setIgnoredTags(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
Setter to specify at-clauses which are ignored by the check.
- setIgnoreEnhancedForColon(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
-
Setter to ignore whitespace around colon in
enhanced for loop.
- setIgnoreEnums(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Setter to allow to ignore enums when left curly brace policy is EOL.
- setIgnoreEqualsIgnoreCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck
-
Setter to control whether to ignore String.equalsIgnoreCase(String)
invocations.
- setIgnoreFieldDeclaration(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Setter to ignore magic numbers in field declarations.
- setIgnoreFileNameExtensions(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Setter to control whether to ignore the file extension for the file name match.
- setIgnoreFinal(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Setter to allow to ignore variables with a 'final' modifier.
- setIgnoreFinal(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Setter to allow to skip variables with final
modifier.
- setIgnoreFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Setter to define the RegExp for names of variables and parameters to ignore.
- setIgnoreHashCodeMethod(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Setter to ignore magic numbers in hashCode methods.
- setIgnoreInlineTags(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
Setter to control whether inline tags must be ignored.
- setIgnoreLines(int...) - Method in class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
Setter to specify the line numbers to ignore.
- setIgnoreMethodNamesRegex(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
-
Setter to ignore method whose names are matching specified regex.
- setIgnoreModifier(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Setter to control whether to ignore checking for the abstract
modifier on
classes that match the name.
- setIgnoreModifiers(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck
-
Setter to control whether to ignore modifiers (fields, ...).
- setIgnoreName(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck
-
Setter to control whether to ignore checking the name.
- setIgnoreNamePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
Setter to specify the regexp to define variable names to ignore.
- setIgnoreNumbers(double...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
-
Setter to specify non-magic numbers.
- setIgnoreOccurrenceContext(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Setter to specify token type names where duplicate strings are ignored even
if they don't match ignoredStringsRegexp.
- setIgnoreOverridden(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
-
Setter to allows to skip methods with Override annotation from validation.
- setIgnoreOverriddenMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
Setter to allow to ignore checking overridden methods
(marked with Override
or java.lang.Override
annotation).
- setIgnoreOverriddenMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Setter to allow to ignore methods tagged with @Override
annotation (that usually mean inherited name).
- setIgnoreOverriddenMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
Setter to ignore number of parameters for methods with @Override
annotation.
- setIgnorePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
-
Setter to specify pattern for lines to ignore.
- setIgnorePrimitiveTypes(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck
-
Setter to ignore primitive types as parameters.
- setIgnorePrivateMethods(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Setter to allow private methods to be ignored.
- setIgnoreSetter(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Setter to allow to ignore the parameter of a property setter method.
- setIgnoreStatic(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Setter to allow to skip variables with static
modifier.
- setIgnoreStaticFinal(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck
-
Setter to allow to skip variables with both static
and final
modifiers.
- setIgnoreStringsRegexp(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck
-
Setter to specify RegExp for ignored strings (with quotation marks).
- setIgnoreVariablePattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Setter to define RegExp to ignore distance calculation for variables listed in this pattern.
- setIllegalAbstractClassNameFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Setter to specify RegExp for illegal abstract class names.
- setIllegalClasses(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Setter to specify class names to reject, if regexp property is not
set, checks if import equals class name.
- setIllegalClassNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck
-
Setter to specify exception class names to reject.
- setIllegalClassNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck
-
Setter to specify throw class names to reject.
- setIllegalClassNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck
-
Setter to specify classes that should not be used as types in variable declarations,
return values or parameters.
- setIllegalPattern(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Setter to control whether the pattern is required or illegal.
- setIllegalPkgs(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Setter to specify packages to reject, if regexp property is not set,
checks if import is the part of package.
- setImmutableClassCanonicalNames(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Setter to specify immutable classes canonical 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
-
Setter to specify negative/zero/positive value that defines the number
of lines preceding/at/following the suppression comment.
- 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
-
Setter to enable java 5 compatibility mode.
- setJavaStyle(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck
-
Setter to control whether to enforce Java style (true) or C style (false).
- 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
-
Setter to define abstract classes that may be used as types.
- setLegalComment(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck
-
Setter to define pattern for text allowed in trailing comments.
- setLimitedTokens(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Setter to specify set of tokens with limited occurrences as descendants.
- setLineNo(int) - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
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.SuppressionSingleFilter
-
Setter to specify a comma-separated list of values, where each value is an integer or a
range of integers denoted by integer-integer.
- setLineSeparator(String) - Method in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
-
Setter to specify the type of line separator.
- setLineWrappingIndentation(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Setter to specify how far continuation line should be indented when line-wrapping is present.
- 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.
- setLocation(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocContentLocationCheck
-
Setter to specify the policy on placement of the Javadoc content.
- setMatch(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck
-
Setter to control whether to look for a match or mis-match on the file name,
if the fileNamePattern is supplied, otherwise it is applied on the folderPattern.
- setMatchAcrossLines(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Setter to control whether to match expressions across multiple lines.
- setMatchDirectoryStructure(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck
-
Setter to control whether to check for directory and package name match.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck
-
Setter to specify maximum allowed nesting depth.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck
-
Setter to specify maximum allowed nesting depth.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck
-
Setter to specify maximum allowed nesting depth.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck
-
Setter to specify maximum allowed number of return statements
in non-void methods/lambdas.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck
-
Setter to specify maximum allowed number of throws statements.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck
-
Setter to specify the maximum threshold allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck
-
Setter to specify the maximum number of boolean operations allowed in one expression.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Setter to specify the maximum threshold allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
-
Setter to specify the maximum threshold allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck
-
Setter to specify the maximum number of lines allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
-
Setter to specify the maximum threshold allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck
-
Setter to specify the maximum number of lines allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
-
Setter to specify the maximum line length allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
-
Setter to specify the maximum number of lines allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck
-
Setter to specify the maximum number of outer types allowed.
- setMax(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
-
Setter to specify the maximum number of parameters allowed.
- 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 to specify maximum allowed number of return statements
in void methods/constructors/lambdas.
- setMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Setter to specify the maximum number of matches required in each file.
- setMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Setter to specify the maximum number of matches required in each file.
- setMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Setter to specify the maximum number of matches required in each file.
- setMaximumDepth(int) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Setter to specify the maximum depth for descendant counts.
- setMaximumMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Setter to define the violation message when the maximum count is exceeded.
- setMaximumNumber(int) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Setter to specify a maximum count for descendants.
- setMaxPackage(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Setter to specify the maximum number of package
methods allowed.
- setMaxPrivate(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Setter to specify the maximum number of private
methods allowed.
- setMaxProtected(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Setter to specify the maximum number of protected
methods allowed.
- setMaxPublic(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Setter to specify the maximum number of public
methods allowed.
- setMaxTotal(int) - Method in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck
-
Setter to specify the maximum number of methods allowed at all scope levels.
- 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
-
Setter to control whether to check only methods and fields with any of
the specified modifiers.
- setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
-
Setter to define the message which is used to notify about violations;
if empty then the default message is used.
- setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck
-
Setter to specify message which is used to notify about violations,
if empty then the default (hard-coded) message is used.
- setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Setter to specify the message which is used to notify about violations,
if empty then default (hard-coded) message is used.
- setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Setter to specify the message which is used to notify about violations,
if empty then default (hard-coded) message is used.
- setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Setter to specify the message which is used to notify about violations,
if empty then default (hard-coded) message is used.
- setMessage(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionSingleFilter
-
Setter to define the RegExp for matching against the message of the check associated with
an audit event.
- setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathSingleFilter
-
Setter to define a Regular Expression matched against the message of
the check associated with an audit event.
- 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 audit events
to AuditListeners during processing.
- setMessageFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Setter to specify message pattern to suppress.
- setMessageFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
Setter to define message pattern to suppress.
- setMessageFormat(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
Setter to specify message pattern to suppress.
- setMethodMaximum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck
-
Setter to specify the maximum allowed number of non commenting lines in a method.
- setMinimum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck
-
Setter to specify the minimum number of matches required in each file.
- setMinimum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
-
Setter to specify the minimum number of matches required in each file.
- setMinimum(int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck
-
Setter to specify the minimum number of matches required in each file.
- setMinimumDepth(int) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Setter to specify the minimum depth for descendant counts.
- setMinimumMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Setter to define the violation message when the minimum count is not reached.
- setMinimumNumber(int) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Setter to specify a minimum count for descendants.
- setMinLineCount(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
-
Setter to control the minimal amount of lines in method to allow no documentation.
- setModuleClassLoader(ClassLoader) - Method in interface com.puppycrawl.tools.checkstyle.api.RootModule
-
Sets the classloader used to load Checkstyle core and custom module
classes when the module tree is being built up.
- setModuleClassLoader(ClassLoader) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
- setModuleFactory(ModuleFactory) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Sets the factory for creating submodules.
- setModuleFactory(ModuleFactory) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Sets the module factory for creating child modules (Checks).
- setMultiLines(int...) - Method in class com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck
-
Setter to specify the line numbers to repeat (zero or more times).
- setNextSibling(AST) - Method in class com.puppycrawl.tools.checkstyle.DetailAstImpl
-
- setOffCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Setter to specify comment pattern to trigger filter to begin suppression.
- setOffCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
Setter to specify comment pattern to trigger filter to begin suppression.
- setOffset(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck
-
Setter to specify how many spaces to use for new indentation level.
- setOnCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
Setter to specify comment pattern to trigger filter to end suppression.
- setOnCommentFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
Setter to specify comment pattern to trigger filter to end suppression.
- setOnlyObjectReferences(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck
-
Setter to control whether only explicit initializations made to null
for objects should be checked.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck
-
Setter to specify the policy on block contents.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck
-
Setter to specify the policy on placement of a left curly brace ('{'
).
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
-
Setter to specify the policy on placement of a right curly brace ('}'
).
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Setter to specify policy on the relative order between type imports and static imports.
- 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
-
Setter to specify policy on how to pad an empty for iterator.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck
-
Setter to specify policy on how to pad an empty for iterator.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
-
Setter to specify policy on how to pad method parameter.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck
-
Setter to specify policy on how to wrap lines.
- setOption(String) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck
-
Setter to specify policy on how to wrap lines.
- setOptional(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
Setter to control what to do when the file is not existing.
- setOptional(boolean) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathFilter
-
Setter to control what to do when the file is not existing.
- setOrdered(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Setter to control whether type imports within each group should be sorted.
- setPackageAllowed(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Setter to control whether package visible members are allowed.
- setParent(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Sets parent node.
- setParseErrorMessage(JavadocDetailNodeParser.ParseErrorMessage) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Sets parse error message.
- setParseMode(MainFrameModel.ParseMode) - Method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Set current parse mode.
- setParseMode(MainFrameModel.ParseMode) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Set parse mode.
- setParseMode(MainFrameModel.ParseMode) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Set parse mode.
- setParseTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTableModel
-
Sets parse tree.
- setParseTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation
-
Set parse tree.
- setPath(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck
-
Setter to specify the regular expression of file paths to which this check should apply.
- setPeriod(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
Setter to specify the period symbol at the end of first javadoc sentence.
- setProcessJavadoc(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
-
Setter to control whether to process Javadoc comments.
- 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
-
Setter to control whether protected members are allowed.
- setPublicMemberPattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
-
Setter to specify pattern for public members that should be ignored.
- setQuery(String) - Method in class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathSingleFilter
-
Setter to define a string xpath query.
- setRegexp(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck
-
Setter to control whether the illegalPkgs
and illegalClasses
should be interpreted as regular expressions.
- setReliefPattern(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck
-
Setter to define the RegExp to match the relief comment that suppresses
the warning about a fall through.
- setRequiredTranslations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck
-
Setter to specify language codes of required translations which must exist in project.
- setRowHeight(int) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Overridden to pass the new rowHeight to the tree.
- setScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Setter to specify the visibility scope where Javadoc comments are checked.
- setScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck
-
Setter to specify the visibility scope where Javadoc comments are checked.
- setScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck
-
Setter to specify the visibility scope where Javadoc comments are checked.
- setScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck
-
Setter to specify the visibility scope where Javadoc comments are checked.
- setScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck
-
Setter to specify the visibility scope where Javadoc comments are checked.
- setScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck
-
Setter to specify the visibility scope where Javadoc comments are checked.
- setSeparated(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Setter to control whether type import groups should be separated by, at least,
one blank line or comment and aren't separated internally.
- setSeparatedStaticGroups(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Setter to control whether static import groups should be separated by, at least,
one blank line or comment and aren't separated internally.
- setSeparateLineBetweenGroups(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Setter to force empty line separator between import groups.
- setSetterCanReturnItsClass(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck
-
Setter to allow to expand the definition of a setter method to include methods
that return the class' instance.
- 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
-
Setter to specify the severity level of this filter.
- setSkipAnnotations(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck
-
Setter to specify the list of annotations that allow missed documentation.
- setSkipEnhancedForLoopVariable(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck
-
- setSkipIfLastAndSharedWithCase(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck
-
Setter to control whether to allow default
along with
case
if they are not last.
- setSortImportsInGroupAlphabetically(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
- setSortStaticImportsAlphabetically(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Setter to control whether static imports located at top or
bottom are sorted within the group.
- setSpecialImportsRegExp(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Setter to specify RegExp for SPECIAL_IMPORTS group imports.
- setStandardPackageRegExp(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
Setter to specify RegExp for STANDARD_JAVA_PACKAGE group imports.
- setStaticGroups(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Setter to specify list of static import groups (every group identified either by a
common prefix string, or by a regular expression enclosed in forward slashes
(e.g.
- setSumTokenCounts(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck
-
Setter to control whether the number of tokens found should be calculated
from the sum of the individual token counts.
- setSwitchBlockAsSingleDecisionPoint(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck
-
Setter to control whether to treat the whole switch block as a single decision point.
- setSystemId(String) - Method in class com.puppycrawl.tools.checkstyle.xpath.AbstractNode
-
Sets system id.
- setTabWidth(int) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Set the tab width to report audit events with.
- setTabWidth(int) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Set the tab width to report audit events with.
- setTabWidth(int) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Set the tab width to report audit events with.
- setTabWidth(int) - Method in class com.puppycrawl.tools.checkstyle.XpathFileGeneratorAstFilter
-
Sets tab width.
- setTag(String) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
Setter to specify the name of tag.
- setTagFormat(Pattern) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
Setter to specify the regexp to match tag content.
- setTagOrder(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
Setter to specify the order by tags.
- setTags(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocBlockTagLocationCheck
-
Setter to specify the javadoc tags to process.
- setTagSeverity(SeverityLevel) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck
-
Setter to specify the severity level when tag is found and printed.
- setTarget(String...) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck
-
Setter to specify the list of targets to check at-clauses.
- 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
-
Setter to specify RegExp for THIRD_PARTY_PACKAGE group imports.
- setThrowsIndent(int) - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck
-
Setter to specify how far a throws clause should be indented when on next line.
- setTofile(File) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Set the file to output to.
- setTokens(String...) - Method in class com.puppycrawl.tools.checkstyle.api.AbstractCheck
-
Adds a set of tokens the check is interested in.
- setTrailingArrayComma(String) - Method in class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
-
Setter to define the policy for trailing comma in arrays.
- setTreatAssertAsKeyword(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- setTreatEnumAsKeyword(boolean) - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaLexer
-
- setTreatTryResourcesAsStatement(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck
-
Setter to enable resources processing.
- setTree(DetailNode) - Method in class com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser.ParseStatus
-
Sets DetailNode tree.
- setType(CheckstyleAntTask.FormatterType) - Method in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Formatter
-
Set the type of the formatter.
- setType(int) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocNodeImpl
-
Sets node's type.
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.api.AutomaticBean
-
Called by configure() for every child of this component's Configuration.
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.Checker
-
Called by configure() for every child of this component's Configuration.
- setupChild(Configuration) - Method in class com.puppycrawl.tools.checkstyle.TreeWalker
-
Called by configure() for every child of this component's Configuration.
- setUseContainerOrderingForStatic(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
-
Setter to control 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
-
Setter to control whether to validate abstract class names.
- setValidateBetweenScopes(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
-
Setter to allow to calculate the distance between declaration of
variable and its first usage in the different scopes.
- setValidateComments(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
Setter to control whether to validate whitespaces surrounding comments.
- setValidateEnhancedForLoopVariable(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck
-
- setValidateOnlyOverlapping(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
-
Setter to control whether to check only overlapping by variables or arguments.
- setValidateThrows(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck
-
Setter to control whether to validate throws
tags.
- 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
-
Setter to specify the pattern for @version
tag.
- setViolateExecutionOnNonTightHtml(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.javadoc.AbstractJavadocCheck
-
Setter to control when to print violations if the Javadoc being examined by this check
violates the tight html rules defined at
Tight-HTML Rules.
- setViolateImpliedAbstractMethod(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck
-
Setter to control whether to enforce that abstract
is explicitly coded
on interface methods.
- setViolateImpliedFinalField(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck
-
Setter to control whether to enforce that final
is explicitly coded
on interface fields.
- setViolateImpliedPublicField(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck
-
Setter to control whether to enforce that public
is explicitly coded
on interface fields.
- setViolateImpliedPublicMethod(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck
-
Setter to control whether to enforce that public
is explicitly coded
on interface methods.
- setViolateImpliedPublicNested(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck
-
Setter to control whether to enforce that public
is explicitly coded
on interface nested types.
- setViolateImpliedStaticField(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck
-
Setter to control whether to enforce that static
is explicitly coded
on interface fields.
- setViolateImpliedStaticNested(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck
-
Setter to control whether to enforce that static
is explicitly coded
on interface nested types.
- setViolateImpliedStaticOnNestedEnum(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.ClassMemberImpliedModifierCheck
-
Setter to control whether to enforce that static
is explicitly coded
on nested enums in classes.
- setViolateImpliedStaticOnNestedInterface(boolean) - Method in class com.puppycrawl.tools.checkstyle.checks.modifier.ClassMemberImpliedModifierCheck
-
Setter to control whether to enforce that static
is explicitly coded
on nested interfaces in classes.
- setXpathEditor(JTextArea) - Method in class com.puppycrawl.tools.checkstyle.gui.TreeTable
-
Sets text area xpathEditor.
- SeverityLevel - Enum in com.puppycrawl.tools.checkstyle.api
-
Severity level for a check violation.
- SeverityLevelCounter - Class in com.puppycrawl.tools.checkstyle.api
-
An audit listener that counts how many
AuditEvents
of a given severity have been generated.
- SeverityLevelCounter(SeverityLevel) - Constructor for class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter
-
Creates a new counter.
- SeverityMatchFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
Filter
SeverityMatchFilter
decides audit events according to the
severity level of the event.
- SeverityMatchFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilter
-
- shiftExpression() - Method in class com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaRecognizer
-
- shouldAcceptFile(File) - Static method in class com.puppycrawl.tools.checkstyle.gui.MainFrameModel
-
Whether a file chooser should accept the file as a source file.
- shouldCheckInScope(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
-
Should we check member with given modifiers.
- shouldIncreaseIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler
-
Checks that indentation should be increased after first line in checkLinesIndent().
- shouldIncreaseIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.MethodCallHandler
-
- shouldIncreaseIndent() - Method in class com.puppycrawl.tools.checkstyle.checks.indentation.NewHandler
-
- shouldSelectCell(EventObject) - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- shouldSuppress(int, int, int, int) - Method in interface com.puppycrawl.tools.checkstyle.checks.regexp.MatchSuppressor
-
Checks if the specified selection should be suppressed.
- shouldSuppress(int, int, int, int) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.NeverSuppress
-
- SIGNED_INTEGER - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- SimplifyBooleanExpressionCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks for over-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 over-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.grammar.javadoc.JavadocLexer
-
- SINCE_LITERAL() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocTagContext
-
- SINCE_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- SINGLE_LINE_COMMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
Beginning of single line comment: '//'.
- SINGLE_LINE_COMMENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- SINGLE_LINE_COMMENT_CONTENT - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- SINGLE_THREAD_MODE_INSTANCE - Static variable in class com.puppycrawl.tools.checkstyle.ThreadModeSettings
-
A single thread mode settings instance.
- SingleLineJavadocCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Checks that a Javadoc block can fit in a single line and doesn't contain at-clauses.
- SingleLineJavadocCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck
-
- SingleSpaceSeparatorCheck - Class in com.puppycrawl.tools.checkstyle.checks.whitespace
-
Checks that non-whitespace characters are separated by no more than one
whitespace.
- SingleSpaceSeparatorCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck
-
- SINGLETON_ELEMENT - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Parent node for all singleton html tags.
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlElementContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParagraphContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParagraphContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadContext
-
- singletonElement() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrContext
-
- singletonElement(int) - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrContext
-
- SingletonElementContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonElementContext
-
- singletonTagName() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- singletonTagName - Variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.WrongSingletonTagContext
-
- singletonTagName() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.WrongSingletonTagContext
-
- SingletonTagNameContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonTagNameContext
-
- size() - Method in class com.puppycrawl.tools.checkstyle.api.FileText
-
Counts the lines of the text.
- skipCurrentTokenConsuming() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- SL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The <<
(shift left) operator.
- SL - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.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.grammar.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.grammar.javadoc.JavadocLexer
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlElementEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.PTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtTagEndContext
-
- SLASH - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrTagEndContext
-
- SLASH() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.WrongSingletonTagContext
-
- SLASH_END - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Slash close html tag component: '/>'
.
- SLASH_END - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.AreaTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BasefontTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BaseTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BrTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.EmbedTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.EmptyTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.FrameTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HrTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ImgTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.InputTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.IsindexTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.KeygenTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LinkTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.MetaTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParamTagContext
-
- SLASH_END - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SourceTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrackTagContext
-
- SLASH_END() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.WbrTagContext
-
- SLIST - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A list of statements.
- SLIST - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- SlistHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for a list of statements.
- SlistHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- SOURCE_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
"source" tag name.
- SOURCE_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- SOURCE_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonTagNameContext
-
- SOURCE_HTML_TAG_NAME - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- SOURCE_HTML_TAG_NAME() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SourceTagContext
-
- SOURCE_TAG - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
HTML void element <source>
.
- sourceTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SingletonElementContext
-
- sourceTag() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- SourceTagContext(ParserRuleContext, int) - Constructor for class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SourceTagContext
-
- SPECIAL_IMPORTS_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
SPECIAL_IMPORTS group name.
- SR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The >>
(signed shift right) operator.
- SR - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.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.grammar.GeneratedJavaTokenTypes
-
- STANDARD_JAVA_PACKAGE_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
STANDARD_JAVA_PACKAGE group name.
- STAR - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The *
(multiplication or wildcard) operator.
- STAR - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.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.grammar.GeneratedJavaTokenTypes
-
- START - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Start html tag component: '<'
.
- START - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.AreaTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BasefontTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BaseTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BodyTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.BrTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColgroupTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ColTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DdTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.DtTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.EmbedTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.EmptyTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.FrameTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HeadTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HrTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlElementEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlElementStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.HtmlTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ImgTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.InputTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.IsindexTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.KeygenTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LinkTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.LiTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.MetaTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptgroupTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.OptionTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ParamTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.PTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.PTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RbTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RpTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtcTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.RtTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.SourceTagContext
-
- START - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TbodyTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TdTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TfootTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TheadTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.ThTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrackTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrTagEndContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.TrTagStartContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.WbrTagContext
-
- START() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.WrongSingletonTagContext
-
- 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.filters.SuppressionsLoader
-
- startElement(String, String, String, Attributes) - Method in class com.puppycrawl.tools.checkstyle.PackageNamesLoader
-
- startsWithChar(String, char) - Static method in class com.puppycrawl.tools.checkstyle.utils.CommonUtil
-
Tests if this string starts with the specified prefix.
- StatelessCheck - Annotation Type in com.puppycrawl.tools.checkstyle
-
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
- statement() - Method in class com.puppycrawl.tools.checkstyle.grammar.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.grammar.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.grammar.GeneratedJavaTokenTypes
-
- STATIC_RULE_GROUP - Static variable in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
-
STATIC group name.
- StaticInitHandler - Class in com.puppycrawl.tools.checkstyle.checks.indentation
-
Handler for static initialization blocks.
- StaticInitHandler(IndentationCheck, DetailAST, AbstractExpressionHandler) - Constructor for class com.puppycrawl.tools.checkstyle.checks.indentation.StaticInitHandler
-
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
- StaticVariableNameCheck - Class in com.puppycrawl.tools.checkstyle.checks.naming
-
Checks that static
, non-final
variable names conform to a specified pattern.
- 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.grammar.GeneratedJavaTokenTypes
-
- stopCellEditing() - Method in class com.puppycrawl.tools.checkstyle.gui.BaseCellEditor
-
- STRICTFP - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
The strictfp
keyword.
- STRICTFP - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- STRING - Static variable in class com.puppycrawl.tools.checkstyle.api.JavadocTokenTypes
-
Quoted text.
- STRING - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocLexer
-
- STRING() - Method in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser.JavadocTagContext
-
- STRING - Static variable in class com.puppycrawl.tools.checkstyle.grammar.javadoc.JavadocParser
-
- STRING_LITERAL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A string literal.
- STRING_LITERAL - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- STRING_SEPARATOR - Static variable in class com.puppycrawl.tools.checkstyle.PackageObjectFactory
-
Separator to use in strings.
- StringLiteralEqualityCheck - Class in com.puppycrawl.tools.checkstyle.checks.coding
-
Checks that string literals are not used with ==
or !=
.
- StringLiteralEqualityCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck
-
- SummaryJavadocCheck - Class in com.puppycrawl.tools.checkstyle.checks.javadoc
-
- SummaryJavadocCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
-
- SUPER_CTOR_CALL - Static variable in class com.puppycrawl.tools.checkstyle.api.TokenTypes
-
A super constructor call.
- SUPER_CTOR_CALL - Static variable in interface com.puppycrawl.tools.checkstyle.grammar.GeneratedJavaTokenTypes
-
- superClassClause() - Method in class com.puppycrawl.tools.checkstyle.grammar.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
-
- supportsTextAttribute(DetailAST) - Static method in class com.puppycrawl.tools.checkstyle.utils.XpathUtil
-
Checks, if specified node can have @text
attribute.
- SuppressFilterElement - Class in com.puppycrawl.tools.checkstyle.filters
-
This filter element is immutable and processes
AuditEvent
objects based on the criteria of file, check, module id, line, and
column.
- SuppressFilterElement(String, String, String, String, String, String) - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressFilterElement
-
Constructs a SuppressFilterElement
for a
file name pattern.
- SuppressFilterElement(Pattern, Pattern, Pattern, String, String, String) - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressFilterElement
-
Creates a SuppressFilterElement
instance.
- SuppressionCommentFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
Filter SuppressionCommentFilter
uses pairs of comments to suppress audit events.
- SuppressionCommentFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter
-
- SuppressionCommentFilter.TagType - Enum in com.puppycrawl.tools.checkstyle.filters
-
Enum to be used for switching checkstyle reporting for tags.
- SuppressionFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
- SuppressionFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter
-
- SuppressionSingleFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
Filter SuppressionSingleFilter
suppresses audit events for Checks violations in the
specified file, class, checks, message, module id, lines, and columns.
- SuppressionSingleFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionSingleFilter
-
- SuppressionsLoader - Class in com.puppycrawl.tools.checkstyle.filters
-
Loads a filter chain of suppressions.
- SuppressionsStringPrinter - Class in com.puppycrawl.tools.checkstyle
-
Class for constructing xpath queries to suppress nodes
with specified line and column number.
- SuppressionXpathFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
- SuppressionXpathFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathFilter
-
- SuppressionXpathSingleFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
Filter SuppressionXpathSingleFilter
suppresses audit events for Checks
violations in the specified file, class, checks, message, module id, and xpath.
- SuppressionXpathSingleFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressionXpathSingleFilter
-
- suppressor(MatchSuppressor) - Method in class com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
-
Specifies the suppressor to use and returns Builder object.
- SuppressWarningsCheck - Class in com.puppycrawl.tools.checkstyle.checks.annotation
-
Allows 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
-
Filter SuppressWarningsFilter
uses annotation
SuppressWarnings
to suppress audit events.
- 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
-
- SuppressWithNearbyCommentFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
Filter SuppressWithNearbyCommentFilter
uses nearby comments to suppress audit events.
- SuppressWithNearbyCommentFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilter
-
- SuppressWithPlainTextCommentFilter - Class in com.puppycrawl.tools.checkstyle.filters
-
Filter SuppressWithPlainTextCommentFilter
uses plain text to suppress
audit events.
- SuppressWithPlainTextCommentFilter() - Constructor for class com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
- 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.