Package com.kenai.jffi
Class NativeMethod
java.lang.Object
com.kenai.jffi.NativeMethod
public final class NativeMethod
extends java.lang.Object
Represents a native implementation of a method for a class
-
Constructor Summary
Constructors Constructor Description NativeMethod(long address, java.lang.String name, java.lang.String signature)Creates a new native method wrapper. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NativeMethod
public NativeMethod(long address, java.lang.String name, java.lang.String signature)Creates a new native method wrapper.- Parameters:
address- The address of the native method.name- The name of the java method.signature- The java signature.
-