Uses of Interface
gw.lang.reflect.gs.IGenericTypeVariable
-
-
Uses of IGenericTypeVariable in editor
Fields in editor declared as IGenericTypeVariable Modifier and Type Field Description private static IGenericTypeVariable[]PackageType. EMPTY_TYPEVARSMethods 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 IGenericTypeVariable Modifier and Type Method Description private IGenericTypeVariable[]AbstractElementTransformer. getGenericFunctionTypeVariables(IDynamicFunctionSymbol currentFunction)private static IGenericTypeVariable[]AbstractElementTransformer. getTypeVarsForEnhancement(IDynamicFunctionSymbol dfs)Methods in gw.internal.gosu.ir.transform that return types with arguments of type IGenericTypeVariable Modifier and Type Method Description static java.util.List<IGenericTypeVariable>AbstractElementTransformer. getTypeVarsForDFS(IDynamicFunctionSymbol dfs)Methods in gw.internal.gosu.ir.transform with parameters of type IGenericTypeVariable Modifier and Type Method Description private IRCompositeExpressionAbstractElementTransformer. buildLazyTypeResolverCall(IRMethodStatement method, IGenericTypeVariable[] tvs)private IRCompositeExpressionAbstractElementTransformer. buildSuperCallLazyTypeResolverCall(IRMethodStatement method, IGenericTypeVariable[] tvs)protected java.lang.StringAbstractElementTransformer. getTypeVarParamName(IGenericTypeVariable typeVar)private IRMethodStatementAbstractElementTransformer. makeLazyTypeMethod(IType type, IGenericTypeVariable[] tvs)private IRMethodStatementAbstractElementTransformer. makeSuperCallLazyTypeMethod(IType type, IGenericTypeVariable[] tvs)IRExpressionAbstractElementTransformer. pushLazyType(IType type, IGenericTypeVariable[] tvs)private IRExpressionAbstractElementTransformer. pushLazyTypeWithInvokeDynamic(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 classGenericTypeVariableFields in gw.internal.gosu.parser declared as IGenericTypeVariable Modifier and Type Field Description private IGenericTypeVariable[]JavaMethodInfo. _typeVarsMethods in gw.internal.gosu.parser that return IGenericTypeVariable Modifier and Type Method Description IGenericTypeVariableGenericTypeVariable. copy()IGenericTypeVariableGenericTypeVariable. copy(IType boundingType)IGenericTypeVariable[]CompoundType. getGenericTypeVariables()IGenericTypeVariable[]AbstractGenericMethodInfo. getTypeVariables()IGenericTypeVariable[]AsmMethodJavaClassMethod. getTypeVariables(IJavaMethodInfo mi)IGenericTypeVariable[]JavaMethodInfo. getTypeVariables()IGenericTypeVariable[]MethodJavaClassMethod. getTypeVariables(IJavaMethodInfo mi)IGenericTypeVariableGenericTypeVariable. remapBounds(TypeVarToTypeMap actualParamByVarName)Methods in gw.internal.gosu.parser with parameters of type IGenericTypeVariable Modifier and Type Method Description private voidGosuParser. addTypeVarsToList(java.util.List<IType> typeVariableTypes, IGenericTypeVariable[] typeVariables)private java.util.List<TypeVariableDefinitionImpl>GosuParser. getTypeVarDefsFromDecl(IGenericTypeVariable[] typeVars)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(java.util.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
Fields in gw.internal.gosu.parser.fragments declared as IGenericTypeVariable Modifier and Type Field Description private static IGenericTypeVariable[]GosuFragment. EMTPY_TYPE_VARIABLE_ARRAYDeprecated.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 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
Fields in gw.lang.reflect declared as IGenericTypeVariable Modifier and Type Field Description private IGenericTypeVariable[]FunctionType. _typeVarsprivate static IGenericTypeVariable[]TypeBase. EMPTY_TYPE_VARIABLES_ARRAYprivate static IGenericTypeVariable[]FunctionType. EMPTY_TYPE_VARSMethods in gw.lang.reflect that return IGenericTypeVariable Modifier and Type Method Description private IGenericTypeVariable[]FunctionType. cloneTypeVars()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()Methods in gw.lang.reflect with parameters of type IGenericTypeVariable Modifier and Type Method Description private voidFunctionType. assignTypeVars(IGenericTypeVariable[] gtvs, TypeVarToTypeMap actualParamByVarName)Constructors in gw.lang.reflect with parameters of type IGenericTypeVariable Constructor Description FunctionType(java.lang.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)
-