| Interface | Description |
|---|---|
| Offset |
An offset into Java source.
|
| Token |
A lexical token in a Java file.
|
| TokenTypes |
All possible token types returned by this lexer.
|
| Class | Description |
|---|---|
| Scanner |
A scanner that allows the user to "push back" tokens.
|