@FunctionalInterface public interface Lexer<S>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
matchesGroup(String group,
int c) |
Token<S> |
next(Input input) |
Token<S> next(Input input) throws ParseErrorException, IOException
ParseErrorExceptionIOExceptiondefault boolean matchesGroup(String group, int c)
Copyright © 2020. All rights reserved.