|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.kenai.jffi.NativeMethod
public final class NativeMethod
Represents a native implementation of a method for a class
| Constructor Summary | |
|---|---|
NativeMethod(long address,
java.lang.String name,
java.lang.String signature)
Creates a new native method wrapper. |
|
| Method Summary | |
|---|---|
protected void |
finalize()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NativeMethod(long address,
java.lang.String name,
java.lang.String signature)
address - The address of the native method.name - The name of the java method.signature - The java signature.| Method Detail |
|---|
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||