|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.data.parser.node.FunNode
The FunNode class represents the parsed function node
| Constructor Summary | |
FunNode(java.util.Stack parameterStack_in,
PostfixMathCommandI pfmc_in)
Creates a FunNode with specified value and command method |
|
| Method Summary | |
java.lang.Object |
getValue()
Returns the node value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FunNode(java.util.Stack parameterStack_in,
PostfixMathCommandI pfmc_in)
parameterStack_in - the stack of the argumentspfmc_in - the command method to be executed by the node| Method Detail |
public java.lang.Object getValue()
throws ParserException
getValue in interface NodeParserException
|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||