Uses of Interface
gw.lang.parser.expressions.ITypeVariableDefinition
-
Packages that use ITypeVariableDefinition Package Description gw.lang.parser gw.lang.parser.expressions gw.lang.reflect gw.lang.reflect.gs -
-
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 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
Methods 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 Map<String,ITypeVariableDefinition>StringSourceFileHandle. getCapturedTypeVars()Method parameters in gw.lang.reflect.gs with type arguments of type ITypeVariableDefinition Modifier and Type Method Description voidStringSourceFileHandle. setCapturedTypeVars(Map<String,ITypeVariableDefinition> capturedTypeVars)
-