|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Star.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
|
protected void |
Or.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
|
protected void |
EpsilonLeaf.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
|
protected void |
Leaf.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
|
protected abstract void |
Regex.computeFollowPos(MultiMap<Leaf,Leaf> followPos)
|
static RegexIntervalTable |
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()
|
Methods in fr.umlv.tatoo.cc.parser.table with parameters of type MultiMap | ||
---|---|---|
static
|
TableWriter.dumpTable(File log,
Grammar grammar,
GrammarSets grammarSets,
NodeFactory<I> nodeFactory,
Map<NodeDecl<I>,? extends MultiMap<TerminalDecl,?>> table,
MultiMap<NodeDecl<I>,?> branch,
Map<NodeDecl<I>,? extends Map<NonTerminalDecl,NodeDecl<I>>> buildedGotos)
|
Method parameters in fr.umlv.tatoo.cc.parser.table with type arguments of type MultiMap | ||
---|---|---|
static
|
TableWriter.dumpTable(File log,
Grammar grammar,
GrammarSets grammarSets,
NodeFactory<I> nodeFactory,
Map<NodeDecl<I>,? extends MultiMap<TerminalDecl,?>> table,
MultiMap<NodeDecl<I>,?> branch,
Map<NodeDecl<I>,? extends Map<NonTerminalDecl,NodeDecl<I>>> buildedGotos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |