Class NativeMethod
java.lang.Object
com.kenai.jffi.NativeMethod
Represents a native implementation of a method for a class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNativeMethod(long address, String name, String signature) Creates a new native method wrapper. -
Method Summary
-
Field Details
-
function
final long function -
name
-
signature
-
-
Constructor Details
-
NativeMethod
-