类的使用
org.antlr.misc.OrderedHashSet
-
使用OrderedHashSet的程序包 程序包 说明 org.antlr.analysis -
-
org.antlr.analysis中OrderedHashSet的使用
声明为OrderedHashSet的org.antlr.analysis中的字段 修饰符和类型 字段 说明 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).返回OrderedHashSet的org.antlr.analysis中的方法 修饰符和类型 方法 说明 OrderedHashSet<Label>DFAState. getReachableLabels()参数类型为OrderedHashSet的org.antlr.analysis中的方法 修饰符和类型 方法 说明 voidDFAState. setNFAConfigurations(OrderedHashSet<NFAConfiguration> configs)
-