Uses of Class
mycompiler.mytypereconstruction.typeassumption.CParaTypeAssumption

Packages that use CParaTypeAssumption
mycompiler.mytypereconstruction.typeassumption   
 

Uses of CParaTypeAssumption in mycompiler.mytypereconstruction.typeassumption
 

Fields in mycompiler.mytypereconstruction.typeassumption with type parameters of type CParaTypeAssumption
protected  de.dhbwstuttgart.typeinference.Menge<CParaTypeAssumption> CMethodTypeAssumption.m_ParaAssumptions
           
 

Methods in mycompiler.mytypereconstruction.typeassumption that return CParaTypeAssumption
 CParaTypeAssumption CParaTypeAssumption.clone()
          
Author: J�rg B�uerle
 CParaTypeAssumption CMethodTypeAssumption.getParaAssumption(int index)
           
 

Methods in mycompiler.mytypereconstruction.typeassumption that return types with arguments of type CParaTypeAssumption
 de.dhbwstuttgart.typeinference.Menge<CParaTypeAssumption> CMethodTypeAssumption.getParaAssumptions()
          Author: J�rg B�uerle
 

Methods in mycompiler.mytypereconstruction.typeassumption with parameters of type CParaTypeAssumption
 void CMethodTypeAssumption.addParaAssumption(CParaTypeAssumption paraAssumption)