@FunctionalInterface public interface Lexer<S>
| Modifier and Type | Method and Description |
|---|---|
static boolean |
matchesGroup(char group,
int c) |
Element<S> |
next(Input input) |
Element<S> next(Input input) throws ParseException, IOException
ParseExceptionIOExceptionstatic boolean matchesGroup(char group,
int c)
Copyright © 2020. All rights reserved.