Package org.openrewrite.java.tree
Class J.MethodInvocation.Padding
java.lang.Object
org.openrewrite.java.tree.J.MethodInvocation.Padding
- Enclosing class:
- J.MethodInvocation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable JRightPadded<Expression>
@Nullable JContainer<Expression>
withArguments
(JContainer<Expression> arguments) withSelect
(@Nullable JRightPadded<Expression> select) withTypeParameters
(@Nullable JContainer<Expression> typeParameters)
-
Constructor Details
-
Padding
public Padding()
-
-
Method Details
-
getSelect
-
withSelect
-
getTypeParameters
-
withTypeParameters
public J.MethodInvocation withTypeParameters(@Nullable @Nullable JContainer<Expression> typeParameters) -
getArguments
-
withArguments
-