Uses of Class
gw.lang.reflect.FunctionType
-
Packages that use FunctionType Package Description gw.lang.reflect -
-
Uses of FunctionType in gw.lang.reflect
Methods in gw.lang.reflect that return FunctionType Modifier and Type Method Description FunctionTypeFunctionType. getRuntimeType()FunctionTypeFunctionType. parameterize(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)Create a new FunctionType based on the type parameters assigned to the type vars in actualParamByVarName.Methods in gw.lang.reflect with parameters of type FunctionType Modifier and Type Method Description protected booleanFunctionType. areEnclosingTypesEqual(FunctionType funcType)protected booleanFunctionType. areReturnTypesAssignable(FunctionType from)protected voidFunctionType. copyFields(FunctionType source)FunctionTypeFunctionType. parameterize(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)Create a new FunctionType based on the type parameters assigned to the type vars in actualParamByVarName.Constructors in gw.lang.reflect with parameters of type FunctionType Constructor Description FunctionType(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)FunctionType(FunctionType source, IType gsClass)FunctionType(FunctionType source, IType returnType, IType[] paramTypes)ParameterizedFunctionType(FunctionType genericType, IType... typeParams)
-