DoWhileStatement
, ForStatement
, WhileStatement
public interface LoopingStatement
Modifier and Type | Method | Description |
---|---|---|
Statement |
getLoopBlock() |
Gets the loop block.
|
void |
setLoopBlock(Statement loopBlock) |
Sets the loop block.
|