Uses of Interface
gw.lang.parser.expressions.ITypeVariableDefinitionExpression
Packages that use ITypeVariableDefinitionExpression
Package
Description
-
Uses of ITypeVariableDefinitionExpression in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return types with arguments of type ITypeVariableDefinitionExpressionModifier and TypeMethodDescriptionprivate 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) Method parameters in gw.internal.gosu.parser with type arguments of type ITypeVariableDefinitionExpressionModifier and TypeMethodDescriptionprivate void
GosuClassParser.ensureEnhancedTypeUsesTypeVarsOfEnhancement
(List<ITypeVariableDefinitionExpression> typeVarLiteralList, IType enhancedType) -
Uses of ITypeVariableDefinitionExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement ITypeVariableDefinitionExpressionFields in gw.internal.gosu.parser.expressions with type parameters of type ITypeVariableDefinitionExpressionModifier and TypeFieldDescriptionprivate List<ITypeVariableDefinitionExpression>
TypeVariableListClause._vars
Methods in gw.internal.gosu.parser.expressions that return types with arguments of type ITypeVariableDefinitionExpressionMethod parameters in gw.internal.gosu.parser.expressions with type arguments of type ITypeVariableDefinitionExpressionModifier and TypeMethodDescriptionstatic IGenericTypeVariable[]
TypeVariableDefinition.getTypeVars
(List<ITypeVariableDefinitionExpression> typeVarDefs) Constructor parameters in gw.internal.gosu.parser.expressions with type arguments of type ITypeVariableDefinitionExpressionModifierConstructorDescription -
Uses of ITypeVariableDefinitionExpression in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return types with arguments of type ITypeVariableDefinitionExpression