Uses of Class
fr.umlv.tatoo.cc.parser.table.NodeFactory

Packages that use NodeFactory
fr.umlv.tatoo.cc.parser.lalr   
fr.umlv.tatoo.cc.parser.lr   
fr.umlv.tatoo.cc.parser.slr   
fr.umlv.tatoo.cc.parser.table   
 

Uses of NodeFactory in fr.umlv.tatoo.cc.parser.lalr
 

Methods in fr.umlv.tatoo.cc.parser.lalr with parameters of type NodeFactory
 void LALRTableFactoryMethod.initializeComputation(NodeFactory<LR0Item> factory, Grammar grammar, GrammarSets grammarSets, TerminalDecl eof)
           
 

Uses of NodeFactory in fr.umlv.tatoo.cc.parser.lr
 

Methods in fr.umlv.tatoo.cc.parser.lr with parameters of type NodeFactory
 void LRTableFactoryMethod.initializeComputation(NodeFactory<LR1Item> factory, Grammar grammar, GrammarSets grammarSets, TerminalDecl eof)
           
 

Uses of NodeFactory in fr.umlv.tatoo.cc.parser.slr
 

Methods in fr.umlv.tatoo.cc.parser.slr with parameters of type NodeFactory
 void SLRTableFactoryMethod.initializeComputation(NodeFactory<LR0Item> factory, Grammar grammar, GrammarSets grammarSets, TerminalDecl eof)
           
 

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

Methods in fr.umlv.tatoo.cc.parser.table with parameters of type NodeFactory
static
<I extends NodeItem<I>>
void
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)
           
 void TableFactoryMethod.initializeComputation(NodeFactory<I> factory, Grammar grammar, GrammarSets grammarSets, TerminalDecl eof)
          Initialize some computation (for LALR)
 

Constructors in fr.umlv.tatoo.cc.parser.table with parameters of type NodeFactory
NodeDecl(I firstKernelItem, Set<VersionDecl> compatibleVersion, int stateNo, NodeFactory<I> factory, NodeClosureComputer<I> closureComputer)
          Constructor for start states
NodeDecl(Set<I> kernelItems, Set<VersionDecl> compatibleVersion, int stateNo, NodeFactory<I> factory, NodeClosureComputer<I> closureComputer, VariableDecl associated)
          Constructor for other states