Uses of Class
org.antlr.misc.MultiMap
Packages that use MultiMap
-
Uses of MultiMap in org.antlr.analysis
Fields in org.antlr.analysis declared as MultiMapModifier and TypeFieldDescriptionprotected MultiMap<Integer,
NFAConfiguration> DecisionProbe.stateToRecursionOverflowConfigurationsMap
Recursion is limited to a particular depth.Constructors in org.antlr.analysis with parameters of type MultiMapModifierConstructorDescriptionLL1DFA
(int decisionNumber, NFAState decisionStartState, MultiMap<IntervalSet, Integer> edgeMap) From a set of edgeset->list-of-alts mappings, create a DFA that uses syn preds for all |list-of-alts|>1. -
Uses of MultiMap in org.antlr.tool
Fields in org.antlr.tool declared as MultiMap