public interface ITypeVariableDefinition
| Modifier and Type | Method and Description |
|---|---|
ITypeVariableDefinition |
clone() |
IType |
getBoundingType() |
IType |
getEnclosingType() |
String |
getName() |
ITypeVariableType |
getType() |
IGenericTypeVariable |
getTypeVar() |
Variance |
getVariance() |
void |
setEnclosingType(IType enclosingType) |
void |
setVariance(Variance variance) |
IType getEnclosingType()
void setEnclosingType(IType enclosingType)
String getName()
IGenericTypeVariable getTypeVar()
ITypeVariableType getType()
IType getBoundingType()
ITypeVariableDefinition clone()
Variance getVariance()
void setVariance(Variance variance)
Copyright © 2022. All rights reserved.