Uses of Interface
org.jruby.runtime.ThreadContext.RecursiveFunctionEx
Packages that use ThreadContext.RecursiveFunctionEx
-
Uses of ThreadContext.RecursiveFunctionEx in org.jruby
Subinterfaces of ThreadContext.RecursiveFunctionEx in org.jrubyMethods in org.jruby with parameters of type ThreadContext.RecursiveFunctionExModifier and TypeMethodDescriptionstatic IRubyObjectRubyComparable.invcmp(ThreadContext context, ThreadContext.RecursiveFunctionEx<IRubyObject> func, IRubyObject recv, IRubyObject other) rb_invcmp -
Uses of ThreadContext.RecursiveFunctionEx in org.jruby.runtime
Classes in org.jruby.runtime that implement ThreadContext.RecursiveFunctionExModifier and TypeClassDescriptionclassInternal live representation of a block ({...} or do ...Fields in org.jruby.runtime declared as ThreadContext.RecursiveFunctionExModifier and TypeFieldDescriptionJavaSites.StringSites.recursive_cmpJavaSites.TimeSites.recursive_cmpJavaSites.HelpersSites.recursive_hashMethods in org.jruby.runtime with parameters of type ThreadContext.RecursiveFunctionExModifier and TypeMethodDescription<T> IRubyObjectThreadContext.safeRecurse(ThreadContext.RecursiveFunctionEx<T> func, T state, IRubyObject obj, String name, boolean outer)