public interface LexerInterface
| Modifier and Type | Method and Description |
|---|---|
Token |
next() |
Token |
peek() |
Token peek() throws LexerException, java.io.IOException
LexerExceptionjava.io.IOExceptionToken next() throws LexerException, java.io.IOException
LexerExceptionjava.io.IOException