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 class
Invoker.ILP32
A 32 bit invoker implementationprivate static class
Invoker.LP64
A 64 bit invoker implementationFields in com.kenai.jffi declared as Invoker Modifier and Type Field Description private static Invoker
Invoker.ILP32. INSTANCE
private static Invoker
Invoker.LP64. INSTANCE
private static Invoker
Invoker.SingletonHolder. INSTANCE
Methods in com.kenai.jffi that return Invoker Modifier and Type Method Description static Invoker
Invoker. getInstance()
Gets theInvoker
singleton.
-