Package | Description |
---|---|
com.caucho.quercus.expr | |
com.caucho.quercus.program |
Modifier and Type | Method and Description |
---|---|
VarInfo |
VarExpr.getVarInfo()
Returns the variable info.
|
Modifier and Type | Method and Description |
---|---|
VarExpr |
ExprFactory.createVar(VarInfo var)
Creates a var expression.
|
Constructor and Description |
---|
VarExpr(Location location,
VarInfo var) |
VarExpr(VarInfo var) |
VarTempExpr(Location location,
VarInfo var) |
VarTempExpr(VarInfo var) |
Modifier and Type | Method and Description |
---|---|
VarInfo |
FunctionInfo.createVar(StringValue name)
Returns the variable.
|
protected VarInfo |
FunctionInfo.createVarInfo(StringValue name) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<VarInfo> |
FunctionInfo.getVariables()
Returns the variables.
|