Uses of Class
fr.umlv.tatoo.cc.tools.ast.generator.NonTerminalKind

Packages that use NonTerminalKind
fr.umlv.tatoo.cc.tools.ast.generator   
 

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

Methods in fr.umlv.tatoo.cc.tools.ast.generator that return NonTerminalKind
static NonTerminalKind NonTerminalKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NonTerminalKind[] NonTerminalKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in fr.umlv.tatoo.cc.tools.ast.generator with type arguments of type NonTerminalKind
 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)