org.apache.el.parser
Class AstString
java.lang.Object
org.apache.el.lang.ELSupport
org.apache.el.parser.SimpleNode
org.apache.el.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.apache.el.parser.SimpleNode |
accept, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setValue, toString, toString |
Methods inherited from class org.apache.el.lang.ELSupport |
coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, equals, isBigDecimalOp, isBigIntegerOp, 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 © 2000-2012 Apache Software Foundation. All Rights Reserved.