|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyInteger | |
org.jruby |
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 | |
RubyInteger |
Builtins.toInteger(long value)
|
static RubyInteger |
KernelModule.srand(IRubyObject recv,
IRubyObject[] args)
|
RubyInteger |
RubyBignum.op_or(RubyNumeric other)
|
RubyInteger |
RubyBignum.op_xor(RubyNumeric other)
|
RubyInteger |
RubyDir.tell()
Returns the current position in the directory. |
static RubyInteger |
RubyFixnum.induced_from(IRubyObject recv,
IRubyObject number)
|
RubyInteger |
RubyFixnum.op_lshift(RubyNumeric other)
|
RubyInteger |
RubyFixnum.op_rshift(RubyNumeric other)
|
RubyInteger |
RubyFixnum.op_or(RubyNumeric other)
|
RubyInteger |
RubyFixnum.op_xor(RubyNumeric other)
|
RubyInteger |
RubyFloat.ceil()
|
RubyInteger |
RubyFloat.floor()
|
RubyInteger |
RubyFloat.round()
|
RubyInteger |
RubyFloat.truncate()
|
RubyInteger |
RubyFloat.to_i()
|
static RubyInteger |
RubyInteger.induced_from(IRubyObject recv,
IRubyObject number)
|
RubyInteger |
RubyInteger.to_i()
|
static RubyInteger |
RubyNumeric.str2inum(Ruby ruby,
RubyString str,
int base)
Converts a string representation of an integer to the integer value. |
RubyInteger |
RubyNumeric.floor()
num_floor |
RubyInteger |
RubyNumeric.ceil()
num_ceil |
RubyInteger |
RubyNumeric.round()
num_round |
RubyInteger |
RubyNumeric.truncate()
num_truncate |
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()
|
Methods in org.jruby with parameters of type RubyInteger | |
RubyNumeric |
RubyBignum.multiplyWith(RubyInteger other)
|
static IRubyObject |
RubyFile.chmod(IRubyObject recv,
RubyInteger mode,
IRubyObject[] names)
|
RubyNumeric |
RubyFixnum.multiplyWith(RubyInteger other)
|
RubyNumeric |
RubyFloat.multiplyWith(RubyInteger other)
|
abstract RubyNumeric |
RubyNumeric.multiplyWith(RubyInteger value)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |