Uses of Class
gw.internal.gosu.parser.TypeVariableType
-
Packages that use TypeVariableType Package Description gw.internal.gosu.ir.transform gw.internal.gosu.parser gw.internal.gosu.parser.expressions -
-
Uses of TypeVariableType in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform with parameters of type TypeVariableType Modifier and Type Method Description private IRExpressionAbstractElementTransformer. getRuntimeTypeParameter(TypeVariableType type)IRSymbolFunctionBodyTransformationContext. getTypeParamIndex(TypeVariableType type)IRSymbolTopLevelTransformationContext. getTypeParamIndex(TypeVariableType type)IRSymbolTransformationContextBase. getTypeParamIndex(TypeVariableType type)private IRExpressionAbstractElementTransformer. maybeGetFromEnclosingFunction(ICompilableType gsClass, TypeVariableType type, java.lang.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 TypeVariableType Modifier and Type Method Description private static booleanTypeLord. areTypeVariablesEquivalent(TypeVariableType possible, TypeVariableType inferred)static booleanTypeLord. isParameterizedWith(IType type, TypeVariableType typeVar) -
Uses of TypeVariableType in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as TypeVariableType Modifier and Type Field Description (package private) TypeVariableTypeTypeVariableDefinitionImpl. _typeMethods in gw.internal.gosu.parser.expressions that return TypeVariableType Modifier and Type Method Description TypeVariableTypeTypeVariableDefinition. getType()TypeVariableTypeTypeVariableDefinitionImpl. getType()TypeVariableTypeTypeVariableDefinition. getTypeImpl()Methods in gw.internal.gosu.parser.expressions with parameters of type TypeVariableType Modifier and Type Method Description voidTypeVariableDefinitionImpl. setType(TypeVariableType type)Constructors in gw.internal.gosu.parser.expressions with parameters of type TypeVariableType Constructor Description TypeVariableDefinition(IType enclosingType, IGenericTypeVariable typeVar, TypeVariableDefinitionImpl typeVarDef, TypeVariableType typeVarType)TypeVariableDefinitionImpl(TypeVariableType type, java.lang.String strName, IType enclosingType, IType boundingType, GenericTypeVariable typeVar, Variance variance)
-