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._genTypeVarprivate GenericTypeVariable[]JavaType._tempGenericTypeVarsprivate GenericTypeVariable[]MetaType._typeVarsprivate static final GenericTypeVariable[]ErrorType.EMPTY_GENERIC_TYPE_VARIABLE_ARRstatic final GenericTypeVariable[]GenericTypeVariable.EMPTY_TYPEVARSMethods 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) GenericTypeVariableTypeVariableDefinitionImpl._typeVarMethods 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 TypeMethodDescriptionvoidTypeVariableDefinitionImpl.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