class org.jruby.ext.set.RubySet$3 extends org.jruby.ext.set.RubySet$EachBody
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ext.set.RubySet$3
  super_class: org.jruby.ext.set.RubySet$EachBody
{
  final org.jruby.ext.set.RubySet this$0;
    descriptor: Lorg/jruby/ext/set/RubySet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.IdentityHashMap val$seen;
    descriptor: Ljava/util/IdentityHashMap;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.ext.set.RubySet, org.jruby.Ruby, java.util.IdentityHashMap);
    descriptor: (Lorg/jruby/ext/set/RubySet;Lorg/jruby/Ruby;Ljava/util/IdentityHashMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.ext.set.RubySet$3 this
        start local 2 // org.jruby.Ruby $anonymous0
         0: .line 440
            aload 0 /* this */
            aload 1
            putfield org.jruby.ext.set.RubySet$3.this$0:Lorg/jruby/ext/set/RubySet;
            aload 0 /* this */
            aload 3
            putfield org.jruby.ext.set.RubySet$3.val$seen:Ljava/util/IdentityHashMap;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.jruby.ext.set.RubySet$EachBody.<init>:(Lorg/jruby/Ruby;)V
            return
        end local 2 // org.jruby.Ruby $anonymous0
        end local 0 // org.jruby.ext.set.RubySet$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/ext/set/RubySet$3;
            0    1     2  $anonymous0  Lorg/jruby/Ruby;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      val$seen     final

  org.jruby.runtime.builtin.IRubyObject yieldImpl(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ext.set.RubySet$3 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject e
         0: .line 442
            aload 0 /* this */
            getfield org.jruby.ext.set.RubySet$3.this$0:Lorg/jruby/ext/set/RubySet;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.ext.set.RubySet$3.val$seen:Ljava/util/IdentityHashMap;
            aload 2 /* e */
            invokevirtual org.jruby.ext.set.RubySet.addFlattened:(Lorg/jruby/runtime/ThreadContext;Ljava/util/IdentityHashMap;Lorg/jruby/runtime/builtin/IRubyObject;)V
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject e
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.set.RubySet$3 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/set/RubySet$3;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2        e  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      e        
}
SourceFile: "RubySet.java"
EnclosingMethod: org.jruby.ext.set.RubySet.flattenMerge:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/util/IdentityHashMap;)V
NestHost: org.jruby.ext.set.RubySet
InnerClasses:
  org.jruby.ext.set.RubySet$3
  private abstract EachBody = org.jruby.ext.set.RubySet$EachBody of org.jruby.ext.set.RubySet