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

java.lang.Object
  extended by fr.umlv.tatoo.cc.tools.ast.generator.ASTGeneratorUtils

public class ASTGeneratorUtils
extends Object


Method Summary
static Type computeVariableOrProductionType(String name, String astPackagePrefix, String suffix)
           
static List<NonTerminalDecl> filterOutTerminals(ProductionDecl production)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

filterOutTerminals

public static List<NonTerminalDecl> filterOutTerminals(ProductionDecl production)

computeVariableOrProductionType

public static Type computeVariableOrProductionType(String name,
                                                   String astPackagePrefix,
                                                   String suffix)