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
 
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

CheckstyleRefactorVisitor - Class in org.openrewrite.checkstyle
 
CheckstyleRefactorVisitor() - Constructor for class org.openrewrite.checkstyle.CheckstyleRefactorVisitor
 
CheckstyleRefactorVisitor.Module - Class in org.openrewrite.checkstyle
 
CLASS_DEF - org.openrewrite.checkstyle.policy.Token
 
COLON - org.openrewrite.checkstyle.policy.OperatorToken
 
COMMA - org.openrewrite.checkstyle.policy.PunctuationToken
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.DefaultComesLast
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.EmptyBlock
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.EmptyForInitializerPad
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.EmptyForIteratorPad
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.EqualsAvoidsNull
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.ExplicitInitialization
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.FallThrough
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.HiddenField
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.LeftCurly
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.MethodParamPad
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.NeedBraces
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.NoWhitespaceAfter
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.OperatorWrap
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.RightCurly
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.StaticVariableName
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.TypecastParenPad
 
configure(CheckstyleRefactorVisitor.Module) - Method in class org.openrewrite.checkstyle.UnnecessaryParentheses
 
CovariantEquals - Class in org.openrewrite.checkstyle
 
CovariantEquals() - Constructor for class org.openrewrite.checkstyle.CovariantEquals
 
CTOR_DEF - org.openrewrite.checkstyle.policy.Token
 

D

DEC - org.openrewrite.checkstyle.policy.PunctuationToken
 
DefaultComesLast - Class in org.openrewrite.checkstyle
 
DefaultComesLast() - Constructor for class org.openrewrite.checkstyle.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
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.EmptyBlock
 
EmptyForInitializerPad - Class in org.openrewrite.checkstyle
 
EmptyForInitializerPad() - Constructor for class org.openrewrite.checkstyle.EmptyForInitializerPad
 
EmptyForIteratorPad - Class in org.openrewrite.checkstyle
 
EmptyForIteratorPad() - Constructor for class org.openrewrite.checkstyle.EmptyForIteratorPad
 
EmptyStatement - Class in org.openrewrite.checkstyle
 
EmptyStatement() - Constructor for class org.openrewrite.checkstyle.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
 
EqualsAvoidsNull() - Constructor for class org.openrewrite.checkstyle.EqualsAvoidsNull
 
ExplicitInitialization - Class in org.openrewrite.checkstyle
 
ExplicitInitialization() - Constructor for class org.openrewrite.checkstyle.ExplicitInitialization
 
EXPR - org.openrewrite.checkstyle.policy.ParenthesesToken
 

F

FallThrough - Class in org.openrewrite.checkstyle
 
FallThrough() - Constructor for class org.openrewrite.checkstyle.FallThrough
 
FinalClass - Class in org.openrewrite.checkstyle
 
FinalClass() - Constructor for class org.openrewrite.checkstyle.FinalClass
 
FinalLocalVariable - Class in org.openrewrite.checkstyle
 
FinalLocalVariable() - Constructor for class org.openrewrite.checkstyle.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
 
GenericWhitespace() - Constructor for class org.openrewrite.checkstyle.GenericWhitespace
 
getMatcher() - Method in enum org.openrewrite.checkstyle.policy.Token
 
getName() - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor.Module
 
getTags() - Method in class org.openrewrite.checkstyle.OperatorWrap
 
getTags() - Method in class org.openrewrite.checkstyle.TypecastParenPad
 
GT - org.openrewrite.checkstyle.policy.OperatorToken
 

H

HiddenField - Class in org.openrewrite.checkstyle
 
HiddenField() - Constructor for class org.openrewrite.checkstyle.HiddenField
 
HideUtilityClassConstructor - Class in org.openrewrite.checkstyle
 
HideUtilityClassConstructor() - Constructor for class org.openrewrite.checkstyle.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
 
isIdempotent() - Method in class org.openrewrite.checkstyle.FinalClass
 
