A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages

A

ALONE - org.openrewrite.checkstyle.policy.RightCurlyPolicy
The brace must be alone on the line.
ALONE_OR_SINGLELINE - org.openrewrite.checkstyle.policy.RightCurlyPolicy
The brace must be alone on the line, yet single-line format of block is allowed.
ANNOTATION_DEF - org.openrewrite.checkstyle.policy.Token
 
apply(Refactor<J.CompilationUnit, J>) - Method in class org.openrewrite.checkstyle.RewriteCheckstyle
 
ARRAY_DECLARATOR - org.openrewrite.checkstyle.policy.PunctuationToken
 
ARRAY_INIT - org.openrewrite.checkstyle.policy.PunctuationToken
 
ARRAY_INIT - org.openrewrite.checkstyle.policy.Token
 
ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 
AT - org.openrewrite.checkstyle.policy.PunctuationToken
 

B

BAND - org.openrewrite.checkstyle.policy.OperatorToken
 
BAND_ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
BAND_ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 
BlockPolicy - Enum in org.openrewrite.checkstyle.policy
Defined in Block.
BNOT - org.openrewrite.checkstyle.policy.PunctuationToken
 
BOR - org.openrewrite.checkstyle.policy.OperatorToken
 
BOR_ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
BOR_ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 
BSR - org.openrewrite.checkstyle.policy.OperatorToken
 
BSR_ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
BSR_ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 
BXOR - org.openrewrite.checkstyle.policy.OperatorToken
 
BXOR_ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
BXOR_ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 

C

CLASS_DEF - org.openrewrite.checkstyle.policy.Token
 
COLON - org.openrewrite.checkstyle.policy.OperatorToken
 
COMMA - org.openrewrite.checkstyle.policy.PunctuationToken
 
CovariantEquals - Class in org.openrewrite.checkstyle.check
 
CovariantEquals() - Constructor for class org.openrewrite.checkstyle.check.CovariantEquals
 
CTOR_DEF - org.openrewrite.checkstyle.policy.Token
 

D

DEC - org.openrewrite.checkstyle.policy.PunctuationToken
 
DefaultComesLast - Class in org.openrewrite.checkstyle.check
 
DefaultComesLast() - Constructor for class org.openrewrite.checkstyle.check.DefaultComesLast
 
DefaultComesLast(boolean) - Constructor for class org.openrewrite.checkstyle.check.DefaultComesLast
 
DIV - org.openrewrite.checkstyle.policy.OperatorToken
 
DIV_ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
DIV_ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 
DOT - org.openrewrite.checkstyle.policy.PunctuationToken
 

E

ELLIPSIS - org.openrewrite.checkstyle.policy.PunctuationToken
 
EmptyBlock - Class in org.openrewrite.checkstyle.check
TODO offer option to log if a logger field is available instead of rethrowing as an unchecked exception.
EmptyBlock() - Constructor for class org.openrewrite.checkstyle.check.EmptyBlock
 
EmptyForInitializerPad - Class in org.openrewrite.checkstyle.check
 
EmptyForInitializerPad() - Constructor for class org.openrewrite.checkstyle.check.EmptyForInitializerPad
 
EmptyForIteratorPad - Class in org.openrewrite.checkstyle.check
 
EmptyForIteratorPad() - Constructor for class org.openrewrite.checkstyle.check.EmptyForIteratorPad
 
EmptyStatement - Class in org.openrewrite.checkstyle.check
 
EmptyStatement() - Constructor for class org.openrewrite.checkstyle.check.EmptyStatement
 
ENUM_CONSTANT_DEF - org.openrewrite.checkstyle.policy.Token
 
ENUM_DEF - org.openrewrite.checkstyle.policy.Token
 
EOL - org.openrewrite.checkstyle.policy.LeftCurlyPolicy
The brace must always be on the end of the line.
EOL - org.openrewrite.checkstyle.policy.WrapPolicy
The token must be at the end of the line.
EQUAL - org.openrewrite.checkstyle.policy.OperatorToken
 
