Uses of Class
jnr.ffi.provider.jffi.NativeClosurePointer
Packages that use NativeClosurePointer
-
Uses of NativeClosurePointer in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as NativeClosurePointerModifier and TypeFieldDescriptionprivate final NativeClosurePointerNativeClosureFactory.ClosureReference.pointerFields in jnr.ffi.provider.jffi with type parameters of type NativeClosurePointerModifier and TypeFieldDescriptionprivate final ConcurrentLinkedQueue<NativeClosurePointer> NativeClosureFactory.freeQueueMethods in jnr.ffi.provider.jffi that return NativeClosurePointerModifier and TypeMethodDescription(package private) NativeClosurePointerNativeClosureFactory.allocateClosurePointer()(package private) NativeClosurePointerNativeClosureFactory.newClosure(Object callable, Integer key) Methods in jnr.ffi.provider.jffi with parameters of type NativeClosurePointerModifier and TypeMethodDescriptionprivate voidNativeClosureFactory.recycle(NativeClosurePointer ptr) Constructors in jnr.ffi.provider.jffi with parameters of type NativeClosurePointerModifierConstructorDescriptionprivateClosureReference(Object referent, Integer key, NativeClosureFactory factory, NativeClosurePointer pointer)