Package | Description |
---|---|
org.antlr.analysis |
Modifier and Type | Field | Description |
---|---|---|
OrderedHashSet<NFAConfiguration> |
DFAState.nfaConfigurations |
The set of NFA configurations (state,alt,context) for this DFA state
|
protected OrderedHashSet<Label> |
DFAState.reachableLabels |
As this state is constructed (i.e., as NFA states are added), we
can easily check for non-epsilon transitions because the only
transition that could be a valid label is transition(0).
|
Modifier and Type | Method | Description |
---|---|---|
OrderedHashSet<Label> |
DFAState.getReachableLabels() |
Modifier and Type | Method | Description |
---|---|---|
void |
DFAState.setNFAConfigurations(OrderedHashSet<NFAConfiguration> configs) |
Copyright © 1992–2019 ANTLR. All rights reserved.