Class NativeFunction


  • public final class NativeFunction
    extends java.lang.Object
    • Constructor Detail

      • NativeFunction

        public NativeFunction​(java.lang.reflect.Method method,
                              CallingConvention callingConvention)
    • Method Detail

      • annotations

        public java.util.Collection<java.lang.annotation.Annotation> annotations()
      • name

        public java.lang.String name()
      • isErrnoRequired

        public boolean isErrnoRequired()
      • hasSaveError

        public boolean hasSaveError()
      • hasIgnoreError

        public boolean hasIgnoreError()
      • getMethod

        public java.lang.reflect.Method getMethod()
      • hasSaveError

        public static boolean hasSaveError​(java.lang.reflect.Method method)
      • hasIgnoreError

        public static boolean hasIgnoreError​(java.lang.reflect.Method method)