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.closureBusy
Used to prevent the closure operation from looping to itself and hence looping forever.DFAState.configurationsWithLabeledEdges
DFAState.nfaConfigurations
The set of NFA configurations (state,alt,context) for this DFA stateprotected MultiMap<Integer,
NFAConfiguration> DecisionProbe.stateToRecursionOverflowConfigurationsMap
Recursion 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 TypeMethodDescriptionvoid
DFAState.addNFAConfiguration
(NFAState state, NFAConfiguration c) Add an NFA configuration to this DFA node.static boolean
NFAToDFAConverter.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.void
DecisionProbe.reportRecursionOverflow
(DFAState d, NFAConfiguration recursionNFAConfiguration) Method parameters in org.antlr.analysis with type arguments of type NFAConfigurationModifier and TypeMethodDescriptionprivate void
DecisionProbe.computeAltToProblemMaps
(Set<Integer> dfaStatesUnaliased, Map<Integer, List<NFAConfiguration>> configurationsMap, Map<Integer, Map<String, Set<NFAState>>> altToTargetToCallSitesMap, Map<Integer, DFAState> altToDFAState) void
DFAState.setNFAConfigurations
(OrderedHashSet<NFAConfiguration> configs) Constructors in org.antlr.analysis with parameters of type NFAConfigurationModifierConstructorDescriptionAnalysisRecursionOverflowException
(DFAState ovfState, NFAConfiguration proposedNFAConfiguration)