|
|||||||||||
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.OperatorNode | +--com.japisoft.formula.node.UnaryOperatorNode | +--com.japisoft.formula.node.UnaryOperatorNodeHP
This is a class for BigDecimal usage
This operator uses one double operand.
Bad type or bad child count will throw an EvaluateException
.
More information at : http://www.japisoft.com
Constructor Summary | |
UnaryOperatorNodeHP()
|
Method Summary | |
java.lang.Object |
evaluate(NodeContext ctx)
|
Methods inherited from class com.japisoft.formula.node.OperatorNode |
getOperator, getPrettyOperator, setOperator |
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 UnaryOperatorNodeHP()
Method Detail |
public java.lang.Object evaluate(NodeContext ctx) throws EvaluateException
evaluate
in class UnaryOperatorNode
EvaluateException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |