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 static GenericTypeVariable[]
GenericTypeVariable. EMPTY_TYPEVARS
Methods in gw.internal.gosu.parser that return GenericTypeVariable Modifier and Type Method Description GenericTypeVariable[]
IJavaTypeInternal. assignGenericTypeVariables()
static GenericTypeVariable[]
GenericTypeVariable. convertTypeVars(IType enclosingType, IType classType, IJavaClassTypeVariable[] fromVars)
GenericTypeVariable[]
ErrorType. getGenericTypeVariables()
GenericTypeVariable[]
GosuClass. 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
Methods in gw.internal.gosu.parser.expressions that return GenericTypeVariable Modifier and Type Method Description GenericTypeVariable
TypeVariableDefinition. getTypeVar()
GenericTypeVariable
TypeVariableDefinitionImpl. getTypeVar()
Methods in gw.internal.gosu.parser.expressions with parameters of type GenericTypeVariable Modifier and Type Method Description void
TypeVariableDefinitionImpl. setTypeVar(GenericTypeVariable typeVar)
Constructors in gw.internal.gosu.parser.expressions with parameters of type GenericTypeVariable Constructor Description TypeVariableDefinitionImpl(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 Modifier and Type Method Description GenericTypeVariable[]
ConstructorType. getGenericTypeVariables()
-