Uses of Class
com.kenai.jffi.Invoker
-
Packages that use Invoker Package Description com.kenai.jffi -
-
Uses of Invoker in com.kenai.jffi
Subclasses of Invoker in com.kenai.jffi Modifier and Type Class Description private static classInvoker.ILP32A 32 bit invoker implementationprivate static classInvoker.LP64A 64 bit invoker implementationFields in com.kenai.jffi declared as Invoker Modifier and Type Field Description private static InvokerInvoker.ILP32. INSTANCEprivate static InvokerInvoker.LP64. INSTANCEprivate static InvokerInvoker.SingletonHolder. INSTANCEMethods in com.kenai.jffi that return Invoker Modifier and Type Method Description static InvokerInvoker. getInstance()Gets theInvokersingleton.
-