Uses of Class
gw.internal.gosu.parser.GenericTypeVariable
Packages that use GenericTypeVariable
Package
Description
-
Uses of GenericTypeVariable in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as GenericTypeVariableModifier and TypeFieldDescriptionprivate GenericTypeVariable[]
GosuClass._genTypeVar
private GenericTypeVariable[]
JavaType._tempGenericTypeVars
private GenericTypeVariable[]
MetaType._typeVars
private static final GenericTypeVariable[]
ErrorType.EMPTY_GENERIC_TYPE_VARIABLE_ARR
static final GenericTypeVariable[]
GenericTypeVariable.EMPTY_TYPEVARS
Methods in gw.internal.gosu.parser that return GenericTypeVariableModifier and TypeMethodDescriptionIJavaTypeInternal.assignGenericTypeVariables()
JavaType.assignGenericTypeVariables()
private GenericTypeVariable[]
JavaType.assignTypeVarsFromTypeParams
(IType[] typeParams) Note a gosu class can be BOTH parameterzied AND generic.static GenericTypeVariable[]
GenericTypeVariable.convertTypeVars
(IType enclosingType, IType classType, IJavaClassTypeVariable[] fromVars) ErrorType.getGenericTypeVariables()
GosuClass.getGenericTypeVariables()
JavaType.getGenericTypeVariables()
MetaType.getGenericTypeVariables()
NamespaceType.getGenericTypeVariables()
TypeVariableType.getGenericTypeVariables()
GosuPropertyInfo.getTypeVariables()
GosuVarPropertyInfo.getTypeVariables()
Constructors in gw.internal.gosu.parser with parameters of type GenericTypeVariable -
Uses of GenericTypeVariable in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as GenericTypeVariableModifier and TypeFieldDescription(package private) GenericTypeVariable
TypeVariableDefinitionImpl._typeVar
Methods in gw.internal.gosu.parser.expressions that return GenericTypeVariableModifier and TypeMethodDescriptionTypeVariableDefinition.getTypeVar()
TypeVariableDefinitionImpl.getTypeVar()
Methods in gw.internal.gosu.parser.expressions with parameters of type GenericTypeVariableModifier and TypeMethodDescriptionvoid
TypeVariableDefinitionImpl.setTypeVar
(GenericTypeVariable typeVar) Constructors in gw.internal.gosu.parser.expressions with parameters of type GenericTypeVariableModifierConstructorDescriptionTypeVariableDefinitionImpl
(TypeVariableType type, String strName, IType enclosingType, IType boundingType, GenericTypeVariable typeVar, Variance variance) -
Uses of GenericTypeVariable in gw.internal.gosu.parser.types
Methods in gw.internal.gosu.parser.types that return GenericTypeVariable