public class CSubstitutionGenVar extends CSubstitution
TypePlaceholder auf einen Substitutions-Typ ab. Instanzen dieser
Klasse werden in der Regel aus
Pair-Objekten erzeugt.| Modifier and Type | Field and Description |
|---|---|
private GenericTypeVar |
m_TypeVar |
inferencelog, m_Type| Constructor and Description |
|---|
CSubstitutionGenVar() |
CSubstitutionGenVar(GenericTypeVar typeVar,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getTypeVar()
Author: J�rg B�uerle
|
java.lang.String |
toString() |
applyThisSubstitution, applyUnifier, clone, equals, getType, setType, setTypeVarprivate GenericTypeVar m_TypeVar
public CSubstitutionGenVar()
public CSubstitutionGenVar(GenericTypeVar typeVar, Type type)
public Type getTypeVar()
getTypeVar in class CSubstitutionpublic java.lang.String toString()
toString in class CSubstitution