Package fr.umlv.tatoo.cc.common.generator

Interface Summary
ObjectId Interface for all object that could be referenced with a name in the generated code.
TemplateEngine  
 

Class Summary
AbstractObjectId Abstract class for all object that have a name.
Generator Generate enums that represents at runtimn productions, terminals, non-terminals, rules and parser tables using respectively an array of ProductionDecl, TerminalDecl, NonTerminalDecl, RuleDecl, ParserTableDecl.
IdMap<O extends ObjectId>  
Type Represents a Java Type.
 

Exception Summary
GeneratorException An exception raised by the generator.