Uses of Class
gw.internal.gosu.parser.TypeVariableType
Packages that use TypeVariableType
Package
Description
-
Uses of TypeVariableType in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type TypeVariableTypeModifier and TypeMethodDescriptionFunctionBodyTransformationContext.getTypeParamIndex(TypeVariableType type) TopLevelTransformationContext.getTypeParamIndex(TypeVariableType type) TransformationContextBase.getTypeParamIndex(TypeVariableType type) -
Uses of TypeVariableType in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type TypeVariableTypeModifier and TypeMethodDescriptionstatic booleanTypeLord.isParameterizedWith(IType type, TypeVariableType typeVar) -
Uses of TypeVariableType in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return TypeVariableTypeModifier and TypeMethodDescriptionTypeVariableDefinition.getType()TypeVariableDefinitionImpl.getType()TypeVariableDefinition.getTypeImpl()Methods in gw.internal.gosu.parser.expressions with parameters of type TypeVariableTypeConstructors in gw.internal.gosu.parser.expressions with parameters of type TypeVariableTypeModifierConstructorDescriptionTypeVariableDefinition(IType enclosingType, IGenericTypeVariable typeVar, TypeVariableDefinitionImpl typeVarDef, TypeVariableType typeVarType) TypeVariableDefinitionImpl(TypeVariableType type, String strName, IType enclosingType, IType boundingType, GenericTypeVariable typeVar, Variance variance)