public class ExprStatement extends Statement
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN
Constructor and Description |
---|
ExprStatement(Location location,
Expr expr)
Creates the expression statement.
|
Modifier and Type | Method and Description |
---|---|
Value |
execute(Env env) |
Expr |
getExpr()
Returns the expression.
|
fallThrough, getLocation, getParent, isLoop, rethrow, rethrow, setParent, toString