Uses of Class
mycompiler.mytypereconstruction.replacementlistener.CReplaceTypeEvent

Packages that use CReplaceTypeEvent
mycompiler.myclass   
mycompiler.mystatement   
mycompiler.mytype   
mycompiler.mytypereconstruction.replacementlistener   
 

Uses of CReplaceTypeEvent in mycompiler.myclass
 

Methods in mycompiler.myclass with parameters of type CReplaceTypeEvent
 void Method.replaceType(CReplaceTypeEvent e)
          
Author: Jörg Bäuerle
 void InstVarDecl.replaceType(CReplaceTypeEvent e)
          
Author: Jörg Bäuerle
 void FormalParameter.replaceType(CReplaceTypeEvent e)
          
Author: Jörg Bäuerle
 

Uses of CReplaceTypeEvent in mycompiler.mystatement
 

Methods in mycompiler.mystatement with parameters of type CReplaceTypeEvent
 void LocalVarDecl.replaceType(CReplaceTypeEvent e)
          
Author: Jörg Bäuerle
 void ExprStmt.replaceType(CReplaceTypeEvent e)
           
 

Uses of CReplaceTypeEvent in mycompiler.mytype
 

Methods in mycompiler.mytype with parameters of type CReplaceTypeEvent
 void TyploseVariable.fireReplaceTypeEvent(CReplaceTypeEvent e)
          
Author: Jörg Bäuerle
 

Uses of CReplaceTypeEvent in mycompiler.mytypereconstruction.replacementlistener
 

Methods in mycompiler.mytypereconstruction.replacementlistener with parameters of type CReplaceTypeEvent
 void IReplaceTypeEventProvider.fireReplaceTypeEvent(CReplaceTypeEvent e)
           
 void ITypeReplacementListener.replaceType(CReplaceTypeEvent e)
          Tauscht einen Typ gegen einen anderen aus.