Interface DefaultInvokerFactory.FunctionInvoker

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(Runtime runtime, com.kenai.jffi.Function function, com.kenai.jffi.HeapInvocationBuffer buffer)  
    • Method Detail

      • invoke

        java.lang.Object invoke​(Runtime runtime,
                                com.kenai.jffi.Function function,
                                com.kenai.jffi.HeapInvocationBuffer buffer)