A B C D E F G I J L M N P Q S T V W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(LineRange) - Method in class com.qulice.checkstyle.LineRanges
- 
Adds a line range to the collection.
- Arguments - Class in com.qulice.checkstyle.parameters
- 
Method or constructor arguments.
- Arguments(DetailAST) - Constructor for class com.qulice.checkstyle.parameters.Arguments
- 
Secondary ctor.
- Arguments(Parameters) - Constructor for class com.qulice.checkstyle.parameters.Arguments
- 
Primary ctor.
B
- beginTree(DetailAST) - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
- BracketsStructureCheck - Class in com.qulice.checkstyle
- 
Checks node/closing brackets to be the last symbols on the line.
- BracketsStructureCheck() - Constructor for class com.qulice.checkstyle.BracketsStructureCheck
C
- CascadeIndentationCheck - Class in com.qulice.checkstyle
- 
Make sure each line indentation is either: the same as previous one or less bigger than previous by exactly 4 All other cases must cause a failure.
- CascadeIndentationCheck() - Constructor for class com.qulice.checkstyle.CascadeIndentationCheck
- checkOrder(List<JavadocTag>, Consumer<JavadocTag>) - Method in class com.qulice.checkstyle.parameters.Arguments
- 
Checks for consistency the order of arguments and their Javadoc parameters.
- checkOrder(List<JavadocTag>, Consumer<JavadocTag>) - Method in class com.qulice.checkstyle.parameters.TypeParameters
- 
Checks for consistency the order of generic type parameters and their Javadoc parameters.
- CheckstyleValidator - Class in com.qulice.checkstyle
- 
Validator with Checkstyle.
- CheckstyleValidator(Environment) - Constructor for class com.qulice.checkstyle.CheckstyleValidator
- 
Constructor.
- clear() - Method in class com.qulice.checkstyle.LineRanges
- 
Clears the collection.
- com.qulice.checkstyle - package com.qulice.checkstyle
- 
Checkstyle checks.
- com.qulice.checkstyle.parameters - package com.qulice.checkstyle.parameters
- 
Argument and generic type parameters.
- ConditionalRegexpMultilineCheck - Class in com.qulice.checkstyle
- 
Performs multiline regexp match only if a regexp condition passes.
- ConditionalRegexpMultilineCheck() - Constructor for class com.qulice.checkstyle.ConditionalRegexpMultilineCheck
- ConstantUsageCheck - Class in com.qulice.checkstyle
- 
Checks that constant, declared as private field of class is used more than once.
- ConstantUsageCheck() - Constructor for class com.qulice.checkstyle.ConstantUsageCheck
- count() - Method in class com.qulice.checkstyle.parameters.Arguments
- 
Return number of arguments.
- count() - Method in class com.qulice.checkstyle.parameters.Parameters
- 
Return number of arguments.
- count() - Method in class com.qulice.checkstyle.parameters.TypeParameters
- 
Return number of arguments.
- CurlyBracketsStructureCheck - Class in com.qulice.checkstyle
- 
Checks node/closing curly brackets to be the last symbols on the line.
- CurlyBracketsStructureCheck() - Constructor for class com.qulice.checkstyle.CurlyBracketsStructureCheck
D
- DiamondOperatorCheck - Class in com.qulice.checkstyle
- 
Checks if possible to use Diamond operator in generic instances creation.
- DiamondOperatorCheck() - Constructor for class com.qulice.checkstyle.DiamondOperatorCheck
E
- EmptyLinesCheck - Class in com.qulice.checkstyle
- 
Check for empty lines inside methods and constructors.
- EmptyLinesCheck() - Constructor for class com.qulice.checkstyle.EmptyLinesCheck
F
- FinalSemicolonInTryWithResourcesCheck - Class in com.qulice.checkstyle
- 
Checks that try-with-resources does not end with a semicolon.
- FinalSemicolonInTryWithResourcesCheck() - Constructor for class com.qulice.checkstyle.FinalSemicolonInTryWithResourcesCheck
- finishTree(DetailAST) - Method in class com.qulice.checkstyle.EmptyLinesCheck
- first() - Method in class com.qulice.checkstyle.LineRange
- 
Get the alpha line number.
G
- getAcceptableTokens() - Method in class com.qulice.checkstyle.BracketsStructureCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.ConstantUsageCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.CurlyBracketsStructureCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.DiamondOperatorCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.EmptyLinesCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.FinalSemicolonInTryWithResourcesCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocEmptyLineCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocLocationCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.JavadocTagsCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.MethodBodyCommentsCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.MethodsOrderCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.MultilineJavadocTagsCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.NoJavadocForOverriddenMethodsCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.NonStaticMethodCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.ProtectedMethodInFinalClassCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.QualifyInnerClassCheck
- getAcceptableTokens() - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.BracketsStructureCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.ConstantUsageCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.CurlyBracketsStructureCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.DiamondOperatorCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.EmptyLinesCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.FinalSemicolonInTryWithResourcesCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocEmptyLineCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocLocationCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.JavadocTagsCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.MethodBodyCommentsCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.MethodsOrderCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.MultilineJavadocTagsCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.NoJavadocForOverriddenMethodsCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.NonStaticMethodCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.ProtectedMethodInFinalClassCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.QualifyInnerClassCheck
- getDefaultTokens() - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.BracketsStructureCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.ConstantUsageCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.CurlyBracketsStructureCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.DiamondOperatorCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.EmptyLinesCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.FinalSemicolonInTryWithResourcesCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocEmptyLineCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocLocationCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.JavadocTagsCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.MethodBodyCommentsCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.MethodsOrderCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.MultilineJavadocTagsCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.NoJavadocForOverriddenMethodsCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.NonStaticMethodCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.ProtectedMethodInFinalClassCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.QualifyInnerClassCheck
- getRequiredTokens() - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
I
- ImportCohesionCheck - Class in com.qulice.checkstyle
- 
Check if import lines are all together without any empty lines or comments.
- ImportCohesionCheck() - Constructor for class com.qulice.checkstyle.ImportCohesionCheck
- init() - Method in class com.qulice.checkstyle.JavadocTagsCheck
- inRange(int) - Method in class com.qulice.checkstyle.LineRanges
- 
Detects if the given line number is within any of the line ranges.
- iterator() - Method in class com.qulice.checkstyle.LineRanges
- 
Returns an iterator for this collection.
J
- JavadocEmptyLineCheck - Class in com.qulice.checkstyle
- 
Check for empty line at the beginning and at the end of Javadoc.
- JavadocEmptyLineCheck() - Constructor for class com.qulice.checkstyle.JavadocEmptyLineCheck
- JavadocLocationCheck - Class in com.qulice.checkstyle
- 
Checks that there is no empty line between a javadoc and it's subject.
- JavadocLocationCheck() - Constructor for class com.qulice.checkstyle.JavadocLocationCheck
- JavadocParameterOrderCheck - Class in com.qulice.checkstyle
- 
Checks method parameters order to comply with what is defined in method javadoc.
- JavadocParameterOrderCheck() - Constructor for class com.qulice.checkstyle.JavadocParameterOrderCheck
- JavadocTagsCheck - Class in com.qulice.checkstyle
- 
Check if the class/interface javadoc contains properly formatted author and version tags.
- JavadocTagsCheck() - Constructor for class com.qulice.checkstyle.JavadocTagsCheck
L
- last() - Method in class com.qulice.checkstyle.LineRange
- 
Get the omega line number.
- leaveToken(DetailAST) - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
- LineRange - Class in com.qulice.checkstyle
- 
Represent a line range.
- LineRange(int, int) - Constructor for class com.qulice.checkstyle.LineRange
- 
Default constructor.
- LineRanges - Class in com.qulice.checkstyle
- 
Represents a set of LineRange objects.
- LineRanges() - Constructor for class com.qulice.checkstyle.LineRanges
M
- MethodBodyCommentsCheck - Class in com.qulice.checkstyle
- 
Checks method bodies for comments.
- MethodBodyCommentsCheck() - Constructor for class com.qulice.checkstyle.MethodBodyCommentsCheck
- MethodsOrderCheck - Class in com.qulice.checkstyle
- 
Checks the order of methods declaration.
- MethodsOrderCheck() - Constructor for class com.qulice.checkstyle.MethodsOrderCheck
- MultilineJavadocTagsCheck - Class in com.qulice.checkstyle
- 
Check indents in multi line JavaDoc tags.
- MultilineJavadocTagsCheck() - Constructor for class com.qulice.checkstyle.MultilineJavadocTagsCheck
N
- name() - Method in class com.qulice.checkstyle.CheckstyleValidator
- NoJavadocForOverriddenMethodsCheck - Class in com.qulice.checkstyle
- 
Checks that there is no Javadoc for inherited methods.
- NoJavadocForOverriddenMethodsCheck() - Constructor for class com.qulice.checkstyle.NoJavadocForOverriddenMethodsCheck
- NonStaticMethodCheck - Class in com.qulice.checkstyle
- 
Checks that non static method must contain at least one reference tothis.
- NonStaticMethodCheck() - Constructor for class com.qulice.checkstyle.NonStaticMethodCheck
P
- parameters() - Method in class com.qulice.checkstyle.parameters.Parameters
- 
Return parameters for this node.
- Parameters - Class in com.qulice.checkstyle.parameters
- 
Abstract parameters.
- Parameters(DetailAST, int, int) - Constructor for class com.qulice.checkstyle.parameters.Parameters
- 
Primary ctor.
- processFiltered(File, FileText) - Method in class com.qulice.checkstyle.CascadeIndentationCheck
- processFiltered(File, FileText) - Method in class com.qulice.checkstyle.ConditionalRegexpMultilineCheck
- processFiltered(File, FileText) - Method in class com.qulice.checkstyle.ImportCohesionCheck
- ProhibitNonFinalClassesCheck - Class in com.qulice.checkstyle
- 
Checks that classes are declared as final.
- ProhibitNonFinalClassesCheck() - Constructor for class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
- ProtectedMethodInFinalClassCheck - Class in com.qulice.checkstyle
- 
Checks that final class doesn't contain protected methods unless they are overriding protected methods from superclass.
- ProtectedMethodInFinalClassCheck() - Constructor for class com.qulice.checkstyle.ProtectedMethodInFinalClassCheck
Q
- QualifyInnerClassCheck - Class in com.qulice.checkstyle
- 
Checks if inner classes are properly accessed using their qualified name with the outer class.
- QualifyInnerClassCheck() - Constructor for class com.qulice.checkstyle.QualifyInnerClassCheck
S
- setCondition(String) - Method in class com.qulice.checkstyle.ConditionalRegexpMultilineCheck
- 
Condition regexp that has to match before checking the core one.
- setExcludeFileNamePattern(String) - Method in class com.qulice.checkstyle.NonStaticMethodCheck
- 
Exclude files matching given pattern.
- StringLiteralsConcatenationCheck - Class in com.qulice.checkstyle
- 
Checks for not using concatenation of string literals in any form.
- StringLiteralsConcatenationCheck() - Constructor for class com.qulice.checkstyle.StringLiteralsConcatenationCheck
T
- TypeParameters - Class in com.qulice.checkstyle.parameters
- 
Class, interface, constructor or method generic type parameters.
- TypeParameters(DetailAST) - Constructor for class com.qulice.checkstyle.parameters.TypeParameters
- 
Secondary ctor.
- TypeParameters(Parameters) - Constructor for class com.qulice.checkstyle.parameters.TypeParameters
- 
Primary ctor.
V
- validate(Collection<File>) - Method in class com.qulice.checkstyle.CheckstyleValidator
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.BracketsStructureCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.ConstantUsageCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.CurlyBracketsStructureCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.DiamondOperatorCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.EmptyLinesCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.FinalSemicolonInTryWithResourcesCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocEmptyLineCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocLocationCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocParameterOrderCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.JavadocTagsCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.MethodBodyCommentsCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.MethodsOrderCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.MultilineJavadocTagsCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.NoJavadocForOverriddenMethodsCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.NonStaticMethodCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.ProhibitNonFinalClassesCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.ProtectedMethodInFinalClassCheck
- visitToken(DetailAST) - Method in class com.qulice.checkstyle.StringLiteralsConcatenationCheck
W
- within(int) - Method in class com.qulice.checkstyle.LineRange
- 
Is the given line number within range.
- within(LineRange) - Method in class com.qulice.checkstyle.LineRange
- 
Is the given range entirely within the LineRange.
- within(LineRanges) - Method in class com.qulice.checkstyle.LineRanges
- 
Gets the subset of LineRanges that are within all given ranges.
All Classes All Packages