public final class org.jruby.ext.ffi.StructLayout$EnumField 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$EnumField
  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=3, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.StructLayout$EnumField this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass klass
         0: .line 769
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* klass */
            invokespecial org.jruby.ext.ffi.StructLayout$Field.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 770
            return
        end local 2 // org.jruby.RubyClass klass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.ffi.StructLayout$EnumField this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/ffi/StructLayout$EnumField;
            0    2     1  runtime  Lorg/jruby/Ruby;
            0    2     2    klass  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  
      klass    

  public final 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: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.StructLayout$EnumField this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 775
            aload 0 /* this */
            aload 2 /* args */
            new org.jruby.ext.ffi.StructLayout$EnumFieldIO
            dup
            aload 1 /* context */
            aload 2 /* args */
            invokestatic org.jruby.ext.ffi.StructLayout$EnumField.getByteOrderOption:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/nio/ByteOrder;
            invokespecial org.jruby.ext.ffi.StructLayout$EnumFieldIO.<init>:(Ljava/nio/ByteOrder;)V
            invokevirtual org.jruby.ext.ffi.StructLayout$EnumField.init:([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ext/ffi/StructLayout$FieldIO;)V
         1: .line 777
            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$EnumField this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/ffi/StructLayout$EnumField;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      args     
}
SourceFile: "StructLayout.java"
NestHost: org.jruby.ext.ffi.StructLayout
InnerClasses:
  public final EnumField = org.jruby.ext.ffi.StructLayout$EnumField of org.jruby.ext.ffi.StructLayout
  final EnumFieldIO = org.jruby.ext.ffi.StructLayout$EnumFieldIO 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
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"FFI::StructLayout::Enum"}, parent = "FFI::StructLayout::Field")