isStringLiteral(Expression) - Method in class org.openrewrite.checkstyle.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
 
LeftCurly() - Constructor for class org.openrewrite.checkstyle.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

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
 
MethodParamPad() - Constructor for class org.openrewrite.checkstyle.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.CheckstyleRefactorVisitor.Module
 
MultipleVariableDeclarations - Class in org.openrewrite.checkstyle
 
MultipleVariableDeclarations() - Constructor for class org.openrewrite.checkstyle.MultipleVariableDeclarations
 

N

NeedBraces - Class in org.openrewrite.checkstyle
 
NeedBraces() - Constructor for class org.openrewrite.checkstyle.NeedBraces
 
nextCycle() - Method in class org.openrewrite.checkstyle.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
 
NoFinalizer() - Constructor for class org.openrewrite.checkstyle.NoFinalizer
 
NOSPACE - org.openrewrite.checkstyle.policy.PadPolicy
Do not pad.
NOT_EQUAL - org.openrewrite.checkstyle.policy.OperatorToken
 
NoWhitespaceAfter - Class in org.openrewrite.checkstyle
 
NoWhitespaceAfter() - Constructor for class org.openrewrite.checkstyle.NoWhitespaceAfter
 
NoWhitespaceBefore - Class in org.openrewrite.checkstyle
 
NoWhitespaceBefore() - Constructor for class org.openrewrite.checkstyle.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
 
OperatorWrap() - Constructor for class org.openrewrite.checkstyle.OperatorWrap
 
org.openrewrite.checkstyle - package org.openrewrite.checkstyle
 
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
 
prop(String, boolean) - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor.Module
 
prop(String, Pattern) - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor.Module
 
propAsOptionValue(Function<String, T>, T) - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor.Module
 
propAsTokens(Class<T>, Set<T>) - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor.Module
 
PunctuationToken - Enum in org.openrewrite.checkstyle.policy
 

Q

QUESTION - org.openrewrite.checkstyle.policy.OperatorToken
 

R

RightCurly - Class in org.openrewrite.checkstyle
 
RightCurly() - Constructor for class org.openrewrite.checkstyle.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
 
setBaseDir(Path) - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor
 
setConfig(String) - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor
 
setConfigFile(File) - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor
 
setProperties(Map<String, Object>) - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor
 
SimplifyBooleanExpression - Class in org.openrewrite.checkstyle
 
SimplifyBooleanExpression() - Constructor for class org.openrewrite.checkstyle.SimplifyBooleanExpression
 
SimplifyBooleanReturn - Class in org.openrewrite.checkstyle
 
SimplifyBooleanReturn() - Constructor for class org.openrewrite.checkstyle.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
 
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
 
StaticVariableName() - Constructor for class org.openrewrite.checkstyle.StaticVariableName
 
STRING_LITERAL - org.openrewrite.checkstyle.policy.ParenthesesToken
 
StringLiteralEquality - Class in org.openrewrite.checkstyle
 
StringLiteralEquality() - Constructor for class org.openrewrite.checkstyle.StringLiteralEquality
 
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
 
TypecastParenPad() - Constructor for class org.openrewrite.checkstyle.TypecastParenPad
 

U

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

V

validate() - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor
 
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.NoWhitespaceAfter
 
visitArrayAccess(J.ArrayAccess) - Method in class org.openrewrite.checkstyle.NoWhitespaceAfter
 
visitArrayType(J.ArrayType) - Method in class org.openrewrite.checkstyle.NoWhitespaceAfter
 
visitAssign(J.Assign) - Method in class org.openrewrite.checkstyle.OperatorWrap
 
visitAssign(J.Assign) - Method in class org.openrewrite.checkstyle.UnnecessaryParentheses
 
visitAssignOp(J.AssignOp) - Method in class org.openrewrite.checkstyle.OperatorWrap
 
visitAssignOp(J.AssignOp) - Method in class org.openrewrite.checkstyle.UnnecessaryParentheses
 
