public class BreakStatement extends Statement
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<java.lang.String> |
_loopLabelList |
protected Expr |
_target |
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN| Constructor and Description |
|---|
BreakStatement(Location location,
Expr target,
java.util.ArrayList<java.lang.String> loopLabelList) |
| Modifier and Type | Method and Description |
|---|---|
Value |
execute(Env env)
Executes the statement, returning the expression value.
|
fallThrough, getLocation, getParent, isLoop, rethrow, rethrow, setParent, toStringprotected final Expr _target
protected final java.util.ArrayList<java.lang.String> _loopLabelList