Package jnr.ffi.provider.jffi
Class NativeClosureProxy.Factory
java.lang.Object
jnr.ffi.provider.jffi.NativeClosureProxy.Factory
- Enclosing class:
- NativeClosureProxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Constructor<? extends NativeClosureProxy>
private final Method
private final Object[]
private final Runtime
-
Constructor Summary
ConstructorsConstructorDescriptionFactory
(Runtime runtime, Constructor<? extends NativeClosureProxy> constructor, Method invokeMethod, Object[] objectFields) -
Method Summary
-
Field Details
-
runtime
-
constructor
-
objectFields
-
invokeMethod
-
-
Constructor Details
-
Factory
Factory(Runtime runtime, Constructor<? extends NativeClosureProxy> constructor, Method invokeMethod, Object[] objectFields)
-
-
Method Details
-
newClosureProxy
NativeClosureProxy newClosureProxy() -
getInvokeMethod
Method getInvokeMethod()
-