com.raritantechnologies.vqlparser
Class Parse

java.lang.Object
  extended bycom.raritantechnologies.vqlparser.Parse

public class Parse
extends java.lang.Object

Constructs a parse tree of a VQL statement using a Lexer to break the VQL string into a set of tokens.


Developed by Raritan Technologies Inc..

Author:
Kepler Gelotte

Constructor Summary
Parse(Lexer l)
           
 
Method Summary
 Node getRoot()
          Returns the root of the fully constructed tree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parse

public Parse(Lexer l)
Method Detail

getRoot

public Node getRoot()
Returns the root of the fully constructed tree