Package org.openrewrite.java.tree
Class J.NewClass.Padding
- java.lang.Object
-
- org.openrewrite.java.tree.J.NewClass.Padding
-
- Enclosing class:
- J.NewClass
public static class J.NewClass.Padding extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Padding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable JContainer<Expression>
getArguments()
@Nullable JRightPadded<Expression>
getEnclosing()
J.NewClass
withArguments(@Nullable JContainer<Expression> arguments)
J.NewClass
withEnclosing(@Nullable JRightPadded<Expression> enclosing)
-
-
-
Method Detail
-
getEnclosing
@Nullable public @Nullable JRightPadded<Expression> getEnclosing()
-
withEnclosing
public J.NewClass withEnclosing(@Nullable @Nullable JRightPadded<Expression> enclosing)
-
getArguments
@Nullable public @Nullable JContainer<Expression> getArguments()
-
withArguments
public J.NewClass withArguments(@Nullable @Nullable JContainer<Expression> arguments)
-
-