Package org.jruby.runtime
Interface ThreadContext.RecursiveFunctionEx<T>
- All Known Subinterfaces:
Ruby.RecursiveFunctionEx<T>
- All Known Implementing Classes:
RubyArray.JoinRecursive,RubyComparable.CmpRecursive,RubyNumeric.NumFuncall0,RubyNumeric.NumFuncall1,RubyRange.InspectRecursive,RubyStruct.EqlRecursive,RubyStruct.EqualRecursive,RubyStruct.HashRecursive,RubyStruct.InspectRecursive
- Enclosing class:
- ThreadContext
public static interface ThreadContext.RecursiveFunctionEx<T>
-
Method Summary
Modifier and TypeMethodDescriptioncall(ThreadContext context, T state, IRubyObject obj, boolean recur)
-
Method Details
-
call
-