|
|||||||||||
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.GroupNode
Group node definition. This node shouln't
be empty. Otherwise a
.
If more than one child node is found, only the first
one is evaluated.
null
value
is returned.
Constructor Summary | |
GroupNode()
|
Method Summary | |
java.lang.Object |
evaluate(NodeContext ctx)
|
boolean |
isParamMode()
|
void |
setParamMode(boolean param)
Param if this is a group from a function parameters |
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 GroupNode()
Method Detail |
public void setParamMode(boolean param)
public boolean isParamMode()
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 |