Uses of Class
org.jruby.RubyObject

Packages that use RubyObject
org.jruby   
org.jruby.ext.socket   
org.jruby.javasupport   
org.jruby.javasupport.proxy   
org.jruby.libraries   
org.jruby.test   
 

Uses of RubyObject in org.jruby
 

Subclasses of RubyObject in org.jruby
 class IncludedModuleWrapper
          This class is used to provide an intermediate superclass for modules and classes that include other modules.
 class MetaClass
           
 class NativeException
           
 class RubyArgsFile
           
 class RubyArray
          The implementation of the built-in class Array in Ruby.
 class RubyBigDecimal
           
 class RubyBignum
           
 class RubyBinding
           
 class RubyBoolean
           
 class RubyClass
           
 class RubyClassPathVariable
           
static class RubyDigest.Base
           
 class RubyDir
          .The Ruby built-in class Dir.
 class RubyEnumerator
          Implementation of Ruby's Enumerator module.
 class RubyException
           
 class RubyFile
          Ruby File class equivalent in java.
 class RubyFileStat
          note: renamed from FileStatClass.java Implements File::Stat
 class RubyFixnum
          Implementation of the Fixnum class.
 class RubyFloat
           
 class RubyHash
          Implementation of the Hash class.
 class RubyIconv
           
static class RubyIconv.RubyFailure
           
 class RubyInteger
          Implementation of the Integer class.
 class RubyIO
           
 class RubyLocalJumpError
           
 class RubyMatchData
           
static class RubyMatchData.JavaString
           
static class RubyMatchData.RString
           
 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 RubyProc
           
static class RubyProcess.RubyStatus
           
 class RubyRange
           
 class RubyRegexp
           
 class RubyString
           
 class RubyStringIO
           
 class RubyStringScanner
           
 class RubyStruct
           
 class RubySymbol
           
 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 RubyZlib.Deflate
           
static class RubyZlib.Inflate
           
static class RubyZlib.RubyGzipFile
           
static class RubyZlib.RubyGzipReader
           
static class RubyZlib.RubyGzipWriter
           
static class RubyZlib.ZStream
           
 

Methods in org.jruby that return RubyObject
 RubyObject RubyTime.mdump(IRubyObject[] args)
           
 

Uses of RubyObject in org.jruby.ext.socket
 

Subclasses of RubyObject in org.jruby.ext.socket
 class RubyBasicSocket
           
 class RubyIPSocket
           
 class RubySocket
           
 class RubyTCPServer
           
 class RubyTCPSocket
           
 

Uses of RubyObject in org.jruby.javasupport
 

Subclasses of RubyObject in org.jruby.javasupport
 class JavaAccessibleObject
           
 class JavaArray
           
 class JavaCallable
           
 class JavaClass
           
 class JavaConstructor
           
 class JavaField
           
 class JavaMethod
           
 class JavaObject
           
 

Uses of RubyObject in org.jruby.javasupport.proxy
 

Subclasses of RubyObject in org.jruby.javasupport.proxy
 class JavaProxyClass
          Generalized proxy for classes and interfaces.
static class JavaProxyClass.ProxyMethodImpl
           
 class JavaProxyConstructor
           
 class JavaProxyReflectionObject
           
 

Methods in org.jruby.javasupport.proxy that return RubyObject
static RubyObject JavaProxyClass.get(IRubyObject recv, JavaClass type)
           
static RubyObject JavaProxyClass.get_with_class(IRubyObject recv, RubyClass clazz)
           
 RubyObject JavaProxyClass.superclass()
           
 RubyObject JavaProxyClass.ProxyMethodImpl.name()
           
 RubyObject JavaProxyConstructor.new_instance(IRubyObject[] args, Block block)
           
 

Uses of RubyObject in org.jruby.libraries
 

Subclasses of RubyObject in org.jruby.libraries
static class ThreadLibrary.ConditionVariable
           
static class ThreadLibrary.Mutex
           
static class ThreadLibrary.Queue
           
static class ThreadLibrary.SizedQueue
           
 

Uses of RubyObject in org.jruby.test
 

Subclasses of RubyObject in org.jruby.test
 class MockRubyObject
           
 



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