| Interface | Description |
|---|---|
| IteratorI |
This interface represents an iterator over integer values.
|
| Class | Description |
|---|---|
| ArrayListI |
This class is similar to an ArrayList, but is optimized for integers.
|
| CharStream |
Represents a character stream.
|
| CompiledDFA |
Represents a compiled DFA.
|
| DFA |
Implements a DFA.
|
| DFA.DFAState |
Represents a state in a DFA.
|
| HashMapI<T> |
A HashMap implementation which is optimized for integer keys.
|
| HashMapII |
A HashMap implementation which is optimized to associate integers with
integers.
|
| HashSetI |
HashSet implementation which is optimized for integer values.
|
| NFA | |
| NFA.NFAState |
Represents an NFA state.
|
| Token |
Represents a token in a token stream.
|
| TokenStream |
Represents a token stream.
|
| Exception | Description |
|---|---|
| ParseException | |
| TokenException |
Thrown when an exception occurs while tokening a character stream.
|