Package org.openrewrite.java.tree
Class J.DoWhileLoop.Padding
java.lang.Object
org.openrewrite.java.tree.J.DoWhileLoop.Padding
- Enclosing class:
- J.DoWhileLoop
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()withBody(JRightPadded<Statement> body) withWhileCondition(JLeftPadded<J.ControlParentheses<Expression>> whileCondition)
-
Constructor Details
-
Padding
public Padding()
-
-
Method Details
-
getBody
-
withBody
-
getWhileCondition
-
withWhileCondition
public J.DoWhileLoop withWhileCondition(JLeftPadded<J.ControlParentheses<Expression>> whileCondition)
-