Uses of Interface
gw.lang.parser.expressions.ITypeVariableDefinition
Packages that use ITypeVariableDefinition
Package
Description
-
Uses of ITypeVariableDefinition in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as ITypeVariableDefinitionFields in gw.internal.gosu.parser with type parameters of type ITypeVariableDefinitionModifier and TypeFieldDescriptionprivate List<ITypeVariableDefinition>
GosuClass._typeVarDefs
private HashMap<String,
ITypeVariableDefinition> GosuParser._typeVarsByName
Methods in gw.internal.gosu.parser that return ITypeVariableDefinitionModifier and TypeMethodDescriptionprivate ITypeVariableDefinition
GosuParser.getTypeVarDef
(String strTypeName) TypeVariableType.getTypeVarDef()
GenericTypeVariable.getTypeVariableDefinition()
Methods in gw.internal.gosu.parser that return types with arguments of type ITypeVariableDefinitionMethods in gw.internal.gosu.parser with parameters of type ITypeVariableDefinitionModifier and TypeMethodDescriptionprivate TypeVariableDefinitionImpl
GosuClass.getTypeVarDefImpl
(ITypeVariableDefinition typeVarDef) Method parameters in gw.internal.gosu.parser with type arguments of type ITypeVariableDefinitionModifier and TypeMethodDescriptionprivate void
GosuClassParser.restoreTypeVars
(HashMap<String, ITypeVariableDefinition> typeVariablesCopy) void
GosuClass.setGenericTypeVariables
(List<ITypeVariableDefinition> typeVarExprList) void
IGosuClassInternal.setGenericTypeVariables
(List<ITypeVariableDefinition> typeVarLiteralList) protected void
GosuParser.setTypeVariables
(HashMap<String, ITypeVariableDefinition> map) boolean
GosuParser.typeVarExists
(Map<String, ITypeVariableDefinition> typeVarMap, TypeVariableDefinition typeVarDef) Constructors in gw.internal.gosu.parser with parameters of type ITypeVariableDefinitionModifierConstructorDescriptionTypeVariableType
(ITypeVariableDefinition typeVarDef, boolean forFunction) -
Uses of ITypeVariableDefinition in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement ITypeVariableDefinitionFields in gw.internal.gosu.parser.expressions with type parameters of type ITypeVariableDefinitionModifier and TypeFieldDescriptionprivate Map<String,
ITypeVariableDefinition> EvalExpression._capturedTypeVars
Methods in gw.internal.gosu.parser.expressions that return ITypeVariableDefinitionModifier and TypeMethodDescriptionTypeVariableDefinition.clone()
TypeVariableDefinition.getTypeVarDef()
Methods in gw.internal.gosu.parser.expressions that return types with arguments of type ITypeVariableDefinitionMethod parameters in gw.internal.gosu.parser.expressions with type arguments of type ITypeVariableDefinitionModifier and TypeMethodDescriptionvoid
EvalExpression.setCapturedTypeVars
(Map<String, ITypeVariableDefinition> typeVariables) -
Uses of ITypeVariableDefinition in gw.lang.parser
Methods in gw.lang.parser that return types with arguments of type ITypeVariableDefinition -
Uses of ITypeVariableDefinition in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return ITypeVariableDefinitionModifier and TypeMethodDescriptionITypeVariableDefinition.clone()
ITypeVariableDefinitionExpression.getTypeVarDef()
-
Uses of ITypeVariableDefinition in gw.lang.reflect
Methods in gw.lang.reflect that return ITypeVariableDefinition -
Uses of ITypeVariableDefinition in gw.lang.reflect.gs
Fields in gw.lang.reflect.gs with type parameters of type ITypeVariableDefinitionModifier and TypeFieldDescriptionprivate Map<String,
ITypeVariableDefinition> StringSourceFileHandle._capturedTypeVars
Methods in gw.lang.reflect.gs that return ITypeVariableDefinitionMethods in gw.lang.reflect.gs that return types with arguments of type ITypeVariableDefinitionMethod parameters in gw.lang.reflect.gs with type arguments of type ITypeVariableDefinitionModifier and TypeMethodDescriptionvoid
StringSourceFileHandle.setCapturedTypeVars
(Map<String, ITypeVariableDefinition> capturedTypeVars)