public class ClassStaticStatement extends Statement
| Modifier and Type | Field and Description |
|---|---|
protected Expr |
_initValue |
protected StringValue |
_staticName |
protected VarExpr |
_var |
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN| Constructor and Description |
|---|
ClassStaticStatement(Location location,
StringValue staticName,
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 final VarExpr _var
protected final Expr _initValue
protected StringValue _staticName
public ClassStaticStatement(Location location, StringValue staticName, VarExpr var, Expr initValue)