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 TypeMethodDescriptionprivate IRExpression
AbstractElementTransformer.getRuntimeTypeParameter
(TypeVariableType type) FunctionBodyTransformationContext.getTypeParamIndex
(TypeVariableType type) TopLevelTransformationContext.getTypeParamIndex
(TypeVariableType type) TransformationContextBase.getTypeParamIndex
(TypeVariableType type) private IRExpression
AbstractElementTransformer.maybeGetFromEnclosingFunction
(ICompilableType gsClass, TypeVariableType type, String strTypeVarField) An anonymous class enclosed in a generic function has as a synthetic field the type parameter[s] from the function. -
Uses of TypeVariableType in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type TypeVariableTypeModifier and TypeMethodDescriptionprivate static boolean
TypeLord.areTypeVariablesEquivalent
(TypeVariableType possible, TypeVariableType inferred) static boolean
TypeLord.isParameterizedWith
(IType type, TypeVariableType typeVar) -
Uses of TypeVariableType in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as TypeVariableTypeModifier and TypeFieldDescription(package private) TypeVariableType
TypeVariableDefinitionImpl._type
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)