Uses of Class
mycompiler.mytypereconstruction.CSubstitution

Packages that use CSubstitution
mycompiler.mytypereconstruction   
mycompiler.mytypereconstruction.typeassumption   
 

Uses of CSubstitution in mycompiler.mytypereconstruction
 

Methods in mycompiler.mytypereconstruction that return CSubstitution
 CSubstitution CSubstitution.clone()
           
 

Uses of CSubstitution in mycompiler.mytypereconstruction.typeassumption
 

Methods in mycompiler.mytypereconstruction.typeassumption with parameters of type CSubstitution
 void CTypeAssumption.sub(CSubstitution substitution)
           
 void CMethodTypeAssumption.sub(CSubstitution substitution)