class org.jruby.ext.thread.Queue$Node
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.ext.thread.Queue$Node
super_class: java.lang.Object
{
org.jruby.runtime.builtin.IRubyObject item;
descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0000)
org.jruby.ext.thread.Queue$Node next;
descriptor: Lorg/jruby/ext/thread/Queue$Node;
flags: (0x0000)
void <init>(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.jruby.ext.thread.Queue$Node this
start local 1 // org.jruby.runtime.builtin.IRubyObject x
0: .line 140
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
aload 0 /* this */
aload 1 /* x */
putfield org.jruby.ext.thread.Queue$Node.item:Lorg/jruby/runtime/builtin/IRubyObject;
return
end local 1 // org.jruby.runtime.builtin.IRubyObject x
end local 0 // org.jruby.ext.thread.Queue$Node this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ext/thread/Queue$Node;
0 1 1 x Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
x
}
SourceFile: "Queue.java"
NestHost: org.jruby.ext.thread.Queue
InnerClasses:
Node = org.jruby.ext.thread.Queue$Node of org.jruby.ext.thread.Queue