ElegantJ Data Tables Java API Specification v1.1

com.elegantj.data.parser.node
Interface Node

All Known Implementing Classes:
CharacterNode, DoubleNode, FunNode, IntegerNode, StringNode, VarNode

public interface Node

The Node interface represents the parsed expression or function node.


Method Summary
 java.lang.Object getValue()
          Returns the node value
 

Method Detail

getValue

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

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.