Uses of Class
org.antlr.analysis.NFAConfiguration
-
Packages that use NFAConfiguration Package Description org.antlr.analysis -
-
Uses of NFAConfiguration in org.antlr.analysis
Fields in org.antlr.analysis declared as NFAConfiguration Modifier and Type Field Description NFAConfigurationAnalysisRecursionOverflowException. proposedNFAConfigurationFields in org.antlr.analysis with type parameters of type NFAConfiguration Modifier and Type Field Description 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.Methods in org.antlr.analysis that return NFAConfiguration Modifier and Type Method Description NFAConfigurationDFAState. addNFAConfiguration(NFAState state, int alt, NFAContext context, SemanticContext semanticContext)Methods in org.antlr.analysis with parameters of type NFAConfiguration Modifier and Type Method Description 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)Method parameters in org.antlr.analysis with type arguments of type NFAConfiguration Modifier and Type Method Description private voidDecisionProbe. computeAltToProblemMaps(java.util.Set<java.lang.Integer> dfaStatesUnaliased, java.util.Map<java.lang.Integer,java.util.List<NFAConfiguration>> configurationsMap, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.Set<NFAState>>> altToTargetToCallSitesMap, java.util.Map<java.lang.Integer,DFAState> altToDFAState)voidDFAState. setNFAConfigurations(OrderedHashSet<NFAConfiguration> configs)Constructors in org.antlr.analysis with parameters of type NFAConfiguration Constructor Description AnalysisRecursionOverflowException(DFAState ovfState, NFAConfiguration proposedNFAConfiguration)
-