EqualsAvoidsNull - Class in org.openrewrite.checkstyle.check
 
EqualsAvoidsNull() - Constructor for class org.openrewrite.checkstyle.check.EqualsAvoidsNull
 
EqualsAvoidsNull(boolean) - Constructor for class org.openrewrite.checkstyle.check.EqualsAvoidsNull
 
ExplicitInitialization - Class in org.openrewrite.checkstyle.check
 
ExplicitInitialization() - Constructor for class org.openrewrite.checkstyle.check.ExplicitInitialization
 
ExplicitInitialization(boolean) - Constructor for class org.openrewrite.checkstyle.check.ExplicitInitialization
 
EXPR - org.openrewrite.checkstyle.policy.ParenthesesToken
 

F

FallThrough - Class in org.openrewrite.checkstyle.check
 
FallThrough() - Constructor for class org.openrewrite.checkstyle.check.FallThrough
 
FinalClass - Class in org.openrewrite.checkstyle.check
 
FinalClass() - Constructor for class org.openrewrite.checkstyle.check.FinalClass
 
FinalLocalVariable - Class in org.openrewrite.checkstyle.check
 
FinalLocalVariable() - Constructor for class org.openrewrite.checkstyle.check.FinalLocalVariable
 

G

GE - org.openrewrite.checkstyle.policy.OperatorToken
 
GENERIC_END - org.openrewrite.checkstyle.policy.PunctuationToken
 
GENERIC_START - org.openrewrite.checkstyle.policy.PunctuationToken
 
GenericWhitespace - Class in org.openrewrite.checkstyle.check
 
GenericWhitespace() - Constructor for class org.openrewrite.checkstyle.check.GenericWhitespace
 
getMatcher() - Method in enum org.openrewrite.checkstyle.policy.Token
 
getName() - Method in class org.openrewrite.checkstyle.check.CovariantEquals
 
getName() - Method in class org.openrewrite.checkstyle.check.DefaultComesLast
 
getName() - Method in class org.openrewrite.checkstyle.check.EmptyBlock
 
getName() - Method in class org.openrewrite.checkstyle.check.EmptyForInitializerPad
 
getName() - Method in class org.openrewrite.checkstyle.check.EmptyForIteratorPad
 
getName() - Method in class org.openrewrite.checkstyle.check.EmptyStatement
 
getName() - Method in class org.openrewrite.checkstyle.check.EqualsAvoidsNull
 
getName() - Method in class org.openrewrite.checkstyle.check.ExplicitInitialization
 
getName() - Method in class org.openrewrite.checkstyle.check.FallThrough
 
getName() - Method in class org.openrewrite.checkstyle.check.FinalClass
 
getName() - Method in class org.openrewrite.checkstyle.check.FinalLocalVariable
 
getName() - Method in class org.openrewrite.checkstyle.check.GenericWhitespace
 
getName() - Method in class org.openrewrite.checkstyle.check.HiddenField
 
getName() - Method in class org.openrewrite.checkstyle.check.HideUtilityClassConstructor
 
getName() - Method in class org.openrewrite.checkstyle.check.LeftCurly
 
getName() - Method in class org.openrewrite.checkstyle.check.MethodParamPad
 
getName() - Method in class org.openrewrite.checkstyle.check.MultipleVariableDeclarations
 
getName() - Method in class org.openrewrite.checkstyle.check.NeedBraces
 
getName() - Method in class org.openrewrite.checkstyle.check.NoFinalizer
 
getName() - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
getName() - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
getName() - Method in class org.openrewrite.checkstyle.check.OperatorWrap
 
getName() - Method in class org.openrewrite.checkstyle.check.RightCurly
 
getName() - Method in class org.openrewrite.checkstyle.check.SimplifyBooleanExpression
 
getName() - Method in class org.openrewrite.checkstyle.check.SimplifyBooleanReturn
 
getName() - Method in class org.openrewrite.checkstyle.check.StaticVariableName
 
getName() - Method in class org.openrewrite.checkstyle.check.StringLiteralEquality
 
