Package org.openrewrite.java.tree
Class J.If.Padding
- java.lang.Object
-
- org.openrewrite.java.tree.J.If.Padding
-
- Enclosing class:
- J.If
public static class J.If.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>getThenPart()J.IfwithThenPart(JRightPadded<Statement> thenPart)
-
-
-
Method Detail
-
getThenPart
public JRightPadded<Statement> getThenPart()
-
withThenPart
public J.If withThenPart(JRightPadded<Statement> thenPart)
-
-