Uses of Interface
org.jruby.runtime.marshal.CoreObjectType
Packages that use CoreObjectType
Package
Description
-
Uses of CoreObjectType in org.jruby
Classes in org.jruby that implement CoreObjectTypeModifier and TypeClassDescriptionclassclassclassThis 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.classRubyBasicObject is the only implementation of theIRubyObject.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.private static classstatic 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.classclassThe 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 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 classclassstatic classclassImplementation of the Random class.classclassThe 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.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 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. -
Uses of CoreObjectType in org.jruby.ext.bigdecimal
Classes in org.jruby.ext.bigdecimal that implement CoreObjectType -
Uses of CoreObjectType in org.jruby.ext.date
Classes in org.jruby.ext.date that implement CoreObjectTypeModifier and TypeClassDescriptionclassJRuby'sDateimplementation - 'native' parts.classJRuby'sDateTimeimplementation - 'native' parts. -
Uses of CoreObjectType in org.jruby.ext.digest
Classes in org.jruby.ext.digest that implement CoreObjectTypeModifier and TypeClassDescriptionstatic classstatic class -
Uses of CoreObjectType in org.jruby.ext.ffi
Classes in org.jruby.ext.ffi that implement CoreObjectTypeModifier 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 class(package private) static final classclassstatic final classstatic final class -
Uses of CoreObjectType in org.jruby.ext.ffi.io
Classes in org.jruby.ext.ffi.io that implement CoreObjectTypeModifier and TypeClassDescriptionclassAn IO implementation that reads/writes to a native file descriptor. -
Uses of CoreObjectType in org.jruby.ext.ffi.jffi
Classes in org.jruby.ext.ffi.jffi that implement CoreObjectTypeModifier and TypeClassDescriptionclassstatic final classfinal classclass(package private) classWrapper around the native callback, to represent it as a ruby objectclass -
Uses of CoreObjectType in org.jruby.ext.fiber
Classes in org.jruby.ext.fiber that implement CoreObjectType -
Uses of CoreObjectType in org.jruby.ext.jruby
Classes in org.jruby.ext.jruby that implement CoreObjectTypeModifier and TypeClassDescriptionclassfinal classclassfinal class -
Uses of CoreObjectType in org.jruby.ext.monitor
Classes in org.jruby.ext.monitor that implement CoreObjectType -
Uses of CoreObjectType in org.jruby.ext.pathname
Classes in org.jruby.ext.pathname that implement CoreObjectType -
Uses of CoreObjectType in org.jruby.ext.ripper
Classes in org.jruby.ext.ripper that implement CoreObjectType -
Uses of CoreObjectType in org.jruby.ext.set
Classes in org.jruby.ext.set that implement CoreObjectTypeModifier and TypeClassDescriptionclassNative implementation of Ruby's Set (set.rb replacement).static final classclassNative implementation of Ruby's SortedSet (set.rb replacement). -
Uses of CoreObjectType in org.jruby.ext.socket
Classes in org.jruby.ext.socket that implement CoreObjectTypeModifier and TypeClassDescriptionclassclassclassclassImplementation of the BasicSocket class from Ruby.classclassclassclassclassclassclassclass -
Uses of CoreObjectType in org.jruby.ext.stringio
Classes in org.jruby.ext.stringio that implement CoreObjectType -
Uses of CoreObjectType in org.jruby.ext.strscan
Classes in org.jruby.ext.strscan that implement CoreObjectType -
Uses of CoreObjectType in org.jruby.ext.syslog
Classes in org.jruby.ext.syslog that implement CoreObjectType -
Uses of CoreObjectType in org.jruby.ext.tempfile
Classes in org.jruby.ext.tempfile that implement CoreObjectType -
Uses of CoreObjectType in org.jruby.ext.thread
Classes in org.jruby.ext.thread that implement CoreObjectTypeModifier 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 CoreObjectType in org.jruby.ext.tracepoint
Classes in org.jruby.ext.tracepoint that implement CoreObjectType -
Uses of CoreObjectType in org.jruby.ext.zlib
Classes in org.jruby.ext.zlib that implement CoreObjectTypeModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of CoreObjectType in org.jruby.java.proxies
Classes in org.jruby.java.proxies that implement CoreObjectTypeModifier and TypeClassDescriptionfinal classclassA shim class created when constructing primitive arrays from proxied Java classes.classclassclassfinal classA proxy for wrappingjava.util.Mapinstances.private static final class -
Uses of CoreObjectType in org.jruby.javasupport
Classes in org.jruby.javasupport that implement CoreObjectTypeModifier and TypeClassDescriptionclassclassclassclassA "thin" Java package wrapper (for the runtime to see them as Ruby objects).(package private) static final classThis special module wrapper is used by the Java "package modules" in order to simulate a blank slate. -
Uses of CoreObjectType in org.jruby.javasupport.proxy
Classes in org.jruby.javasupport.proxy that implement CoreObjectTypeModifier and TypeClassDescriptionclassGeneralized proxy for classes and interfaces.static classclassclass -
Uses of CoreObjectType in org.jruby.specialized
Classes in org.jruby.specialized that implement CoreObjectTypeModifier and TypeClassDescriptionclassOne object version of RubyArraySpecialized.classThis is the base class for all specialized RubyArray.classTwo object version of RubyArraySpecialized. -
Uses of CoreObjectType in org.jruby.util.collections
Classes in org.jruby.util.collections that implement CoreObjectTypeModifier and TypeClassDescriptionclassAn RubyArray that maintains an O(1) Set for fast include? operations.