Uses of Class
mycompiler.mytypereconstruction.CIntersectionType

Packages that use CIntersectionType
mycompiler.mytypereconstruction   
 

Uses of CIntersectionType in mycompiler.mytypereconstruction
 

Methods in mycompiler.mytypereconstruction that return CIntersectionType
 CIntersectionType CTypeReconstructionResult.getMethodIntersectionType(CMethodKey key)
           
 

Methods in mycompiler.mytypereconstruction that return types with arguments of type CIntersectionType
 java.util.Hashtable<CMethodKey,CIntersectionType> CTypeReconstructionResult.getMethodIntersectionTypes()
           
 

Methods in mycompiler.mytypereconstruction with parameters of type CIntersectionType
 void CTypeReconstructionResult.addMethodIntersectionType(CIntersectionType intersect)