fr.umlv.tatoo.cc.lexer.generator
Class LexerGenerator

java.lang.Object
  extended by fr.umlv.tatoo.cc.common.generator.Generator
      extended by fr.umlv.tatoo.cc.lexer.generator.LexerGenerator

public class LexerGenerator
extends Generator


Constructor Summary
LexerGenerator(File sourceDir)
           
 
Method Summary
 void generate(GeneratorBean bean, RuleFactory ruleFactory)
           
 
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

LexerGenerator

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

generate

public void generate(GeneratorBean bean,
                     RuleFactory ruleFactory)
              throws GeneratorException
Throws:
GeneratorException