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.StringfunctionNameprivate java.lang.reflect.Methodmethod
-
Constructor Summary
Constructors Modifier Constructor Description privateFunctionNotFoundInvoker(java.lang.reflect.Method method, java.lang.String functionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object self, java.lang.Object[] parameters)
-