|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.env.EnvVar
com.caucho.quercus.env.LazyEnvVar
public class LazyEnvVar
For compiled code and error reporting. XXX: Need to instantiate vars when they're used, not at the top of the method.
Constructor Summary | |
---|---|
LazyEnvVar(StringValue name)
|
Method Summary | |
---|---|
Value |
get()
Returns the current value. |
Var |
getVar()
Returns the current Var. |
Value |
set(Value value)
Sets the current value. |
Var |
setVar(Var var)
Sets the var. |
Methods inherited from class com.caucho.quercus.env.EnvVar |
---|
setRef |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LazyEnvVar(StringValue name)
Method Detail |
---|
public Value get()
get
in class EnvVar
public Value set(Value value)
set
in class EnvVar
public Var getVar()
getVar
in class EnvVar
public Var setVar(Var var)
setVar
in class EnvVar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |