Interface FunctionMapper

    • Field Detail

      • IDENTITY

        static final FunctionMapper IDENTITY
        An implementation of FunctionMapper that maps 1:1 between java symbols and native functions
    • Method Detail

      • mapFunctionName

        java.lang.String mapFunctionName​(java.lang.String functionName,
                                         FunctionMapper.Context context)
        Translate the (Java) function name into its (native) equivalent. If the name is not present in the map, it is to return the supplied name (same object exactly).
        Parameters:
        functionName - to translate
        context - for translation
        Returns:
        native equivalent or functionName if not in map