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 IRSymbol
FunctionBodyTransformationContext. getTypeParamIndex(TypeVariableType type)
IRSymbol
TopLevelTransformationContext. getTypeParamIndex(TypeVariableType type)
IRSymbol
TransformationContextBase. 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 boolean
TypeLord. 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 TypeVariableType
TypeVariableDefinition. getType()
TypeVariableType
TypeVariableDefinitionImpl. getType()
TypeVariableType
TypeVariableDefinition. getTypeImpl()
Methods in gw.internal.gosu.parser.expressions with parameters of type TypeVariableType Modifier and Type Method Description void
TypeVariableDefinitionImpl. 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)
-