org.jdesktop.el.impl.parser
Class AstEqual

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.BooleanNode
              extended by org.jdesktop.el.impl.parser.AstEqual
All Implemented Interfaces:
Node

public final class AstEqual
extends BooleanNode


Field Summary
 
Fields inherited from class org.jdesktop.el.impl.parser.SimpleNode
children, id, image, parent
 
Constructor Summary
AstEqual(int id)
           
 
Method Summary
 java.lang.Object getValue(EvaluationContext ctx)
           
 
Methods inherited from class org.jdesktop.el.impl.parser.BooleanNode
getType
 
Methods inherited from class org.jdesktop.el.impl.parser.SimpleNode
accept, dump, getImage, getMethodInfo, 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

AstEqual

public AstEqual(int id)
Method Detail

getValue

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