Package gw.lang.reflect.gs
Interface IGenericTypeVariable
-
public interface IGenericTypeVariable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGenericTypeVariablecopy()voidcreateTypeVariableDefinition(IType enclosingType)ITypegetBoundingType()StringgetName()StringgetNameWithBounds(boolean bRelative)ITypeVariableDefinitiongetTypeVariableDefinition()IGenericTypeVariableremapBounds(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)
-
-