| Package | Description |
|---|---|
| org.jruby.ext.ffi | |
| org.jruby.ext.ffi.jffi |
| Modifier and Type | Method and Description |
|---|---|
abstract Pointer |
CallbackManager.getCallback(Ruby runtime,
CallbackInfo cbInfo,
Object proc) |
AbstractInvoker |
NoImplFactory.newFunction(Ruby runtime,
Pointer address,
CallbackInfo cbInfo) |
abstract AbstractInvoker |
Factory.newFunction(Ruby runtime,
Pointer address,
CallbackInfo cbInfo) |
| Modifier and Type | Method and Description |
|---|---|
Pointer |
CallbackManager.getCallback(Ruby runtime,
CallbackInfo cbInfo,
Object proc) |
NativeCallbackFactory |
CallbackManager.getCallbackFactory(Ruby runtime,
CallbackInfo cbInfo) |
Function |
Factory.newFunction(Ruby runtime,
Pointer address,
CallbackInfo cbInfo) |
| Constructor and Description |
|---|
CallbackDataConverter(CallbackInfo cbInfo) |
NativeCallbackFactory(Ruby runtime,
CallbackInfo cbInfo) |
Copyright © 2001–2024 JRuby. All rights reserved.