Hierarchy For Package org.openrewrite.kotlin.format
Class Hierarchy
- java.lang.Object
- org.openrewrite.Recipe (implements java.lang.Cloneable)
- org.openrewrite.kotlin.format.AutoFormat
- org.openrewrite.TreeVisitor<T,
P> - org.openrewrite.java.JavaVisitor<P>
- org.openrewrite.kotlin.KotlinVisitor<P>
- org.openrewrite.kotlin.KotlinIsoVisitor<P>
- org.openrewrite.kotlin.format.AutoFormatVisitor<P>
- org.openrewrite.kotlin.format.BlankLinesVisitor<P>
- org.openrewrite.kotlin.format.ImportReorderingVisitor<P>
- org.openrewrite.kotlin.format.MinimumViableSpacingVisitor<P>
- org.openrewrite.kotlin.format.NormalizeFormatVisitor<P>
- org.openrewrite.kotlin.format.NormalizeLineBreaksVisitor<P>
- org.openrewrite.kotlin.format.NormalizeTabsOrSpacesVisitor<P>
- org.openrewrite.kotlin.format.RemoveTrailingWhitespaceVisitor<P>
- org.openrewrite.kotlin.format.SpacesFromCompilationUnitStyle
- org.openrewrite.kotlin.format.SpacesVisitor<P>
- org.openrewrite.kotlin.format.TabsAndIndentsVisitor<P>
- org.openrewrite.kotlin.format.TrailingCommaVisitor<P>
- org.openrewrite.kotlin.format.WrappingAndBracesVisitor<P>
- org.openrewrite.kotlin.KotlinIsoVisitor<P>
- org.openrewrite.kotlin.KotlinVisitor<P>
- org.openrewrite.java.JavaVisitor<P>
- org.openrewrite.Recipe (implements java.lang.Cloneable)