getName() - Method in class org.openrewrite.checkstyle.check.TypecastParenPad
 
getName() - Method in class org.openrewrite.checkstyle.check.UnnecessaryParentheses
 
getName() - Method in class org.openrewrite.checkstyle.RewriteCheckstyle.Module
 
GT - org.openrewrite.checkstyle.policy.OperatorToken
 

H

HiddenField - Class in org.openrewrite.checkstyle.check
 
HiddenField() - Constructor for class org.openrewrite.checkstyle.check.HiddenField
 
HideUtilityClassConstructor - Class in org.openrewrite.checkstyle.check
 
HideUtilityClassConstructor() - Constructor for class org.openrewrite.checkstyle.check.HideUtilityClassConstructor
 

I

IDENT - org.openrewrite.checkstyle.policy.ParenthesesToken
 
INC - org.openrewrite.checkstyle.policy.PunctuationToken
 
INDEX_OP - org.openrewrite.checkstyle.policy.PunctuationToken
 
INSTANCE_INIT - org.openrewrite.checkstyle.policy.Token
 
INTERFACE_DEF - org.openrewrite.checkstyle.policy.Token
 
isCursored() - Method in class org.openrewrite.checkstyle.check.CovariantEquals
 
isCursored() - Method in class org.openrewrite.checkstyle.check.EmptyBlock
 
isCursored() - Method in class org.openrewrite.checkstyle.check.EmptyStatement
 
isCursored() - Method in class org.openrewrite.checkstyle.check.EqualsAvoidsNull
 
isCursored() - Method in class org.openrewrite.checkstyle.check.ExplicitInitialization
 
isCursored() - Method in class org.openrewrite.checkstyle.check.FallThrough
 
isCursored() - Method in class org.openrewrite.checkstyle.check.FinalLocalVariable
 
isCursored() - Method in class org.openrewrite.checkstyle.check.GenericWhitespace
 
isCursored() - Method in class org.openrewrite.checkstyle.check.HiddenField
 
isCursored() - Method in class org.openrewrite.checkstyle.check.LeftCurly
 
isCursored() - Method in class org.openrewrite.checkstyle.check.MethodParamPad
 
isCursored() - Method in class org.openrewrite.checkstyle.check.MultipleVariableDeclarations
 
isCursored() - Method in class org.openrewrite.checkstyle.check.NeedBraces
 
isCursored() - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
isCursored() - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
isCursored() - Method in class org.openrewrite.checkstyle.check.RightCurly
 
isCursored() - Method in class org.openrewrite.checkstyle.check.SimplifyBooleanExpression
 
isCursored() - Method in class org.openrewrite.checkstyle.check.SimplifyBooleanReturn
 
isCursored() - Method in class org.openrewrite.checkstyle.check.StaticVariableName
 
isCursored() - Method in class org.openrewrite.checkstyle.check.UnnecessaryParentheses
 
isIdempotent() - Method in class org.openrewrite.checkstyle.check.FinalClass
 
isStringLiteral(Expression) - Method in class org.openrewrite.checkstyle.check.StringLiteralEquality
 

L

LAMBDA - org.openrewrite.checkstyle.policy.ParenthesesToken
 
LAMBDA - org.openrewrite.checkstyle.policy.Token
 
LAND - org.openrewrite.checkstyle.policy.OperatorToken
 
LE - org.openrewrite.checkstyle.policy.OperatorToken
 
LeftCurly - Class in org.openrewrite.checkstyle.check
 
LeftCurly() - Constructor for class org.openrewrite.checkstyle.check.LeftCurly
 
LeftCurlyPolicy - Enum in org.openrewrite.checkstyle.policy
 
LITERAL_CASE - org.openrewrite.checkstyle.policy.Token
 
LITERAL_CATCH - org.openrewrite.checkstyle.policy.Token
 
LITERAL_DEFAULT - org.openrewrite.checkstyle.policy.Token
 
LITERAL_DO - org.openrewrite.checkstyle.policy.Token
 
LITERAL_ELSE - org.openrewrite.checkstyle.policy.Token
 
