com.caucho.quercus.statement
Class ClassStaticStatement
java.lang.Object
com.caucho.quercus.statement.Statement
com.caucho.quercus.statement.ClassStaticStatement
- Direct Known Subclasses:
- ProClassStaticStatement
public class ClassStaticStatement
- extends Statement
Represents a static statement in a PHP program.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_className
protected final java.lang.String _className
_var
protected final VarExpr _var
_initValue
protected final Expr _initValue
_staticName
protected StringValue _staticName
ClassStaticStatement
public ClassStaticStatement(Location location,
java.lang.String className,
VarExpr var,
Expr initValue)
- Creates the echo statement.
execute
public Value execute(Env env)
- Specified by:
execute in class Statement