Class AutoFormatVisitor<P>

    • Constructor Detail

      • AutoFormatVisitor

        public AutoFormatVisitor​(@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 cursor)
        Overrides:
        visit 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>