Interface JNIMethod

    • Method Detail

      • getModifiers

        int getModifiers()
      • isNativeUnique

        boolean isNativeUnique()
      • getReturnType32

        JNIType getReturnType32()
      • getReturnType64

        JNIType getReturnType64()
      • getParameterTypes64

        List<JNIType> getParameterTypes64()
      • getDeclaringClass

        JNIClass getDeclaringClass()
      • getAccessor

        String getAccessor()
      • getConditional

        String getConditional()
      • getCallbackTypes

        String[] getCallbackTypes()
      • getCallbackFlags

        ArgFlag[][] getCallbackFlags()
      • isPointer

        boolean isPointer()