Package | Description |
---|---|
com.caucho.quercus.expr | |
com.caucho.quercus.statement |
Modifier and Type | Method and Description |
---|---|
VarVarExpr |
ExprFactory.createVarVar(Expr var)
Creates a var expression.
|
Modifier and Type | Method and Description |
---|---|
Statement |
ExprFactory.createVarGlobal(Location loc,
VarVarExpr var)
Creates a global var statement
|
Constructor and Description |
---|
VarGlobalStatement(Location location,
VarVarExpr var)
Creates the echo statement.
|