Uses of Class
org.antlr.misc.MultiMap

Packages that use MultiMap
org.antlr.analysis   
org.antlr.tool   
 

Uses of MultiMap in org.antlr.analysis
 

Fields in org.antlr.analysis declared as MultiMap
protected  MultiMap<java.lang.Integer,NFAConfiguration> DecisionProbe.stateToRecursionOverflowConfigurationsMap
          Recursion is limited to a particular depth.
 

Constructors in org.antlr.analysis with parameters of type MultiMap
LL1DFA(int decisionNumber, NFAState decisionStartState, MultiMap<IntervalSet,java.lang.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
static MultiMap<java.lang.Integer,java.lang.Integer> Grammar.validDelegations
          Set of valid imports.
 



Copyright © 2013. All Rights Reserved.