visitBinary(J.Binary) - Method in class org.openrewrite.checkstyle.OperatorWrap
 
visitBinary(J.Binary) - Method in class org.openrewrite.checkstyle.SimplifyBooleanExpression
 
visitBinary(J.Binary) - Method in class org.openrewrite.checkstyle.StringLiteralEquality
 
visitBlock(J.Block<J>) - Method in class org.openrewrite.checkstyle.EmptyBlock
 
visitBlock(J.Block<J>) - Method in class org.openrewrite.checkstyle.LeftCurly
 
visitBlock(J.Block<J>) - Method in class org.openrewrite.checkstyle.MultipleVariableDeclarations
 
visitBlock(J.Block<J>) - Method in class org.openrewrite.checkstyle.RightCurly
 
visitCase(J.Case) - Method in class org.openrewrite.checkstyle.FallThrough
 
visitCatch(J.Try.Catch) - Method in class org.openrewrite.checkstyle.EmptyBlock
 
visitCatch(J.Try.Catch) - Method in class org.openrewrite.checkstyle.RightCurly
 
visitClassDecl(J.ClassDecl) - Method in class org.openrewrite.checkstyle.FinalClass
 
visitClassDecl(J.ClassDecl) - Method in class org.openrewrite.checkstyle.HiddenField
 
visitClassDecl(J.ClassDecl) - Method in class org.openrewrite.checkstyle.HideUtilityClassConstructor
 
visitClassDecl(J.ClassDecl) - Method in class org.openrewrite.checkstyle.NoFinalizer
 
visitCompilationUnit(J.CompilationUnit) - Method in class org.openrewrite.checkstyle.CheckstyleRefactorVisitor
 
visitCompilationUnit(J.CompilationUnit) - Method in class org.openrewrite.checkstyle.SimplifyBooleanExpression
 
visitDoWhileLoop(J.DoWhileLoop) - Method in class org.openrewrite.checkstyle.EmptyBlock
 
visitDoWhileLoop(J.DoWhileLoop) - Method in class org.openrewrite.checkstyle.NeedBraces
 
visitElse(J.If.Else) - Method in class org.openrewrite.checkstyle.NeedBraces
 
visitElse(J.If.Else) - Method in class org.openrewrite.checkstyle.RightCurly
 
visitFieldAccess(J.FieldAccess) - Method in class org.openrewrite.checkstyle.NoWhitespaceAfter
 
visitFieldAccess(J.FieldAccess) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitFinally(J.Try.Finally) - Method in class org.openrewrite.checkstyle.RightCurly
 
visitForEachLoop(J.ForEachLoop) - Method in class org.openrewrite.checkstyle.EmptyStatement
 
visitForEachLoop(J.ForEachLoop) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitForLoop(J.ForLoop) - Method in class org.openrewrite.checkstyle.EmptyForInitializerPad
 
visitForLoop(J.ForLoop) - Method in class org.openrewrite.checkstyle.EmptyForIteratorPad
 
visitForLoop(J.ForLoop) - Method in class org.openrewrite.checkstyle.EmptyStatement
 
visitForLoop(J.ForLoop) - Method in class org.openrewrite.checkstyle.NeedBraces
 
visitForLoop(J.ForLoop) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitIf(J.If) - Method in class org.openrewrite.checkstyle.EmptyBlock
 
visitIf(J.If) - Method in class org.openrewrite.checkstyle.EmptyStatement
 
visitIf(J.If) - Method in class org.openrewrite.checkstyle.NeedBraces
 
visitIf(J.If) - Method in class org.openrewrite.checkstyle.SimplifyBooleanReturn
 
visitImport(J.Import) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitInstanceOf(J.InstanceOf) - Method in class org.openrewrite.checkstyle.OperatorWrap
 
visitLambda(J.Lambda) - Method in class org.openrewrite.checkstyle.UnnecessaryParentheses
 
visitLiteral(J.Literal) - Method in class org.openrewrite.checkstyle.UnnecessaryParentheses
 
