public final class ASTJexlLambda extends ASTJexlScript
JexlNode.Constant<T>
id
Modifier and Type | Method and Description |
---|---|
Scope.Frame |
createFrame(Scope.Frame frame,
Object... values)
Creates an array of arguments by copying values up to the number of parameters.
|
boolean |
isTopLevel() |
createFrame, getArgCount, getLocalVariables, getParameters, getPragmas, getScope, getSymbols, isHoistedSymbol, jjtAccept, script, setScope, toExpression
clearCache, isConstant, isConstant, isLeftValue, jexlInfo, jjtSetFirstToken, jjtSetLastToken
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
public boolean isTopLevel()
public Scope.Frame createFrame(Scope.Frame frame, Object... values)
frame
- the calling framevalues
- the argument valuesCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.