| Modifier and Type | Method and Description | 
|---|---|
| RubyFixnum | RubyProc. arity() | 
| RubyFixnum | RubyMethod. arity()Returns the number of arguments a method accepted. | 
| RubyFixnum | AbstractRubyMethod. arity()Returns the number of arguments a method accepted. | 
| RubyFixnum | RubyFileStat. blksize()Deprecated.  | 
| RubyFixnum | RubyString. bytesize() | 
| RubyFixnum | RubyIO. fileno(ThreadContext context) | 
| static RubyFixnum | RubyFixnum. five(Ruby runtime) | 
| static RubyFixnum | RubyFixnum. four(Ruby runtime) | 
| RubyFixnum | RubyIO. fsync(ThreadContext context) | 
| RubyFixnum | RubyTime. hash() | 
| RubyFixnum | RubySymbol. hash()Deprecated.  | 
| RubyFixnum | RubyString. hash() | 
| RubyFixnum | RubyRegexp. hash() | 
| RubyFixnum | RubyModule. hash() | 
| RubyFixnum | RubyMatchData. hash() | 
| RubyFixnum | RubyHash. hash()rb_hash_hash | 
| RubyFixnum | RubyFloat. hash()flo_hash | 
| RubyFixnum | RubyFixnum. hash() | 
| RubyFixnum | RubyBignum. hash()rb_big_hash | 
| RubyFixnum | RubyBasicObject. hash()rb_obj_id
 Will return the hash code of this object. | 
| static RubyFixnum | RubyKernel. hash(IRubyObject self) | 
| RubyFixnum | RubySymbol. hash(ThreadContext context) | 
| RubyFixnum | RubyStruct. hash(ThreadContext context) | 
| RubyFixnum | RubyRange. hash(ThreadContext context) | 
| RubyFixnum | RubyNil. hash(ThreadContext context) | 
| RubyFixnum | RubyBoolean. hash(ThreadContext context) | 
| RubyFixnum | RubyArray. hash(ThreadContext context)rb_ary_hash | 
| RubyFixnum | RubyHash. hash19()rb_hash_hash | 
| RubyFixnum | RubyArray. hash19(ThreadContext context)rb_ary_hash | 
| RubyFixnum | RubyNil. id() | 
| RubyFixnum | RubyBoolean. id() | 
| RubyFixnum | RubyString. length()rb_str_length | 
| RubyFixnum | RubyArray. length()rb_ary_length | 
| RubyFixnum | RubyString. length19() | 
| RubyFixnum | RubyIO. lineno_set(ThreadContext context,
          IRubyObject newLineNumber)Sets the current line number. | 
| RubyFixnum | RubyIO. lineno(ThreadContext context)Returns the current line number. | 
| static RubyFixnum | RubyFixnum. minus_one(Ruby runtime) | 
| RubyFixnum | Ruby. newFixnum(jnr.constants.Constant value) | 
| RubyFixnum | Ruby. newFixnum(int value) | 
| RubyFixnum | RubyFixnum. newFixnum(long newValue) | 
| RubyFixnum | Ruby. newFixnum(long value) | 
| static RubyFixnum | RubyFixnum. newFixnum(Ruby runtime,
         long value) | 
| static RubyFixnum | RubyFixnum. one(Ruby runtime) | 
| RubyFixnum | RubyBignum. op_aref(IRubyObject other)rb_big_aref | 
| RubyFixnum | RubyIO. pos_set(ThreadContext context,
       IRubyObject offset) | 
| RubyFixnum | RubyIO. pos(ThreadContext context) | 
| RubyFixnum | RubyThread. priority() | 
| RubyFixnum | RubyHash. rb_size()rb_hash_size | 
| RubyFixnum | RubyIO. rewind(ThreadContext context) | 
| RubyFixnum | RubyIO. seek(ThreadContext context,
    IRubyObject arg0) | 
| RubyFixnum | RubyIO. seek(ThreadContext context,
    IRubyObject[] args) | 
| RubyFixnum | RubyIO. seek(ThreadContext context,
    IRubyObject arg0,
    IRubyObject arg1) | 
| RubyFixnum | RubyStruct. size() | 
| static RubyFixnum | RubyProcess. spawn(ThreadContext context,
     IRubyObject recv,
     IRubyObject[] args) | 
| static RubyFixnum | RubyKernel. spawn(ThreadContext context,
     IRubyObject recv,
     IRubyObject[] args) | 
| RubyFixnum | RubyIO. sysseek(ThreadContext context,
       IRubyObject[] args) | 
