public interface TokenInput<S>
| Modifier and Type | Method and Description |
|---|---|
default void |
error(Position mark,
Object state,
List<?> expected,
Object unexpectedSymbol) |
void |
error(Position mark,
String message) |
Element<S> |
next() |
Position |
position() |
static <S> TokenInput<S> |
tokenInput(Input input,
Lexer<S> lexer) |
Element<S> next() throws ParseException, IOException
ParseExceptionIOExceptionPosition position()
static <S> TokenInput<S> tokenInput(Input input, Lexer<S> lexer)
Copyright © 2020. All rights reserved.