Uses of Interface
gw.lang.reflect.gs.IGenericTypeVariable
-
Packages that use IGenericTypeVariable Package Description gw.lang.parser.expressions gw.lang.reflect gw.lang.reflect.gs gw.lang.reflect.java -
-
Uses of IGenericTypeVariable in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IGenericTypeVariable Modifier and Type Method Description IGenericTypeVariableITypeVariableDefinition. getTypeVar()Methods in gw.lang.parser.expressions with parameters of type IGenericTypeVariable Modifier and Type Method Description static VarianceVariance. 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 IGenericTypeVariableIGenericTypeVariable. copy()IGenericTypeVariableIGenericTypeVariable. 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)
-