Class NormalizeLineBreaksVisitor<P>


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

      • NormalizeLineBreaksVisitor

        public NormalizeLineBreaksVisitor​(org.openrewrite.style.GeneralFormatStyle style)
      • NormalizeLineBreaksVisitor

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

      • postVisit

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