|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.RubyObjectSpace
public class RubyObjectSpace
| Constructor Summary | |
|---|---|
RubyObjectSpace()
|
|
| Method Summary | |
|---|---|
static RubyModule |
createObjectSpaceModule(Ruby runtime)
Create the ObjectSpace module and add it to the Ruby runtime. |
static IRubyObject |
define_finalizer(IRubyObject recv,
IRubyObject[] args,
Block block)
|
static IRubyObject |
each_object(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
Block block)
|
static IRubyObject |
garbage_collect(IRubyObject recv)
|
static IRubyObject |
id2ref(IRubyObject recv,
IRubyObject id)
|
static IRubyObject |
undefine_finalizer(IRubyObject recv,
IRubyObject arg1,
Block block)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RubyObjectSpace()
| Method Detail |
|---|
public static RubyModule createObjectSpaceModule(Ruby runtime)
public static IRubyObject define_finalizer(IRubyObject recv,
IRubyObject[] args,
Block block)
public static IRubyObject undefine_finalizer(IRubyObject recv,
IRubyObject arg1,
Block block)
public static IRubyObject id2ref(IRubyObject recv,
IRubyObject id)
public static IRubyObject each_object(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
Block block)
public static IRubyObject garbage_collect(IRubyObject recv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||