|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRubyClass | |
---|---|
org.jruby | |
org.jruby.ext | |
org.jruby.ext.socket | |
org.jruby.javasupport | |
org.jruby.javasupport.proxy | |
org.jruby.libraries |
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 |
RubyContinuation
Placeholder until/if we can support this |
static class |
RubyDigest.Base
|
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 |
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
|
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 |
RubyYAML.YAMLArrayMethods
|
static class |
RubyYAML.YAMLClassMethods
|
static class |
RubyYAML.YAMLDateMethods
|
static class |
RubyYAML.YAMLExceptionMethods
|
static class |
RubyYAML.YAMLFalseMethods
|
static class |
RubyYAML.YAMLHashMethods
|
static class |
RubyYAML.YAMLNilMethods
|
static class |
RubyYAML.YAMLNumericMethods
|
static class |
RubyYAML.YAMLObjectMethods
|
static class |
RubyYAML.YAMLRangeMethods
|
static class |
RubyYAML.YAMLRegexpMethods
|
static class |
RubyYAML.YAMLStringMethods
|
static class |
RubyYAML.YAMLStructMethods
|
static class |
RubyYAML.YAMLSymbolMethods
|
static class |
RubyYAML.YAMLTimeMethods
|
static class |
RubyYAML.YAMLTrueMethods
|
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 |
Generator
|
class |
NetProtocolBufferedIO
|
class |
WeakRef
|
static class |
WeakRef.RefError
|
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 | |
---|---|
static class |
Java.JavaProxy
|
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 | |
---|---|
static class |
FiberLibrary.Fiber
|
static class |
ThreadLibrary.ConditionVariable
|
static class |
ThreadLibrary.Mutex
|
static class |
ThreadLibrary.Queue
|
static class |
ThreadLibrary.SizedQueue
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |