|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoreObjectType | |
---|---|
org.jruby | |
org.jruby.ext | |
org.jruby.ext.socket | |
org.jruby.javasupport | |
org.jruby.javasupport.proxy | |
org.jruby.libraries | |
org.jruby.test |
Uses of CoreObjectType in org.jruby |
---|
Classes in org.jruby that implement CoreObjectType | |
---|---|
class |
IncludedModuleWrapper
This class is used to provide an intermediate superclass for modules and classes that include other modules. |
class |
MetaClass
|
class |
NativeException
|
class |
RubyArray
The implementation of the built-in class Array in Ruby. |
class |
RubyBigDecimal
|
class |
RubyBignum
|
class |
RubyBinding
|
class |
RubyBoolean
|
class |
RubyClass
|
class |
RubyClassPathVariable
|
static class |
RubyDigest.Base
|
class |
RubyDir
.The Ruby built-in class Dir. |
class |
RubyEnumerator
Implementation of Ruby's Enumerator module. |
class |
RubyException
|
class |
RubyFile
Ruby File class equivalent in java. |
class |
RubyFileStat
Implements File::Stat |
class |
RubyFixnum
Implementation of the Fixnum class. |
class |
RubyFloat
A representation of a float object |
static class |
RubyGlobal.StringOnlyRubyHash
Obligate string-keyed and string-valued hash, used for ENV and ENV_JAVA |
class |
RubyHash
Implementation of the Hash class. |
class |
RubyIconv
|
static class |
RubyIconv.RubyFailure
|
class |
RubyInteger
Implementation of the Integer class. |
class |
RubyIO
|
class |
RubyLocalJumpError
|
class |
RubyMatchData
|
class |
RubyMethod
The RubyMethod class represents a RubyMethod object. |
class |
RubyModule
|
class |
RubyNameError
|
class |
RubyNil
|
class |
RubyNoMethodError
|
class |
RubyNumeric
Base class for all numerical types in ruby. |
class |
RubyObject
RubyObject is the only implementation of the IRubyObject . |
class |
RubyProc
|
static class |
RubyProcess.RubyStatus
|
class |
RubyRange
|
class |
RubyRegexp
|
class |
RubyString
Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers. |
class |
RubyStringIO
|
class |
RubyStringScanner
|
class |
RubyStruct
|
class |
RubySymbol
Represents a Ruby symbol (e.g. |
class |
RubySystemCallError
|
class |
RubySystemExit
|
class |
RubyThread
Implementation of Ruby's Thread class. |
class |
RubyThreadGroup
Implementation of Ruby's ThreadGroup class. |
class |
RubyTime
The Time class. |
class |
RubyUnboundMethod
Note: This was renamed from UnboundMethod.java |
static class |
RubyZlib.Deflate
|
static class |
RubyZlib.Inflate
|
static class |
RubyZlib.RubyGzipFile
|
static class |
RubyZlib.RubyGzipReader
|
static class |
RubyZlib.RubyGzipWriter
|
static class |
RubyZlib.ZStream
|
Uses of CoreObjectType in org.jruby.ext |
---|
Classes in org.jruby.ext that implement CoreObjectType | |
---|---|
class |
WeakRef
|
Uses of CoreObjectType in org.jruby.ext.socket |
---|
Classes in org.jruby.ext.socket that implement CoreObjectType | |
---|---|
class |
RubyBasicSocket
|
class |
RubyIPSocket
|
class |
RubySocket
|
class |
RubyTCPServer
|
class |
RubyTCPSocket
|
class |
RubyUDPSocket
|
class |
RubyUNIXServer
|
class |
RubyUNIXSocket
|
Uses of CoreObjectType in org.jruby.javasupport |
---|
Classes in org.jruby.javasupport that implement CoreObjectType | |
---|---|
class |
JavaAccessibleObject
|
class |
JavaArray
|
class |
JavaCallable
|
class |
JavaClass
|
class |
JavaConstructor
|
class |
JavaField
|
class |
JavaMethod
|
class |
JavaObject
|
Uses of CoreObjectType in org.jruby.javasupport.proxy |
---|
Classes in org.jruby.javasupport.proxy that implement CoreObjectType | |
---|---|
class |
JavaProxyClass
Generalized proxy for classes and interfaces. |
static class |
JavaProxyClass.ProxyMethodImpl
|
class |
JavaProxyConstructor
|
class |
JavaProxyReflectionObject
|
Uses of CoreObjectType in org.jruby.libraries |
---|
Classes in org.jruby.libraries that implement CoreObjectType | |
---|---|
static class |
FiberLibrary.Fiber
|
static class |
ThreadLibrary.ConditionVariable
|
static class |
ThreadLibrary.Mutex
|
static class |
ThreadLibrary.Queue
|
static class |
ThreadLibrary.SizedQueue
|
Uses of CoreObjectType in org.jruby.test |
---|
Classes in org.jruby.test that implement CoreObjectType | |
---|---|
class |
MockRubyObject
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |