ElegantJ Data Tables Java API Specification v1.1

com.elegantj.data.parser.node
Class IntegerNode

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

public class IntegerNode
extends java.lang.Object
implements Node

The IntegerNode class represents the parsed expression node for the integer


Constructor Summary
IntegerNode(int value_in)
          Creates an IntegerNode 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

IntegerNode

public IntegerNode(int value_in)
Creates an IntegerNode with specified value

Parameters:
value_in - an integer 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.