visitMemberReference(J.MemberReference) - Method in class org.openrewrite.checkstyle.NoWhitespaceAfter
 
visitMemberReference(J.MemberReference) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitMemberReference(J.MemberReference) - Method in class org.openrewrite.checkstyle.OperatorWrap
 
visitMethod(J.MethodDecl) - Method in class org.openrewrite.checkstyle.CovariantEquals
 
visitMethod(J.MethodDecl) - Method in class org.openrewrite.checkstyle.MethodParamPad
 
visitMethod(J.MethodDecl) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitMethodInvocation(J.MethodInvocation) - Method in class org.openrewrite.checkstyle.EqualsAvoidsNull
 
visitMethodInvocation(J.MethodInvocation) - Method in class org.openrewrite.checkstyle.MethodParamPad
 
visitMethodInvocation(J.MethodInvocation) - Method in class org.openrewrite.checkstyle.NoWhitespaceAfter
 
visitMethodInvocation(J.MethodInvocation) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitMultiVariable(J.VariableDecls) - Method in class org.openrewrite.checkstyle.FinalLocalVariable
 
visitMultiVariable(J.VariableDecls) - Method in class org.openrewrite.checkstyle.NoWhitespaceAfter
 
visitMultiVariable(J.VariableDecls) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitNewArray(J.NewArray) - Method in class org.openrewrite.checkstyle.NoWhitespaceAfter
 
visitNewClass(J.NewClass) - Method in class org.openrewrite.checkstyle.MethodParamPad
 
visitPackage(J.Package) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitParentheses(J.Parentheses<T>) - Method in class org.openrewrite.checkstyle.UnnecessaryParentheses
 
visitStatement(Statement) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitSwitch(J.Switch) - Method in class org.openrewrite.checkstyle.DefaultComesLast
 
visitSwitch(J.Switch) - Method in class org.openrewrite.checkstyle.EmptyBlock
 
visitSynchronized(J.Synchronized) - Method in class org.openrewrite.checkstyle.EmptyBlock
 
visitTernary(J.Ternary) - Method in class org.openrewrite.checkstyle.OperatorWrap
 
visitTry(J.Try) - Method in class org.openrewrite.checkstyle.EmptyBlock
 
visitTypeCast(J.TypeCast) - Method in class org.openrewrite.checkstyle.NoWhitespaceAfter
 
visitTypeCast(J.TypeCast) - Method in class org.openrewrite.checkstyle.TypecastParenPad
 
visitTypeParameter(J.TypeParameter) - Method in class org.openrewrite.checkstyle.GenericWhitespace
 
visitTypeParameter(J.TypeParameter) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitTypeParameter(J.TypeParameter) - Method in class org.openrewrite.checkstyle.OperatorWrap
 
visitTypeParameters(J.TypeParameters) - Method in class org.openrewrite.checkstyle.GenericWhitespace
 
visitTypeParameters(J.TypeParameters) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitUnary(J.Unary) - Method in class org.openrewrite.checkstyle.NoWhitespaceAfter
 
visitUnary(J.Unary) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitUnary(J.Unary) - Method in class org.openrewrite.checkstyle.SimplifyBooleanExpression
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.ExplicitInitialization
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.HiddenField
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.OperatorWrap
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.StaticVariableName
 
visitVariable(J.VariableDecls.NamedVar) - Method in class org.openrewrite.checkstyle.UnnecessaryParentheses
 
visitWhileLoop(J.WhileLoop) - Method in class org.openrewrite.checkstyle.EmptyBlock
 
visitWhileLoop(J.WhileLoop) - Method in class org.openrewrite.checkstyle.EmptyStatement
 
visitWhileLoop(J.WhileLoop) - Method in class org.openrewrite.checkstyle.NeedBraces
 
visitWhileLoop(J.WhileLoop) - Method in class org.openrewrite.checkstyle.NoWhitespaceBefore
 

W

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