| Constructor and Description |
|---|
StreamParser(S initialState,
Lexer<S> lexer) |
| Modifier and Type | Method and Description |
|---|---|
R |
parse(String name,
InputStream stream) |
R |
parse(String name,
Reader reader) |
R |
parse(TokenInput<S> input) |
R |
parseFile(String fileName) |
R |
parseString(String content) |
public R parse(TokenInput<S> input) throws ParseErrorException
ParseErrorExceptionpublic R parse(String name, Reader reader) throws IOException, ParseErrorException
IOExceptionParseErrorExceptionpublic R parseFile(String fileName) throws IOException, ParseErrorException
IOExceptionParseErrorExceptionpublic R parseString(String content) throws IOException, ParseErrorException
IOExceptionParseErrorExceptionpublic R parse(String name, InputStream stream) throws IOException, ParseErrorException
IOExceptionParseErrorExceptionCopyright © 2020. All rights reserved.