public interface IGenericTypeVariable
| Modifier and Type | Method and Description |
|---|---|
IGenericTypeVariable |
copy() |
void |
createTypeVariableDefinition(IType enclosingType) |
IType |
getBoundingType() |
String |
getName() |
String |
getNameWithBounds(boolean bRelative) |
ITypeVariableDefinition |
getTypeVariableDefinition() |
IGenericTypeVariable |
remapBounds(TypeVarToTypeMap actualParamByVarName) |
String getName()
String getNameWithBounds(boolean bRelative)
ITypeVariableDefinition getTypeVariableDefinition()
IType getBoundingType()
IGenericTypeVariable copy()
void createTypeVariableDefinition(IType enclosingType)
IGenericTypeVariable remapBounds(TypeVarToTypeMap actualParamByVarName)
Copyright © 2021. All rights reserved.