Uses of Package
org.jruby

Packages that use org.jruby
org.jruby   
org.jruby.ast   
org.jruby.ast.executable   
org.jruby.ast.util   
org.jruby.common   
org.jruby.compiler.yarv   
org.jruby.demo   
org.jruby.environment   
org.jruby.evaluator   
org.jruby.exceptions   
org.jruby.ext   
org.jruby.ext.socket   
org.jruby.internal.runtime   
org.jruby.internal.runtime.methods   
org.jruby.javasupport   
org.jruby.javasupport.proxy   
org.jruby.javasupport.test   
org.jruby.javasupport.util   
org.jruby.libraries   
org.jruby.parser   
org.jruby.runtime   
org.jruby.runtime.builtin   
org.jruby.runtime.callback   
org.jruby.runtime.load   
org.jruby.runtime.marshal   
org.jruby.test   
org.jruby.util   
org.jruby.yaml   
 

Classes in org.jruby used by org.jruby
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 jruby runtime.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyBigDecimal
           
RubyBignum
           
RubyBinding
           
RubyBoolean
           
RubyClass
           
RubyException
           
RubyFileStat
          note: renamed from FileStatClass.java Implements File::Stat
RubyFixnum
          Implementation of the Fixnum class.
RubyFloat
           
RubyHash
          Implementation of the Hash class.
RubyHash.Callback
           
RubyIconv.RubyFailure
           
RubyInstanceConfig
           
RubyInstanceConfig.LoadServiceCreator
           
RubyInteger
          Implementation of the Integer class.
RubyIO
           
RubyMatchData
           
RubyMethod
          The RubyMethod class represents a RubyMethod object.
RubyModule
           
RubyNameError
           
RubyNKF.NKFCharset
           
RubyNumeric
          Base class for all numerical types in ruby.
RubyObject
           
RubyProc
           
RubyProcess.RubyStatus
           
RubyRange
           
RubyRegexp
           
RubyString
           
RubyStruct
           
RubySymbol
           
RubySymbol.SymbolTable
           
RubyThread
          Implementation of Ruby's Thread class.
RubyTime
          The Time class.
RubyUnboundMethod
          Note: This was renamed from UnboundMethod.java
RubyZlib.RubyGzipFile
           
RubyZlib.ZStream
           
 

Classes in org.jruby used by org.jruby.ast
Ruby
          The jruby runtime.
RubyFixnum
          Implementation of the Fixnum class.
 

Classes in org.jruby used by org.jruby.ast.executable
Ruby
          The jruby runtime.
 

Classes in org.jruby used by org.jruby.ast.util
Ruby
          The jruby runtime.
RubyArray
          The implementation of the built-in class Array in Ruby.
 

Classes in org.jruby used by org.jruby.common
Ruby
          The jruby runtime.
 

Classes in org.jruby used by org.jruby.compiler.yarv
Ruby
          The jruby runtime.
 

Classes in org.jruby used by org.jruby.demo
Ruby
          The jruby runtime.
 

Classes in org.jruby used by org.jruby.environment
Ruby
          The jruby runtime.
 

Classes in org.jruby used by org.jruby.evaluator
Ruby
          The jruby runtime.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyModule
           
 

Classes in org.jruby used by org.jruby.exceptions
NativeException
           
Ruby
          The jruby runtime.
RubyClass
           
RubyException
           
 

Classes in org.jruby used by org.jruby.ext
Ruby
          The jruby runtime.
 

Classes in org.jruby used by org.jruby.ext.socket
Ruby
          The jruby runtime.
RubyClass
           
RubyIO
           
RubyObject
           
 

Classes in org.jruby used by org.jruby.internal.runtime
Ruby
          The jruby runtime.
RubyProc
           
RubyThread
          Implementation of Ruby's Thread class.
 

Classes in org.jruby used by org.jruby.internal.runtime.methods
RubyModule
           
RubyProc
           
RubyUnboundMethod
          Note: This was renamed from UnboundMethod.java
 

Classes in org.jruby used by org.jruby.javasupport
Ruby
          The jruby runtime.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyBoolean
           
RubyClass
           
RubyFixnum
          Implementation of the Fixnum class.
RubyModule
           
RubyObject
           
RubyProc
           
RubyString
           
 

Classes in org.jruby used by org.jruby.javasupport.proxy
Ruby
          The jruby runtime.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyClass
           
RubyFixnum
          Implementation of the Fixnum class.
RubyModule
           
RubyObject
           
RubyString
           
 

Classes in org.jruby used by org.jruby.javasupport.test
Ruby
          The jruby runtime.
 

Classes in org.jruby used by org.jruby.javasupport.util
Ruby
          The jruby runtime.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyClass
           
RubyModule
           
 

Classes in org.jruby used by org.jruby.libraries
Ruby
          The jruby runtime.
RubyBoolean
           
RubyClass
           
RubyInteger
          Implementation of the Integer class.
RubyNumeric
          Base class for all numerical types in ruby.
RubyObject
           
 

Classes in org.jruby used by org.jruby.parser
Ruby
          The jruby runtime.
 

Classes in org.jruby used by org.jruby.runtime
Ruby
          The jruby runtime.
RubyClass
           
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 jruby runtime.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyClass
           
RubyFixnum
          Implementation of the Fixnum class.
RubyFloat
           
RubyHash
          Implementation of the Hash class.
RubyInteger
          Implementation of the Integer class.
RubyModule
           
RubyProc
           
RubyString
           
 

Classes in org.jruby used by org.jruby.runtime.callback
Ruby
          The jruby runtime.
 

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

Classes in org.jruby used by org.jruby.runtime.marshal
Ruby
          The jruby runtime.
RubyClass
           
 

Classes in org.jruby used by org.jruby.test
Ruby
          The jruby runtime.
RubyObject
           
 

Classes in org.jruby used by org.jruby.util
Finalizable
          An almost entirely useless interface for those objects that we _really_ want to finalise.
Main
          Class used to launch the interpreter.
Ruby
          The jruby runtime.
RubyArray
          The implementation of the built-in class Array in Ruby.
RubyClass
           
RubyModule
           
RubyString
           
 

Classes in org.jruby used by org.jruby.yaml
RubyClass
           
 



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