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 IRubyObject
RubyComparable.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 TypeClassDescriptionclass
Internal live representation of a block ({...} or do ...Fields in org.jruby.runtime declared as ThreadContext.RecursiveFunctionExModifier and TypeFieldDescriptionJavaSites.StringSites.recursive_cmp
JavaSites.TimeSites.recursive_cmp
JavaSites.HelpersSites.recursive_hash
Methods in org.jruby.runtime with parameters of type ThreadContext.RecursiveFunctionExModifier and TypeMethodDescription<T> IRubyObject
ThreadContext.safeRecurse
(ThreadContext.RecursiveFunctionEx<T> func, T state, IRubyObject obj, String name, boolean outer)