Class WrapMethodInvocationArguments<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.WrapMethodInvocationArguments<P>

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

    • WrapMethodInvocationArguments

      public WrapMethodInvocationArguments()
  • 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>
    • visitNewClass

      public org.openrewrite.java.tree.J.NewClass visitNewClass(org.openrewrite.java.tree.J.NewClass newClass, P ctx)
      Overrides:
      visitNewClass in class JavaIsoVisitor<P>