|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
RubyDir.tell()
Returns the current position in the directory. |
RubyInteger |
RubyInteger.convertToInteger()
|
RubyInteger |
RubyInteger.to_i()
int_to_i |
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 |
RubyObject.convertToInteger()
|
RubyInteger |
RubyString.sum(IRubyObject[] args)
|
RubyInteger |
RubyTime.to_i()
|
RubyInteger |
RubyTime.usec()
|
RubyInteger |
RubyTime.sec()
|
RubyInteger |
RubyTime.min()
|
RubyInteger |
RubyTime.hour()
|
RubyInteger |
RubyTime.mday()
|
RubyInteger |
RubyTime.month()
|
RubyInteger |
RubyTime.year()
|
RubyInteger |
RubyTime.wday()
|
RubyInteger |
RubyTime.yday()
|
RubyInteger |
RubyTime.gmt_offset()
|
RubyInteger |
RubyUndef.convertToInteger()
|
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()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |