Uses of Class
mycompiler.mytypereconstruction.typeassumption.CMethodTypeAssumption

Packages that use CMethodTypeAssumption
mycompiler.mytypereconstruction   
mycompiler.mytypereconstruction.typeassumption   
 

Uses of CMethodTypeAssumption in mycompiler.mytypereconstruction
 

Methods in mycompiler.mytypereconstruction that return types with arguments of type CMethodTypeAssumption
 de.dhbwstuttgart.typeinference.Menge<CMethodTypeAssumption> CIntersectionType.getMethodTypeAssumptions()
           
 

Methods in mycompiler.mytypereconstruction with parameters of type CMethodTypeAssumption
 void CIntersectionType.addMethodTypeAssumption(CMethodTypeAssumption assum)
           
 void CIntersectionType.removeMethodTypeAssumption(CMethodTypeAssumption assum)
           
 

Method parameters in mycompiler.mytypereconstruction with type arguments of type CMethodTypeAssumption
 void CIntersectionType.setMethodTypeAssumptions(de.dhbwstuttgart.typeinference.Menge<CMethodTypeAssumption> methodTypeAssumptions)
           
 

Constructors in mycompiler.mytypereconstruction with parameters of type CMethodTypeAssumption
CIntersectionType(CMethodTypeAssumption assum)
           
 

Uses of CMethodTypeAssumption in mycompiler.mytypereconstruction.typeassumption
 

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