class org.jruby.RubyStruct$1 implements org.jruby.runtime.ObjectAllocator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyStruct$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyStruct$1 this
         0: .line 830
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyStruct$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyStruct$1;

  public org.jruby.RubyStruct allocate(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyStruct;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.jruby.RubyStruct$1 this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass klass
         0: .line 833
            new org.jruby.RubyStruct
            dup
            aload 1 /* runtime */
            aload 2 /* klass */
            invokespecial org.jruby.RubyStruct.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
            astore 3 /* instance */
        start local 3 // org.jruby.RubyStruct instance
         1: .line 834
            aload 3 /* instance */
            aload 2 /* klass */
            invokevirtual org.jruby.RubyStruct.setMetaClass:(Lorg/jruby/RubyClass;)V
         2: .line 835
            aload 3 /* instance */
            areturn
        end local 3 // org.jruby.RubyStruct instance
        end local 2 // org.jruby.RubyClass klass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyStruct$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/jruby/RubyStruct$1;
            0    3     1   runtime  Lorg/jruby/Ruby;
            0    3     2     klass  Lorg/jruby/RubyClass;
            1    3     3  instance  Lorg/jruby/RubyStruct;
    MethodParameters:
         Name  Flags
      runtime  
      klass    

  public org.jruby.runtime.builtin.IRubyObject allocate(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.jruby.RubyStruct$1.allocate:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyStruct;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RubyStruct.java"
EnclosingMethod: org.jruby.RubyStruct
NestHost: org.jruby.RubyStruct
InnerClasses:
  org.jruby.RubyStruct$1