boolean |
InvocationLinker.HandleGenerator.canGenerate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method) |
boolean |
InvocationLinker.HandleMethodGenerator.canGenerate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method) |
boolean |
InvocationLinker.AttrReaderGenerator.canGenerate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method) |
boolean |
InvocationLinker.AttrWriterGenerator.canGenerate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method) |
boolean |
InvocationLinker.FFIGenerator.canGenerate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method) |
boolean |
InvocationLinker.JavaCallGenerator.canGenerate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method) |
boolean |
InvocationLinker.RubyCallGenerator.canGenerate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method) |
boolean |
InvocationLinker.CoreCallGenerator.canGenerate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method) |
static IRubyObject |
InvocationLinker.fail(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self) |
static IRubyObject |
InvocationLinker.fail(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
Block block) |
static IRubyObject |
InvocationLinker.fail(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0) |
static IRubyObject |
InvocationLinker.fail(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject[] args) |
static IRubyObject |
InvocationLinker.fail(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject[] args,
Block block) |
static IRubyObject |
InvocationLinker.fail(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
Block block) |
static IRubyObject |
InvocationLinker.fail(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1) |
static IRubyObject |
InvocationLinker.fail(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
Block block) |
static IRubyObject |
InvocationLinker.fail(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2) |
static IRubyObject |
InvocationLinker.fail(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
static IRubyObject |
InvocationLinker.failIter(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
Block block) |
static IRubyObject |
InvocationLinker.failIter(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject[] args,
Block block) |
static IRubyObject |
InvocationLinker.failIter(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
Block block) |
static IRubyObject |
InvocationLinker.failIter(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
Block block) |
static IRubyObject |
InvocationLinker.failIter(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
static boolean |
MathLinker.fixnumBoolean(ThreadContext context,
IRubyObject caller,
IRubyObject self,
JRubyCallSite site,
long value) |
static boolean |
MathLinker.fixnumBooleanFail(ThreadContext context,
IRubyObject caller,
IRubyObject self,
JRubyCallSite site,
RubyFixnum value) |
static IRubyObject |
MathLinker.fixnumOperator(ThreadContext context,
IRubyObject caller,
IRubyObject self,
JRubyCallSite site,
long value) |
static IRubyObject |
MathLinker.fixnumOperatorFail(ThreadContext context,
IRubyObject caller,
IRubyObject self,
JRubyCallSite site,
RubyFixnum value) |
static IRubyObject |
MathLinker.floatOperator(ThreadContext context,
IRubyObject caller,
IRubyObject self,
JRubyCallSite site,
double value) |
static IRubyObject |
MathLinker.floatOperatorFail(ThreadContext context,
IRubyObject caller,
IRubyObject self,
JRubyCallSite site,
RubyFloat value) |
MethodHandle |
InvocationLinker.HandleGenerator.generate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method,
String realName) |
MethodHandle |
InvocationLinker.HandleMethodGenerator.generate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method,
String realName) |
MethodHandle |
InvocationLinker.AttrReaderGenerator.generate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method,
String realName) |
MethodHandle |
InvocationLinker.AttrWriterGenerator.generate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method,
String realName) |
MethodHandle |
InvocationLinker.FFIGenerator.generate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method,
String realName) |
MethodHandle |
InvocationLinker.JavaCallGenerator.generate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method,
String realName) |
MethodHandle |
InvocationLinker.RubyCallGenerator.generate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method,
String realName) |
MethodHandle |
InvocationLinker.CoreCallGenerator.generate(JRubyCallSite site,
RubyClass cls,
DynamicMethod method,
String realName) |
static IRubyObject |
InvocationLinker.invocationFallback(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self) |
static IRubyObject |
InvocationLinker.invocationFallback(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
Block block) |
static IRubyObject |
InvocationLinker.invocationFallback(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0) |
static IRubyObject |
InvocationLinker.invocationFallback(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject[] args) |
static IRubyObject |
InvocationLinker.invocationFallback(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject[] args,
Block block) |
static IRubyObject |
InvocationLinker.invocationFallback(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
Block block) |
static IRubyObject |
InvocationLinker.invocationFallback(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1) |
static IRubyObject |
InvocationLinker.invocationFallback(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
Block block) |
static IRubyObject |
InvocationLinker.invocationFallback(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2) |
static IRubyObject |
InvocationLinker.invocationFallback(JRubyCallSite site,
ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |