Package org.openrewrite.java.tree
Class J.ForEachLoop.Control.Padding
- java.lang.Object
-
- org.openrewrite.java.tree.J.ForEachLoop.Control.Padding
-
- Enclosing class:
- J.ForEachLoop.Control
public static class J.ForEachLoop.Control.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<Expression>
getIterable()
JRightPadded<J.VariableDeclarations>
getVariable()
J.ForEachLoop.Control
withIterable(JRightPadded<Expression> iterable)
J.ForEachLoop.Control
withVariable(JRightPadded<J.VariableDeclarations> variable)
-
-
-
Method Detail
-
getVariable
public JRightPadded<J.VariableDeclarations> getVariable()
-
withVariable
public J.ForEachLoop.Control withVariable(JRightPadded<J.VariableDeclarations> variable)
-
getIterable
public JRightPadded<Expression> getIterable()
-
withIterable
public J.ForEachLoop.Control withIterable(JRightPadded<Expression> iterable)
-
-