Package org.jruby.ext.ffi.jffi
Class DefaultMethodFactory.Float64Marshaller
java.lang.Object
org.jruby.ext.ffi.jffi.DefaultMethodFactory.NonSessionMarshaller
org.jruby.ext.ffi.jffi.DefaultMethodFactory.Float64Marshaller
- All Implemented Interfaces:
ParameterMarshaller
- Enclosing class:
- DefaultMethodFactory
static final class DefaultMethodFactory.Float64Marshaller
extends DefaultMethodFactory.NonSessionMarshaller
Converts a ruby Float into a 64 bit native float.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidmarshal(ThreadContext context, com.kenai.jffi.InvocationBuffer buffer, IRubyObject parameter) Methods inherited from class org.jruby.ext.ffi.jffi.DefaultMethodFactory.NonSessionMarshaller
marshal, requiresPostInvoke, requiresReference
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Float64Marshaller
Float64Marshaller()
-
-
Method Details
-
marshal
public final void marshal(ThreadContext context, com.kenai.jffi.InvocationBuffer buffer, IRubyObject parameter)
-