| Package | Description |
|---|---|
| de.dhbwstuttgart.typeinference.unify |
| Modifier and Type | Class and Description |
|---|---|
class |
CSubstitutionGenVar
Implementierung einer Typsubstitution der GenVar.
|
| Modifier and Type | Method and Description |
|---|---|
CSubstitution |
CSubstitution.clone() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<CSubstitution> |
CSubstitutionSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
private Type |
CSubstitution.applySubstitution(Type type,
CSubstitution unifierSub)
Wendet die �bergebene Substitution rekursiv auf den �bergebenen Typ an.
|