Uses of Class
gw.lang.parser.TypeVarToTypeMap
-
Packages that use TypeVarToTypeMap Package Description gw.lang.parser gw.lang.reflect gw.lang.reflect.gs gw.lang.reflect.java -
-
Uses of TypeVarToTypeMap in gw.lang.parser
Fields in gw.lang.parser declared as TypeVarToTypeMap Modifier and Type Field Description static TypeVarToTypeMapTypeVarToTypeMap. EMPTY_MAPMethods in gw.lang.parser with parameters of type TypeVarToTypeMap Modifier and Type Method Description static booleanStandardCoercionManager. isStructurallyAssignable_Laxed(IType toType, IType fromType, TypeVarToTypeMap inferenceMap)static booleanStandardCoercionManager. isStructurallyAssignable_Laxed(IType toType, IType fromType, IMethodInfo specificMethod, TypeVarToTypeMap inferenceMap)voidTypeVarToTypeMap. putAll(TypeVarToTypeMap from)voidTypeVarToTypeMap. putAllAndInferred(TypeVarToTypeMap from)Constructors in gw.lang.parser with parameters of type TypeVarToTypeMap Constructor Description TypeVarToTypeMap(TypeVarToTypeMap from) -
Uses of TypeVarToTypeMap in gw.lang.reflect
Methods in gw.lang.reflect that return TypeVarToTypeMap Modifier and Type Method Description TypeVarToTypeMapMethodScore. getInferenceMap()TypeVarToTypeMapFunctionType. inferTypeParametersFromArgumentTypes(IType... argTypes)TypeVarToTypeMapIGenericMethodInfo. inferTypeParametersFromArgumentTypes(IType... argTypes)TypeVarToTypeMapMethodInfoDelegate. inferTypeParametersFromArgumentTypes(IType... argTypes)TypeVarToTypeMapFunctionType. inferTypeParametersFromArgumentTypes2(IType owningParameterizedType, IType... argTypes)TypeVarToTypeMapIGenericMethodInfo. inferTypeParametersFromArgumentTypes2(IType owningParameterizedType, IType... argTypes)TypeVarToTypeMapMethodInfoDelegate. inferTypeParametersFromArgumentTypes2(IType owningParameterizedType, IType... argTypes)TypeVarToTypeMapITypeSystem. mapTypeByVarName(IType ownersType, IType declaringType)static TypeVarToTypeMapTypeSystem. mapTypeByVarName(IType ownersType, IType declaringType)Methods in gw.lang.reflect with parameters of type TypeVarToTypeMap Modifier and Type Method Description IMethodInfoMethodList. findAssignableMethod(IMethodInfo miTo, boolean bStatic, TypeVarToTypeMap inferenceMap)ITypeITypeSystem. getActualType(IType type, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)static ITypeTypeSystem. getActualType(IType type, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)voidITypeSystem. inferTypeVariableTypesFromGenParamTypeAndConcreteType(IType genParamType, IType argType, TypeVarToTypeMap map)static voidTypeSystem. inferTypeVariableTypesFromGenParamTypeAndConcreteType(IType genParamType, IType argType, TypeVarToTypeMap map, boolean bReverse)voidITypeSystem. inferTypeVariableTypesFromGenParamTypeAndConcreteType_Reverse(IType genParamType, IType argType, TypeVarToTypeMap map)static ITypeMethodList. maybeInferParamType(TypeVarToTypeMap inferenceMap, IType ownersType, IType fromParamType, IType toParamType)static ITypeMethodList. maybeInferReturnType(TypeVarToTypeMap inferenceMap, IType ownersType, IType fromReturnType, IType toReturnType)FunctionTypeFunctionType. parameterize(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)Create a new FunctionType based on the type parameters assigned to the type vars in actualParamByVarName.ITypeITypeSystem. parseType(String typeString, TypeVarToTypeMap actualParamByVarName)ITypeITypeSystem. parseType(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)static ITypeTypeSystem. parseType(String typeString, TypeVarToTypeMap actualParamByVarName)static ITypeTypeSystem. parseType(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)ITypeLiteralExpressionITypeSystem. parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)static ITypeLiteralExpressionTypeSystem. parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)voidMethodScore. setInferenceMap(TypeVarToTypeMap inferenceMap)Constructors in gw.lang.reflect with parameters of type TypeVarToTypeMap Constructor Description FunctionType(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) -
Uses of TypeVarToTypeMap in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs with parameters of type TypeVarToTypeMap Modifier and Type Method Description IGenericTypeVariableIGenericTypeVariable. remapBounds(TypeVarToTypeMap actualParamByVarName) -
Uses of TypeVarToTypeMap in gw.lang.reflect.java
Methods in gw.lang.reflect.java with parameters of type TypeVarToTypeMap Modifier and Type Method Description IParameterInfo[]IJavaClassConstructor. convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)static ITypeClassInfoUtil. getActualReturnType(IJavaClassType genericType, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)ITypeErrorJavaClassInfo. getActualType(TypeVarToTypeMap typeMap)ITypeErrorJavaClassInfo. getActualType(TypeVarToTypeMap typeMap, boolean bKeepTypeVars)ITypeIJavaClassType. getActualType(TypeVarToTypeMap typeMap)ITypeIJavaClassType. getActualType(TypeVarToTypeMap typeMap, boolean bKeepTypeVars)static IType[]ClassInfoUtil. getActualTypes(IJavaClassType[] genericTypes, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)
-