Class WrapMethodChains<P>

java.lang.Object
org.openrewrite.TreeVisitor<org.openrewrite.java.tree.J,P>
org.openrewrite.java.JavaVisitor<P>
org.openrewrite.java.JavaIsoVisitor<P>
org.openrewrite.java.format.WrapMethodChains<P>

public class WrapMethodChains<P> extends JavaIsoVisitor<P>
  • Constructor Details

    • WrapMethodChains

      public WrapMethodChains()
  • Method Details

    • visitMethodInvocation

      public org.openrewrite.java.tree.J.MethodInvocation visitMethodInvocation(org.openrewrite.java.tree.J.MethodInvocation method, P ctx)
      Overrides:
      visitMethodInvocation in class JavaIsoVisitor<P>