org.jdesktop.el.impl.parser
Class AstLiteralExpression

java.lang.Object
  extended by org.jdesktop.el.impl.lang.ELSupport
      extended by org.jdesktop.el.impl.parser.SimpleNode
          extended by org.jdesktop.el.impl.parser.AstLiteralExpression
All Implemented Interfaces:
Node

public final class AstLiteralExpression
extends SimpleNode


Field Summary
 
Fields inherited from class org.jdesktop.el.impl.parser.SimpleNode
children, id, image, parent
 
Constructor Summary
AstLiteralExpression(int id)
           
 
Method Summary
 java.lang.Class getType(EvaluationContext ctx)
           
 java.lang.Object getValue(EvaluationContext ctx)
           
 void setImage(java.lang.String image)
           
 
Methods inherited from class org.jdesktop.el.impl.parser.SimpleNode
accept, dump, getImage, getMethodInfo, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setValue, toString, toString
 
Methods inherited from class org.jdesktop.el.impl.lang.ELSupport
coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AstLiteralExpression

public AstLiteralExpression(int id)
Method Detail

getType

public java.lang.Class getType(EvaluationContext ctx)
                        throws ELException
Specified by:
getType in interface Node
Overrides:
getType in class SimpleNode
Throws:
ELException

getValue

public java.lang.Object getValue(EvaluationContext ctx)
                          throws ELException
Specified by:
getValue in interface Node
Overrides:
getValue in class SimpleNode
Throws:
ELException

setImage

public void setImage(java.lang.String image)
Overrides:
setImage in class SimpleNode