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.jrubyClasses in org.jruby that implement ThreadContext.RecursiveFunctionExModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classFields in org.jruby declared as ThreadContext.RecursiveFunctionExModifier and TypeFieldDescriptionprivate static final ThreadContext.RecursiveFunctionExRubyComparable.DEFAULT_INVCMPprivate static final ThreadContext.RecursiveFunctionExRubyStruct.InspectRecursive.INSTANCEMethods in org.jruby with parameters of type ThreadContext.RecursiveFunctionExModifier and TypeMethodDescriptionstatic IRubyObjectRubyComparable.invcmp(ThreadContext context, ThreadContext.RecursiveFunctionEx func, IRubyObject recv, IRubyObject other) rb_invcmp -
Uses of ThreadContext.RecursiveFunctionEx in org.jruby.runtime
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) private <T> IRubyObjectThreadContext.safeRecurseInner(ThreadContext.RecursiveFunctionEx<T> func, T state, IRubyObject obj, Map<IRubyObject, IRubyObject> guards) private <T> IRubyObjectThreadContext.safeRecurseOutermost(ThreadContext.RecursiveFunctionEx<T> func, T state, IRubyObject obj, Map<IRubyObject, IRubyObject> guards)