Uses of Class
org.jruby.RubyBasicObject
Packages that use RubyBasicObject
Package
Description
-
Uses of RubyBasicObject in org.jruby
Subclasses of RubyBasicObject in org.jrubyModifier and TypeClassDescriptionclassBase type for the two Ruby Method types.classclassThis class is used to provide an intermediate superclass for modules and classes that include other modules.final classclassDeprecated.classThis class is used as an intermediate superclass for Module#prepend.classclassThe Java representation of a Ruby ArgumentError.classImplements Enumerator::ArithmeticSequenceclassRubyArray<T extends IRubyObject>The implementation of the built-in class Array in Ruby.classclassclassstatic classstatic classclassImplements Enumerator::Chainclassclassclasscomplex.c as of revision: 20011classThe Java representation of a Ruby ConcurrencyError.classDeprecated.classclassThe Ruby built-in class Dir.class/** The Java representation of a Ruby DomainError.classclassThe Java representation of a Ruby EncodingError.static classstatic classstatic classstatic classclassImplementation of Ruby's Enumerator module.static classInternal Enumerator::FeedValue class to be shared between enumerator and its next-er Fiber.classThe Java representation of a Ruby EOFError.classclassThe Java representation of a Ruby Fatal.classThe Java representation of a Ruby FiberError.classThe Ruby File class.classImplements File::StatclassImplementation of the Integer (Fixnum internal) class.classA representation of a float objectclassThe Java representation of a Ruby FloatDomainError.classThe Java representation of a Ruby FrozenError.classstatic classObligate string-keyed and string-valued hash, used for ENV.static classA Pseudo-hash whose keys and values are required to be Strings.classImplementation of the Hash class.classThe Java representation of a Ruby IndexError.classImplementation of the Integer class.classThe Java representation of a Ruby Interrupt.classThe Java representation of a Ruby InterruptedRegexpError.classstatic classclassclassThe Java representation of a Ruby IOError.classclassThe Java representation of a Ruby LoadError.classThe Java representation of a Ruby LocalJumpError.classclassThe RubyMethod class represents a RubyMethod object.classclassThe Java representation of a Ruby NameError.static final classNested class whose instances act as thunks reacting to to_str method called from (Exception#to_str, Exception#message) MRI equivalent: rb_cNameErrorMesg, class name: "message", construction method: "!", to_str implementation: "name_err_mesg_to_str" TODO: this class should not be lookupableclassclassThe Java representation of a Ruby ArgumentError.classThe Java representation of a Ruby ArgumentError.classThe Java representation of a Ruby NoMemoryError.classThe Java representation of a Ruby NoMethodError.classThe Java representation of a Ruby NotImplementedError.classBase class for all numerical types in ruby.classRubyObject represents the implementation of the Object class in Ruby.static classstatic classstatic classstatic classclassstatic classclassImplements Enumerator::ProducerclassImplementation of the Random class.classclassclassThe Java representation of a Ruby RangeError.classRuby Rational impl (MRI: rational.c).classclassThe Java representation of a Ruby RegexpError.classThe Java representation of a Ruby RuntimeError.classThe Java representation of a Ruby ScriptError.classThe Java representation of a Ruby SecurityError.classThe Java representation of a Ruby SignalException.classThe Java representation of a Ruby StandardError.class/** The Java representation of a Ruby StopIteration.classImplementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.static classAn FString is a frozen string that is also deduplicated and cached.classclassRepresents a Ruby symbol (e.g.classThe Java representation of a Ruby SyntaxError.classThe Java representation of a Ruby SystemCallError.classThe Java representation of a Ruby SystemExit.classThe Java representation of a Ruby SystemStackError.classImplementation of Ruby'sThreadclass.static classstatic classclassThe Java representation of a Ruby ThreadError.classImplementation of Ruby'sThreadGroupclass.classThe Time class.classThe Java representation of a Ruby TypeError.classAn unbound method representation (e.g.classThe Java representation of a Ruby UncaughtThrowError.classclassThe Java representation of a Ruby ZeroDivisionError.Methods in org.jruby that return RubyBasicObjectModifier and TypeMethodDescriptionprotected RubyBasicObjectRubyBasicObject.cloneSetup(ThreadContext context, RubyBasicObject clone, IRubyObject freeze) protected RubyBasicObjectRubyBasicObject.dupSetup(ThreadContext context, RubyBasicObject dup) MetaClass.getAttached()Methods in org.jruby with parameters of type RubyBasicObjectModifier and TypeMethodDescriptionprotected RubyBasicObjectRubyBasicObject.cloneSetup(ThreadContext context, RubyBasicObject clone, IRubyObject freeze) protected RubyBasicObjectRubyBasicObject.dupSetup(ThreadContext context, RubyBasicObject dup) protected RubyClassRubyBasicObject.getSingletonClassCloneAndAttach(RubyBasicObject attach) Deprecated.protected RubyClassRubyBasicObject.getSingletonClassCloneAndAttach(ThreadContext context, RubyBasicObject attach) rb_singleton_class_clone Will make sure that if the current objects class is a singleton, it will get cloned.voidMetaClass.setAttached(RubyBasicObject attached) -
Uses of RubyBasicObject in org.jruby.ext.bigdecimal
Subclasses of RubyBasicObject in org.jruby.ext.bigdecimal -
Uses of RubyBasicObject in org.jruby.ext.date
Subclasses of RubyBasicObject in org.jruby.ext.dateModifier and TypeClassDescriptionclassJRuby'sDateimplementation - 'native' parts.classJRuby'sDateTimeimplementation - 'native' parts. -
Uses of RubyBasicObject in org.jruby.ext.digest
Subclasses of RubyBasicObject in org.jruby.ext.digestModifier and TypeClassDescriptionstatic classstatic class -
Uses of RubyBasicObject in org.jruby.ext.ffi
Subclasses of RubyBasicObject in org.jruby.ext.ffiModifier and TypeClassDescriptionclassA native function invokerclassA abstract memory object that defines operations common to both pointers and memory buffersclassfinal classclassDefines a C callback's parameters and return type.final classRepresents a C enumfinal classA type which represents a conversion to/from a native type.classclassclassC memory pointer operations.classfinal classfinal classDefines the memory layout for a native structure.static final classstatic classstatic final classstatic final classstatic classstatic final classstatic final classstatic final classstatic final classclassstatic final classstatic final class -
Uses of RubyBasicObject in org.jruby.ext.ffi.io
Subclasses of RubyBasicObject in org.jruby.ext.ffi.ioModifier and TypeClassDescriptionclassAn IO implementation that reads/writes to a native file descriptor. -
Uses of RubyBasicObject in org.jruby.ext.ffi.jffi
Subclasses of RubyBasicObject in org.jruby.ext.ffi.jffiModifier and TypeClassDescriptionclassstatic final classfinal classclassclass -
Uses of RubyBasicObject in org.jruby.ext.fiber
Subclasses of RubyBasicObject in org.jruby.ext.fiber -
Uses of RubyBasicObject in org.jruby.ext.jruby
Subclasses of RubyBasicObject in org.jruby.ext.jrubyModifier and TypeClassDescriptionclassfinal classclassfinal class -
Uses of RubyBasicObject in org.jruby.ext.monitor
Subclasses of RubyBasicObject in org.jruby.ext.monitor -
Uses of RubyBasicObject in org.jruby.ext.pathname
Subclasses of RubyBasicObject in org.jruby.ext.pathname -
Uses of RubyBasicObject in org.jruby.ext.ripper
Subclasses of RubyBasicObject in org.jruby.ext.ripper -
Uses of RubyBasicObject in org.jruby.ext.set
Subclasses of RubyBasicObject in org.jruby.ext.setModifier and TypeClassDescriptionclassNative implementation of Ruby's Set (set.rb replacement).static final classclassNative implementation of Ruby's SortedSet (set.rb replacement). -
Uses of RubyBasicObject in org.jruby.ext.socket
Subclasses of RubyBasicObject in org.jruby.ext.socketModifier and TypeClassDescriptionclassclassclassclassImplementation of the BasicSocket class from Ruby.classclassclassclassclassclassclassclass -
Uses of RubyBasicObject in org.jruby.ext.syslog
Subclasses of RubyBasicObject in org.jruby.ext.syslog -
Uses of RubyBasicObject in org.jruby.ext.thread
Subclasses of RubyBasicObject in org.jruby.ext.threadModifier and TypeClassDescriptionclassThe "ConditionVariable" class from the 'thread' library.classThe "Mutex" class from the 'thread' library.classThe "Queue" class from the 'thread' library.classThe "SizedQueue" class from the 'thread' library. -
Uses of RubyBasicObject in org.jruby.ext.tracepoint
Subclasses of RubyBasicObject in org.jruby.ext.tracepoint -
Uses of RubyBasicObject in org.jruby.ext.zlib
Subclasses of RubyBasicObject in org.jruby.ext.zlibModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of RubyBasicObject in org.jruby.java.proxies
Subclasses of RubyBasicObject in org.jruby.java.proxiesModifier and TypeClassDescriptionfinal classclassA shim class created when constructing primitive arrays from proxied Java classes.classclassclassfinal classA proxy for wrappingjava.util.Mapinstances. -
Uses of RubyBasicObject in org.jruby.javasupport
Subclasses of RubyBasicObject in org.jruby.javasupportModifier and TypeClassDescriptionclassDeprecated.since 9.4classDeprecated.since 9.3classDeprecated.since 9.4classA "thin" Java package wrapper (for the runtime to see them as Ruby objects).Methods in org.jruby.javasupport with parameters of type RubyBasicObjectModifier and TypeMethodDescriptionstatic <T> TJavaUtil.convertProcToInterface(ThreadContext context, RubyBasicObject rubyObject, Class<T> targetType) -
Uses of RubyBasicObject in org.jruby.javasupport.proxy
Subclasses of RubyBasicObject in org.jruby.javasupport.proxyModifier and TypeClassDescriptionclassGeneralized proxy for classes and interfaces.static classclassclass -
Uses of RubyBasicObject in org.jruby.runtime.ivars
Methods in org.jruby.runtime.ivars with parameters of type RubyBasicObjectModifier and TypeMethodDescriptionVariableTableManager.clearVariable(RubyBasicObject object, String name) voidVariableTableManager.deserializeVariables(RubyBasicObject object, ObjectInputStream ois) final ObjectVariableTableManager.getFFIHandle(RubyBasicObject self) Retrieve the FFI ext handle for the given object.longVariableTableManager.getObjectId(RubyBasicObject self) Get the object_id from a given RubyBasicObject, possibly allocating space for it.static ObjectVariableAccessor.getVariable(RubyBasicObject object, int index) Retrieve the variable's value from the given object.booleanVariableTableManager.hasInstanceVariables(RubyBasicObject object) booleanVariableTableManager.hasVariables(RubyBasicObject object) Returns true if object has any variables, defined as: instance variables class variables constants internal variables, such as those used when marshaling Ranges and ExceptionsvoidVariableTableManager.serializeVariables(RubyBasicObject object, ObjectOutputStream oos) final voidVariableTableManager.setFFIHandle(RubyBasicObject self, Object value) Set the FFI handle for the given object.static voidAtomicVariableTable.setVariableAtomic(RubyBasicObject self, RubyClass realClass, boolean fullFence, int index, Object value) Set the given variable index into the specified object using atomic semantics.static voidStampedVariableAccessor.setVariableChecked(RubyBasicObject self, RubyClass realClass, int index, Object value) Set the given variable index into the specified object.voidVariableTableManager.setVariableInternal(RubyBasicObject self, int index, Object value) Virtual entry point for setting a variable into an object.static voidVariableTableManager.setVariableInternal(RubyClass realClass, RubyBasicObject self, int index, Object value) Static entry point for setting a variable in an object.voidVariableTableManager.syncVariables(RubyBasicObject self, IRubyObject other) Sync one this object's variables with other's - this is used to make rbClone work correctly. -
Uses of RubyBasicObject in org.jruby.specialized
Subclasses of RubyBasicObject in org.jruby.specializedModifier and TypeClassDescriptionclassOne object version of RubyArraySpecialized.classThis is the base class for all specialized RubyArray.classTwo object version of RubyArraySpecialized. -
Uses of RubyBasicObject in org.jruby.util.collections
Subclasses of RubyBasicObject in org.jruby.util.collectionsModifier and TypeClassDescriptionclassAn RubyArray that maintains an O(1) Set for fast include? operations.