class org.jruby.RubyHash$MergeVisitor extends org.jruby.RubyHash$VisitorWithState<org.jruby.runtime.Block>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyHash$MergeVisitor
super_class: org.jruby.RubyHash$VisitorWithState
{
final org.jruby.RubyHash target;
descriptor: Lorg/jruby/RubyHash;
flags: (0x0010) ACC_FINAL
void <init>(org.jruby.RubyHash);
descriptor: (Lorg/jruby/RubyHash;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.jruby.RubyHash$VisitorWithState.<init>:()V
1: aload 0
aload 1
putfield org.jruby.RubyHash$MergeVisitor.target:Lorg/jruby/RubyHash;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/RubyHash$MergeVisitor;
0 3 1 target Lorg/jruby/RubyHash;
MethodParameters:
Name Flags
target
public void visit(org.jruby.runtime.ThreadContext, org.jruby.RubyHash, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, int, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;ILorg/jruby/runtime/Block;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=8, 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 6
invokevirtual org.jruby.runtime.Block.isGiven:()Z
ifeq 4
1: aload 0
getfield org.jruby.RubyHash$MergeVisitor.target:Lorg/jruby/RubyHash;
aload 3
invokevirtual org.jruby.RubyHash.internalGet:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 7
start local 7 2: aload 7
ifnull 4
3: aload 6
aload 1
aload 1
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
aload 3
aload 7
aload 4
invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
invokevirtual org.jruby.runtime.Block.yield:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 4
end local 7 4: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.RubyHash$MergeVisitor.target:Lorg/jruby/RubyHash;
aload 1
aload 3
aload 4
invokevirtual org.jruby.RubyHash.op_aset:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
pop
5: return
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 6 0 this Lorg/jruby/RubyHash$MergeVisitor;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 self Lorg/jruby/RubyHash;
0 6 3 key Lorg/jruby/runtime/builtin/IRubyObject;
0 6 4 value Lorg/jruby/runtime/builtin/IRubyObject;
0 6 5 index I
0 6 6 block Lorg/jruby/runtime/Block;
2 4 7 existing Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
key
value
index
block
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.runtime.Block
invokevirtual org.jruby.RubyHash$MergeVisitor.visit:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;ILorg/jruby/runtime/Block;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/jruby/RubyHash$VisitorWithState<Lorg/jruby/runtime/Block;>;
SourceFile: "RubyHash.java"
NestHost: org.jruby.RubyHash
InnerClasses:
private MergeVisitor = org.jruby.RubyHash$MergeVisitor of org.jruby.RubyHash
public abstract VisitorWithState = org.jruby.RubyHash$VisitorWithState of org.jruby.RubyHash