public class Parser extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addDeprecationSupervisor(DeprecationSupervisor ds) |
List<Warning> |
getWarnings() |
static void |
main(String[] ar) |
Node |
parse() |
Node |
parse(boolean showWarnings) |
public Parser(Lexer lexer) throws IOException, LexerException, ParserException
IOExceptionLexerExceptionParserExceptionpublic static void addDeprecationSupervisor(DeprecationSupervisor ds)
public Node parse(boolean showWarnings) throws IOException, LexerException, ParserException
IOExceptionLexerExceptionParserExceptionpublic Node parse() throws IOException, LexerException, ParserException
IOExceptionLexerExceptionParserExceptionpublic static void main(String[] ar) throws IOException, LexerException, ParserException
IOExceptionLexerExceptionParserException