Class Hierarchy
- java.lang.Object
- org.openrewrite.SourceVisitor<R>
- org.openrewrite.java.JavaSourceVisitor<R>
- org.openrewrite.java.refactor.JavaRefactorVisitor (implements org.openrewrite.RefactorVisitorSupport)
- org.openrewrite.checkstyle.check.CovariantEquals
- org.openrewrite.checkstyle.check.DefaultComesLast
- org.openrewrite.checkstyle.check.EmptyBlock
- org.openrewrite.checkstyle.check.EmptyForInitializerPad
- org.openrewrite.checkstyle.check.EmptyForIteratorPad
- org.openrewrite.checkstyle.check.EmptyStatement
- org.openrewrite.checkstyle.check.EqualsAvoidsNull
- org.openrewrite.checkstyle.check.ExplicitInitialization
- org.openrewrite.checkstyle.check.FallThrough
- org.openrewrite.checkstyle.check.FinalClass
- org.openrewrite.checkstyle.check.FinalLocalVariable
- org.openrewrite.checkstyle.check.GenericWhitespace
- org.openrewrite.checkstyle.check.HiddenField
- org.openrewrite.checkstyle.check.HideUtilityClassConstructor
- org.openrewrite.checkstyle.check.LeftCurly
- org.openrewrite.checkstyle.check.MethodParamPad
- org.openrewrite.checkstyle.check.MultipleVariableDeclarations
- org.openrewrite.checkstyle.check.NeedBraces
- org.openrewrite.checkstyle.check.NoFinalizer
- org.openrewrite.checkstyle.check.NoWhitespaceAfter
- org.openrewrite.checkstyle.check.NoWhitespaceBefore
- org.openrewrite.checkstyle.check.OperatorWrap
- org.openrewrite.checkstyle.check.RightCurly
- org.openrewrite.checkstyle.check.SimplifyBooleanExpression
- org.openrewrite.checkstyle.check.SimplifyBooleanReturn
- org.openrewrite.checkstyle.check.StaticVariableName
- org.openrewrite.checkstyle.check.StringLiteralEquality
- org.openrewrite.checkstyle.check.TypecastParenPad
- org.openrewrite.checkstyle.check.UnnecessaryParentheses
- org.openrewrite.java.refactor.JavaRefactorVisitor (implements org.openrewrite.RefactorVisitorSupport)
- org.openrewrite.java.JavaSourceVisitor<R>
- org.openrewrite.SourceVisitor<R>