Package | Description |
---|---|
org.exolab.castor.jdo.oql |
Modifier and Type | Method and Description |
---|---|
ParseTreeNode |
Parser.getParseTree()
Generates the parse tree for the tokens provided by the Lexer passed in
the constructor.
|
Token |
Lexer.nextToken()
Returns the next
Token from the stream. |
Constructor and Description |
---|
Parser(Lexer lexer)
Creates a parser which will generate a parse tree from a series of tokens.
|
Copyright © 2014. All rights reserved.