Package gw.lang.parser.expressions
Interface ITypeVariableDefinition
- All Known Implementing Classes:
TypeVariableDefinition,TypeVariableDefinitionImpl
public interface ITypeVariableDefinition
-
Method Summary
Modifier and TypeMethodDescriptionclone()getName()getType()voidsetEnclosingType(IType enclosingType) voidsetVariance(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
-