public interface Loop extends Traversable
| Modifier and Type | Method and Description |
|---|---|
Statement |
getBody()
Returns the statement that is the body of the loop.
|
Expression |
getCondition()
Returns the expression that determines the duration of the loop.
|
getChildren, getParent, removeChild, setChild, setParentStatement getBody()
Expression getCondition()