| Interface | Description |
|---|---|
| EdgeMap<T> |
| Class | Description |
|---|---|
| AbstractEdgeMap<T> | |
| AcceptStateInfo |
Stores information about a
DFAState which is an accept state under
some condition. |
| ArrayEdgeMap<T> | |
| 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.
|
| EmptyEdgeMap<T> |
This implementation of
AbstractEdgeMap represents an empty edge map. |
| HashEdgeMap<T> | |
| LexerDFASerializer | |
| SingletonEdgeMap<T> | |
| SparseEdgeMap<T> | Deprecated
Use
HashEdgeMap instead. |
Copyright © 1992–2024 Daniel Sun. All rights reserved.