public final class AstLiteralExpression extends SimpleNode
children, id, image, parent| Constructor and Description |
|---|
AstLiteralExpression(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getType(EvaluationContext ctx) |
java.lang.Object |
getValue(EvaluationContext ctx) |
void |
setImage(java.lang.String image) |
accept, dump, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setValue, toString, toStringcheckType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumberpublic java.lang.Class getType(EvaluationContext ctx) throws ELException
getType in interface NodegetType in class SimpleNodeELExceptionpublic java.lang.Object getValue(EvaluationContext ctx) throws ELException
getValue in interface NodegetValue in class SimpleNodeELExceptionpublic void setImage(java.lang.String image)
setImage in class SimpleNode