Uses of Class
org.antlr.analysis.NFAConfiguration
Packages that use NFAConfiguration
-
Uses of NFAConfiguration in org.antlr.analysis
Fields in org.antlr.analysis declared as NFAConfigurationFields in org.antlr.analysis with type parameters of type NFAConfigurationModifier and TypeFieldDescriptionprotected Set<NFAConfiguration> DFAState.closureBusyUsed to prevent the closure operation from looping to itself and hence looping forever.DFAState.configurationsWithLabeledEdgesDFAState.nfaConfigurationsThe set of NFA configurations (state,alt,context) for this DFA stateprotected MultiMap<Integer, NFAConfiguration> DecisionProbe.stateToRecursionOverflowConfigurationsMapRecursion is limited to a particular depth.Methods in org.antlr.analysis that return NFAConfigurationModifier and TypeMethodDescriptionDFAState.addNFAConfiguration(NFAState state, int alt, NFAContext context, SemanticContext semanticContext) Methods in org.antlr.analysis with parameters of type NFAConfigurationModifier and TypeMethodDescriptionvoidDFAState.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 NFAConfigurationModifier and TypeMethodDescriptionvoidDFAState.setNFAConfigurations(OrderedHashSet<NFAConfiguration> configs) Constructors in org.antlr.analysis with parameters of type NFAConfigurationModifierConstructorDescriptionAnalysisRecursionOverflowException(DFAState ovfState, NFAConfiguration proposedNFAConfiguration)