Uses of Interface
org.jruby.Ruby.RecursiveFunction
Packages that use Ruby.RecursiveFunction
-
Uses of Ruby.RecursiveFunction in org.jruby
Fields in org.jruby with type parameters of type Ruby.RecursiveFunctionModifier and TypeFieldDescriptionprivate static final Ruby.RecursiveFunctionEx<Ruby.RecursiveFunction>Ruby.LEGACY_RECURSEDeprecated.Methods in org.jruby with parameters of type Ruby.RecursiveFunctionModifier and TypeMethodDescriptionRuby.execRecursive(Ruby.RecursiveFunction func, IRubyObject obj) Deprecated.Ruby.execRecursiveOuter(Ruby.RecursiveFunction func, IRubyObject obj) Deprecated.Use ThreadContext.safeRecurse.Ruby.safeRecurse(Ruby.RecursiveFunction func, IRubyObject obj, String name, boolean outer) Deprecated.