org.zkoss.zel.impl.parser
Class AstString
java.lang.Object
org.zkoss.zel.impl.lang.ELSupport
org.zkoss.zel.impl.parser.SimpleNode
org.zkoss.zel.impl.parser.AstString
- All Implemented Interfaces:
- Node
public final class AstString
- extends SimpleNode
- Version:
- $Id: AstString.java 1003861 2010-10-02 18:53:30Z markt $
- Author:
- Jacob Hookom [jacob@hookom.net]
| Methods inherited from class org.zkoss.zel.impl.parser.SimpleNode |
accept, equals, getImage, getMethodInfo, 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 |
AstString
public AstString(int id)
getString
public String getString()
getType
public Class<?> getType(EvaluationContext ctx)
throws ELException
- Specified by:
getType in interface Node- Overrides:
getType in class SimpleNode
- Throws:
ELException
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.