Modifier and Type | Class and Description |
---|---|
class |
NativeException |
class |
RubyArray
The implementation of the built-in class Array in Ruby.
|
class |
RubyBignum |
class |
RubyBinding |
class |
RubyBoolean |
class |
RubyClass |
class |
RubyComplex
1.9 complex.c as of revision: 20011
|
class |
RubyContinuation
Placeholder until/if we can support this
|
class |
RubyConverter |
class |
RubyDir
.The Ruby built-in class Dir.
|
class |
RubyEncoding |
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 |
RubyHash
Implementation of the Hash class.
|
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 represents the implementation of the Object class in Ruby.
|
class |
RubyProc |
static class |
RubyProcess.RubyStatus |
class |
RubyRandom
Implementation of the Random class.
|
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 |
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
|
class |
RubyYielder |
Modifier and Type | Class and Description |
---|---|
class |
RubyBigDecimal |
Modifier and Type | Class and Description |
---|---|
static class |
RubyDigest.DigestBase |
static class |
RubyDigest.DigestClass |
static class |
RubyDigest.MD5 |
static class |
RubyDigest.RMD160 |
static class |
RubyDigest.SHA1 |
static class |
RubyDigest.SHA256 |
static class |
RubyDigest.SHA384 |
static class |
RubyDigest.SHA512 |
Modifier and Type | Class and Description |
---|---|
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 |
Buffer |
class |
CallbackInfo
Defines a C callback's parameters and return type.
|
class |
Enum
Represents a C enum
|
class |
Enums
Represents a C enum
|
class |
MappedType
A type which represents a conversion to/from a native type.
|
class |
MemoryPointer |
class |
Pointer
C memory pointer operations.
|
class |
Struct |
class |
StructByReference |
class |
StructByValue |
class |
StructLayout
Defines the memory layout for a native structure.
|
static class |
StructLayout.ArrayField |
static class |
StructLayout.ArrayProxy |
static class |
StructLayout.CharArrayProxy |
static class |
StructLayout.EnumField |
static class |
StructLayout.Field |
static class |
StructLayout.FunctionField |
static class |
StructLayout.InnerStructField |
static class |
StructLayout.MappedField |
static class |
StructLayout.NumberField |
static class |
StructLayout.PointerField |
class |
Type |
static class |
Type.Array |
static class |
Type.Builtin |
Modifier and Type | Class and Description |
---|---|
class |
FileDescriptorIO
An IO implementation that reads/writes to a native file descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicLibrary |
class |
Function |
class |
VariadicInvoker |
Modifier and Type | Class and Description |
---|---|
class |
JRubyFiberLocal |
class |
JRubyThreadLocal |
Modifier and Type | Class and Description |
---|---|
class |
NetProtocolBufferedIO |
Modifier and Type | Class and Description |
---|---|
class |
RubyPathname |
Modifier and Type | Class and Description |
---|---|
class |
RubyBasicSocket
Implementation of the BasicSocket class from Ruby.
|
class |
RubyIPSocket |
class |
RubyServerSocket |
class |
RubySocket |
class |
RubyTCPServer |
class |
RubyUDPSocket |
class |
RubyUNIXServer |
class |
RubyUNIXSocket |
Modifier and Type | Class and Description |
---|---|
class |
StringIO |
Modifier and Type | Class and Description |
---|---|
class |
RubyStringScanner |
Modifier and Type | Class and Description |
---|---|
class |
Tempfile
An implementation of tempfile.rb in Java.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionVariable
The "ConditionVariable" class from the 'thread' library.
|
class |
Mutex
The "Mutex" class from the 'thread' library.
|
class |
Queue
The "Queue" class from the 'thread' library.
|
class |
SizedQueue
The "SizedQueue" class from the 'thread' library.
|
Modifier and Type | Class and Description |
---|---|
class |
WeakRef |
static class |
WeakRef.RefError |
Modifier and Type | Class and Description |
---|---|
class |
JZlibDeflate |
class |
JZlibInflate |
class |
JZlibRubyGzipReader |
static class |
JZlibRubyGzipReader.Error |
class |
JZlibRubyGzipWriter |
class |
RubyGzipFile |
static class |
RubyGzipFile.CRCError |
static class |
RubyGzipFile.Error |
static class |
RubyGzipFile.LengthError |
static class |
RubyGzipFile.NoFooter |
static class |
RubyZlib.BufError |
static class |
RubyZlib.DataError |
static class |
RubyZlib.Error |
static class |
RubyZlib.MemError |
static class |
RubyZlib.NeedDict |
static class |
RubyZlib.StreamEnd |
static class |
RubyZlib.StreamError |
static class |
RubyZlib.VersionError |
class |
ZStream |
Modifier and Type | Class and Description |
---|---|
class |
JavaArray |
class |
JavaClass |
class |
JavaConstructor |
class |
JavaField |
class |
JavaMethod |
class |
JavaObject |
Modifier and Type | Class and Description |
---|---|
static class |
JavaProxyClass.ProxyMethodImpl |
class |
JavaProxyConstructor |
class |
JavaProxyReflectionObject |
Copyright © 2001-2015 JRuby. All Rights Reserved.