LITERAL_FALSE - org.openrewrite.checkstyle.policy.ParenthesesToken
 
LITERAL_FINALLY - org.openrewrite.checkstyle.policy.Token
 
LITERAL_FOR - org.openrewrite.checkstyle.policy.Token
 
LITERAL_IF - org.openrewrite.checkstyle.policy.Token
 
LITERAL_INSTANCEOF - org.openrewrite.checkstyle.policy.OperatorToken
 
LITERAL_NEW - org.openrewrite.checkstyle.policy.Token
 
LITERAL_NULL - org.openrewrite.checkstyle.policy.ParenthesesToken
 
LITERAL_SWITCH - org.openrewrite.checkstyle.policy.Token
 
LITERAL_SYNCHRONIZED - org.openrewrite.checkstyle.policy.PunctuationToken
 
LITERAL_SYNCHRONIZED - org.openrewrite.checkstyle.policy.Token
 
LITERAL_TRUE - org.openrewrite.checkstyle.policy.ParenthesesToken
 
LITERAL_TRY - org.openrewrite.checkstyle.policy.Token
 
LITERAL_WHILE - org.openrewrite.checkstyle.policy.Token
 
LNOT - org.openrewrite.checkstyle.policy.PunctuationToken
 
LOR - org.openrewrite.checkstyle.policy.OperatorToken
 
LT - org.openrewrite.checkstyle.policy.OperatorToken
 

M

main(String[]) - Static method in class org.openrewrite.checkstyle.Main
 
Main - Class in org.openrewrite.checkstyle
 
Main() - Constructor for class org.openrewrite.checkstyle.Main
 
matches(Cursor) - Method in interface org.openrewrite.checkstyle.policy.Token.TokenMatcher
 
matchesNotNullCursor(Tree, Cursor) - Method in interface org.openrewrite.checkstyle.policy.Token.TokenMatcher
 
matchesOneOf(Set<Token>, Cursor, Token...) - Static method in enum org.openrewrite.checkstyle.policy.Token
 
METHOD_CALL - org.openrewrite.checkstyle.policy.Token
 
METHOD_DEF - org.openrewrite.checkstyle.policy.Token
 
METHOD_REF - org.openrewrite.checkstyle.policy.OperatorToken
 
METHOD_REF - org.openrewrite.checkstyle.policy.PunctuationToken
 
MethodParamPad - Class in org.openrewrite.checkstyle.check
 
MethodParamPad() - Constructor for class org.openrewrite.checkstyle.check.MethodParamPad
 
MINUS - org.openrewrite.checkstyle.policy.OperatorToken
 
MINUS_ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
MINUS_ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 
MOD - org.openrewrite.checkstyle.policy.OperatorToken
 
MOD_ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
MOD_ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 
Module(String, Map<String, String>) - Constructor for class org.openrewrite.checkstyle.RewriteCheckstyle.Module
 
MultipleVariableDeclarations - Class in org.openrewrite.checkstyle.check
 
MultipleVariableDeclarations() - Constructor for class org.openrewrite.checkstyle.check.MultipleVariableDeclarations
 

N

NeedBraces - Class in org.openrewrite.checkstyle.check
 
NeedBraces() - Constructor for class org.openrewrite.checkstyle.check.NeedBraces
 
nextCycle() - Method in class org.openrewrite.checkstyle.check.FallThrough
 
NL - org.openrewrite.checkstyle.policy.LeftCurlyPolicy
The brace must always be on a new line.
NL - org.openrewrite.checkstyle.policy.WrapPolicy
The token must be on a new line.
NLOW - org.openrewrite.checkstyle.policy.LeftCurlyPolicy
If the statement/expression/declaration connected to the brace spans multiple lines, then apply nl rule.
NoFinalizer - Class in org.openrewrite.checkstyle.check
 
NoFinalizer() - Constructor for class org.openrewrite.checkstyle.check.NoFinalizer
 
NOSPACE - org.openrewrite.checkstyle.policy.PadPolicy
Do not pad.
NOT_EQUAL - org.openrewrite.checkstyle.policy.OperatorToken
 
