Uses of Interface
org.jruby.util.MRIRecursionGuard.RecursiveFunction
Packages that use MRIRecursionGuard.RecursiveFunction
-
Uses of MRIRecursionGuard.RecursiveFunction in org.jruby
Subinterfaces of MRIRecursionGuard.RecursiveFunction in org.jruby -
Uses of MRIRecursionGuard.RecursiveFunction in org.jruby.util
Fields in org.jruby.util declared as MRIRecursionGuard.RecursiveFunctionMethods in org.jruby.util with parameters of type MRIRecursionGuard.RecursiveFunctionModifier and TypeMethodDescriptionMRIRecursionGuard.execRecursive(MRIRecursionGuard.RecursiveFunction func, IRubyObject obj) Deprecated.private IRubyObjectMRIRecursionGuard.execRecursiveInternal(MRIRecursionGuard.RecursiveFunction func, IRubyObject obj, IRubyObject pairid, boolean outer) Deprecated.MRIRecursionGuard.execRecursiveOuter(MRIRecursionGuard.RecursiveFunction func, IRubyObject obj) Deprecated.