|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
RubyBasicObject
|
class |
RubyBigDecimal
|
class |
RubyBignum
|
class |
RubyBinding
|
class |
RubyBoolean
|
class |
RubyClass
|
class |
RubyClassPathVariable
|
class |
RubyComplex
1.9 complex.c as of revision: 20011 |
class |
RubyContinuation
Placeholder until/if we can support this |
class |
RubyConverter
|
static class |
RubyDigest.Base
|
class |
RubyDir
.The Ruby built-in class Dir. |
class |
RubyEncoding
|
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 |
class |
RubyGenerator
|
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
|
static class |
RubyNameError.RubyNameErrorMessage
Nested 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 lookupable |
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 |
RubyRational
1.9 rational.c as of revision: 20011 |
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 |
RubyTempfile
An implementation of tempfile.rb in Java. |
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 |
class |
RubyYielder
|
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.ffi |
---|
Classes in org.jruby.ext.ffi that implement CoreObjectType | |
---|---|
class |
AbstractInvoker
A native function invoker |
class |
AbstractMemory
A abstract memory object that defines operations common to both pointers and memory buffers |
class |
AutoPointer
|
class |
BasePointer
Base pointer class for all JFFI pointers. |
class |
Buffer
|
class |
CallbackInfo
Defines a C callback's parameters and return type. |
class |
Enum
Represents a C enum |
class |
MemoryPointer
|
class |
Pointer
C memory pointer operations. |
class |
Struct
|
class |
StructByValue
|
class |
StructLayout
Defines the memory layout for a native structure. |
static class |
StructLayout.Array
|
class |
StructLayoutBuilder
|
class |
Type
|
static class |
Type.Builtin
|
Uses of CoreObjectType in org.jruby.ext.ffi.io |
---|
Classes in org.jruby.ext.ffi.io that implement CoreObjectType | |
---|---|
class |
FileDescriptorIO
An 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 CoreObjectType | |
---|---|
class |
DynamicLibrary
|
static class |
DynamicLibrary.Symbol
|
class |
JFFIInvoker
|
class |
VariadicInvoker
|
Uses of CoreObjectType in org.jruby.ext.ffi.jna |
---|
Classes in org.jruby.ext.ffi.jna that implement CoreObjectType | |
---|---|
class |
JNAInvoker
A native invoker that uses JNA. |
class |
JNAVariadicInvoker
|
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.java |
---|
Classes in org.jruby.java that implement CoreObjectType | |
---|---|
static class |
MiniJava.JavaObjectWrapper
|
Uses of CoreObjectType in org.jruby.java.proxies |
---|
Classes in org.jruby.java.proxies that implement CoreObjectType | |
---|---|
class |
ArrayJavaProxy
|
class |
ConcreteJavaProxy
|
class |
InterfaceJavaProxy
|
class |
JavaProxy
|
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 | |
---|---|
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
|
static class |
TestRubyClass.MyRubyObjectSubclass
|
Uses of CoreObjectType in org.jruby.util.io |
---|
Classes in org.jruby.util.io that implement CoreObjectType | |
---|---|
class |
JRubyObjectInputStream
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |