Package gw.lang.reflect.gs
Interface IGenericTypeVariable
-
- All Known Implementing Classes:
GenericTypeVariable
public interface IGenericTypeVariable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGenericTypeVariable
copy()
void
createTypeVariableDefinition(IType enclosingType)
IType
getBoundingType()
String
getName()
String
getNameWithBounds(boolean bRelative)
ITypeVariableDefinition
getTypeVariableDefinition()
IGenericTypeVariable
remapBounds(TypeVarToTypeMap actualParamByVarName)
-
-
-
Method Detail
-
getName
String getName()
-
getNameWithBounds
String getNameWithBounds(boolean bRelative)
-
getTypeVariableDefinition
ITypeVariableDefinition getTypeVariableDefinition()
-
getBoundingType
IType getBoundingType()
-
copy
IGenericTypeVariable copy()
-
createTypeVariableDefinition
void createTypeVariableDefinition(IType enclosingType)
-
remapBounds
IGenericTypeVariable remapBounds(TypeVarToTypeMap actualParamByVarName)
-
-