Uses of Class
mycompiler.mytypereconstruction.CTriple

Packages that use CTriple
mycompiler.mystatement   
mycompiler.mytypereconstruction   
 

Uses of CTriple in mycompiler.mystatement
 

Methods in mycompiler.mystatement with parameters of type CTriple
 CTripleSet InstVar.TRInstVar(CTriple triple, CSupportData supportData)
          Implementierung des Algorithmus 5.38-1 von Martin Plümicke
Author: Jörg Bäuerle
 

Uses of CTriple in mycompiler.mytypereconstruction
 

Methods in mycompiler.mytypereconstruction that return CTriple
 CTriple CTriple.clone()
           
 CTriple CTriple.cloneAndApplyUnify(CSubstitutionSet unifier)
          Kopiert dieses Triple und wendet alle Substitutionen eines Unifiers auf die Kopie an.