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 IGenericTypeVariablecopy()voidcreateTypeVariableDefinition(IType enclosingType)ITypegetBoundingType()java.lang.StringgetName()java.lang.StringgetNameWithBounds(boolean bRelative)ITypeVariableDefinitiongetTypeVariableDefinition()IGenericTypeVariableremapBounds(TypeVarToTypeMap actualParamByVarName)
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getNameWithBounds
java.lang.String getNameWithBounds(boolean bRelative)
-
getTypeVariableDefinition
ITypeVariableDefinition getTypeVariableDefinition()
-
getBoundingType
IType getBoundingType()
-
copy
IGenericTypeVariable copy()
-
createTypeVariableDefinition
void createTypeVariableDefinition(IType enclosingType)
-
remapBounds
IGenericTypeVariable remapBounds(TypeVarToTypeMap actualParamByVarName)
-
-