class org.jruby.RubyHash$4 extends org.jruby.RubyHash$VisitorWithState<org.jruby.RubyString>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyHash$4
super_class: org.jruby.RubyHash$VisitorWithState
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.jruby.RubyHash$VisitorWithState.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyHash$4;
public void visit(org.jruby.runtime.ThreadContext, org.jruby.RubyHash, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, int, org.jruby.RubyString);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;ILorg/jruby/RubyString;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=10, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 1
aload 3
invokestatic org.jruby.RubyHash.inspect:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
astore 7
start local 7 1: aload 1
aload 4
invokestatic org.jruby.RubyHash.inspect:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
astore 8
start local 8 2: aload 6
invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
astore 9
start local 9 3: aload 9
iconst_2
aload 7
invokevirtual org.jruby.RubyString.size:()I
iadd
iconst_2
iadd
aload 8
invokevirtual org.jruby.RubyString.size:()I
iadd
invokevirtual org.jruby.util.ByteList.ensure:(I)V
4: iload 5
ifle 5
aload 9
bipush 44
invokevirtual org.jruby.util.ByteList.append:(B)Lorg/jruby/util/ByteList;
bipush 32
invokevirtual org.jruby.util.ByteList.append:(B)Lorg/jruby/util/ByteList;
pop
5: StackMap locals: org.jruby.RubyString org.jruby.RubyString org.jruby.util.ByteList
StackMap stack:
aload 6
aload 7
invokevirtual org.jruby.RubyString.cat19:(Lorg/jruby/RubyString;)Lorg/jruby/RubyString;
pop
6: aload 9
bipush 61
invokevirtual org.jruby.util.ByteList.append:(B)Lorg/jruby/util/ByteList;
bipush 62
invokevirtual org.jruby.util.ByteList.append:(B)Lorg/jruby/util/ByteList;
pop
7: aload 6
aload 8
invokevirtual org.jruby.RubyString.cat19:(Lorg/jruby/RubyString;)Lorg/jruby/RubyString;
pop
8: return
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/jruby/RubyHash$4;
0 9 1 context Lorg/jruby/runtime/ThreadContext;
0 9 2 self Lorg/jruby/RubyHash;
0 9 3 key Lorg/jruby/runtime/builtin/IRubyObject;
0 9 4 value Lorg/jruby/runtime/builtin/IRubyObject;
0 9 5 index I
0 9 6 str Lorg/jruby/RubyString;
1 9 7 keyStr Lorg/jruby/RubyString;
2 9 8 valStr Lorg/jruby/RubyString;
3 9 9 bytes Lorg/jruby/util/ByteList;
MethodParameters:
Name Flags
context
self
key
value
index
str
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: aload 0
aload 1
aload 2
aload 3
aload 4
iload 5
aload 6
checkcast org.jruby.RubyString
invokevirtual org.jruby.RubyHash$4.visit:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;ILorg/jruby/RubyString;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/jruby/RubyHash$VisitorWithState<Lorg/jruby/RubyString;>;
SourceFile: "RubyHash.java"
EnclosingMethod: org.jruby.RubyHash
NestHost: org.jruby.RubyHash
InnerClasses:
org.jruby.RubyHash$4
public abstract VisitorWithState = org.jruby.RubyHash$VisitorWithState of org.jruby.RubyHash