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 RubyFixnumstatic RubyFixnumRubyIO.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 RubyFixnumRubyKernel.hash(IRubyObject self) Deprecated.static RubyFixnumRubyKernel.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 RubyFixnumRuby.newFixnum(int value) Ruby.newFixnum(long value) Ruby.newFixnum(jnr.constants.Constant value) final RubyFixnumRubyFixnum.newFixnum(long newValue) Deprecated.static RubyFixnumstatic RubyFixnumstatic RubyFixnumRubyIO.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 RubyFixnumRubyKernel.spawn(ThreadContext context, IRubyObject recv, IRubyObject[] args) static RubyFixnumRubyProcess.spawn(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyIO.sysseek(ThreadContext context, IRubyObject[] args) static RubyFixnumstatic RubyFixnumRubyNil.to_i(ThreadContext context, IRubyObject recv) nil_to_istatic RubyFixnumstatic RubyFixnumRubyFixnum.unmarshalFrom(UnmarshalStream input) Deprecated, for removal: This API element is subject to removal in a future version.static RubyFixnumRubyFixnum.unmarshalFrom(ThreadContext context, RubyInputStream in, MarshalLoader input) static RubyFixnumMethods in org.jruby with parameters of type RubyFixnumModifier and TypeMethodDescriptionprotected static intRubyArray.compareFixnums(RubyFixnum o1, RubyFixnum o2) static intRubyArray.DefaultComparator.compareInteger(RubyFixnum o1, RubyFixnum o2) final booleanRubyFixnum.fastEqual(RubyFixnum other) static BigIntegerRubyBignum.fix2big(RubyFixnum arg) rb_int2bigstatic intRubyNumeric.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 RubyFixnumConvert.asFixnum(ThreadContext context, int value) Create a Ruby Fixnum from a java int.static RubyFixnumConvert.asFixnum(ThreadContext context, long value) Create a Ruby Fixnum from a java long.static RubyFixnumConvert.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 RubyFixnumConvert.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 intConvert.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 RubyFixnumAbstractScript.getFixnum(ThreadContext context, int i, int value) final RubyFixnumAbstractScript.getFixnum(ThreadContext context, int i, long value) final RubyFixnumRuntimeCache.getFixnum(ThreadContext context, int index, int value) final RubyFixnumRuntimeCache.getFixnum(ThreadContext context, int index, long value) final RubyFixnumAbstractScript.getFixnum0(ThreadContext context, int value) final RubyFixnumAbstractScript.getFixnum1(ThreadContext context, int value) final RubyFixnumAbstractScript.getFixnum2(ThreadContext context, int value) final RubyFixnumAbstractScript.getFixnum3(ThreadContext context, int value) final RubyFixnumAbstractScript.getFixnum4(ThreadContext context, int value) final RubyFixnumAbstractScript.getFixnum5(ThreadContext context, int value) final RubyFixnumAbstractScript.getFixnum6(ThreadContext context, int value) final RubyFixnumAbstractScript.getFixnum7(ThreadContext context, int value) final RubyFixnumAbstractScript.getFixnum8(ThreadContext context, int value) final RubyFixnumAbstractScript.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 RubyFixnumCoreExt.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 RubyFixnumIRRuntimeHelpers.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 RubyFixnumJavaUtilRegex.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 RubyFixnumHelpers.safeHash(ThreadContext context, IRubyObject obj) -
Uses of RubyFixnum in org.jruby.util
Methods in org.jruby.util that return RubyFixnumModifier and TypeMethodDescriptionstatic RubyFixnumNumeric.f_cmp(ThreadContext context, RubyInteger x, long y) static RubyFixnumNumeric.f_cmp(ThreadContext context, RubyInteger x, RubyInteger y) Methods in org.jruby.util with parameters of type RubyFixnumModifier and TypeMethodDescriptionprotected static booleanNumeric.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 RubyFixnumPopenExecutor.spawn(ThreadContext context, IRubyObject[] argv)
RubyBasicObject.hash(ThreadContext)instead.