class org.jruby.util.io.PopenExecutor$PopenArg
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.util.io.PopenExecutor$PopenArg
  super_class: java.lang.Object
{
  org.jruby.util.io.PopenExecutor$ExecArg eargp;
    descriptor: Lorg/jruby/util/io/PopenExecutor$ExecArg;
    flags: (0x0000) 

  int modef;
    descriptor: I
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.io.PopenExecutor$PopenArg this
         0: .line 501
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.util.io.PopenExecutor$PopenArg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/io/PopenExecutor$PopenArg;
}
SourceFile: "PopenExecutor.java"
NestHost: org.jruby.util.io.PopenExecutor
InnerClasses:
  public ExecArg = org.jruby.util.io.PopenExecutor$ExecArg of org.jruby.util.io.PopenExecutor
  private PopenArg = org.jruby.util.io.PopenExecutor$PopenArg of org.jruby.util.io.PopenExecutor