class org.jruby.RubyHash$TransformKeysVisitor extends org.jruby.RubyHash$VisitorWithState<org.jruby.RubyHash>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyHash$TransformKeysVisitor
  super_class: org.jruby.RubyHash$VisitorWithState
{
  private final org.jruby.runtime.Block block;
    descriptor: Lorg/jruby/runtime/Block;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/Block;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyHash$TransformKeysVisitor this
        start local 1 // org.jruby.runtime.Block block
         0: .line 1507
            aload 0 /* this */
            invokespecial org.jruby.RubyHash$VisitorWithState.<init>:()V
         1: .line 1508
            aload 0 /* this */
            aload 1 /* block */
            putfield org.jruby.RubyHash$TransformKeysVisitor.block:Lorg/jruby/runtime/Block;
         2: .line 1509
            return
        end local 1 // org.jruby.runtime.Block block
        end local 0 // org.jruby.RubyHash$TransformKeysVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jruby/RubyHash$TransformKeysVisitor;
            0    3     1  block  Lorg/jruby/runtime/Block;
    MethodParameters:
       Name  Flags
      block  

  public void visit(org.jruby.runtime.ThreadContext, org.jruby.RubyHash, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, int, org.jruby.RubyHash);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;ILorg/jruby/RubyHash;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=7
        start local 0 // org.jruby.RubyHash$TransformKeysVisitor this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.RubyHash self
        start local 3 // org.jruby.runtime.builtin.IRubyObject key
        start local 4 // org.jruby.runtime.builtin.IRubyObject value
        start local 5 // int index
        start local 6 // org.jruby.RubyHash result
         0: .line 1513
            aload 0 /* this */
            getfield org.jruby.RubyHash$TransformKeysVisitor.block:Lorg/jruby/runtime/Block;
            aload 1 /* context */
            aload 3 /* key */
            invokevirtual org.jruby.runtime.Block.yield:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* newKey */
        start local 7 // org.jruby.runtime.builtin.IRubyObject newKey
         1: .line 1514
            aload 6 /* result */
            aload 7 /* newKey */
            aload 4 /* value */
            invokevirtual org.jruby.RubyHash.fastASet:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
         2: .line 1515
            return
        end local 7 // org.jruby.runtime.builtin.IRubyObject newKey
        end local 6 // org.jruby.RubyHash result
        end local 5 // int index
        end local 4 // org.jruby.runtime.builtin.IRubyObject value
        end local 3 // org.jruby.runtime.builtin.IRubyObject key
        end local 2 // org.jruby.RubyHash self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyHash$TransformKeysVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyHash$TransformKeysVisitor;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/RubyHash;
            0    3     3      key  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     4    value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     5    index  I
            0    3     6   result  Lorg/jruby/RubyHash;
            1    3     7   newKey  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      key      
      value    
      index    
      result   

  public void visit(org.jruby.runtime.ThreadContext, org.jruby.RubyHash, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, int, java.lang.Object);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;ILjava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            iload 5
            aload 6
            checkcast org.jruby.RubyHash
            invokevirtual org.jruby.RubyHash$TransformKeysVisitor.visit:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;ILorg/jruby/RubyHash;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/jruby/RubyHash$VisitorWithState<Lorg/jruby/RubyHash;>;
SourceFile: "RubyHash.java"
NestHost: org.jruby.RubyHash
InnerClasses:
  private TransformKeysVisitor = org.jruby.RubyHash$TransformKeysVisitor of org.jruby.RubyHash
  public abstract VisitorWithState = org.jruby.RubyHash$VisitorWithState of org.jruby.RubyHash