Class NormalizeTabsOrSpacesVisitor<P>


  • public class NormalizeTabsOrSpacesVisitor<P>
    extends JavaIsoVisitor<P>
    • Constructor Detail

      • NormalizeTabsOrSpacesVisitor

        public NormalizeTabsOrSpacesVisitor​(TabsAndIndentsStyle style)
      • NormalizeTabsOrSpacesVisitor

        public NormalizeTabsOrSpacesVisitor​(TabsAndIndentsStyle style,
                                            @Nullable
                                            @Nullable org.openrewrite.Tree stopAfter)
    • Method Detail

      • postVisit

        @Nullable
        public @Nullable J postVisit​(J tree,
                                     P p)
        Overrides:
        postVisit in class org.openrewrite.TreeVisitor<J,​P>
      • visit

        @Nullable
        public @Nullable J visit​(@Nullable
                                 @Nullable org.openrewrite.Tree tree,
                                 P p)
        Overrides:
        visit in class org.openrewrite.TreeVisitor<J,​P>