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 TypeVariableDefinitionImplGenericTypeVariable._typeVariableDefinitionMethods in gw.internal.gosu.parser that return TypeVariableDefinitionImplModifier and TypeMethodDescriptionprivate TypeVariableDefinitionImplGosuClass.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 voidGosuClassParser._parseEnhancementTypeVarsAndExtends(IGosuEnhancementInternal gsClass, List<TypeVariableDefinitionImpl> declTypeVars) private voidGosuClassParser._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) privateGenericTypeVariable(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) TypeVariableDefinitionImplTypeVariableDefinition._typeVarDefMethods 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 TypeMethodDescriptionvoidTypeVariableDefinition.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) privateTypeVariableDefinitionImpl(TypeVariableDefinitionImpl tvd, IType boundingType)