class org.jruby.specialized.RubyObjectSpecializer$ClassAndAllocator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.specialized.RubyObjectSpecializer$ClassAndAllocator
super_class: java.lang.Object
{
final java.lang.Class cls;
descriptor: Ljava/lang/Class;
flags: (0x0010) ACC_FINAL
final org.jruby.runtime.ObjectAllocator allocator;
descriptor: Lorg/jruby/runtime/ObjectAllocator;
flags: (0x0010) ACC_FINAL
void <init>(java.lang.Class, org.jruby.runtime.ObjectAllocator);
descriptor: (Ljava/lang/Class;Lorg/jruby/runtime/ObjectAllocator;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // org.jruby.specialized.RubyObjectSpecializer$ClassAndAllocator this
start local 1 // java.lang.Class cls
start local 2 // org.jruby.runtime.ObjectAllocator allocator
0: .line 75
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 76
aload 0 /* this */
aload 1 /* cls */
putfield org.jruby.specialized.RubyObjectSpecializer$ClassAndAllocator.cls:Ljava/lang/Class;
2: .line 77
aload 0 /* this */
aload 2 /* allocator */
putfield org.jruby.specialized.RubyObjectSpecializer$ClassAndAllocator.allocator:Lorg/jruby/runtime/ObjectAllocator;
3: .line 78
return
end local 2 // org.jruby.runtime.ObjectAllocator allocator
end local 1 // java.lang.Class cls
end local 0 // org.jruby.specialized.RubyObjectSpecializer$ClassAndAllocator this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/specialized/RubyObjectSpecializer$ClassAndAllocator;
0 4 1 cls Ljava/lang/Class;
0 4 2 allocator Lorg/jruby/runtime/ObjectAllocator;
MethodParameters:
Name Flags
cls
allocator
}
SourceFile: "RubyObjectSpecializer.java"
NestHost: org.jruby.specialized.RubyObjectSpecializer
InnerClasses:
ClassAndAllocator = org.jruby.specialized.RubyObjectSpecializer$ClassAndAllocator of org.jruby.specialized.RubyObjectSpecializer