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