Package org.jruby
Class RubyStruct.InspectRecursive
java.lang.Object
org.jruby.RubyStruct.InspectRecursive
- All Implemented Interfaces:
ThreadContext.RecursiveFunctionEx<RubyStruct>
- Enclosing class:
- RubyStruct
private static class RubyStruct.InspectRecursive
extends Object
implements ThreadContext.RecursiveFunctionEx<RubyStruct>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall(ThreadContext context, RubyStruct self, IRubyObject obj, boolean recur)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
InspectRecursive
private InspectRecursive()
-
-
Method Details
-
call
- Specified by:
callin interfaceThreadContext.RecursiveFunctionEx<RubyStruct>
-