com.japisoft.formula.node
Class ValueNodeHP

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

public class ValueNodeHP
extends ValueNode

Value node for high precision

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Constructor Summary
ValueNodeHP()
           
 
Method Summary
 java.lang.Object evaluate(NodeContext ctx)
           
 void setValue(java.lang.String val)
           
 
Methods inherited from class com.japisoft.formula.node.ValueNode
isString, setString
 
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

ValueNodeHP

public ValueNodeHP()
Method Detail

setValue

public void setValue(java.lang.String val)
Overrides:
setValue in class ValueNode

evaluate

public java.lang.Object evaluate(NodeContext ctx)
                          throws EvaluateException
Overrides:
evaluate in class ValueNode
EvaluateException