public final class org.jruby.ext.ffi.StructLayout$MappedField extends org.jruby.ext.ffi.StructLayout$Field
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jruby.ext.ffi.StructLayout$MappedField
  super_class: org.jruby.ext.ffi.StructLayout$Field
{
  public void <init>(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.StructLayout$MappedField this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass klass
         0: .line 908
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* klass */
            getstatic org.jruby.ext.ffi.StructLayout$DefaultFieldIO.INSTANCE:Lorg/jruby/ext/ffi/StructLayout$FieldIO;
            invokespecial org.jruby.ext.ffi.StructLayout$Field.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/ext/ffi/StructLayout$FieldIO;)V
         1: .line 909
            return
        end local 2 // org.jruby.RubyClass klass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.ffi.StructLayout$MappedField this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/ffi/StructLayout$MappedField;
            0    2     1  runtime  Lorg/jruby/Ruby;
            0    2     2    klass  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  
      klass    

  public org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.StructLayout$MappedField this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 913
            aload 2 /* args */
            iconst_2
            aaload
            instanceof org.jruby.ext.ffi.MappedType
            ifne 4
         1: .line 914
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* args */
            iconst_2
            aaload
         2: .line 915
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc "FFI"
            invokevirtual org.jruby.Ruby.getModule:(Ljava/lang/String;)Lorg/jruby/RubyModule;
            ldc "Type"
            invokevirtual org.jruby.RubyModule.getClass:(Ljava/lang/String;)Lorg/jruby/RubyClass;
            ldc "Mapped"
            invokevirtual org.jruby.RubyClass.getClass:(Ljava/lang/String;)Lorg/jruby/RubyClass;
         3: .line 914
            invokevirtual org.jruby.Ruby.newTypeError:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;)Lorg/jruby/exceptions/RaiseException;
            athrow
         4: .line 918
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            iconst_3
            aaload
            instanceof org.jruby.ext.ffi.StructLayout$Field
            ifne 8
         5: .line 919
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* args */
            iconst_3
            aaload
         6: .line 920
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc "FFI"
            invokevirtual org.jruby.Ruby.getModule:(Ljava/lang/String;)Lorg/jruby/RubyModule;
            ldc "StructLayout"
            invokevirtual org.jruby.RubyModule.getClass:(Ljava/lang/String;)Lorg/jruby/RubyClass;
            ldc "Field"
            invokevirtual org.jruby.RubyClass.getClass:(Ljava/lang/String;)Lorg/jruby/RubyClass;
         7: .line 919
            invokevirtual org.jruby.Ruby.newTypeError:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;)Lorg/jruby/exceptions/RaiseException;
            athrow
         8: .line 923
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* args */
            iconst_0
            aaload
            aload 2 /* args */
            iconst_2
            aaload
            aload 2 /* args */
            iconst_1
            aaload
            new org.jruby.ext.ffi.StructLayout$MappedFieldIO
            dup
            aload 2 /* args */
            iconst_2
            aaload
            checkcast org.jruby.ext.ffi.MappedType
            aload 2 /* args */
            iconst_3
            aaload
            checkcast org.jruby.ext.ffi.StructLayout$Field
            invokevirtual org.jruby.ext.ffi.StructLayout$Field.getFieldIO:()Lorg/jruby/ext/ffi/StructLayout$FieldIO;
            invokespecial org.jruby.ext.ffi.StructLayout$MappedFieldIO.<init>:(Lorg/jruby/ext/ffi/MappedType;Lorg/jruby/ext/ffi/StructLayout$FieldIO;)V
            invokevirtual org.jruby.ext.ffi.StructLayout$MappedField.init:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ext/ffi/StructLayout$FieldIO;)V
         9: .line 925
            aload 0 /* this */
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout$MappedField this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/jruby/ext/ffi/StructLayout$MappedField;
            0   10     1  context  Lorg/jruby/runtime/ThreadContext;
            0   10     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(required = 4, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
    MethodParameters:
         Name  Flags
      context  
      args     
}
SourceFile: "StructLayout.java"
NestHost: org.jruby.ext.ffi.StructLayout
InnerClasses:
  final DefaultFieldIO = org.jruby.ext.ffi.StructLayout$DefaultFieldIO of org.jruby.ext.ffi.StructLayout
  public Field = org.jruby.ext.ffi.StructLayout$Field of org.jruby.ext.ffi.StructLayout
  abstract FieldIO = org.jruby.ext.ffi.StructLayout$FieldIO of org.jruby.ext.ffi.StructLayout
  public final MappedField = org.jruby.ext.ffi.StructLayout$MappedField of org.jruby.ext.ffi.StructLayout
  final MappedFieldIO = org.jruby.ext.ffi.StructLayout$MappedFieldIO of org.jruby.ext.ffi.StructLayout
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"FFI::StructLayout::Mapped"}, parent = "FFI::StructLayout::Field")