Uses of Class
fr.umlv.tatoo.cc.common.util.MultiMap

Packages that use MultiMap
fr.umlv.tatoo.cc.common.util   
fr.umlv.tatoo.cc.lexer.regex   
fr.umlv.tatoo.cc.parser.table   
 

Uses of MultiMap in fr.umlv.tatoo.cc.common.util
 

Methods in fr.umlv.tatoo.cc.common.util with parameters of type MultiMap
 boolean MultiMap.addAll(MultiMap<? extends K,? extends V> map)
          This become the union of this and m
 

Uses of MultiMap in fr.umlv.tatoo.cc.lexer.regex
 

Methods in fr.umlv.tatoo.cc.lexer.regex with parameters of type MultiMap
protected  void Cat.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void EpsilonLeaf.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void Star.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void Or.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected  void Leaf.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
protected abstract  void Regex.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
           
static AutomatonDecl RegexFactory.makeTable(Set<Leaf> first, MultiMap<Leaf,Leaf> transitions, Leaf acceptPosition, Encoding encoding)
           
 

Uses of MultiMap in fr.umlv.tatoo.cc.parser.table
 

Methods in fr.umlv.tatoo.cc.parser.table that return MultiMap
 MultiMap<NonTerminalDecl,I> Closure.getGotos()
           
 MultiMap<TerminalDecl,I> Closure.getShifts()