NoWhitespaceAfter - Class in org.openrewrite.checkstyle.check
 
NoWhitespaceAfter() - Constructor for class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
NoWhitespaceBefore - Class in org.openrewrite.checkstyle.check
 
NoWhitespaceBefore() - Constructor for class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
NUM_DOUBLE - org.openrewrite.checkstyle.policy.ParenthesesToken
 
NUM_FLOAT - org.openrewrite.checkstyle.policy.ParenthesesToken
 
NUM_INT - org.openrewrite.checkstyle.policy.ParenthesesToken
 
NUM_LONG - org.openrewrite.checkstyle.policy.ParenthesesToken
 

O

OBJBLOCK - org.openrewrite.checkstyle.policy.Token
 
OperatorToken - Enum in org.openrewrite.checkstyle.policy
 
OperatorWrap - Class in org.openrewrite.checkstyle.check
 
OperatorWrap() - Constructor for class org.openrewrite.checkstyle.check.OperatorWrap
 
org.openrewrite.checkstyle - package org.openrewrite.checkstyle
 
org.openrewrite.checkstyle.check - package org.openrewrite.checkstyle.check
 
org.openrewrite.checkstyle.check.internal - package org.openrewrite.checkstyle.check.internal
 
org.openrewrite.checkstyle.policy - package org.openrewrite.checkstyle.policy
 

P

PadPolicy - Enum in org.openrewrite.checkstyle.policy
 
PARAMETER_DEF - org.openrewrite.checkstyle.policy.Token
 
ParenthesesToken - Enum in org.openrewrite.checkstyle.policy
 
PLUS - org.openrewrite.checkstyle.policy.OperatorToken
 
PLUS_ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
PLUS_ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 
POST_DEC - org.openrewrite.checkstyle.policy.PunctuationToken
 
POST_INC - org.openrewrite.checkstyle.policy.PunctuationToken
 
prefixStartsWithNonLinebreakWhitespace(Tree) - Static method in class org.openrewrite.checkstyle.check.internal.WhitespaceChecks
 
PunctuationToken - Enum in org.openrewrite.checkstyle.policy
 

Q

QUESTION - org.openrewrite.checkstyle.policy.OperatorToken
 

R

RewriteCheckstyle - Class in org.openrewrite.checkstyle
 
RewriteCheckstyle(InputStream) - Constructor for class org.openrewrite.checkstyle.RewriteCheckstyle
 
RewriteCheckstyle(InputStream, Set<String>, Map<String, Object>) - Constructor for class org.openrewrite.checkstyle.RewriteCheckstyle
 
RewriteCheckstyle.Module - Class in org.openrewrite.checkstyle
 
RightCurly - Class in org.openrewrite.checkstyle.check
 
RightCurly() - Constructor for class org.openrewrite.checkstyle.check.RightCurly
 
RightCurlyPolicy - Enum in org.openrewrite.checkstyle.policy
 

S

SAME - org.openrewrite.checkstyle.policy.RightCurlyPolicy
Works like alone_or_singleline but the brace should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally).
SEMI - org.openrewrite.checkstyle.policy.PunctuationToken
 
SimplifyBooleanExpression - Class in org.openrewrite.checkstyle.check
 
SimplifyBooleanExpression() - Constructor for class org.openrewrite.checkstyle.check.SimplifyBooleanExpression
 
SimplifyBooleanExpression(int) - Constructor for class org.openrewrite.checkstyle.check.SimplifyBooleanExpression
 
SimplifyBooleanReturn - Class in org.openrewrite.checkstyle.check
 
SimplifyBooleanReturn() - Constructor for class org.openrewrite.checkstyle.check.SimplifyBooleanReturn
 
SL - org.openrewrite.checkstyle.policy.OperatorToken
 
SL_ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
SL_ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 
SPACE - org.openrewrite.checkstyle.policy.PadPolicy
Ensure padding.
SR - org.openrewrite.checkstyle.policy.OperatorToken
 
