public abstract class org.jruby.RubyHash$Visitor extends org.jruby.RubyHash$VisitorWithState
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.RubyHash$Visitor
  super_class: org.jruby.RubyHash$VisitorWithState
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyHash$Visitor this
         0: .line 675
            aload 0 /* this */
            invokespecial org.jruby.RubyHash$VisitorWithState.<init>:()V
            return
        end local 0 // org.jruby.RubyHash$Visitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyHash$Visitor;

  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: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.jruby.RubyHash$Visitor 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 // java.lang.Object state
         0: .line 677
            aload 0 /* this */
            aload 3 /* key */
            aload 4 /* value */
            invokevirtual org.jruby.RubyHash$Visitor.visit:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 678
            return
        end local 6 // java.lang.Object state
        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$Visitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyHash$Visitor;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     self  Lorg/jruby/RubyHash;
            0    2     3      key  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     4    value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     5    index  I
            0    2     6    state  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      self     
      key      
      value    
      index    
      state    

  public abstract void visit(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  
}
SourceFile: "RubyHash.java"
NestHost: org.jruby.RubyHash
InnerClasses:
  public abstract Visitor = org.jruby.RubyHash$Visitor of org.jruby.RubyHash
  public abstract VisitorWithState = org.jruby.RubyHash$VisitorWithState of org.jruby.RubyHash