Package org.openrewrite.java.tree
Class J.ForLoop.Control.Padding
java.lang.Object
org.openrewrite.java.tree.J.ForLoop.Control.Padding
- Enclosing class:
- J.ForLoop.Control
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInit()
withCondition
(JRightPadded<Expression> condition) withInit
(List<JRightPadded<Statement>> init) withUpdate
(List<JRightPadded<Statement>> update)
-
Constructor Details
-
Padding
public Padding()
-
-
Method Details
-
getInit
-
withInit
-
getCondition
-
withCondition
-
getUpdate
-
withUpdate
-