Uses of Class
org.antlr.misc.OrderedHashSet
-
Packages that use OrderedHashSet Package Description org.antlr.analysis -
-
Uses of OrderedHashSet in org.antlr.analysis
Fields in org.antlr.analysis declared as OrderedHashSet Modifier and Type Field Description OrderedHashSet<NFAConfiguration>DFAState. nfaConfigurationsThe set of NFA configurations (state,alt,context) for this DFA stateprotected OrderedHashSet<Label>DFAState. reachableLabelsAs 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).Methods in org.antlr.analysis that return OrderedHashSet Modifier and Type Method Description OrderedHashSet<Label>DFAState. getReachableLabels()Methods in org.antlr.analysis with parameters of type OrderedHashSet Modifier and Type Method Description voidDFAState. setNFAConfigurations(OrderedHashSet<NFAConfiguration> configs)
-