| Class | Description |
|---|---|
| DFA | |
| DFASerializer |
A DFA walker that knows how to dump them to serialized strings.
|
| DFAState |
A DFA state represents a set of possible ATN configurations.
|
| DFAState.PredPrediction |
Map a predicate to a predicted alternative.
|
| LexerDFASerializer |