|
||||||||||
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.AbstractMethodExpr
public abstract class AbstractMethodExpr
Represents a PHP function expression.
Field Summary |
---|
Fields inherited from class com.caucho.quercus.expr.Expr |
---|
COMPILE_ARG_MAX, NULL_ARGS |
Constructor Summary | |
---|---|
protected |
AbstractMethodExpr(Location location)
|
Method Summary | |
---|---|
protected Value |
eval(Env env,
Value qThis,
StringValue methodName,
int hashCode,
Expr[] argExprs)
Evaluates the expression. |
Value |
evalArg(Env env,
boolean isTop)
Evaluates the expression as a copy |
Value |
evalCopy(Env env)
Evaluates the expression as a copy |
Methods inherited from class com.caucho.quercus.expr.Expr |
---|
assign, canRead, createAssign, createAssignFrom, createAssignRef, createCall, createClassConst, createClassField, createClassField, createCopy, createDeref, createFieldGet, createFieldGet, createIsset, createRef, createUnset, eval, evalArgs, evalArray, evalArrayAssign, evalArrayAssignTail, evalAssignRef, evalAssignValue, evalBoolean, evalChar, evalConstant, evalConstantPrefix, evalConstantSuffix, evalDirty, evalDouble, evalIsset, evalIssetValue, evalLong, evalObject, evalPostIncrement, evalPreIncrement, evalQuercusClass, evalRef, evalString, evalStringValue, evalTop, evalUnsetArray, evalValue, evalVar, getFileName, getFunctionLocation, getLine, getLocation, getLocationLine, isArray, isAssign, isBoolean, isConstant, isDouble, isFalse, isLiteral, isLong, isNumber, isRef, isString, isTrue, isVar, print, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected AbstractMethodExpr(Location location)
Method Detail |
---|
public Value evalCopy(Env env)
evalCopy
in class Expr
env
- the calling environment.
public Value evalArg(Env env, boolean isTop)
evalArg
in class Expr
env
- the calling environment.
protected Value eval(Env env, Value qThis, StringValue methodName, int hashCode, Expr[] argExprs)
env
- the calling environment.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |