Uses of Class
fr.umlv.tatoo.cc.common.generator.GeneratorException

Packages that use GeneratorException
fr.umlv.tatoo.cc.common.generator   
fr.umlv.tatoo.cc.common.generator.impl   
fr.umlv.tatoo.cc.lexer.generator   
fr.umlv.tatoo.cc.parser.generator   
fr.umlv.tatoo.cc.tools.ast.generator   
fr.umlv.tatoo.cc.tools.generator   
 

Uses of GeneratorException in fr.umlv.tatoo.cc.common.generator
 

Methods in fr.umlv.tatoo.cc.common.generator that throw GeneratorException
 void Generator.generate(Map<String,?> root, Map<AliasPrototype,? extends Alias> aliasMap, AliasPrototype prototype)
           
 void TemplateEngine.generate(Map<String,?> map, String templateName, File output, Class<?> clazz, Iterable<? extends File> classPath)
           
protected  void Generator.generate(Map<String,?> map, String templateName, Type type)
          Generates the source code of a type using a template.
 

Uses of GeneratorException in fr.umlv.tatoo.cc.common.generator.impl
 

Methods in fr.umlv.tatoo.cc.common.generator.impl that throw GeneratorException
 void Motocity.generate(Map<String,?> parameterMap, String templateName, File output, Class<?> clazz, Iterable<? extends File> classPath)
           
 

Uses of GeneratorException in fr.umlv.tatoo.cc.lexer.generator
 

Methods in fr.umlv.tatoo.cc.lexer.generator that throw GeneratorException
 void SwitchLexerGenerator.generate(GeneratorBean bean, LexerMap.Switch lexerMapSwitch)
           
 void LexerGenerator.generate(GeneratorBean bean, LexerMap.Table lexerMapTable)
           
 

Uses of GeneratorException in fr.umlv.tatoo.cc.parser.generator
 

Methods in fr.umlv.tatoo.cc.parser.generator that throw GeneratorException
 void ParserGenerator.generate(GeneratorBean bean, GrammarRepository factory, ParserTableDecl table)
           
 

Uses of GeneratorException in fr.umlv.tatoo.cc.tools.ast.generator
 

Methods in fr.umlv.tatoo.cc.tools.ast.generator that throw GeneratorException
 void ASTGenerator.generate(GeneratorBean bean, GrammarRepository grammarRepository, EBNFSupport ebnfSupport, ToolsFactory toolsFactory, Map<TerminalDecl,Type> terminalValueTypeMap, Map<ProductionDecl,Type> productionTypeMap, Map<NonTerminalDecl,NonTerminalKind> nonTerminalKindMap, Map<VariableDecl,Type> parentMap)
           
 

Uses of GeneratorException in fr.umlv.tatoo.cc.tools.generator
 

Methods in fr.umlv.tatoo.cc.tools.generator that throw GeneratorException
 void ToolsGenerator.generate(GeneratorBean bean, RuleFactory ruleFactory, GrammarRepository grammarItemsRepository, EBNFSupport ebnfSupport, ToolsFactory toolsFactory, Set<? extends ProductionDecl> astSet)