Package jnr.ffi.provider
Interface Invoker
-
- All Known Implementing Classes:
DefaultInvokerFactory.DefaultInvoker,DefaultInvokerFactory.FunctionNotFoundInvoker,DefaultInvokerFactory.SynchronizedInvoker,DefaultInvokerFactory.VariadicInvoker,ReflectionLibraryLoader.FunctionNotFoundInvoker,ReflectionLibraryLoader.GetRuntimeInvoker,ReflectionLibraryLoader.LazyLoader.VariableAcccessorInvoker
public interface InvokerInterface for any invocable function
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object self, java.lang.Object[] parameters)
-