| Interface | Description |
|---|---|
| InputBuffer |
Abstraction of a simple char[] buffer holding the input text to be parsed.
|
| Class | Description |
|---|---|
| DefaultInputBuffer |
Immutable default implementation of an InputBuffer.
|
| IndentDedentInputBuffer |
Special, immutable InputBuffer implementation for indentation based grammars.
|
| InputBufferUtils | |
| MutableInputBuffer |
An InputBuffer wrapping another InputBuffer and providing for the ability to insert (and undo) characters at
certain index positions.
|