com.japisoft.formula.node
Class RootNode

java.lang.Object
  |
  +--com.japisoft.formula.node.AbstractNode
        |
        +--com.japisoft.formula.node.RootNode

public class RootNode
extends AbstractNode

Root node for the formula

More information at : http://www.japisoft.com

Version:
1.0
Author:
(c) 2003 JAPISoft

Constructor Summary
RootNode()
           
 
Method Summary
 java.lang.Object evaluate(NodeContext ctx)
           
 
Methods inherited from class com.japisoft.formula.node.AbstractNode
addChildNode, dump, getChildAt, getChildCount, getContent, getPos, isLeaf, setContent, setOp, setPos
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootNode

public RootNode()
Method Detail

evaluate

public java.lang.Object evaluate(NodeContext ctx)
                          throws EvaluateException
Specified by:
evaluate in class AbstractNode
EvaluateException