Package | Description |
---|---|
org.jruby | |
org.jruby.javasupport | |
org.jruby.libraries |
Modifier and Type | Class and Description |
---|---|
class |
RubyBigDecimal |
class |
RubyBignum |
class |
RubyComplex
1.9 complex.c as of revision: 20011
|
class |
RubyFixnum
Implementation of the Fixnum class.
|
class |
RubyFloat
A representation of a float object
|
class |
RubyInteger
Implementation of the Integer class.
|
class |
RubyRational
1.9 rational.c as of revision: 20011
|
Modifier and Type | Method and Description |
---|---|
RubyNumeric |
RubyNumeric.asNumeric() |
static RubyNumeric |
RubyNumeric.int2fix(Ruby runtime,
long val) |
RubyNumeric |
RubyBigDecimal.multiplyWith(ThreadContext context,
RubyBignum value) |
RubyNumeric |
RubyBigDecimal.multiplyWith(ThreadContext context,
RubyFloat value) |
RubyNumeric |
RubyBigDecimal.multiplyWith(ThreadContext context,
RubyInteger value) |
RubyNumeric |
Ruby.newNumeric() |
static RubyNumeric |
RubyNumeric.newNumeric(Ruby runtime) |
static RubyNumeric |
RubyKernel.rand(ThreadContext context,
IRubyObject recv) |
static RubyNumeric |
RubyKernel.rand(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |
static RubyNumeric |
RubyKernel.rand19(ThreadContext context,
IRubyObject recv) |
static RubyNumeric |
RubyKernel.rand19(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |
static RubyNumeric |
RubyBignum.unmarshalFrom(UnmarshalStream input) |
Modifier and Type | Method and Description |
---|---|
protected int |
RubyFloat.compareValue(RubyNumeric other) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JavaUtil.NumericConverter.coerce(RubyNumeric numeric,
java.lang.Class target) |
Modifier and Type | Method and Description |
---|---|
RubyNumeric |
ThreadLibrary.Queue.length(ThreadContext context) |
RubyNumeric |
ThreadLibrary.SizedQueue.max(ThreadContext context) |
RubyNumeric |
ThreadLibrary.Queue.num_waiting(ThreadContext context) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.