Package org.openrewrite.java.tree
Class J.MethodInvocation.Padding
- java.lang.Object
-
- org.openrewrite.java.tree.J.MethodInvocation.Padding
-
- Enclosing class:
- J.MethodInvocation
public static class J.MethodInvocation.Padding extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Padding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JContainer<Expression>
getArguments()
@Nullable JRightPadded<Expression>
getSelect()
@Nullable JContainer<Expression>
getTypeParameters()
J.MethodInvocation
withArguments(JContainer<Expression> arguments)
J.MethodInvocation
withSelect(@Nullable JRightPadded<Expression> select)
J.MethodInvocation
withTypeParameters(@Nullable JContainer<Expression> typeParameters)
-
-
-
Method Detail
-
getSelect
@Nullable public @Nullable JRightPadded<Expression> getSelect()
-
withSelect
public J.MethodInvocation withSelect(@Nullable @Nullable JRightPadded<Expression> select)
-
getTypeParameters
@Nullable public @Nullable JContainer<Expression> getTypeParameters()
-
withTypeParameters
public J.MethodInvocation withTypeParameters(@Nullable @Nullable JContainer<Expression> typeParameters)
-
getArguments
public JContainer<Expression> getArguments()
-
withArguments
public J.MethodInvocation withArguments(JContainer<Expression> arguments)
-
-