Uses of Class
org.jruby.RubyNumeric

Packages that use RubyNumeric
org.jruby   
org.jruby.libraries   
 

Uses of RubyNumeric in org.jruby
 

Subclasses of RubyNumeric in org.jruby
 class RubyBigDecimal
           
 class RubyBignum
           
 class RubyFixnum
          Implementation of the Fixnum class.
 class RubyFloat
           
 class RubyInteger
          Implementation of the Integer class.
 

Methods in org.jruby that return RubyNumeric
 RubyNumeric Ruby.newNumeric()
           
 RubyNumeric RubyBigDecimal.multiplyWith(RubyInteger value)
           
 RubyNumeric RubyBigDecimal.multiplyWith(RubyFloat value)
           
 RubyNumeric RubyBigDecimal.multiplyWith(RubyBignum value)
           
static RubyNumeric RubyBignum.unmarshalFrom(UnmarshalStream input)
           
static RubyNumeric RubyKernel.rand(IRubyObject recv, IRubyObject[] args)
           
static RubyNumeric RubyNumeric.newNumeric(Ruby runtime)
           
static RubyNumeric RubyNumeric.int2fix(Ruby runtime, long val)
           
 RubyNumeric RubyNumeric.asNumeric()
           
 

Methods in org.jruby with parameters of type RubyNumeric
protected  int RubyFloat.compareValue(RubyNumeric other)
           
 IRubyObject RubyZlib.RubyGzipReader.set_lineno(RubyNumeric lineArg)
           
 IRubyObject RubyZlib.RubyGzipReader.ungetc(RubyNumeric arg)
           
 IRubyObject RubyZlib.RubyGzipWriter.putc(RubyNumeric p1)
           
 

Uses of RubyNumeric in org.jruby.libraries
 

Methods in org.jruby.libraries that return RubyNumeric
 RubyNumeric ThreadLibrary.Queue.length()
           
 RubyNumeric ThreadLibrary.SizedQueue.max()
           
 



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