interface org.jruby.RubyProcess$NonNativeErrno
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jruby.RubyProcess$NonNativeErrno
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type jnr.ffi.Pointer cannot be resolved. It is indirectly referenced from required .class files\n\tThe import jnr.ffi.byref cannot be resolved\n\tThe type jnr.ffi.LibraryOption cannot be resolved. It is indirectly referenced from required .class files\n\tThe type jnr.ffi.Runtime cannot be resolved. It is indirectly referenced from required .class files\n\tThe type jnr.ffi.annotations.Out cannot be resolved. It is indirectly referenced from required .class files\n\tThe type jnr.ffi.types.intptr_t cannot be resolved. It is indirectly referenced from required .class files\n\tThe type jnr.ffi.Struct cannot be resolved. It is indirectly referenced from required .class files\n\tjnr.ffi.Pointer cannot be resolved to a type\n\tThe method OpenProcess(int, int, int) from the type WindowsFFI.Kernel32 refers to the missing type Pointer\n\tIntByReference cannot be resolved to a type\n\tIntByReference cannot be resolved to a type\n\tjnr.ffi.Pointer cannot be resolved to a type\n\tThe method OpenProcess(int, int, int) from the type WindowsFFI.Kernel32 refers to the missing type Pointer\n\tIntByReference cannot be resolved to a type\n\tIntByReference cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract int handle(org.jruby.Ruby, int);
    descriptor: (Lorg/jruby/Ruby;I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      runtime  
      result   
}
SourceFile: "RubyProcess.java"
NestHost: org.jruby.RubyProcess
InnerClasses:
  private abstract NonNativeErrno = org.jruby.RubyProcess$NonNativeErrno of org.jruby.RubyProcess