| Package | Description |
|---|---|
| org.jruby |
| Modifier and Type | Field and Description |
|---|---|
Ruby.RecursiveFunction |
Ruby.ExecRecursiveParams.func |
| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
Ruby.execRecursive(Ruby.RecursiveFunction func,
IRubyObject obj)
Perform a recursive walk on the given object using the given function.
|
private IRubyObject |
Ruby.execRecursiveInternal(Ruby.RecursiveFunction func,
IRubyObject obj,
IRubyObject pairid,
boolean outer) |
IRubyObject |
Ruby.execRecursiveOuter(Ruby.RecursiveFunction func,
IRubyObject obj)
Perform a recursive walk on the given object using the given function.
|