Class UserFunction

    • Method Detail

      • isNative

        public final boolean isNative()
        Description copied from interface: Function
        Checks whether the function is a native/hard coded one or not.
        Specified by:
        isNative in interface Function
        Returns:
        true if the function is a native/hard coded one, false otherwise.