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,
java.lang.Object proc) |
abstract AbstractInvoker |
Factory.newFunction(Ruby runtime,
Pointer address,
CallbackInfo cbInfo) |
AbstractInvoker |
NoImplFactory.newFunction(Ruby runtime,
Pointer address,
CallbackInfo cbInfo) |
Modifier and Type | Method and Description |
---|---|
Pointer |
CallbackManager.getCallback(Ruby runtime,
CallbackInfo cbInfo,
java.lang.Object proc) |
Pointer |
CallbackManager.getCallback(Ruby runtime,
CallbackInfo cbInfo,
RubyObject proc)
Gets a Callback object conforming to the signature contained in the
CallbackInfo for the ruby Proc or Block instance.
|
Function |
Factory.newFunction(Ruby runtime,
Pointer address,
CallbackInfo cbInfo) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.