fr.umlv.tatoo.cc.tools.generator
Class ToolsGenerator

java.lang.Object
  extended by fr.umlv.tatoo.cc.common.generator.Generator
      extended by fr.umlv.tatoo.cc.tools.generator.ToolsGenerator

public class ToolsGenerator
extends Generator


Constructor Summary
ToolsGenerator(File sourceDir)
           
 
Method Summary
 void generate(GeneratorBean bean, RuleFactory ruleFactory, GrammarRepository grammarItemsRepository, EBNFSupport ebnfSupport, ToolsFactory toolsFactory, Set<? extends ProductionDecl> astSet)
           
 
Methods inherited from class fr.umlv.tatoo.cc.common.generator.Generator
generate, generate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolsGenerator

public ToolsGenerator(File sourceDir)
               throws GeneratorException
Throws:
GeneratorException
Method Detail

generate

public void generate(GeneratorBean bean,
                     RuleFactory ruleFactory,
                     GrammarRepository grammarItemsRepository,
                     EBNFSupport ebnfSupport,
                     ToolsFactory toolsFactory,
                     Set<? extends ProductionDecl> astSet)
              throws GeneratorException
Throws:
GeneratorException