|
|||||||||||
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.UnaryOperatorNode
Constructor Summary | |
UnaryOperatorNode()
|
Method Summary | |
java.lang.Object |
evaluate(NodeContext ctx)
|
void |
setOperator(java.lang.String name,
UnaryOperator operator)
|
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 UnaryOperatorNode()
Method Detail |
public void setOperator(java.lang.String name, UnaryOperator operator)
public java.lang.Object evaluate(NodeContext ctx) throws EvaluateException
evaluate
in class AbstractNode
EvaluateException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |