Uses of Class
com.kenai.jffi.Foreign
Packages that use Foreign
-
Uses of Foreign in com.kenai.jffi
Fields in com.kenai.jffi declared as ForeignModifier and TypeFieldDescriptionprivate final ForeignAggregate.foreignA handle to the foreign interface to keep it alive as long as this object is aliveprivate final ForeignCallContext.foreignA handle to the foreign interface to keep it alive as long as this object is aliveprivate final ForeignClosureMagazine.foreignA handle to the foreign interface to keep it alive as long as this object is aliveprivate final ForeignClosurePool.Magazine.foreignA handle to the foreign interface to keep it alive as long as this object is alive(package private) final ForeignForeign.ValidInstanceHolder.foreignprivate final ForeignHeapObjectParameterInvoker.foreignprivate final ForeignInvoker.foreignprivate final ForeignLastError.foreignprivate final ForeignLibrary.foreignA handle to the foreign interface to keep it alive as long as this object is alive(package private) final ForeignMemoryIO.foreignA handle to the JNI accessorprivate final ForeignNativeObjectParameterInvoker.foreignprivate final ForeignPageManager.foreignMethods in com.kenai.jffi that return ForeignModifier and TypeMethodDescription(package private) abstract ForeignForeign.InstanceHolder.getForeign()(package private) final ForeignForeign.InValidInstanceHolder.getForeign()(package private) final ForeignForeign.ValidInstanceHolder.getForeign()static ForeignForeign.getInstance()Methods in com.kenai.jffi with parameters of type ForeignModifier and TypeMethodDescriptionprivate static longInternal wrapper around dlopen.private static intConstructors in com.kenai.jffi with parameters of type ForeignModifierConstructorDescription(package private)(package private)ClosureMagazine(Foreign foreign, CallContext callContext, long magazineAddress) (package private)HeapObjectParameterInvoker(Foreign foreign) (package private)Invoker(Foreign foreign, ObjectParameterInvoker objectParameterInvoker) private(package private)NativeObjectParameterInvoker(Foreign foreign) privateCreates a new C struct layout description.ValidInstanceHolder(Foreign foreign)