public abstract class AbstractMethodExpr extends Expr
COMPILE_ARG_MAX, NULL_ARGS
Modifier | Constructor and Description |
---|---|
protected |
AbstractMethodExpr(Location location) |
Modifier and Type | Method and Description |
---|---|
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
|
assign, canRead, createAssign, createAssignFrom, createAssignRef, createCall, createClassConst, createClassConst, createClassField, createClassField, createCopy, createDeref, createFieldGet, createFieldGet, createIsset, createRef, createUnset, equals, eval, evalArgs, evalArray, evalArrayAssign, evalArrayAssignRef, evalArrayAssignRef, evalArrayAssignTail, evalAssignRef, evalAssignRef, evalAssignValue, evalAssignValue, evalBoolean, evalChar, evalConstant, evalConstantPrefix, evalConstantSuffix, evalDirty, evalDouble, evalEmpty, 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
protected AbstractMethodExpr(Location location)
protected Value eval(Env env, Value qThis, StringValue methodName, int hashCode, Expr[] argExprs)
env
- the calling environment.