SR_ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
SR_ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 
STAR - org.openrewrite.checkstyle.policy.OperatorToken
 
STAR_ASSIGN - org.openrewrite.checkstyle.policy.OperatorToken
 
STAR_ASSIGN - org.openrewrite.checkstyle.policy.ParenthesesToken
 
startsWithNonLinebreakWhitespace(String) - Static method in class org.openrewrite.checkstyle.check.internal.WhitespaceChecks
 
Statement - org.openrewrite.checkstyle.policy.BlockPolicy
Require that there is a statement in the block.
STATIC_INIT - org.openrewrite.checkstyle.policy.Token
 
StaticVariableName - Class in org.openrewrite.checkstyle.check
StaticVariableName() - Constructor for class org.openrewrite.checkstyle.check.StaticVariableName
 
STRING_LITERAL - org.openrewrite.checkstyle.policy.ParenthesesToken
 
StringLiteralEquality - Class in org.openrewrite.checkstyle.check
 
StringLiteralEquality() - Constructor for class org.openrewrite.checkstyle.check.StringLiteralEquality
 
stripPrefixUpToLinebreak(T) - Static method in class org.openrewrite.checkstyle.check.internal.WhitespaceChecks
 
stripSuffixUpToLinebreak(T) - Static method in class org.openrewrite.checkstyle.check.internal.WhitespaceChecks
 
stripUpToLinebreak(String) - Static method in class org.openrewrite.checkstyle.check.internal.WhitespaceChecks
 
suffixStartsWithNonLinebreakWhitespace(Tree) - Static method in class org.openrewrite.checkstyle.check.internal.WhitespaceChecks
 
SUPER_CTOR_CALL - org.openrewrite.checkstyle.policy.Token
 

T

Text - org.openrewrite.checkstyle.policy.BlockPolicy
Require that there is some text in the block.
Token - Enum in org.openrewrite.checkstyle.policy
 
Token.TokenMatcher - Interface in org.openrewrite.checkstyle.policy
 
TYPE_EXTENSION_AND - org.openrewrite.checkstyle.policy.OperatorToken
 
TYPECAST - org.openrewrite.checkstyle.policy.PunctuationToken
 
TypecastParenPad - Class in org.openrewrite.checkstyle.check
 
TypecastParenPad() - Constructor for class org.openrewrite.checkstyle.check.TypecastParenPad
 

U

UNARY_MINUS - org.openrewrite.checkstyle.policy.PunctuationToken
 
UNARY_PLUS - org.openrewrite.checkstyle.policy.PunctuationToken
 
UnnecessaryParentheses - Class in org.openrewrite.checkstyle.check
 
UnnecessaryParentheses() - Constructor for class org.openrewrite.checkstyle.check.UnnecessaryParentheses
 

V

valueOf(String) - Static method in enum org.openrewrite.checkstyle.policy.BlockPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openrewrite.checkstyle.policy.LeftCurlyPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openrewrite.checkstyle.policy.OperatorToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openrewrite.checkstyle.policy.PadPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openrewrite.checkstyle.policy.ParenthesesToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openrewrite.checkstyle.policy.PunctuationToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openrewrite.checkstyle.policy.RightCurlyPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openrewrite.checkstyle.policy.Token
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openrewrite.checkstyle.policy.WrapPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openrewrite.checkstyle.policy.BlockPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openrewrite.checkstyle.policy.LeftCurlyPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openrewrite.checkstyle.policy.OperatorToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openrewrite.checkstyle.policy.PadPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openrewrite.checkstyle.policy.ParenthesesToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openrewrite.checkstyle.policy.PunctuationToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openrewrite.checkstyle.policy.RightCurlyPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openrewrite.checkstyle.policy.Token
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openrewrite.checkstyle.policy.WrapPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_DEF - org.openrewrite.checkstyle.policy.Token
 
visitAnnotation(J.Annotation) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
visitArrayAccess(J.ArrayAccess) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
visitArrayType(J.ArrayType) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
visitAssign(J.Assign) - Method in class org.openrewrite.checkstyle.check.OperatorWrap
 
