Package jnr.ffi.provider.jffi
Class ReflectionLibraryLoader.FunctionNotFoundInvoker
- java.lang.Object
-
- jnr.ffi.provider.jffi.ReflectionLibraryLoader.FunctionNotFoundInvoker
-
- All Implemented Interfaces:
Invoker
- Enclosing class:
- ReflectionLibraryLoader
private static final class ReflectionLibraryLoader.FunctionNotFoundInvoker extends java.lang.Object implements Invoker
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
functionName
private java.lang.reflect.Method
method
-
Constructor Summary
Constructors Modifier Constructor Description private
FunctionNotFoundInvoker(java.lang.reflect.Method method, java.lang.String functionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object self, java.lang.Object[] parameters)
-