Class IndentsVisitor<P>

    • Constructor Detail

      • IndentsVisitor

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

      • 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>