interface ParameterMarshaller
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(Invocation invocation,
com.kenai.jffi.InvocationBuffer buffer,
IRubyObject value) |
void |
marshal(ThreadContext context,
com.kenai.jffi.InvocationBuffer buffer,
IRubyObject value) |
boolean |
requiresPostInvoke() |
boolean |
requiresReference() |
void marshal(Invocation invocation, com.kenai.jffi.InvocationBuffer buffer, IRubyObject value)
void marshal(ThreadContext context, com.kenai.jffi.InvocationBuffer buffer, IRubyObject value)
boolean requiresPostInvoke()
boolean requiresReference()