Uses of Class
gw.internal.gosu.parser.GenericTypeVariable
-
Packages that use GenericTypeVariable Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.internal.gosu.parser.types -
-
Uses of GenericTypeVariable in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as GenericTypeVariable Modifier and Type Field Description private GenericTypeVariable[]GosuClass. _genTypeVarprivate GenericTypeVariable[]JavaType. _tempGenericTypeVarsprivate GenericTypeVariable[]MetaType. _typeVarsprivate static GenericTypeVariable[]ErrorType. EMPTY_GENERIC_TYPE_VARIABLE_ARRstatic GenericTypeVariable[]GenericTypeVariable. EMPTY_TYPEVARSMethods in gw.internal.gosu.parser that return GenericTypeVariable Modifier and Type Method Description GenericTypeVariable[]IJavaTypeInternal. assignGenericTypeVariables()GenericTypeVariable[]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)GenericTypeVariable[]ErrorType. getGenericTypeVariables()GenericTypeVariable[]GosuClass. getGenericTypeVariables()GenericTypeVariable[]JavaType. getGenericTypeVariables()GenericTypeVariable[]MetaType. getGenericTypeVariables()GenericTypeVariable[]NamespaceType. getGenericTypeVariables()GenericTypeVariable[]TypeVariableType. getGenericTypeVariables()GenericTypeVariable[]GosuPropertyInfo. getTypeVariables()GenericTypeVariable[]GosuVarPropertyInfo. getTypeVariables()Constructors in gw.internal.gosu.parser with parameters of type GenericTypeVariable Constructor Description GenericTypeVariable(GenericTypeVariable source) -
Uses of GenericTypeVariable in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as GenericTypeVariable Modifier and Type Field Description (package private) GenericTypeVariableTypeVariableDefinitionImpl. _typeVarMethods in gw.internal.gosu.parser.expressions that return GenericTypeVariable Modifier and Type Method Description GenericTypeVariableTypeVariableDefinition. getTypeVar()GenericTypeVariableTypeVariableDefinitionImpl. getTypeVar()Methods in gw.internal.gosu.parser.expressions with parameters of type GenericTypeVariable Modifier and Type Method Description voidTypeVariableDefinitionImpl. setTypeVar(GenericTypeVariable typeVar)Constructors in gw.internal.gosu.parser.expressions with parameters of type GenericTypeVariable Constructor Description TypeVariableDefinitionImpl(TypeVariableType type, java.lang.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 Modifier and Type Method Description GenericTypeVariable[]ConstructorType. getGenericTypeVariables()
-