org.zkoss.zel.impl.parser
Class AstLambdaExpression
java.lang.Object
org.zkoss.zel.impl.lang.ELSupport
org.zkoss.zel.impl.parser.SimpleNode
org.zkoss.zel.impl.parser.AstLambdaExpression
- All Implemented Interfaces:
- Node
public class AstLambdaExpression
- extends SimpleNode
| Methods inherited from class org.zkoss.zel.impl.parser.SimpleNode |
accept, equals, getImage, getMethodInfo, getType, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetNumSiblings, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue |
| Methods inherited from class org.zkoss.zel.impl.lang.ELSupport |
coerceToBoolean, coerceToDateTime, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToTypeForSetValue, compare, equals, isBigDecimalOp, isBigIntegerOp, isDateTimeType, isDoubleOp, isLongOp, isStringFloat |
AstLambdaExpression
public AstLambdaExpression(int id)
getValue
public Object getValue(EvaluationContext ctx)
throws ELException
- Specified by:
getValue in interface Node- Overrides:
getValue in class SimpleNode
- Throws:
ELException
toString
public String toString()
- Overrides:
toString in class SimpleNode
Copyright © 2015. All rights reserved.