| static RubyFixnum | RubyFixnum. three(Ruby runtime) | 
| static RubyFixnum | RubyNil. to_i(ThreadContext context,
    IRubyObject recv)nil_to_i | 
| static RubyFixnum | RubyFixnum. two(Ruby runtime) | 
| static RubyFixnum | RubyFixnum. unmarshalFrom(UnmarshalStream input) | 
| static RubyFixnum | RubyFixnum. zero(Ruby runtime) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | RubyFixnum. fastEqual(RubyFixnum other) | 
| static BigInteger | RubyBignum. fix2big(RubyFixnum arg)rb_int2big | 
| static int | RubyNumeric. fix2int(RubyFixnum arg) | 
| static Random | RubyRandom.RandomType. randomFromFixnum(RubyFixnum seed) | 
| Constructor and Description | 
|---|
| RubyBasicObject.Finalizer(RubyFixnum id) | 
| Modifier and Type | Field and Description | 
|---|---|
| RubyFixnum[] | RuntimeCache. fixnums | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyFixnum | RuntimeCache. getFixnum(ThreadContext context,
         int index,
         int value) | 
| RubyFixnum | AbstractScript. getFixnum(ThreadContext context,
         int i,
         int value) | 
| RubyFixnum | RuntimeCache. getFixnum(ThreadContext context,
         int index,
         long value) | 
| RubyFixnum | AbstractScript. getFixnum(ThreadContext context,
         int i,
         long value) | 
| RubyFixnum | AbstractScript. getFixnum0(ThreadContext context,
          int value) | 
| RubyFixnum | AbstractScript. getFixnum1(ThreadContext context,
          int value) | 
| RubyFixnum | AbstractScript. getFixnum2(ThreadContext context,
          int value) | 
| RubyFixnum | AbstractScript. getFixnum3(ThreadContext context,
          int value) | 
| RubyFixnum | AbstractScript. getFixnum4(ThreadContext context,
          int value) | 
| RubyFixnum | AbstractScript. getFixnum5(ThreadContext context,
          int value) | 
| RubyFixnum | AbstractScript. getFixnum6(ThreadContext context,
          int value) | 
| RubyFixnum | AbstractScript. getFixnum7(ThreadContext context,
          int value) | 
| RubyFixnum | AbstractScript. getFixnum8(ThreadContext context,
          int value) | 
| RubyFixnum | AbstractScript. getFixnum9(ThreadContext context,
          int value) | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyFixnum | RubyBigDecimal. hash() | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyFixnum | AbstractMemory. hash(ThreadContext context)Calculates a hash code for the pointer. | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyFixnum | RubyPathname. hash(ThreadContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyFixnum | RubyStringScanner. pos() | 
| RubyFixnum | RubyStringScanner. rest_size() | 
| RubyFixnum | RubyStringScanner. restsize(ThreadContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| static RubyFixnum | IRRuntimeHelpers. getArgScopeDepth(ThreadContext context,
                StaticScope currScope) | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyFixnum | MapJavaProxy. hash()rb_hash_hash | 
| RubyFixnum | ArrayJavaProxy. hash() | 
| RubyFixnum | ArrayJavaProxy. length(ThreadContext context) | 
| RubyFixnum | MapJavaProxy. rb_size()rb_hash_size | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyFixnum | JavaCallable. arity() | 
| RubyFixnum | JavaObject. hash() | 
| RubyFixnum | JavaAccessibleObject. hash() | 
| RubyFixnum | JavaObject. length() | 
| RubyFixnum | JavaArray. length() | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyFixnum | JavaProxyConstructor. arity() | 
| RubyFixnum | JavaProxyClass.ProxyMethodImpl. arity() | 
| RubyFixnum | JavaProxyReflectionObject. hash() | 
| RubyFixnum | JavaProxyReflectionObject. length() | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | MathLinker. fixnumBooleanFail(ThreadContext context,
                 IRubyObject caller,
                 IRubyObject self,
                 JRubyCallSite site,
                 RubyFixnum value) | 
| static IRubyObject | MathLinker. fixnumOperatorFail(ThreadContext context,
                  IRubyObject caller,
                  IRubyObject self,
                  JRubyCallSite site,
                  RubyFixnum value) | 
| Modifier and Type | Method and Description | 
|---|---|
| static RubyFixnum | PopenExecutor. spawn(ThreadContext context,
     IRubyObject[] argv) | 
Copyright © 2001-2016 JRuby. All Rights Reserved.