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) |