A Node in the Parse tree which is generated by the {@link Parser} as the treerepresentation of the OQL Query. Each node has a link back to the parent node (null for the root node), and a vector of children. Each node contains the {@link Token}which represents that part of the tree.
@author
Nissim Karpenstein
@version $Revision: 7101 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $