Uses of Class
org.jruby.RubyBignum

Packages that use RubyBignum
org.jruby   
org.jruby.javasupport   
 

Uses of RubyBignum in org.jruby
 

Methods in org.jruby that return RubyBignum
static RubyBignum RubyBignum.newBignum(Ruby runtime, java.math.BigInteger value)
           
static RubyBignum RubyBignum.newBignum(Ruby runtime, double value)
           
static RubyBignum RubyBignum.newBignum(Ruby runtime, long value)
           
static RubyBignum RubyBignum.newBignum(Ruby runtime, java.lang.String value)
           
 

Methods in org.jruby with parameters of type RubyBignum
static double RubyBignum.big2dbl(RubyBignum value)
          rb_big2dbl
static long RubyBignum.big2long(RubyBignum value)
          rb_big2long
static void RubyBignum.marshalTo(RubyBignum bignum, MarshalStream output)
           
 RubyNumeric RubyBigDecimal.multiplyWith(ThreadContext context, RubyBignum value)
           
 

Uses of RubyBignum in org.jruby.javasupport
 

Methods in org.jruby.javasupport with parameters of type RubyBignum
static java.lang.Object JavaUtil.coerceBignumToType(RubyBignum bignum, java.lang.Class target)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.