public class MRIRecursionGuard
extends java.lang.Object
Ruby
.Modifier and Type | Class and Description |
---|---|
static interface |
MRIRecursionGuard.RecursiveFunction
Deprecated.
|
Constructor and Description |
---|
MRIRecursionGuard(Ruby runtime)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IRubyObject |
execRecursive(MRIRecursionGuard.RecursiveFunction func,
IRubyObject obj)
Deprecated.
|
IRubyObject |
execRecursiveOuter(MRIRecursionGuard.RecursiveFunction func,
IRubyObject obj)
Deprecated.
|
<T extends IRubyObject> |
recursiveListOperation(java.util.concurrent.Callable<T> body)
Deprecated.
|
@Deprecated public MRIRecursionGuard(Ruby runtime)
@Deprecated public IRubyObject execRecursive(MRIRecursionGuard.RecursiveFunction func, IRubyObject obj)
@Deprecated public IRubyObject execRecursiveOuter(MRIRecursionGuard.RecursiveFunction func, IRubyObject obj)
@Deprecated public <T extends IRubyObject> T recursiveListOperation(java.util.concurrent.Callable<T> body)
Copyright © 2001-2018 JRuby. All Rights Reserved.