Uses of Class
org.jruby.anno.JRubyClass

Packages that use JRubyClass
org.jruby   
org.jruby.ext   
org.jruby.ext.ffi   
org.jruby.ext.ffi.io   
org.jruby.ext.ffi.jffi   
org.jruby.ext.ffi.jna   
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 RubyComplex
          1.9 complex.c as of revision: 20011
 class RubyContinuation
          Placeholder until/if we can support this
 class RubyConverter
           
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 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 RubyGenerator
           
 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
           
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
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
           
 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 Generator
           
 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 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 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 VariadicInvoker
           
 

Uses of JRubyClass in org.jruby.ext.ffi.jna
 

Classes in org.jruby.ext.ffi.jna with annotations of type JRubyClass
 class DynamicLibrary
           
 class JNAVariadicInvoker
           
 

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
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.