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
IOException
LexerException
ParserException
public static void addDeprecationSupervisor(DeprecationSupervisor ds)
public Node parse(boolean showWarnings) throws IOException, LexerException, ParserException
IOException
LexerException
ParserException
public Node parse() throws IOException, LexerException, ParserException
IOException
LexerException
ParserException
public static void main(String[] ar) throws IOException, LexerException, ParserException
IOException
LexerException
ParserException