Package gw.lang.parser.expressions
Interface ITypeVariableDefinition
- All Known Implementing Classes:
TypeVariableDefinition
,TypeVariableDefinitionImpl
public interface ITypeVariableDefinition
-
Method Summary
Modifier and TypeMethodDescriptionclone()
getName()
getType()
void
setEnclosingType
(IType enclosingType) void
setVariance
(Variance variance)
-
Method Details
-
getEnclosingType
IType getEnclosingType() -
setEnclosingType
-
getName
String getName() -
getTypeVar
IGenericTypeVariable getTypeVar() -
getType
ITypeVariableType getType() -
getBoundingType
IType getBoundingType() -
clone
ITypeVariableDefinition clone() -
getVariance
Variance getVariance() -
setVariance
-