Uses of Class
org.jruby.RubyFixnum
Packages that use RubyFixnum
Package
Description
-
Uses of RubyFixnum in org.jruby
Methods in org.jruby that return RubyFixnumModifier and TypeMethodDescriptionAbstractRubyMethod.arity()
Deprecated.AbstractRubyMethod.arity
(ThreadContext context) Returns the number of arguments a method accepted.RubyMethod.arity
(ThreadContext context) Returns the number of arguments a method accepted.RubyProc.arity()
Deprecated.RubyProc.arity
(ThreadContext context) RubyFileStat.blksize()
Deprecated.RubyString.bytesize()
Deprecated.RubyString.bytesize
(ThreadContext context) RubyIO.fileno
(ThreadContext context) static RubyFixnum
static RubyFixnum
RubyIO.fsync
(ThreadContext context) RubyArithmeticSequence.hash
(ThreadContext context) RubyArray.hash
(ThreadContext context) rb_ary_hashRubyBasicObject.hash()
Deprecated.RubyBasicObject.hash
(ThreadContext context) Will return the hash code of this object.RubyBignum.hash
(ThreadContext context) RubyBoolean.hash
(ThreadContext context) RubyComplex.hash
(ThreadContext context) nucomp_hashRubyFixnum.hash
(ThreadContext context) RubyFloat.hash
(ThreadContext context) RubyHash.hash
(ThreadContext context) static RubyFixnum
RubyKernel.hash
(IRubyObject self) Deprecated.static RubyFixnum
RubyKernel.hash
(ThreadContext context, IRubyObject self) RubyMatchData.hash
(ThreadContext context) RubyMethod.hash
(ThreadContext context) RubyModule.hash
(ThreadContext context) RubyNil.hash
(ThreadContext context) RubyRange.hash
(ThreadContext context) RubyRational.hash
(ThreadContext context) nurat_hashRubyRegexp.hash
(ThreadContext context) RubyString.hash
(ThreadContext context) RubyStruct.hash
(ThreadContext context) RubySymbol.hash
(ThreadContext context) RubyTime.hash
(ThreadContext context) RubyUnboundMethod.hash
(ThreadContext context) RubyBoolean.id()
RubyNil.id()
RubyArray.length()
Deprecated.RubyArray.length
(ThreadContext context) rb_ary_lengthRubyIO.lineno
(ThreadContext context) Returns the current line number.RubyIO.lineno_set
(ThreadContext context, IRubyObject newLineNumber) Sets the current line number.static RubyFixnum
Ruby.newFixnum
(int value) Ruby.newFixnum
(long value) Ruby.newFixnum
(jnr.constants.Constant value) final RubyFixnum
RubyFixnum.newFixnum
(long newValue) Deprecated.static RubyFixnum
static RubyFixnum
static RubyFixnum
RubyIO.pos
(ThreadContext context) RubyIO.pos_set
(ThreadContext context, IRubyObject offset) RubyThread.priority()
Deprecated.RubyThread.priority
(ThreadContext context) RubyHash.rb_size()
Deprecated.RubyHash.rb_size
(ThreadContext context) rb_hash_sizeRubyIO.rewind
(ThreadContext context) RubyString.rubyLength
(ThreadContext context) RubyIO.seek
(ThreadContext context, IRubyObject off) RubyIO.seek
(ThreadContext context, IRubyObject[] args) RubyIO.seek
(ThreadContext context, IRubyObject off, IRubyObject whence) RubyStruct.size()
Deprecated.RubyStruct.size
(ThreadContext context) static RubyFixnum
RubyKernel.spawn
(ThreadContext context, IRubyObject recv, IRubyObject[] args) static RubyFixnum
RubyProcess.spawn
(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyIO.sysseek
(ThreadContext context, IRubyObject[] args) static RubyFixnum
static RubyFixnum
RubyNil.to_i
(ThreadContext context, IRubyObject recv) nil_to_istatic RubyFixnum
static RubyFixnum
RubyFixnum.unmarshalFrom
(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static RubyFixnum
RubyFixnum.unmarshalFrom
(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyFixnum
Methods in org.jruby with parameters of type RubyFixnumModifier and TypeMethodDescriptionprotected static int
RubyArray.compareFixnums
(RubyFixnum o1, RubyFixnum o2) static int
RubyArray.DefaultComparator.compareInteger
(RubyFixnum o1, RubyFixnum o2) final boolean
RubyFixnum.fastEqual
(RubyFixnum other) static BigInteger
RubyBignum.fix2big
(RubyFixnum arg) rb_int2bigstatic int
RubyNumeric.fix2int
(RubyFixnum arg) Deprecated.Constructors in org.jruby with parameters of type RubyFixnum -
Uses of RubyFixnum in org.jruby.api
Methods in org.jruby.api that return RubyFixnumModifier and TypeMethodDescriptionstatic RubyFixnum
Convert.asFixnum
(ThreadContext context, int value) Create a Ruby Fixnum from a java int.static RubyFixnum
Convert.asFixnum
(ThreadContext context, long value) Create a Ruby Fixnum from a java long.static RubyFixnum
Convert.castAsFixnum
(ThreadContext context, IRubyObject newValue) Cast the given value to a RubyFixnum with most basic typeError thrown if the value is not a RubyFixnum.static RubyFixnum
Convert.castAsFixnum
(ThreadContext context, IRubyObject newValue, String message) Cast the given value to a RubyFixnum with most basic typeError thrown if the value is not a RubyFixnum.Methods in org.jruby.api with parameters of type RubyFixnumModifier and TypeMethodDescriptionstatic int
Convert.toInt
(ThreadContext context, RubyFixnum arg) -
Uses of RubyFixnum in org.jruby.ast.executable
Fields in org.jruby.ast.executable declared as RubyFixnumMethods in org.jruby.ast.executable that return RubyFixnumModifier and TypeMethodDescriptionfinal RubyFixnum
AbstractScript.getFixnum
(ThreadContext context, int i, int value) final RubyFixnum
AbstractScript.getFixnum
(ThreadContext context, int i, long value) final RubyFixnum
RuntimeCache.getFixnum
(ThreadContext context, int index, int value) final RubyFixnum
RuntimeCache.getFixnum
(ThreadContext context, int index, long value) final RubyFixnum
AbstractScript.getFixnum0
(ThreadContext context, int value) final RubyFixnum
AbstractScript.getFixnum1
(ThreadContext context, int value) final RubyFixnum
AbstractScript.getFixnum2
(ThreadContext context, int value) final RubyFixnum
AbstractScript.getFixnum3
(ThreadContext context, int value) final RubyFixnum
AbstractScript.getFixnum4
(ThreadContext context, int value) final RubyFixnum
AbstractScript.getFixnum5
(ThreadContext context, int value) final RubyFixnum
AbstractScript.getFixnum6
(ThreadContext context, int value) final RubyFixnum
AbstractScript.getFixnum7
(ThreadContext context, int value) final RubyFixnum
AbstractScript.getFixnum8
(ThreadContext context, int value) final RubyFixnum
AbstractScript.getFixnum9
(ThreadContext context, int value) -
Uses of RubyFixnum in org.jruby.ext.bigdecimal
Methods in org.jruby.ext.bigdecimal that return RubyFixnum -
Uses of RubyFixnum in org.jruby.ext.date
Methods in org.jruby.ext.date that return RubyFixnumModifier and TypeMethodDescriptionRubyDate.hash
(ThreadContext context) RubyDate.jd
(ThreadContext context) -
Uses of RubyFixnum in org.jruby.ext.ffi
Methods in org.jruby.ext.ffi that return RubyFixnumModifier and TypeMethodDescriptionAbstractMemory.hash
(ThreadContext context) Calculates a hash code for the pointer. -
Uses of RubyFixnum in org.jruby.ext.jruby
Methods in org.jruby.ext.jruby that return RubyFixnumModifier and TypeMethodDescriptionstatic RubyFixnum
CoreExt.String.unseeded_hash
(ThreadContext context, IRubyObject recv) -
Uses of RubyFixnum in org.jruby.ext.pathname
Methods in org.jruby.ext.pathname that return RubyFixnum -
Uses of RubyFixnum in org.jruby.ext.set
Methods in org.jruby.ext.set that return RubyFixnum -
Uses of RubyFixnum in org.jruby.ir.runtime
Methods in org.jruby.ir.runtime that return RubyFixnumModifier and TypeMethodDescriptionstatic RubyFixnum
IRRuntimeHelpers.getArgScopeDepth
(ThreadContext context, StaticScope currScope) -
Uses of RubyFixnum in org.jruby.java.proxies
Methods in org.jruby.java.proxies that return RubyFixnumModifier and TypeMethodDescriptionArrayJavaProxy.hash
(ThreadContext context) MapJavaProxy.hash
(ThreadContext context) rb_hash_hashArrayJavaProxy.length
(ThreadContext context) MapJavaProxy.rb_size
(ThreadContext context) rb_hash_size -
Uses of RubyFixnum in org.jruby.javasupport
Methods in org.jruby.javasupport that return RubyFixnumModifier and TypeMethodDescriptionJavaObject.hash
(ThreadContext context) Deprecated.JavaArray.length()
Deprecated.JavaObject.length()
Deprecated.JavaObject.length
(ThreadContext context) Deprecated. -
Uses of RubyFixnum in org.jruby.javasupport.ext
Methods in org.jruby.javasupport.ext that return RubyFixnumModifier and TypeMethodDescriptionstatic RubyFixnum
JavaUtilRegex.Matcher.size
(ThreadContext context, IRubyObject self) -
Uses of RubyFixnum in org.jruby.javasupport.proxy
Methods in org.jruby.javasupport.proxy that return RubyFixnumModifier and TypeMethodDescriptionJavaProxyClass.ProxyMethodImpl.arity()
Deprecated.JavaProxyClass.ProxyMethodImpl.arity
(ThreadContext context) JavaProxyConstructor.arity()
Deprecated.JavaProxyConstructor.arity
(ThreadContext context) JavaProxyReflectionObject.hash
(ThreadContext context) JavaProxyReflectionObject.length()
Deprecated.JavaProxyReflectionObject.length
(ThreadContext context) -
Uses of RubyFixnum in org.jruby.runtime
Methods in org.jruby.runtime that return RubyFixnumModifier and TypeMethodDescriptionstatic RubyFixnum
Helpers.safeHash
(ThreadContext context, IRubyObject obj) -
Uses of RubyFixnum in org.jruby.util
Methods in org.jruby.util that return RubyFixnumModifier and TypeMethodDescriptionstatic RubyFixnum
Numeric.f_cmp
(ThreadContext context, RubyInteger x, long y) static RubyFixnum
Numeric.f_cmp
(ThreadContext context, RubyInteger x, RubyInteger y) Methods in org.jruby.util with parameters of type RubyFixnumModifier and TypeMethodDescriptionprotected static boolean
Numeric.isLongMinValue
(RubyFixnum x) Check if the Fixnum passed is equal to Long.MAX_VALUE. -
Uses of RubyFixnum in org.jruby.util.io
Methods in org.jruby.util.io that return RubyFixnumModifier and TypeMethodDescriptionstatic RubyFixnum
PopenExecutor.spawn
(ThreadContext context, IRubyObject[] argv)
RubyBasicObject.hash(ThreadContext)
instead.