public class ForStatement extends Statement
Modifier and Type | Field and Description |
---|---|
protected Statement |
_block |
protected Expr |
_incr |
protected Expr |
_init |
protected java.lang.String |
_label |
protected Expr |
_test |
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN
Constructor and Description |
---|
ForStatement(Location location,
Expr init,
Expr test,
Expr incr,
Statement block,
java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
Value |
execute(Env env) |
boolean |
isLoop() |
fallThrough, getLocation, getParent, rethrow, rethrow, setParent, toString