org.jdesktop.el.impl.parser
Class ArithmeticNode

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.ArithmeticNode
All Implemented Interfaces:
Node
Direct Known Subclasses:
AstDiv, AstMinus, AstMod, AstMult, AstPlus

public class ArithmeticNode
extends SimpleNode


Field Summary
 
Fields inherited from class org.jdesktop.el.impl.parser.SimpleNode
children, id, image, parent
 
Constructor Summary
ArithmeticNode(int i)
           
 
Method Summary
 java.lang.Class getType(EvaluationContext ctx)
           
 
Methods inherited from class org.jdesktop.el.impl.parser.SimpleNode
accept, dump, getImage, getMethodInfo, getValue, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, 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

ArithmeticNode

public ArithmeticNode(int i)
Parameters:
i -
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