Uses of Enum Class
org.jruby.runtime.ClassIndex
Packages that use ClassIndex
-
Uses of ClassIndex in org.jruby
Fields in org.jruby declared as ClassIndexMethods in org.jruby that return ClassIndexModifier and TypeMethodDescriptionRubyModule.getClassIndex()
Get the ClassIndex for this class.RubyArray.getNativeClassIndex()
RubyBasicObject.getNativeClassIndex()
RubyBignum.getNativeClassIndex()
RubyBoolean.getNativeClassIndex()
RubyClass.getNativeClassIndex()
RubyComplex.getNativeClassIndex()
RubyFixnum.getNativeClassIndex()
RubyFloat.getNativeClassIndex()
RubyHash.getNativeClassIndex()
RubyIO.getNativeClassIndex()
RubyMatchData.getNativeClassIndex()
RubyModule.getNativeClassIndex()
RubyNil.getNativeClassIndex()
RubyObject.getNativeClassIndex()
This is overridden in the other concrete Java builtins to provide a fast way to determine what type they are.RubyRational.getNativeClassIndex()
RubyRegexp.getNativeClassIndex()
RubyString.getNativeClassIndex()
RubyStruct.getNativeClassIndex()
RubySymbol.getNativeClassIndex()
RubyTime.getNativeClassIndex()
Methods in org.jruby with parameters of type ClassIndexModifier and TypeMethodDescription<T extends RubyModule>
TRubyModule.classIndex
(ClassIndex classIndex) Sets the ClassIndex for this type -
Uses of ClassIndex in org.jruby.ext.bigdecimal
Methods in org.jruby.ext.bigdecimal that return ClassIndex -
Uses of ClassIndex in org.jruby.runtime
Methods in org.jruby.runtime that return ClassIndexModifier and TypeMethodDescriptionstatic ClassIndex
Returns the enum constant of this class with the specified name.static ClassIndex[]
ClassIndex.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClassIndex in org.jruby.runtime.marshal
Methods in org.jruby.runtime.marshal that return ClassIndexModifier and TypeMethodDescriptionCoreObjectType.getNativeClassIndex()
Return the ClassIndex for the native type this object was constructed from.