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 RubyNumeric.asNumeric()
           
static RubyNumeric RubyNumeric.int2fix(Ruby runtime, long val)
           
 RubyNumeric RubyBigDecimal.multiplyWith(RubyBignum value)
           
 RubyNumeric RubyBigDecimal.multiplyWith(RubyFloat value)
           
 RubyNumeric RubyBigDecimal.multiplyWith(RubyInteger value)
           
 RubyNumeric Ruby.newNumeric()
           
static RubyNumeric RubyNumeric.newNumeric(Ruby runtime)
           
static RubyNumeric RubyKernel.rand(IRubyObject recv, IRubyObject[] args)
           
static RubyNumeric RubyBignum.unmarshalFrom(UnmarshalStream input)
           
 

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

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.