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 Invoker
Interface for any invocable function
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object self, java.lang.Object[] parameters)
-