| Package | Description |
|---|---|
| jnr.ffi.provider.jffi |
| Modifier and Type | Field and Description |
|---|---|
(package private) NativeClosureProxy |
NativeClosurePointer.proxy |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.reflect.Constructor<? extends NativeClosureProxy> |
NativeClosureProxy.Factory.constructor |
| Modifier and Type | Method and Description |
|---|---|
(package private) NativeClosureProxy |
NativeClosureProxy.Factory.newClosureProxy() |
| Constructor and Description |
|---|
NativeClosurePointer(Runtime runtime,
com.kenai.jffi.Closure.Handle handle,
NativeClosureProxy proxy) |
| Constructor and Description |
|---|
Factory(Runtime runtime,
java.lang.reflect.Constructor<? extends NativeClosureProxy> constructor,
java.lang.reflect.Method invokeMethod,
java.lang.Object[] objectFields) |