Uses of Interface
gw.lang.parser.expressions.ITypeVariableDefinition
Packages that use ITypeVariableDefinition
Package
Description
-
Uses of ITypeVariableDefinition in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ITypeVariableDefinitionModifier and TypeMethodDescriptionTypeVariableType.getTypeVarDef()GenericTypeVariable.getTypeVariableDefinition()Methods in gw.internal.gosu.parser that return types with arguments of type ITypeVariableDefinitionMethod parameters in gw.internal.gosu.parser with type arguments of type ITypeVariableDefinitionModifier and TypeMethodDescriptionvoidGosuClass.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 ITypeVariableDefinitionMethods 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
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 TypeMethodDescriptionvoidStringSourceFileHandle.setCapturedTypeVars(Map<String, ITypeVariableDefinition> capturedTypeVars)