fr.umlv.tatoo.cc.parser.table
Class TableWriter

java.lang.Object
  extended by fr.umlv.tatoo.cc.parser.table.TableWriter

public class TableWriter
extends Object

Version:
$Revision: 1431 $ $Date: 2007-11-23 18:19:25 +0100 (ven, 23 nov 2007) $
Author:
Gilles

Constructor Summary
TableWriter()
           
 
Method Summary
static
<I extends NodeItem<I>>
void
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableWriter

public TableWriter()
Method Detail

dumpTable

public static <I extends NodeItem<I>> void 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)