public class NativeCallbackFactory extends Object
Constructor and Description |
---|
NativeCallbackFactory(Ruby runtime,
CallbackInfo cbInfo) |
Modifier and Type | Method and Description |
---|---|
Pointer |
getCallback(IRubyObject callable,
CachingCallSite callSite) |
Pointer |
getCallback(RubyObject callable) |
public NativeCallbackFactory(Ruby runtime, CallbackInfo cbInfo)
public final Pointer getCallback(RubyObject callable)
public final Pointer getCallback(IRubyObject callable, CachingCallSite callSite)
Copyright © 2001-2015 JRuby. All Rights Reserved.