org.zkoss.zel.impl.parser
Class AstDotSuffix
java.lang.Object
org.zkoss.zel.impl.lang.ELSupport
org.zkoss.zel.impl.parser.SimpleNode
org.zkoss.zel.impl.parser.AstDotSuffix
- All Implemented Interfaces:
- Node
public final class AstDotSuffix
- extends SimpleNode
- Version:
- $Id: AstDotSuffix.java 1061787 2011-01-21 12:39:15Z markt $
- Author:
- Jacob Hookom [jacob@hookom.net]
| 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, setValue, toString, toString |
| Methods inherited from class org.zkoss.zel.impl.lang.ELSupport |
coerceToBoolean, coerceToCharacter, coerceToDateTime, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToTypeForSetValue, compare, equals, isBigDecimalOp, isBigIntegerOp, isDateTimeType, isDoubleOp, isLongOp, isStringFloat |
AstDotSuffix
public AstDotSuffix(int id)
getValue
public Object getValue(EvaluationContext ctx)
throws ELException
- Specified by:
getValue in interface Node- Overrides:
getValue in class SimpleNode
- Throws:
ELException
setImage
public void setImage(String image)
- Overrides:
setImage in class SimpleNode
Copyright © 2014. All rights reserved.