| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.embed.internal | |
| org.jruby.ext.bigdecimal | |
| org.jruby.ext.ffi | |
| org.jruby.ext.ffi.jffi | |
| 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,
java.math.BigInteger bi)
rb_big_norm
|
RubyInteger |
RubyBasicObject.convertToInteger()
Tries to convert this object to a Ruby Integer using the "to_int"
method.
|
RubyInteger |
RubyInteger.convertToInteger() |
RubyInteger |
RubyBasicObject.convertToInteger(int methodIndex,
java.lang.String convertMethod)
Deprecated.
|
static RubyInteger |
BasicObjectStub.convertToInteger(IRubyObject self) |
static RubyInteger |
BasicObjectStub.convertToInteger(IRubyObject self,
int convertMethodIndex,
java.lang.String convertMethod) |
static RubyInteger |
BasicObjectStub.convertToInteger(IRubyObject self,
java.lang.String convertMethod) |
RubyInteger |
RubyBasicObject.convertToInteger(java.lang.String convertMethod)
Tries to convert this object to a Ruby Integer using the
supplied conversion method.
|
RubyInteger |
RubyFixnum.convertToInteger(java.lang.String 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 |
|---|---|
private static IRubyObject |
RubyRandom.randCommon(ThreadContext context,
RubyRandom.RandomType random,
RubyInteger max) |
private static IRubyObject |
RubyRandom.randInt(ThreadContext context,
RubyRandom.RandomType random,
RubyInteger vmax,
boolean restrictive) |
| 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 | Field and Description |
|---|---|
private java.util.Map<RubySymbol,RubyInteger> |
Enum.symbolToValue |
| Modifier and Type | Field and Description |
|---|---|
private java.util.IdentityHashMap<RubySymbol,RubyInteger> |
DataConverters.IntOrEnumConverter.symbolToValue |
| Modifier and Type | Method and Description |
|---|---|
RubyInteger |
UndefinedValue.convertToInteger() |
RubyInteger |
UndefinedValue.convertToInteger(int convertMethodIndex,
java.lang.String convertMethod)
Deprecated.
|
RubyInteger |
UndefinedValue.convertToInteger(java.lang.String convertMethod) |
| Modifier and Type | Method and Description |
|---|---|
RubyInteger |
IRubyObject.convertToInteger() |
RubyInteger |
IRubyObject.convertToInteger(int convertMethodIndex,
java.lang.String convertMethod)
Deprecated.
|
RubyInteger |
IRubyObject.convertToInteger(java.lang.String convertMethod) |
| Modifier and Type | Method and Description |
|---|---|
private RubyInteger |
ConvertBytes.bigParse(int len,
boolean sign) |
RubyInteger |
ConvertBytes.byteListToInum() |
static RubyInteger |
ConvertBytes.byteListToInum(Ruby runtime,
org.jruby.util.ByteList str,
int base,
boolean badcheck)
rb_cstr_to_inum
|
static RubyInteger |
ConvertBytes.byteListToInum19(Ruby runtime,
org.jruby.util.ByteList str,
int base,
boolean badcheck) |
| Modifier and Type | Method and Description |
|---|---|
private static byte[] |
Sprintf.getUnsignedNegativeBytes(RubyInteger arg) |