类的使用
org.antlr.analysis.NFAConfiguration
-
使用NFAConfiguration的程序包 程序包 说明 org.antlr.analysis -
-
org.antlr.analysis中NFAConfiguration的使用
声明为NFAConfiguration的org.antlr.analysis中的字段 修饰符和类型 字段 说明 NFAConfigurationAnalysisRecursionOverflowException. proposedNFAConfiguration类型参数类型为NFAConfiguration的org.antlr.analysis中的字段 修饰符和类型 字段 说明 protected java.util.Set<NFAConfiguration>DFAState. closureBusyUsed to prevent the closure operation from looping to itself and hence looping forever.java.util.List<NFAConfiguration>DFAState. configurationsWithLabeledEdgesOrderedHashSet<NFAConfiguration>DFAState. nfaConfigurationsThe set of NFA configurations (state,alt,context) for this DFA stateprotected MultiMap<java.lang.Integer,NFAConfiguration>DecisionProbe. stateToRecursionOverflowConfigurationsMapRecursion is limited to a particular depth.返回NFAConfiguration的org.antlr.analysis中的方法 修饰符和类型 方法 说明 NFAConfigurationDFAState. addNFAConfiguration(NFAState state, int alt, NFAContext context, SemanticContext semanticContext)参数类型为NFAConfiguration的org.antlr.analysis中的方法 修饰符和类型 方法 说明 voidDFAState. addNFAConfiguration(NFAState state, NFAConfiguration c)Add an NFA configuration to this DFA node.static booleanNFAToDFAConverter. closureIsBusy(DFAState d, NFAConfiguration proposedNFAConfiguration)A closure operation should abort if that computation has already been done or a computation with a conflicting context has already been done.voidDecisionProbe. reportRecursionOverflow(DFAState d, NFAConfiguration recursionNFAConfiguration)类型变量类型为NFAConfiguration的org.antlr.analysis中的方法参数 修饰符和类型 方法 说明 voidDFAState. setNFAConfigurations(OrderedHashSet<NFAConfiguration> configs)参数类型为NFAConfiguration的org.antlr.analysis中的构造器 构造器 说明 AnalysisRecursionOverflowException(DFAState ovfState, NFAConfiguration proposedNFAConfiguration)
-