|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.japisoft.formula.node.AbstractNode
|
+--com.japisoft.formula.node.ValueNode
This node is for a value
More information at : http://www.japisoft.com
AbstractNode| Constructor Summary | |
ValueNode()
|
|
| Method Summary | |
java.lang.Object |
evaluate(NodeContext ctx)
|
boolean |
isString()
|
void |
setString(boolean string)
Set the value as a string or as a double value |
void |
setValue(java.lang.String val)
|
| 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 |
public ValueNode()
| Method Detail |
public void setString(boolean string)
public boolean isString()
public void setValue(java.lang.String val)
public java.lang.Object evaluate(NodeContext ctx)
throws EvaluateException
evaluate in class AbstractNodeEvaluateException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||