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

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

public class ParentTypeFinder
extends Object


Constructor Summary
ParentTypeFinder(Map<VariableDecl,Type> variableTypeMap, Map<ProductionDecl,Type> productionTypeMap)
           
 
Method Summary
 void add(ProductionDecl production)
           
 void add(VariableDecl variable, ProductionDecl production)
           
 Map<VariableDecl,Type> createParentTypeMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentTypeFinder

public ParentTypeFinder(Map<VariableDecl,Type> variableTypeMap,
                        Map<ProductionDecl,Type> productionTypeMap)
Method Detail

add

public void add(ProductionDecl production)

add

public void add(VariableDecl variable,
                ProductionDecl production)

createParentTypeMap

public Map<VariableDecl,Type> createParentTypeMap()