public class Parser extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Analysis |
ignoredTokens |
protected java.util.ArrayList |
nodeList |
| Constructor and Description |
|---|
Parser(LexerInterface lexer) |
| Modifier and Type | Method and Description |
|---|---|
Start |
parse() |
public final Analysis ignoredTokens
protected java.util.ArrayList nodeList
public Parser(LexerInterface lexer)
public Start parse() throws ParserException, LexerException, java.io.IOException
ParserExceptionLexerExceptionjava.io.IOException