Uses of Interface
mycompiler.mytypereconstruction.set.IHashSetKey

Packages that use IHashSetKey
mycompiler.mytypereconstruction.set   
mycompiler.mytypereconstruction.typeassumptionkey   
 

Uses of IHashSetKey in mycompiler.mytypereconstruction.set
 

Methods in mycompiler.mytypereconstruction.set that return IHashSetKey
 IHashSetKey IHashSetElement.getHashSetKey()
           
 

Methods in mycompiler.mytypereconstruction.set that return types with arguments of type IHashSetKey
 java.util.Hashtable<IHashSetKey,E> CHashtableSet.getHashtable()
           
 

Methods in mycompiler.mytypereconstruction.set with parameters of type IHashSetKey
 void CHashtableSet.addElement(IHashSetKey elementKey, E element)
           
 E CHashtableSet.getElement(IHashSetKey key)
           
 void CHashtableSet.removeElement(IHashSetKey key)
           
 

Method parameters in mycompiler.mytypereconstruction.set with type arguments of type IHashSetKey
 void CHashtableSet.setHashtable(java.util.Hashtable<IHashSetKey,E> hash)
           
 

Uses of IHashSetKey in mycompiler.mytypereconstruction.typeassumptionkey
 

Classes in mycompiler.mytypereconstruction.typeassumptionkey that implement IHashSetKey
 class CInstVarKey
           
 class CLocalVarKey
           
 class CMethodKey
           
 class CMethodParaKey
           
 class CTypeAssumptionKey
          Diese Klasse modelliert einen eindeutigen Schlüssel für eine Typannahme, die in einem CTypeAssumptionSet abgelegt wird.