|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JRubyClass in org.jruby |
---|
Classes in org.jruby with annotations of type JRubyClass | |
---|---|
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 |
RubyComplex
1.9 complex.c as of revision: 20011 |
class |
RubyContinuation
Placeholder until/if we can support this |
class |
RubyConverter
|
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
|
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 |
RubyIconv
|
static class |
RubyIconv.BrokenLibrary
|
static class |
RubyIconv.IllegalSequence
|
static class |
RubyIconv.InvalidCharacter
|
static class |
RubyIconv.InvalidEncoding
|
static class |
RubyIconv.OutOfRange
|
class |
RubyInteger
Implementation of the Integer class. |
class |
RubyIO
|
static class |
RubyJRuby.JRubyCompiledScript
|
static class |
RubyJRuby.JRubyFiberLocal
|
static class |
RubyJRuby.JRubyThreadLocal
|
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 |
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 |
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.BufError
|
static class |
RubyZlib.DataError
|
static class |
RubyZlib.Deflate
|
static class |
RubyZlib.Error
|
static class |
RubyZlib.Inflate
|
static class |
RubyZlib.MemError
|
static class |
RubyZlib.NeedDict
|
static class |
RubyZlib.RubyGzipFile
|
static class |
RubyZlib.RubyGzipFile.CRCError
|
static class |
RubyZlib.RubyGzipFile.Error
|
static class |
RubyZlib.RubyGzipFile.LengthError
|
static class |
RubyZlib.RubyGzipFile.NoFooter
|
static class |
RubyZlib.RubyGzipReader
|
static class |
RubyZlib.RubyGzipReader.Error
|
static class |
RubyZlib.RubyGzipWriter
|
static class |
RubyZlib.StreamEnd
|
static class |
RubyZlib.StreamError
|
static class |
RubyZlib.VersionError
|
static class |
RubyZlib.ZStream
|
Uses of JRubyClass in org.jruby.ext |
---|
Classes in org.jruby.ext with annotations of type JRubyClass | |
---|---|
class |
NetProtocolBufferedIO
|
class |
WeakRef
|
static class |
WeakRef.RefError
|
Uses of JRubyClass in org.jruby.ext.ffi |
---|
Classes in org.jruby.ext.ffi with annotations of type JRubyClass | |
---|---|
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 |
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
|
Uses of JRubyClass in org.jruby.ext.ffi.io |
---|
Classes in org.jruby.ext.ffi.io with annotations of type JRubyClass | |
---|---|
class |
FileDescriptorIO
An IO implementation that reads/writes to a native file descriptor. |
Uses of JRubyClass in org.jruby.ext.ffi.jffi |
---|
Classes in org.jruby.ext.ffi.jffi with annotations of type JRubyClass | |
---|---|
class |
DynamicLibrary
|
class |
Function
|
class |
VariadicInvoker
|
Uses of JRubyClass in org.jruby.ext.socket |
---|
Classes in org.jruby.ext.socket with annotations of type JRubyClass | |
---|---|
class |
RubyBasicSocket
|
class |
RubyIPSocket
|
class |
RubySocket
|
static class |
RubySocket.SocketError
|
class |
RubyTCPServer
|
class |
RubyUDPSocket
|
class |
RubyUNIXServer
|
class |
RubyUNIXSocket
|
Uses of JRubyClass in org.jruby.javasupport |
---|
Classes in org.jruby.javasupport with annotations of type JRubyClass | |
---|---|
class |
JavaArray
|
class |
JavaClass
|
class |
JavaConstructor
|
class |
JavaField
|
class |
JavaMethod
|
class |
JavaObject
|
Uses of JRubyClass in org.jruby.javasupport.proxy |
---|
Classes in org.jruby.javasupport.proxy with annotations of type JRubyClass | |
---|---|
static class |
JavaProxyClass.ProxyMethodImpl
|
class |
JavaProxyReflectionObject
|
Uses of JRubyClass in org.jruby.libraries |
---|
Classes in org.jruby.libraries with annotations of type JRubyClass | |
---|---|
class |
FiberLibrary.Fiber
|
static class |
ThreadLibrary.ConditionVariable
|
static class |
ThreadLibrary.Mutex
|
static class |
ThreadLibrary.Queue
|
static class |
ThreadLibrary.SizedQueue
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |