Uses of Interface
gw.lang.parser.expressions.ITypeVariableDefinitionExpression
-
Packages that use ITypeVariableDefinitionExpression Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.lang.parser.expressions -
-
Uses of ITypeVariableDefinitionExpression in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return types with arguments of type ITypeVariableDefinitionExpression Modifier and Type Method Description private java.util.List<ITypeVariableDefinitionExpression>GosuClassParser. parseTypeVariableDefinitionExpressions(IGosuClassInternal gsClass, java.util.List<TypeVariableDefinitionImpl> declTypeVars)(package private) java.util.List<ITypeVariableDefinitionExpression>GosuParser. parseTypeVariableDefList(ParsedElement parsedElem, boolean bForFunction, java.util.List<TypeVariableDefinitionImpl> typeVarDefListFromDecl)(package private) java.util.List<ITypeVariableDefinitionExpression>GosuParser. parseTypeVariableDefs(ParsedElement parsedElem, boolean bFunction, java.util.List<TypeVariableDefinitionImpl> typeVarDefListFromDecl)Method parameters in gw.internal.gosu.parser with type arguments of type ITypeVariableDefinitionExpression Modifier and Type Method Description private voidGosuClassParser. ensureEnhancedTypeUsesTypeVarsOfEnhancement(java.util.List<ITypeVariableDefinitionExpression> typeVarLiteralList, IType enhancedType) -
Uses of ITypeVariableDefinitionExpression in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement ITypeVariableDefinitionExpression Modifier and Type Class Description classTypeVariableDefinitionFields in gw.internal.gosu.parser.expressions with type parameters of type ITypeVariableDefinitionExpression Modifier and Type Field Description private java.util.List<ITypeVariableDefinitionExpression>TypeVariableListClause. _varsMethods in gw.internal.gosu.parser.expressions that return types with arguments of type ITypeVariableDefinitionExpression Modifier and Type Method Description java.util.List<ITypeVariableDefinitionExpression>TypeVariableListClause. getTypeVariabledDefinitions()Method parameters in gw.internal.gosu.parser.expressions with type arguments of type ITypeVariableDefinitionExpression Modifier and Type Method Description static IGenericTypeVariable[]TypeVariableDefinition. getTypeVars(java.util.List<ITypeVariableDefinitionExpression> typeVarDefs)Constructor parameters in gw.internal.gosu.parser.expressions with type arguments of type ITypeVariableDefinitionExpression Constructor Description TypeVariableListClause(java.util.List<ITypeVariableDefinitionExpression> vars) -
Uses of ITypeVariableDefinitionExpression in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return types with arguments of type ITypeVariableDefinitionExpression Modifier and Type Method Description java.util.List<ITypeVariableDefinitionExpression>ITypeVariableListClause. getTypeVariabledDefinitions()
-