Package org.openrewrite.java.tree
Class J.If.Else.Padding
- java.lang.Object
-
- org.openrewrite.java.tree.J.If.Else.Padding
-
- Enclosing class:
- J.If.Else
public static class J.If.Else.Padding extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Padding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRightPadded<Statement>getBody()J.If.ElsewithBody(JRightPadded<Statement> body)
-
-
-
Method Detail
-
getBody
public JRightPadded<Statement> getBody()
-
withBody
public J.If.Else withBody(JRightPadded<Statement> body)
-
-