ElegantJ Data Tables Java API Specification v1.1

com.elegantj.data.parser.node
Class DoubleNode

java.lang.Object
  extended bycom.elegantj.data.parser.node.DoubleNode
All Implemented Interfaces:
Node

public class DoubleNode
extends java.lang.Object
implements Node

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

DoubleNode

public DoubleNode(double value_in)
Creates a DoubleNode with specified value

Parameters:
value_in - a double representing the node value
Method Detail

getValue

public java.lang.Object getValue()
                          throws ParserException
Returns the node value

Specified by:
getValue in interface Node
Returns:
the object represents the node value
Throws:
ParserException

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.