fr.umlv.tatoo.cc.tools.ast.generator
Class ASTGenerator

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

public class ASTGenerator
extends Generator


Constructor Summary
ASTGenerator(File sourceDir)
           
 
Method Summary
 void generate(GeneratorBean bean, ASTModel model)
           
 
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

ASTGenerator

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

generate

public void generate(GeneratorBean bean,
                     ASTModel model)
              throws GeneratorException
Throws:
GeneratorException