org.apache.el.parser
public final class AstString extends SimpleNode
children, id, image, parent| Constructor and Description |
|---|
AstString(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getString() |
java.lang.Class |
getType(EvaluationContext ctx) |
java.lang.Object |
getValue(EvaluationContext ctx) |
void |
setImage(java.lang.String image) |
accept, dump, equals, getImage, getMethodInfo, hashCode, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setValue, toString, toStringcheckType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumberpublic java.lang.String getString()
public java.lang.Class getType(EvaluationContext ctx) throws javax.el.ELException
getType in interface NodegetType in class SimpleNodejavax.el.ELExceptionpublic java.lang.Object getValue(EvaluationContext ctx) throws javax.el.ELException
getValue in interface NodegetValue in class SimpleNodejavax.el.ELExceptionpublic void setImage(java.lang.String image)
setImage in class SimpleNodeCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.