com.caucho.quercus.expr
Class RawExpr

java.lang.Object
  extended by com.caucho.quercus.expr.Expr
      extended by com.caucho.quercus.expr.RawExpr

public class RawExpr
extends Expr

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

RawExpr

public RawExpr(Location location,
               java.lang.String code)
Method Detail

eval

public Value eval(Env env)
Description copied from class: Expr
Evaluates the expression.

Specified by:
eval in class Expr
Parameters:
env - the calling environment.
Returns:
the expression value.