Uses of Interface
gw.lang.reflect.IFunctionType
-
Packages that use IFunctionType Package Description gw.lang gw.lang.function gw.lang.parser.coercers gw.lang.parser.exceptions gw.lang.parser.expressions gw.lang.reflect gw.lang.reflect.java -
-
Uses of IFunctionType in gw.lang
Methods in gw.lang that return IFunctionType Modifier and Type Method Description static IFunctionTypeGosuShop. createFunctionType(IMethodInfo mi)IFunctionTypeIGosuShop. createFunctionType(IMethodInfo mi)Methods in gw.lang with parameters of type IFunctionType Modifier and Type Method Description static ISymbolGosuShop. createDynamicFunctionSymbol(ISymbolTable symbolTable, String strMemberName, IFunctionType functionType, List<ISymbol> params, IExpression expression)ISymbolIGosuShop. createDynamicFunctionSymbol(ISymbolTable symbolTable, String strMemberName, IFunctionType functionType, List<ISymbol> params, IExpression value) -
Uses of IFunctionType in gw.lang.function
Methods in gw.lang.function that return IFunctionType Modifier and Type Method Description IFunctionTypeAbstractBlock. getFunctionType()IFunctionTypeIBlock. getFunctionType() -
Uses of IFunctionType in gw.lang.parser.coercers
Methods in gw.lang.parser.coercers that return IFunctionType Modifier and Type Method Description static IFunctionTypeFunctionToInterfaceCoercer. getRepresentativeFunctionType(IType interfaceType)Methods in gw.lang.parser.coercers with parameters of type IFunctionType Modifier and Type Method Description static booleanFunctionFromInterfaceCoercer. areTypesCompatible(IFunctionType functionType, IType interfaceType) -
Uses of IFunctionType in gw.lang.parser.exceptions
Methods in gw.lang.parser.exceptions that return IFunctionType Modifier and Type Method Description IFunctionTypeNotImplementedParseException. getFuncType()Constructors in gw.lang.parser.exceptions with parameters of type IFunctionType Constructor Description NotImplementedParseException(IFullParserState parserState, IGosuClass gsClass, String strClass, IFunctionType funcType) -
Uses of IFunctionType in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IFunctionType Modifier and Type Method Description IFunctionTypeIBeanMethodCallExpression. getFunctionType()IFunctionTypeIMethodCallExpression. getFunctionType() -
Uses of IFunctionType in gw.lang.reflect
Subinterfaces of IFunctionType in gw.lang.reflect Modifier and Type Interface Description interfaceIBlockTypeClasses in gw.lang.reflect that implement IFunctionType Modifier and Type Class Description classFunctionTypeclassParameterizedFunctionTypeMethods in gw.lang.reflect that return IFunctionType Modifier and Type Method Description IFunctionTypeIErrorType. getErrorTypeFunctionType(IExpression[] eArgs, String strMethod, List listAllMatchingMethods)default IFunctionTypeIType. getFunctionalInterface()IFunctionTypeITypeSystem. getOrCreateFunctionType(IMethodInfo mi)IFunctionTypeITypeSystem. getOrCreateFunctionType(String strFunctionName, IType retType, IType[] paramTypes)static IFunctionTypeTypeSystem. getOrCreateFunctionType(IMethodInfo mi)static IFunctionTypeTypeSystem. getOrCreateFunctionType(String strFunctionName, IType retType, IType[] paramTypes)IFunctionTypeFunctionType. inferParameterizedTypeFromArgTypesAndContextType(IType[] argTypes, IType ctxType)IFunctionTypeIFunctionType. inferParameterizedTypeFromArgTypesAndContextType(IType[] eArgs, IType ctxType)IFunctionTypeParameterizedFunctionType. inferParameterizedTypeFromArgTypesAndContextType(IType[] eArgs, IType ctxType)Methods in gw.lang.reflect with parameters of type IFunctionType Modifier and Type Method Description booleanFunctionType. areParamsCompatible(IFunctionType fromType)static booleanFunctionType. areParamsCompatible(IFunctionType toType, IFunctionType fromType)booleanIFunctionType. areParamsCompatible(IFunctionType rhsFunctionType)booleanParameterizedFunctionType. areParamsCompatible(IFunctionType rhsType)ITypeITypeSystem. getFunctionalInterface(IFunctionType type)static ITypeTypeSystem. getFunctionalInterface(IFunctionType type)Constructors in gw.lang.reflect with parameters of type IFunctionType Constructor Description FunctionTypeInfo(IFunctionType functionType) -
Uses of IFunctionType in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return IFunctionType Modifier and Type Method Description static IFunctionTypeGosuTypes. DEF_CTOR_TYPE()
-