| Package | Description |
|---|---|
| org.antlr.v4.runtime.dfa |
| Modifier and Type | Method and Description |
|---|---|
EmptyEdgeMap<T> |
ArrayEdgeMap.clear() |
EmptyEdgeMap<DFAState> |
DFA.getEmptyContextEdgeMap()
Gets an empty edge map initialized with the minimum and maximum context
values allowed to be stored in this DFA.
|
EmptyEdgeMap<DFAState> |
DFA.getEmptyEdgeMap()
Gets an empty edge map initialized with the minimum and maximum symbol
values allowed to be stored in this DFA.
|
| Constructor and Description |
|---|
DFAState(EmptyEdgeMap<DFAState> emptyEdges,
EmptyEdgeMap<DFAState> emptyContextEdges,
ATNConfigSet configs)
Constructs a new
DFAState with explicit initial values for the
outgoing edge and context edge maps. |
DFAState(EmptyEdgeMap<DFAState> emptyEdges,
EmptyEdgeMap<DFAState> emptyContextEdges,
ATNConfigSet configs)
Constructs a new
DFAState with explicit initial values for the
outgoing edge and context edge maps. |
Copyright © 1992–2024 Daniel Sun. All rights reserved.