Uses of Class
gw.internal.gosu.parser.expressions.TypeVariableDefinitionImpl
Packages that use TypeVariableDefinitionImpl
-
Uses of TypeVariableDefinitionImpl in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as TypeVariableDefinitionImplModifier and TypeFieldDescriptionprivate TypeVariableDefinitionImpl
GenericTypeVariable._typeVariableDefinition
Methods in gw.internal.gosu.parser that return TypeVariableDefinitionImplModifier and TypeMethodDescriptionprivate TypeVariableDefinitionImpl
GosuClass.getTypeVarDefImpl
(ITypeVariableDefinition typeVarDef) Methods in gw.internal.gosu.parser that return types with arguments of type TypeVariableDefinitionImplModifier and TypeMethodDescriptionprivate List<TypeVariableDefinitionImpl>
GosuClassParser.getDeclTypeVars()
private List<TypeVariableDefinitionImpl>
GosuParser.getTypeVarDefsFromDecl
(IGenericTypeVariable[] typeVars) Method parameters in gw.internal.gosu.parser with type arguments of type TypeVariableDefinitionImplModifier and TypeMethodDescriptionprivate void
GosuClassParser._parseEnhancementTypeVarsAndExtends
(IGosuEnhancementInternal gsClass, List<TypeVariableDefinitionImpl> declTypeVars) private void
GosuClassParser._parseTypeVarsAndExtends
(IGosuClassInternal gsClass, ClassType classType, boolean bResolveTypes, IGosuClassInternal gosuObjectInterface, boolean bAnnotation, boolean bInterface, List<TypeVariableDefinitionImpl> declTypeVars) private List<ITypeVariableDefinitionExpression>
GosuClassParser.parseTypeVariableDefinitionExpressions
(IGosuClassInternal gsClass, List<TypeVariableDefinitionImpl> declTypeVars) (package private) List<ITypeVariableDefinitionExpression>
GosuParser.parseTypeVariableDefList
(ParsedElement parsedElem, boolean bForFunction, List<TypeVariableDefinitionImpl> typeVarDefListFromDecl) (package private) List<ITypeVariableDefinitionExpression>
GosuParser.parseTypeVariableDefs
(ParsedElement parsedElem, boolean bFunction, List<TypeVariableDefinitionImpl> typeVarDefListFromDecl) Constructors in gw.internal.gosu.parser with parameters of type TypeVariableDefinitionImplModifierConstructorDescriptionGenericTypeVariable
(TypeVariableDefinitionImpl typeVariableDefinition, IType boundingType) private
GenericTypeVariable
(String strName, TypeVariableDefinitionImpl typeVariableDefinition, IType boundingType) -
Uses of TypeVariableDefinitionImpl in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as TypeVariableDefinitionImplModifier and TypeFieldDescription(package private) TypeVariableDefinitionImpl
TypeVariableDefinition._typeVarDef
Methods in gw.internal.gosu.parser.expressions that return TypeVariableDefinitionImplModifier and TypeMethodDescriptionTypeVariableDefinitionImpl.clone()
TypeVariableDefinitionImpl.cloneShallow
(IType boundingType) Methods in gw.internal.gosu.parser.expressions with parameters of type TypeVariableDefinitionImplModifier and TypeMethodDescriptionvoid
TypeVariableDefinition.setTypeVarDef
(TypeVariableDefinitionImpl typeVarDef) Constructors in gw.internal.gosu.parser.expressions with parameters of type TypeVariableDefinitionImplModifierConstructorDescriptionTypeVariableDefinition
(TypeVariableDefinitionImpl typeVarDef, boolean isFunctionStatement) TypeVariableDefinition
(IType enclosingType, IGenericTypeVariable typeVar, TypeVariableDefinitionImpl typeVarDef, TypeVariableType typeVarType) private
TypeVariableDefinitionImpl
(TypeVariableDefinitionImpl tvd, IType boundingType)