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
Fields in gw.internal.gosu.parser declared as ITypeVariableDefinition Modifier and Type Field Description private ITypeVariableDefinitionTypeVariableType. _typeVarDefFields in gw.internal.gosu.parser with type parameters of type ITypeVariableDefinition Modifier and Type Field Description private java.util.List<ITypeVariableDefinition>GosuClass. _typeVarDefsprivate java.util.HashMap<java.lang.String,ITypeVariableDefinition>GosuParser. _typeVarsByNameMethods in gw.internal.gosu.parser that return ITypeVariableDefinition Modifier and Type Method Description private ITypeVariableDefinitionGosuParser. getTypeVarDef(java.lang.String strTypeName)ITypeVariableDefinitionTypeVariableType. getTypeVarDef()ITypeVariableDefinitionGenericTypeVariable. getTypeVariableDefinition()Methods in gw.internal.gosu.parser that return types with arguments of type ITypeVariableDefinition Modifier and Type Method Description java.util.List<ITypeVariableDefinition>GosuClass. getTypeVarDefs()java.util.HashMap<java.lang.String,ITypeVariableDefinition>GosuParser. getTypeVariables()Methods in gw.internal.gosu.parser with parameters of type ITypeVariableDefinition Modifier and Type Method Description private TypeVariableDefinitionImplGosuClass. getTypeVarDefImpl(ITypeVariableDefinition typeVarDef)Method parameters in gw.internal.gosu.parser with type arguments of type ITypeVariableDefinition Modifier and Type Method Description private voidGosuClassParser. restoreTypeVars(java.util.HashMap<java.lang.String,ITypeVariableDefinition> typeVariablesCopy)voidGosuClass. setGenericTypeVariables(java.util.List<ITypeVariableDefinition> typeVarExprList)voidIGosuClassInternal. setGenericTypeVariables(java.util.List<ITypeVariableDefinition> typeVarLiteralList)protected voidGosuParser. setTypeVariables(java.util.HashMap<java.lang.String,ITypeVariableDefinition> map)booleanGosuParser. typeVarExists(java.util.Map<java.lang.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 classTypeVariableDefinitionclassTypeVariableDefinitionImplFields in gw.internal.gosu.parser.expressions with type parameters of type ITypeVariableDefinition Modifier and Type Field Description private java.util.Map<java.lang.String,ITypeVariableDefinition>EvalExpression. _capturedTypeVarsMethods in gw.internal.gosu.parser.expressions that return ITypeVariableDefinition Modifier and Type Method Description ITypeVariableDefinitionTypeVariableDefinition. clone()ITypeVariableDefinitionTypeVariableDefinition. getTypeVarDef()Methods in gw.internal.gosu.parser.expressions that return types with arguments of type ITypeVariableDefinition Modifier and Type Method Description java.util.Map<java.lang.String,ITypeVariableDefinition>EvalExpression. getCapturedTypeVars()Method parameters in gw.internal.gosu.parser.expressions with type arguments of type ITypeVariableDefinition Modifier and Type Method Description voidEvalExpression. setCapturedTypeVars(java.util.Map<java.lang.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 java.util.Map<java.lang.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 ITypeVariableDefinitionITypeVariableDefinition. clone()ITypeVariableDefinitionITypeVariableDefinitionExpression. getTypeVarDef() -
Uses of ITypeVariableDefinition in gw.lang.reflect
Methods in gw.lang.reflect that return ITypeVariableDefinition Modifier and Type Method Description ITypeVariableDefinitionITypeVariableType. getTypeVarDef() -
Uses of ITypeVariableDefinition in gw.lang.reflect.gs
Fields in gw.lang.reflect.gs with type parameters of type ITypeVariableDefinition Modifier and Type Field Description private java.util.Map<java.lang.String,ITypeVariableDefinition>StringSourceFileHandle. _capturedTypeVarsMethods in gw.lang.reflect.gs that return ITypeVariableDefinition Modifier and Type Method Description ITypeVariableDefinitionIGenericTypeVariable. getTypeVariableDefinition()Methods in gw.lang.reflect.gs that return types with arguments of type ITypeVariableDefinition Modifier and Type Method Description java.util.Map<java.lang.String,ITypeVariableDefinition>StringSourceFileHandle. getCapturedTypeVars()Method parameters in gw.lang.reflect.gs with type arguments of type ITypeVariableDefinition Modifier and Type Method Description voidStringSourceFileHandle. setCapturedTypeVars(java.util.Map<java.lang.String,ITypeVariableDefinition> capturedTypeVars)
-