Package | Description |
---|---|
org.jruby | |
org.jruby.embed.internal | |
org.jruby.ext.bigdecimal | |
org.jruby.ir.operands | |
org.jruby.runtime.builtin | |
org.jruby.util |
Modifier and Type | Class and Description |
---|---|
class |
RubyBignum |
class |
RubyFixnum
Implementation of the Fixnum class.
|
Modifier and Type | Method and Description |
---|---|
static RubyInteger |
RubyBignum.bignorm(Ruby runtime,
BigInteger bi)
rb_big_norm
|
RubyInteger |
RubyInteger.convertToInteger() |
RubyInteger |
RubyBasicObject.convertToInteger()
Tries to convert this object to a Ruby Integer using the "to_int"
method.
|
RubyInteger |
RubyBasicObject.convertToInteger(int methodIndex,
String convertMethod)
Deprecated.
|
static RubyInteger |
BasicObjectStub.convertToInteger(IRubyObject self) |
static RubyInteger |
BasicObjectStub.convertToInteger(IRubyObject self,
int convertMethodIndex,
String convertMethod) |
static RubyInteger |
BasicObjectStub.convertToInteger(IRubyObject self,
String convertMethod) |
RubyInteger |
RubyFixnum.convertToInteger(String method) |
RubyInteger |
RubyBasicObject.convertToInteger(String convertMethod)
Tries to convert this object to a Ruby Integer using the
supplied conversion method.
|
RubyInteger |
RubyObjectAdapter.convertToRubyInteger(IRubyObject obj) |
RubyInteger |
RubyTime.gmt_offset() |
RubyInteger |
RubyTime.hour() |
RubyInteger |
RubyTime.mday() |
RubyInteger |
RubyTime.min() |
RubyInteger |
RubyTime.month() |
RubyInteger |
RubyTime.nsec() |
RubyInteger |
RubyTime.sec() |
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 |
RubyDir.tell()
Returns the current position in the directory.
|
RubyInteger |
RubyTime.to_i() |
RubyInteger |
RubyTime.usec() |
RubyInteger |
RubyTime.wday() |
RubyInteger |
RubyTime.yday() |
RubyInteger |
RubyTime.year() |
Modifier and Type | Method and Description |
---|---|
RubyInteger |
EmbedRubyObjectAdapterImpl.convertToRubyInteger(IRubyObject obj) |
Modifier and Type | Method and Description |
---|---|
RubyNumeric |
RubyBigDecimal.multiplyWith(ThreadContext context,
RubyInteger value) |
Modifier and Type | Method and Description |
---|---|
RubyInteger |
UndefinedValue.convertToInteger() |
RubyInteger |
UndefinedValue.convertToInteger(int convertMethodIndex,
String convertMethod)
Deprecated.
|
RubyInteger |
UndefinedValue.convertToInteger(String convertMethod) |
Modifier and Type | Method and Description |
---|---|
RubyInteger |
IRubyObject.convertToInteger() |
RubyInteger |
IRubyObject.convertToInteger(int convertMethodIndex,
String convertMethod)
Deprecated.
|
RubyInteger |
IRubyObject.convertToInteger(String convertMethod) |
Modifier and Type | Method and Description |
---|---|
RubyInteger |
ConvertBytes.byteListToInum() |
static RubyInteger |
ConvertBytes.byteListToInum(Ruby runtime,
org.jruby.util.ByteList str,
int base,
boolean badcheck)
Deprecated.
|
static RubyInteger |
ConvertBytes.byteListToInum19(Ruby runtime,
org.jruby.util.ByteList str,
int base,
boolean badcheck) |
Copyright © 2001-2017 JRuby. All Rights Reserved.