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._typeVarDefsprivate HashMap<String,ITypeVariableDefinition> GosuParser._typeVarsByNameMethods in gw.internal.gosu.parser that return ITypeVariableDefinitionModifier and TypeMethodDescriptionprivate ITypeVariableDefinitionGosuParser.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 TypeVariableDefinitionImplGosuClass.getTypeVarDefImpl(ITypeVariableDefinition typeVarDef) Method parameters in gw.internal.gosu.parser with type arguments of type ITypeVariableDefinitionModifier and TypeMethodDescriptionprivate voidGosuClassParser.restoreTypeVars(HashMap<String, ITypeVariableDefinition> typeVariablesCopy) voidGosuClass.setGenericTypeVariables(List<ITypeVariableDefinition> typeVarExprList) voidIGosuClassInternal.setGenericTypeVariables(List<ITypeVariableDefinition> typeVarLiteralList) protected voidGosuParser.setTypeVariables(HashMap<String, ITypeVariableDefinition> map) booleanGosuParser.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._capturedTypeVarsMethods 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 TypeMethodDescriptionvoidEvalExpression.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._capturedTypeVarsMethods 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 TypeMethodDescriptionvoidStringSourceFileHandle.setCapturedTypeVars(Map<String, ITypeVariableDefinition> capturedTypeVars)