public final class ParserBase extends Object
| Constructor and Description |
|---|
ParserBase() |
| Modifier and Type | Method and Description |
|---|---|
static <R,S extends StateBase<R>> |
parse(S state,
TokenInput<S> input) |
public static <R,S extends StateBase<R>> R parse(S state, TokenInput<S> input) throws ParseException, IOException
ParseExceptionIOExceptionCopyright © 2020. All rights reserved.