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