Uses of Interface
gw.lang.reflect.gs.IGenericTypeVariable
-
-
Uses of IGenericTypeVariable in editor
Methods in editor that return IGenericTypeVariable Modifier and Type Method Description IGenericTypeVariable[]
PackageType. getGenericTypeVariables()
IGenericTypeVariable[]
TypeInPackageType. getGenericTypeVariables()
-
Uses of IGenericTypeVariable in gw.internal.gosu.ir.nodes
Methods in gw.internal.gosu.ir.nodes that return IGenericTypeVariable Modifier and Type Method Description IGenericTypeVariable[]
IRMethod. getTypeVariables()
IGenericTypeVariable[]
IRMethodForConstructorSymbol. getTypeVariables()
IGenericTypeVariable[]
IRMethodForDPSGetter. getTypeVariables()
IGenericTypeVariable[]
IRMethodForDPSSetter. getTypeVariables()
IGenericTypeVariable[]
IRMethodForPropertyGetter. getTypeVariables()
IGenericTypeVariable[]
IRMethodForPropertySetter. getTypeVariables()
IGenericTypeVariable[]
IRMethodForReducedDPSGetter. getTypeVariables()
IGenericTypeVariable[]
IRMethodForReducedDPSSetter. getTypeVariables()
IGenericTypeVariable[]
IRMethodFromConstructorInfo. getTypeVariables()
IGenericTypeVariable[]
IRMethodFromJavaMethodInfo. getTypeVariables()
IGenericTypeVariable[]
IRMethodFromMethod. getTypeVariables()
IGenericTypeVariable[]
IRMethodFromMethodInfo. getTypeVariables()
IGenericTypeVariable[]
SyntheticIRMethod. getTypeVariables()
-
Uses of IGenericTypeVariable in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return types with arguments of type IGenericTypeVariable Modifier and Type Method Description static List<IGenericTypeVariable>
AbstractElementTransformer. getTypeVarsForDFS(IDynamicFunctionSymbol dfs)
Methods in gw.internal.gosu.ir.transform with parameters of type IGenericTypeVariable Modifier and Type Method Description protected String
AbstractElementTransformer. getTypeVarParamName(IGenericTypeVariable typeVar)
IRExpression
AbstractElementTransformer. pushLazyType(IType type, IGenericTypeVariable[] tvs)
-
Uses of IGenericTypeVariable in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IGenericTypeVariable Modifier and Type Class Description class
GenericTypeVariable
Methods in gw.internal.gosu.parser that return IGenericTypeVariable Modifier and Type Method Description IGenericTypeVariable
GenericTypeVariable. copy()
IGenericTypeVariable
GenericTypeVariable. copy(IType boundingType)
IGenericTypeVariable[]
CompoundType. getGenericTypeVariables()
IGenericTypeVariable[]
AbstractGenericMethodInfo. getTypeVariables()
IGenericTypeVariable[]
AsmMethodJavaClassMethod. getTypeVariables(IJavaMethodInfo mi)
IGenericTypeVariable[]
JavaMethodInfo. getTypeVariables()
IGenericTypeVariable[]
MethodJavaClassMethod. getTypeVariables(IJavaMethodInfo mi)
IGenericTypeVariable
GenericTypeVariable. remapBounds(TypeVarToTypeMap actualParamByVarName)
Constructors in gw.internal.gosu.parser with parameters of type IGenericTypeVariable Constructor Description TypeVariableType(IType ownersType, IGenericTypeVariable typeVar)
-
Uses of IGenericTypeVariable in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return IGenericTypeVariable Modifier and Type Method Description static IGenericTypeVariable[]
TypeVariableDefinition. getTypeVars(List<ITypeVariableDefinitionExpression> typeVarDefs)
Constructors in gw.internal.gosu.parser.expressions with parameters of type IGenericTypeVariable Constructor Description TypeVariableDefinition(IType enclosingType, IGenericTypeVariable typeVar)
TypeVariableDefinition(IType enclosingType, IGenericTypeVariable typeVar, TypeVariableDefinitionImpl typeVarDef, TypeVariableType typeVarType)
-
Uses of IGenericTypeVariable in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return IGenericTypeVariable Modifier and Type Method Description IGenericTypeVariable[]
GosuFragment. getGenericTypeVariables()
Deprecated. -
Uses of IGenericTypeVariable in gw.internal.gosu.parser.java.classinfo
Methods in gw.internal.gosu.parser.java.classinfo that return IGenericTypeVariable Modifier and Type Method Description IGenericTypeVariable[]
JavaSourceMethod. getTypeVariables(IJavaMethodInfo mi)
IGenericTypeVariable[]
SyntheticJavaMethod. getTypeVariables(IJavaMethodInfo javaMethodInfo)
-
Uses of IGenericTypeVariable in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IGenericTypeVariable Modifier and Type Method Description IGenericTypeVariable
ITypeVariableDefinition. getTypeVar()
Methods in gw.lang.parser.expressions with parameters of type IGenericTypeVariable Modifier and Type Method Description static Variance
Variance. maybeInferVariance(IType type, IGenericTypeVariable gtv)
-
Uses of IGenericTypeVariable in gw.lang.reflect
Methods in gw.lang.reflect that return IGenericTypeVariable Modifier and Type Method Description IGenericTypeVariable[]
DefaultArrayType. getGenericTypeVariables()
IGenericTypeVariable[]
FunctionType. getGenericTypeVariables()
IGenericTypeVariable[]
IType. getGenericTypeVariables()
Returns an array of GenericTypeVariables declared with this Generic Type.IGenericTypeVariable[]
ParameterizedFunctionType. getGenericTypeVariables()
IGenericTypeVariable[]
TypeBase. getGenericTypeVariables()
IGenericTypeVariable[]
FunctionType. getTypeVariables()
IGenericTypeVariable[]
IGenericMethodInfo. getTypeVariables()
IGenericTypeVariable[]
MethodInfoDelegate. getTypeVariables()
Constructors in gw.lang.reflect with parameters of type IGenericTypeVariable Constructor Description FunctionType(String strFunctionName, IType retType, IType[] paramTypes, IGenericTypeVariable[] typeVars)
Construct a generic FunctionType with the specified return type, parameter types, and generic type variables. -
Uses of IGenericTypeVariable in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IGenericTypeVariable Modifier and Type Method Description IGenericTypeVariable
IGenericTypeVariable. copy()
IGenericTypeVariable
IGenericTypeVariable. remapBounds(TypeVarToTypeMap actualParamByVarName)
-
Uses of IGenericTypeVariable in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return IGenericTypeVariable Modifier and Type Method Description IGenericTypeVariable[]
IJavaClassMethod. getTypeVariables(IJavaMethodInfo javaMethodInfo)
-