Class IndentsVisitor<P>

java.lang.Object
org.openrewrite.TreeVisitor<Yaml,P>
org.openrewrite.yaml.YamlVisitor<P>
org.openrewrite.yaml.YamlIsoVisitor<P>
org.openrewrite.yaml.format.IndentsVisitor<P>

public class IndentsVisitor<P> extends YamlIsoVisitor<P>
  • Constructor Details

    • IndentsVisitor

      public IndentsVisitor(IndentsStyle style, @Nullable @Nullable org.openrewrite.Tree stopAfter)
  • Method Details

    • visit

      @Nullable public @Nullable Yaml visit(@Nullable @Nullable org.openrewrite.Tree tree, P p, org.openrewrite.Cursor parent)
      Overrides:
      visit in class org.openrewrite.TreeVisitor<Yaml,P>
    • preVisit

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

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

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