public class NullStatement extends Statement
Modifier and Type | Field and Description |
---|---|
static NullStatement |
NULL |
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN
Modifier | Constructor and Description |
---|---|
protected |
NullStatement() |
Modifier and Type | Method and Description |
---|---|
Value |
execute(Env env)
The null statement does nothing.
|
fallThrough, getLocation, getParent, isLoop, rethrow, rethrow, setParent, toString
public static final NullStatement NULL