|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.expr.Expr
com.caucho.quercus.expr.RawExpr
public class RawExpr
Represents an expression generated by the create routines.
| Field Summary |
|---|
| Fields inherited from class com.caucho.quercus.expr.Expr |
|---|
COMPILE_ARG_MAX |
| Constructor Summary | |
|---|---|
RawExpr(Location location,
java.lang.String code)
|
|
| Method Summary | |
|---|---|
Value |
eval(Env env)
Evaluates the expression. |
| Methods inherited from class com.caucho.quercus.expr.Expr |
|---|
assign, canRead, createAssign, createAssignRef, createCopy, createDeref, createFieldGet, createFieldGet, createIsset, createRef, createUnset, evalArg, evalArray, evalAssign, evalBoolean, evalChar, evalConstant, evalCopy, evalDirty, evalDouble, evalLong, evalObject, evalRef, evalString, evalStringValue, getFileName, getFunctionLocation, getLine, getLocation, getLocationLine, isAssign, isBoolean, isConstant, isDouble, isFalse, isLiteral, isLong, isNumber, isRef, isString, isTrue, print, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RawExpr(Location location,
java.lang.String code)
| Method Detail |
|---|
public Value eval(Env env)
Expr
eval in class Exprenv - the calling environment.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||