Uses of Package
org.jruby

Packages that use org.jruby
org.jruby   
org.jruby.anno   
org.jruby.ast   
org.jruby.ast.executable   
org.jruby.ast.types   
org.jruby.ast.util   
org.jruby.bench   
org.jruby.common   
org.jruby.compiler   
org.jruby.demo   
org.jruby.environment   
org.jruby.evaluator   
org.jruby.exceptions   
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.internal.runtime   
org.jruby.internal.runtime.methods   
org.jruby.java   
org.jruby.java.addons   
org.jruby.java.invokers   
org.jruby.java.proxies   
org.jruby.javasupport   
org.jruby.javasupport.proxy   
org.jruby.javasupport.test   
org.jruby.javasupport.util   
org.jruby.libraries   
org.jruby.management   
org.jruby.parser   
org.jruby.runtime   
org.jruby.runtime.builtin   
org.jruby.runtime.callback   
org.jruby.runtime.callsite   
org.jruby.runtime.encoding   
org.jruby.runtime.load   
org.jruby.runtime.marshal   
org.jruby.runtime.scope   
org.jruby.test   
org.jruby.test.bench   
org.jruby.util   
org.jruby.util.io   
org.jruby.yaml   
 

Classes in org.jruby used by org.jruby
CompatVersion
           
Finalizable
          An almost entirely useless interface for those objects that we _really_ want to finalise.
IncludedModuleWrapper
          This class is used to provide an intermediate superclass for modules and classes that include other modules.
JRubyService
           
Profile
           
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyBasicObject
           
RubyBigDecimal
           
RubyBignum
           
RubyBinding
           
RubyBoolean
           
RubyClass
           
RubyClass.VariableAccessor
           
RubyComplex
          1.9 complex.c as of revision: 20011
RubyEncoding
           
RubyException
           
RubyFile
          Ruby File class equivalent in java.
RubyFileStat
          Implements File::Stat
RubyFixnum
          Implementation of the Fixnum class.
RubyFloat
          A representation of a float object
RubyHash
          Implementation of the Hash class.
RubyHash.Visitor
           
RubyIconv.RubyFailure
           
RubyInstanceConfig
           
RubyInstanceConfig.CompileMode
           
RubyInstanceConfig.LoadServiceCreator
           
RubyInteger
          Implementation of the Integer class.
RubyIO
           
RubyLocalJumpError.Reason
           
RubyMethod
          The RubyMethod class represents a RubyMethod object.
RubyModule
           
RubyModule.Generation
           
RubyModule.KindOf
           
RubyNameError
           
RubyNKF.NKFCharset
           
RubyNumeric
          Base class for all numerical types in ruby.
RubyObject
          RubyObject is the only implementation of the IRubyObject.
RubyProc
           
RubyProcess.RubyStatus
           
RubyRange
           
RubyRegexp
           
RubyString
          Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
RubyStruct
           