visitAssign(J.Assign) - Method in class org.openrewrite.checkstyle.check.UnnecessaryParentheses
 
visitAssignOp(J.AssignOp) - Method in class org.openrewrite.checkstyle.check.OperatorWrap
 
visitAssignOp(J.AssignOp) - Method in class org.openrewrite.checkstyle.check.UnnecessaryParentheses
 
visitBinary(J.Binary) - Method in class org.openrewrite.checkstyle.check.OperatorWrap
 
visitBinary(J.Binary) - Method in class org.openrewrite.checkstyle.check.SimplifyBooleanExpression
 
visitBinary(J.Binary) - Method in class org.openrewrite.checkstyle.check.StringLiteralEquality
 
visitBlock(J.Block<J>) - Method in class org.openrewrite.checkstyle.check.EmptyBlock
 
visitBlock(J.Block<J>) - Method in class org.openrewrite.checkstyle.check.LeftCurly
 
visitBlock(J.Block<J>) - Method in class org.openrewrite.checkstyle.check.MultipleVariableDeclarations
 
visitBlock(J.Block<J>) - Method in class org.openrewrite.checkstyle.check.RightCurly
 
visitCase(J.Case) - Method in class org.openrewrite.checkstyle.check.FallThrough
 
visitCatch(J.Try.Catch) - Method in class org.openrewrite.checkstyle.check.EmptyBlock
 
visitCatch(J.Try.Catch) - Method in class org.openrewrite.checkstyle.check.RightCurly
 
visitClassDecl(J.ClassDecl) - Method in class org.openrewrite.checkstyle.check.FinalClass
 
visitClassDecl(J.ClassDecl) - Method in class org.openrewrite.checkstyle.check.HiddenField
 
visitClassDecl(J.ClassDecl) - Method in class org.openrewrite.checkstyle.check.HideUtilityClassConstructor
 
visitClassDecl(J.ClassDecl) - Method in class org.openrewrite.checkstyle.check.NoFinalizer
 
visitCompilationUnit(J.CompilationUnit) - Method in class org.openrewrite.checkstyle.check.SimplifyBooleanExpression
 
visitDoWhileLoop(J.DoWhileLoop) - Method in class org.openrewrite.checkstyle.check.EmptyBlock
 
visitDoWhileLoop(J.DoWhileLoop) - Method in class org.openrewrite.checkstyle.check.NeedBraces
 
visitElse(J.If.Else) - Method in class org.openrewrite.checkstyle.check.NeedBraces
 
visitElse(J.If.Else) - Method in class org.openrewrite.checkstyle.check.RightCurly
 
visitFieldAccess(J.FieldAccess) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
visitFieldAccess(J.FieldAccess) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitFinally(J.Try.Finally) - Method in class org.openrewrite.checkstyle.check.RightCurly
 
visitForEachLoop(J.ForEachLoop) - Method in class org.openrewrite.checkstyle.check.EmptyStatement
 
visitForEachLoop(J.ForEachLoop) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitForLoop(J.ForLoop) - Method in class org.openrewrite.checkstyle.check.EmptyForInitializerPad
 
visitForLoop(J.ForLoop) - Method in class org.openrewrite.checkstyle.check.EmptyForIteratorPad
 
visitForLoop(J.ForLoop) - Method in class org.openrewrite.checkstyle.check.EmptyStatement
 
visitForLoop(J.ForLoop) - Method in class org.openrewrite.checkstyle.check.NeedBraces
 
visitForLoop(J.ForLoop) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitIf(J.If) - Method in class org.openrewrite.checkstyle.check.EmptyBlock
 
visitIf(J.If) - Method in class org.openrewrite.checkstyle.check.EmptyStatement
 
visitIf(J.If) - Method in class org.openrewrite.checkstyle.check.NeedBraces
 
visitIf(J.If) - Method in class org.openrewrite.checkstyle.check.SimplifyBooleanReturn
 
