Uses of Class
org.jruby.RubyInteger

Packages that use RubyInteger
org.jruby   
org.jruby.libraries   
org.jruby.runtime.builtin   
 

Uses of RubyInteger in org.jruby
 

Subclasses of RubyInteger in org.jruby
 class RubyBignum
           
 class RubyFixnum
          Implementation of the Fixnum class.
 

Methods in org.jruby that return RubyInteger
static RubyInteger RubyBignum.bignorm(Ruby runtime, java.math.BigInteger bi)
          rb_big_norm
 RubyInteger RubyInteger.convertToInteger()
           
 RubyInteger RubyObject.convertToInteger()
           
 RubyInteger RubyUndef.convertToInteger()
           
 RubyInteger RubyTime.gmt_offset()
           
 RubyInteger RubyTime.hour()
           
 RubyInteger RubyTime.mday()
           
 RubyInteger RubyTime.min()
           
 RubyInteger RubyTime.month()
           
 RubyInteger RubyTime.sec()
           
static RubyInteger RubyKernel.srand(IRubyObject recv, IRubyObject[] args)
           
static RubyInteger RubyNumeric.str2inum(Ruby runtime, RubyString str, int base)
           
static RubyInteger RubyNumeric.str2inum(Ruby runtime, RubyString str, int base, boolean strict)
          Converts a string representation of an integer to the integer value.
 RubyInteger RubyString.sum(IRubyObject[] args)
           
 RubyInteger RubyDir.tell()
          Returns the current position in the directory.
 RubyInteger RubyInteger.to_i()
          int_to_i
 RubyInteger RubyTime.to_i()
           
 RubyInteger RubyTime.usec()
           
 RubyInteger RubyTime.wday()
           
 RubyInteger RubyTime.yday()
           
 RubyInteger RubyTime.year()
           
 

Methods in org.jruby with parameters of type RubyInteger
 RubyNumeric RubyBigDecimal.multiplyWith(RubyInteger value)
           
 

Uses of RubyInteger in org.jruby.libraries
 

Methods in org.jruby.libraries with parameters of type RubyInteger
 IRubyObject ThreadLibrary.SizedQueue.max_set(RubyInteger arg)
           
 

Uses of RubyInteger in org.jruby.runtime.builtin
 

Methods in org.jruby.runtime.builtin that return RubyInteger
 RubyInteger IRubyObject.convertToInteger()
           
 



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