org.jruby.runtime
Class ObjectSpace

java.lang.Object
  extended byorg.jruby.runtime.ObjectSpace

public class ObjectSpace
extends java.lang.Object

Author:
Anders

Constructor Summary
ObjectSpace()
           
 
Method Summary
 void add(IRubyObject object)
           
 java.util.Iterator iterator(RubyModule rubyClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSpace

public ObjectSpace()
Method Detail

add

public void add(IRubyObject object)

iterator

public java.util.Iterator iterator(RubyModule rubyClass)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.