MCPcopy Index your code
hub / github.com/java-native-access/jna / registerMethod

Method registerMethod

src/com/sun/jna/Native.java:2103–2118  ·  view source on GitHub ↗
(Class<?> cls,
                                              String name,
                                              String signature,
                                              int[] conversions,
                                              long[] closure_arg_types,
                                              long[] arg_types,
                                              int rconversion,
                                              long closure_rtype,
                                              long rtype,
                                              Method method,
                                              long fptr,
                                              int callingConvention,
                                              boolean throwLastError,
                                              ToNativeConverter[] toNative,
                                              FromNativeConverter fromNative,
                                              String encoding)

Source from the content-addressed store, hash-verified

2101 }
2102
2103 private static native long registerMethod(Class<?> cls,
2104 String name,
2105 String signature,
2106 int[] conversions,
2107 long[] closure_arg_types,
2108 long[] arg_types,
2109 int rconversion,
2110 long closure_rtype,
2111 long rtype,
2112 Method method,
2113 long fptr,
2114 int callingConvention,
2115 boolean throwLastError,
2116 ToNativeConverter[] toNative,
2117 FromNativeConverter fromNative,
2118 String encoding);
2119
2120
2121 // Called from native code

Callers 1

registerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected