public class DoStatement extends Statement
Modifier and Type | Field and Description |
---|---|
protected Statement |
_block |
protected java.lang.String |
_label |
protected Expr |
_test |
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN
Constructor and Description |
---|
DoStatement(Location location,
Expr test,
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