visitImport(J.Import) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitInstanceOf(J.InstanceOf) - Method in class org.openrewrite.checkstyle.check.OperatorWrap
 
visitLambda(J.Lambda) - Method in class org.openrewrite.checkstyle.check.UnnecessaryParentheses
 
visitLiteral(J.Literal) - Method in class org.openrewrite.checkstyle.check.UnnecessaryParentheses
 
visitMemberReference(J.MemberReference) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
visitMemberReference(J.MemberReference) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitMemberReference(J.MemberReference) - Method in class org.openrewrite.checkstyle.check.OperatorWrap
 
visitMethod(J.MethodDecl) - Method in class org.openrewrite.checkstyle.check.CovariantEquals
 
visitMethod(J.MethodDecl) - Method in class org.openrewrite.checkstyle.check.MethodParamPad
 
visitMethod(J.MethodDecl) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitMethodInvocation(J.MethodInvocation) - Method in class org.openrewrite.checkstyle.check.EqualsAvoidsNull
 
visitMethodInvocation(J.MethodInvocation) - Method in class org.openrewrite.checkstyle.check.MethodParamPad
 
visitMethodInvocation(J.MethodInvocation) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
visitMethodInvocation(J.MethodInvocation) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitMultiVariable(J.VariableDecls) - Method in class org.openrewrite.checkstyle.check.FinalLocalVariable
 
visitMultiVariable(J.VariableDecls) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
visitMultiVariable(J.VariableDecls) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitNewArray(J.NewArray) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
visitNewClass(J.NewClass) - Method in class org.openrewrite.checkstyle.check.MethodParamPad
 
visitPackage(J.Package) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitParentheses(J.Parentheses<T>) - Method in class org.openrewrite.checkstyle.check.UnnecessaryParentheses
 
visitStatement(Statement) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitSwitch(J.Switch) - Method in class org.openrewrite.checkstyle.check.DefaultComesLast
 
visitSwitch(J.Switch) - Method in class org.openrewrite.checkstyle.check.EmptyBlock
 
visitSynchronized(J.Synchronized) - Method in class org.openrewrite.checkstyle.check.EmptyBlock
 
visitTernary(J.Ternary) - Method in class org.openrewrite.checkstyle.check.OperatorWrap
 
visitTry(J.Try) - Method in class org.openrewrite.checkstyle.check.EmptyBlock
 
visitTypeCast(J.TypeCast) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
visitTypeCast(J.TypeCast) - Method in class org.openrewrite.checkstyle.check.TypecastParenPad
 
visitTypeParameter(J.TypeParameter) - Method in class org.openrewrite.checkstyle.check.GenericWhitespace
 
visitTypeParameter(J.TypeParameter) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitTypeParameter(J.TypeParameter) - Method in class org.openrewrite.checkstyle.check.OperatorWrap
 
visitTypeParameters(J.TypeParameters) - Method in class org.openrewrite.checkstyle.check.GenericWhitespace
 
visitTypeParameters(J.TypeParameters) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitUnary(J.Unary) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceAfter
 
visitUnary(J.Unary) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitUnary(J.Unary) - Method in class org.openrewrite.checkstyle.check.SimplifyBooleanExpression
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.check.ExplicitInitialization
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.check.HiddenField
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.check.OperatorWrap
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.check.StaticVariableName
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.check.UnnecessaryParentheses
 
visitWhileLoop(J.WhileLoop) - Method in class org.openrewrite.checkstyle.check.EmptyBlock
 
visitWhileLoop(J.WhileLoop) - Method in class org.openrewrite.checkstyle.check.EmptyStatement
 
visitWhileLoop(J.WhileLoop) - Method in class org.openrewrite.checkstyle.check.NeedBraces
 
visitWhileLoop(J.WhileLoop) - Method in class org.openrewrite.checkstyle.check.NoWhitespaceBefore
 

W

WhitespaceChecks - Class in org.openrewrite.checkstyle.check.internal
 
WrapPolicy - Enum in org.openrewrite.checkstyle.policy
 
A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages