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 IRSymbolFunctionBodyTransformationContext. getTypeParamIndex(TypeVariableType type)IRSymbolTopLevelTransformationContext. getTypeParamIndex(TypeVariableType type)IRSymbolTransformationContextBase. getTypeParamIndex(TypeVariableType type) -
Uses of TypeVariableType in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type TypeVariableType Modifier and Type Method Description static booleanTypeLord. isParameterizedWith(IType type, TypeVariableType typeVar) -
Uses of TypeVariableType in gw.internal.gosu.parser.expressions
Methods 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, String strName, IType enclosingType, IType boundingType, GenericTypeVariable typeVar, Variance variance)
-