|
||||||||||
| 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.ClosureExpr
com.caucho.quercus.expr.ClosureExprPro
public class ClosureExprPro
Creates a closure.
| Field Summary |
|---|
| Fields inherited from class com.caucho.quercus.expr.ClosureExpr |
|---|
_fun |
| Fields inherited from class com.caucho.quercus.expr.Expr |
|---|
COMPILE_ARG_MAX |
| Constructor Summary | |
|---|---|
ClosureExprPro(Location loc,
Function fun,
java.util.ArrayList<VarExpr> useArgs)
|
|
| Method Summary | |
|---|---|
ExprGenerator |
getGenerator()
Returns the expression's generator. |
| Methods inherited from class com.caucho.quercus.expr.ClosureExpr |
|---|
createCopy, createRef, eval, evalCopy, getFunction, getFunctionLocation, getName, toString |
| Methods inherited from class com.caucho.quercus.expr.Expr |
|---|
assign, canRead, createAssign, createAssignFrom, createAssignRef, createCall, createClassConst, createClassField, createClassField, createDeref, createFieldGet, createFieldGet, createIsset, createUnset, evalArg, evalArgs, evalArray, evalArrayAssign, evalAssignRef, evalAssignValue, evalBoolean, evalChar, evalConstant, evalConstantPrefix, evalConstantSuffix, evalDirty, evalDouble, evalIsset, evalLong, evalObject, evalPostIncrement, evalPreIncrement, evalRef, evalString, evalStringValue, evalTop, evalUnsetArray, evalValue, evalVar, getFileName, getLine, getLocation, getLocationLine, isArray, isAssign, isBoolean, isConstant, isDouble, isFalse, isLiteral, isLong, isNumber, isRef, isString, isTrue, isVar, print |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClosureExprPro(Location loc,
Function fun,
java.util.ArrayList<VarExpr> useArgs)
| Method Detail |
|---|
public ExprGenerator getGenerator()
ExprPro
getGenerator in interface ExprPro
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||