RubySymbol
          Represents a Ruby symbol (e.g.
RubySymbol.SymbolTable
           
RubySystemExit
           
RubyThread
          Implementation of Ruby's Thread class.
RubyThread.Status
           
RubyThreadGroup
          Implementation of Ruby's ThreadGroup class.
RubyTime
          The Time class.
RubyUnboundMethod
          Note: This was renamed from UnboundMethod.java
RubyZlib.Error
           
RubyZlib.RubyGzipFile
           
RubyZlib.RubyGzipFile.Error
           
RubyZlib.RubyGzipReader
           
RubyZlib.RubyGzipWriter
           
RubyZlib.ZStream
           
 

Classes in org.jruby used by org.jruby.anno
RubyModule
           
 

Classes in org.jruby used by org.jruby.ast
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyFixnum
          Implementation of the Fixnum class.
RubyModule
           
RubyRegexp
           
RubyString
          Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
RubySymbol
          Represents a Ruby symbol (e.g.
 

Classes in org.jruby used by org.jruby.ast.executable
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyClass.VariableAccessor
           
RubyFixnum
          Implementation of the Fixnum class.
RubyModule
           
RubyRegexp
           
RubyString
          Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
RubySymbol
          Represents a Ruby symbol (e.g.
 

Classes in org.jruby used by org.jruby.ast.types
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
 

Classes in org.jruby used by org.jruby.ast.util
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyArray
          The implementation of the built-in class Array in Ruby.
 

Classes in org.jruby used by org.jruby.bench
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
 

Classes in org.jruby used by org.jruby.common
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
 

Classes in org.jruby used by org.jruby.compiler
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
 

Classes in org.jruby used by org.jruby.demo
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
 

Classes in org.jruby used by org.jruby.environment
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
 

Classes in org.jruby used by org.jruby.evaluator
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyModule
           
RubyString
          Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
 

Classes in org.jruby used by org.jruby.exceptions
NativeException
           
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyClass
           
RubyException
           
 

Classes in org.jruby used by org.jruby.ext
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyBasicObject
           
RubyClass
           
RubyObject
          RubyObject is the only implementation of the IRubyObject.
 

Classes in org.jruby used by org.jruby.ext.ffi
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyBasicObject
           
RubyClass
           
RubyFixnum
          Implementation of the Fixnum class.
RubyModule
           
RubyObject
          RubyObject is the only implementation of the IRubyObject.
RubyString
          Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
 

Classes in org.jruby used by org.jruby.ext.ffi.io
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyBasicObject
           
RubyClass
           
RubyIO
           
RubyModule
           
RubyObject
          RubyObject is the only implementation of the IRubyObject.
 

Classes in org.jruby used by org.jruby.ext.ffi.jffi
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyBasicObject
           
RubyClass
           
RubyModule
           
RubyObject
          RubyObject is the only implementation of the IRubyObject.
 

Classes in org.jruby used by org.jruby.ext.ffi.jna
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyBasicObject
           
RubyClass
           
RubyModule
           
RubyObject
          RubyObject is the only implementation of the IRubyObject.
 

Classes in org.jruby used by org.jruby.ext.socket
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyBasicObject
           
RubyClass
           
RubyIO
           
RubyObject
          RubyObject is the only implementation of the IRubyObject.
 

Classes in org.jruby used by org.jruby.internal.runtime
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyProc
           
RubyThread
          Implementation of Ruby's Thread class.
 

Classes in org.jruby used by org.jruby.internal.runtime.methods
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyModule
           
RubyProc
           
RubyUnboundMethod
          Note: This was renamed from UnboundMethod.java
 

Classes in org.jruby used by org.jruby.java
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyBasicObject
           
RubyClass
           
RubyModule
           
RubyObject
          RubyObject is the only implementation of the IRubyObject.
 

Classes in org.jruby used by org.jruby.java.addons
RubyArray
          The implementation of the built-in class Array in Ruby.
 

Classes in org.jruby used by org.jruby.java.invokers
RubyClass
           
RubyModule
           
 

Classes in org.jruby used by org.jruby.java.proxies
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyBasicObject
           
RubyClass
           
RubyClass.VariableAccessor
           
RubyModule
           
RubyObject
          RubyObject is the only implementation of the IRubyObject.
 

Classes in org.jruby used by org.jruby.javasupport
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyBasicObject
           
RubyBignum
           
RubyBoolean
           
RubyClass
           
RubyFixnum
          Implementation of the Fixnum class.
RubyFloat
          A representation of a float object
RubyInstanceConfig
           
RubyModule
           
RubyNil
           
RubyNumeric
          Base class for all numerical types in ruby.
RubyObject
          RubyObject is the only implementation of the IRubyObject.
RubyObjectAdapter
           
RubyProc
           
RubyRuntimeAdapter
           
RubyString
          Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
 

Classes in org.jruby used by org.jruby.javasupport.proxy
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyBasicObject
           
RubyClass
           
RubyFixnum
          Implementation of the Fixnum class.
RubyModule
           
RubyObject
          RubyObject is the only implementation of the IRubyObject.
RubyString
          Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
 

Classes in org.jruby used by org.jruby.javasupport.test
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
 

Classes in org.jruby used by org.jruby.javasupport.util
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyBoolean
           
RubyClass
           
RubyException
           
RubyHash
          Implementation of the Hash class.
RubyModule
           
RubyProc
           
RubyRegexp
           
 

Classes in org.jruby used by org.jruby.libraries
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyBasicObject
           
RubyBoolean
           
RubyClass
           
RubyNumeric
          Base class for all numerical types in ruby.
RubyObject
          RubyObject is the only implementation of the IRubyObject.
 

Classes in org.jruby used by org.jruby.management
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
 

Classes in org.jruby used by org.jruby.parser
CompatVersion
           
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyInstanceConfig
           
RubyModule
           
 

Classes in org.jruby used by org.jruby.runtime
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyClass
           
RubyKernel.CatchTarget
           
RubyMethod
          The RubyMethod class represents a RubyMethod object.
RubyModule
           
RubyProc
           
RubyThread
          Implementation of Ruby's Thread class.
 

Classes in org.jruby used by org.jruby.runtime.builtin
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyClass
           
RubyFloat
          A representation of a float object
RubyHash
          Implementation of the Hash class.
RubyInteger
          Implementation of the Integer class.
RubyString
          Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
 

Classes in org.jruby used by org.jruby.runtime.callback
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
 

Classes in org.jruby used by org.jruby.runtime.callsite
RubyClass
           
RubyModule
           
 

Classes in org.jruby used by org.jruby.runtime.encoding
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyEncoding
           
 

Classes in org.jruby used by org.jruby.runtime.load
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyString
          Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
 

Classes in org.jruby used by org.jruby.runtime.marshal
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyClass
           
RubyModule
           
 

Classes in org.jruby used by org.jruby.runtime.scope
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
 

Classes in org.jruby used by org.jruby.test
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyBasicObject
           
RubyObject
          RubyObject is the only implementation of the IRubyObject.
 

Classes in org.jruby used by org.jruby.test.bench
RubyFixnum
          Implementation of the Fixnum class.
 

Classes in org.jruby used by org.jruby.util
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyClass
           
RubyModule
           
RubyString
          Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.
 

Classes in org.jruby used by org.jruby.util.io
Finalizable
          An almost entirely useless interface for those objects that we _really_ want to finalise.
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyBasicObject
           
RubyClass
           
RubyObject
          RubyObject is the only implementation of the IRubyObject.
 

Classes in org.jruby used by org.jruby.yaml
Ruby
          The Ruby object represents the top-level of a JRuby "instance" in a given VM.
RubyClass
           
 



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