Class TabsAndIndentsVisitor<P>

java.lang.Object
org.openrewrite.TreeVisitor<Json,P>
org.openrewrite.json.JsonVisitor<P>
org.openrewrite.json.JsonIsoVisitor<P>
org.openrewrite.json.format.TabsAndIndentsVisitor<P>

public class TabsAndIndentsVisitor<P> extends JsonIsoVisitor<P>
  • Constructor Details

    • TabsAndIndentsVisitor

      public TabsAndIndentsVisitor(WrappingAndBracesStyle wrappingAndBracesStyle, TabsAndIndentsStyle tabsAndIndentsStyle, org.openrewrite.style.GeneralFormatStyle generalFormatStyle, @Nullable org.openrewrite.Tree stopAfter)
  • Method Details

    • preVisit

      public Json preVisit(Json tree, P p)
      Overrides:
      preVisit in class org.openrewrite.TreeVisitor<Json,P>
    • postVisit

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

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