public class org.jruby.Main$Status
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.Main$Status
  super_class: java.lang.Object
{
  private boolean isExit;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int status;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.Main$Status this
        start local 1 // int status
         0: .line 173
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 163
            aload 0 /* this */
            iconst_0
            putfield org.jruby.Main$Status.isExit:Z
         2: .line 164
            aload 0 /* this */
            iconst_0
            putfield org.jruby.Main$Status.status:I
         3: .line 174
            aload 0 /* this */
            iconst_1
            putfield org.jruby.Main$Status.isExit:Z
         4: .line 175
            aload 0 /* this */
            iload 1 /* status */
            putfield org.jruby.Main$Status.status:I
         5: .line 176
            return
        end local 1 // int status
        end local 0 // org.jruby.Main$Status this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/jruby/Main$Status;
            0    6     1  status  I
    MethodParameters:
        Name  Flags
      status  

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.Main$Status this
         0: .line 181
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 163
            aload 0 /* this */
            iconst_0
            putfield org.jruby.Main$Status.isExit:Z
         2: .line 164
            aload 0 /* this */
            iconst_0
            putfield org.jruby.Main$Status.status:I
         3: .line 181
            return
        end local 0 // org.jruby.Main$Status this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/Main$Status;

  public boolean isExit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.Main$Status this
         0: .line 183
            aload 0 /* this */
            getfield org.jruby.Main$Status.isExit:Z
            ireturn
        end local 0 // org.jruby.Main$Status this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/Main$Status;

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.Main$Status this
         0: .line 184
            aload 0 /* this */
            getfield org.jruby.Main$Status.status:I
            ireturn
        end local 0 // org.jruby.Main$Status this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/Main$Status;
}
SourceFile: "Main.java"
NestHost: org.jruby.Main
InnerClasses:
  public Status = org.jruby.Main$Status of org.jruby.Main