static IRubyObject |
Bootstrap.attrAssign(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0) |
private static java.lang.invoke.MethodHandle |
Bootstrap.getHandle(RubyClass selfClass,
java.lang.invoke.SwitchPoint switchPoint,
Bootstrap.InvokeSite site,
DynamicMethod method,
int arity,
boolean block) |
static IRubyObject |
Bootstrap.invoke(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self) |
static IRubyObject |
Bootstrap.invoke(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
Block block) |
static IRubyObject |
Bootstrap.invoke(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0) |
static IRubyObject |
Bootstrap.invoke(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0,
Block block) |
static IRubyObject |
Bootstrap.invoke(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1) |
static IRubyObject |
Bootstrap.invoke(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
Block block) |
static IRubyObject |
Bootstrap.invoke(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2) |
static IRubyObject |
Bootstrap.invoke(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
static IRubyObject |
Bootstrap.invokeSelf(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self) |
static IRubyObject |
Bootstrap.invokeSelf(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
Block block) |
static IRubyObject |
Bootstrap.invokeSelf(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0) |
static IRubyObject |
Bootstrap.invokeSelf(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0,
Block block) |
static IRubyObject |
Bootstrap.invokeSelf(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1) |
static IRubyObject |
Bootstrap.invokeSelf(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
Block block) |
static IRubyObject |
Bootstrap.invokeSelf(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2) |
static IRubyObject |
Bootstrap.invokeSelf(Bootstrap.InvokeSite site,
ThreadContext context,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |