public class StaticStatement extends Statement
| Modifier and Type | Field and Description |
|---|---|
protected Expr |
_initValue |
protected StringValue |
_uniqueStaticName |
protected VarExpr |
_var |
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN| Constructor and Description |
|---|
StaticStatement(Location location,
StringValue uniqueStaticName,
VarExpr var,
Expr initValue)
Creates the echo statement.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
execute(Env env) |
fallThrough, getLocation, getParent, isLoop, rethrow, rethrow, setParent, toStringprotected StringValue _uniqueStaticName
protected VarExpr _var
protected Expr _initValue
public StaticStatement(Location location, StringValue uniqueStaticName, VarExpr var, Expr initValue)