java.lang.Object
org.jruby.util.MRIRecursionGuard
Deprecated MRI-style recursion guard logic pulled out of
Ruby.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.<T extends IRubyObject>
TrecursiveListOperation(Callable<T> body) Deprecated.
-
Constructor Details
-
MRIRecursionGuard
Deprecated.
-
-
Method Details
-
execRecursive
@Deprecated(since="9.1.7.0") public IRubyObject execRecursive(MRIRecursionGuard.RecursiveFunction func, IRubyObject obj) Deprecated. -
execRecursiveOuter
@Deprecated(since="9.1.7.0") public IRubyObject execRecursiveOuter(MRIRecursionGuard.RecursiveFunction func, IRubyObject obj) Deprecated. -
recursiveListOperation
@Deprecated(since="9.1.7.0") public <T extends IRubyObject> T recursiveListOperation(Callable<T> body) Deprecated.
-