|
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.DoubleNode
The DoubleNode class represents the parsed expression node for the double
| Constructor Summary | |
DoubleNode(double value_in)
Creates a DoubleNode with specified value |
|
| 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 DoubleNode(double value_in)
value_in - a double representing the node value| 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 | |||||||||