Uses of Interface
gw.lang.parser.expressions.ITypeVariableDefinition
-
Packages that use ITypeVariableDefinition Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.lang.parser gw.lang.parser.expressions gw.lang.reflect gw.lang.reflect.gs -
-
Uses of ITypeVariableDefinition in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ITypeVariableDefinition Modifier and Type Method Description ITypeVariableDefinition
TypeVariableType. getTypeVarDef()
ITypeVariableDefinition
GenericTypeVariable. getTypeVariableDefinition()
Methods in gw.internal.gosu.parser that return types with arguments of type ITypeVariableDefinition Modifier and Type Method Description List<ITypeVariableDefinition>
GosuClass. getTypeVarDefs()
HashMap<String,ITypeVariableDefinition>
GosuParser. getTypeVariables()
Method parameters in gw.internal.gosu.parser with type arguments of type ITypeVariableDefinition Modifier and Type Method Description 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 ITypeVariableDefinition Constructor Description TypeVariableType(ITypeVariableDefinition typeVarDef, boolean forFunction)
-
Uses of ITypeVariableDefinition in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement ITypeVariableDefinition Modifier and Type Class Description class
TypeVariableDefinition
class
TypeVariableDefinitionImpl
Methods in gw.internal.gosu.parser.expressions that return ITypeVariableDefinition Modifier and Type Method Description ITypeVariableDefinition
TypeVariableDefinition. clone()
ITypeVariableDefinition
TypeVariableDefinition. getTypeVarDef()
Methods in gw.internal.gosu.parser.expressions that return types with arguments of type ITypeVariableDefinition Modifier and Type Method Description Map<String,ITypeVariableDefinition>
EvalExpression. getCapturedTypeVars()
Method parameters in gw.internal.gosu.parser.expressions with type arguments of type ITypeVariableDefinition Modifier and Type Method Description void
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 Modifier and Type Method Description Map<String,ITypeVariableDefinition>
IGosuParser. getTypeVariables()
-
Uses of ITypeVariableDefinition in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return ITypeVariableDefinition Modifier and Type Method Description ITypeVariableDefinition
ITypeVariableDefinition. clone()
ITypeVariableDefinition
ITypeVariableDefinitionExpression. getTypeVarDef()
-
Uses of ITypeVariableDefinition in gw.lang.reflect
Methods in gw.lang.reflect that return ITypeVariableDefinition Modifier and Type Method Description ITypeVariableDefinition
ITypeVariableType. getTypeVarDef()
-
Uses of ITypeVariableDefinition in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return ITypeVariableDefinition Modifier and Type Method Description ITypeVariableDefinition
IGenericTypeVariable. getTypeVariableDefinition()
Methods in gw.lang.reflect.gs that return types with arguments of type ITypeVariableDefinition Modifier and Type Method Description Map<String,ITypeVariableDefinition>
StringSourceFileHandle. getCapturedTypeVars()
Method parameters in gw.lang.reflect.gs with type arguments of type ITypeVariableDefinition Modifier and Type Method Description void
StringSourceFileHandle. setCapturedTypeVars(Map<String,ITypeVariableDefinition> capturedTypeVars)
-