@FunctionalInterface public interface Lexer<S>
| Modifier and Type | Method and Description |
|---|---|
Token<S> |
next(Input input) |
Token<S> next(Input input) throws ParseErrorException, IOException
ParseErrorExceptionIOExceptionCopyright © 2020. All rights reserved.