|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.japisoft.formula.node.AbstractNode
com.japisoft.formula.node.TernaryOperatorNode
Field Summary |
Fields inherited from class com.japisoft.formula.node.AbstractNode |
children, highPrecisionMode, op, roundingMode |
Constructor Summary | |
TernaryOperatorNode()
|
Method Summary | |
java.lang.Object |
evaluate(NodeContext ctx)
|
void |
setOperator(java.lang.String name,
TernaryOperator operator)
|
java.lang.String |
toString()
|
Methods inherited from class com.japisoft.formula.node.AbstractNode |
addChildNode, dump, getChildAt, getChildCount, getColumn, getContent, getLine, getPos, isLeaf, setContent, setOp, setPos, setPos |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TernaryOperatorNode()
Method Detail |
public void setOperator(java.lang.String name, TernaryOperator operator)
public java.lang.Object evaluate(NodeContext ctx) throws EvaluateException
evaluate
in class AbstractNode
EvaluateException
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |