public final class org.graalvm.polyglot.io.ProcessHandler$Redirect
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.polyglot.io.ProcessHandler$Redirect
  super_class: java.lang.Object
{
  public static final org.graalvm.polyglot.io.ProcessHandler$Redirect PIPE;
    descriptor: Lorg/graalvm/polyglot/io/ProcessHandler$Redirect;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.graalvm.polyglot.io.ProcessHandler$Redirect INHERIT;
    descriptor: Lorg/graalvm/polyglot/io/ProcessHandler$Redirect;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final org.graalvm.polyglot.io.ProcessHandler$Redirect$Type type;
    descriptor: Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.io.OutputStream stream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 192
            new org.graalvm.polyglot.io.ProcessHandler$Redirect
            dup
            getstatic org.graalvm.polyglot.io.ProcessHandler$Redirect$Type.PIPE:Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;
            aconst_null
            invokespecial org.graalvm.polyglot.io.ProcessHandler$Redirect.<init>:(Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;Ljava/io/OutputStream;)V
            putstatic org.graalvm.polyglot.io.ProcessHandler$Redirect.PIPE:Lorg/graalvm/polyglot/io/ProcessHandler$Redirect;
         1: .line 200
            new org.graalvm.polyglot.io.ProcessHandler$Redirect
            dup
            getstatic org.graalvm.polyglot.io.ProcessHandler$Redirect$Type.INHERIT:Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;
            aconst_null
            invokespecial org.graalvm.polyglot.io.ProcessHandler$Redirect.<init>:(Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;Ljava/io/OutputStream;)V
            putstatic org.graalvm.polyglot.io.ProcessHandler$Redirect.INHERIT:Lorg/graalvm/polyglot/io/ProcessHandler$Redirect;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.graalvm.polyglot.io.ProcessHandler$Redirect$Type, java.io.OutputStream);
    descriptor: (Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.polyglot.io.ProcessHandler$Redirect this
        start local 1 // org.graalvm.polyglot.io.ProcessHandler$Redirect$Type type
        start local 2 // java.io.OutputStream stream
         0: .line 205
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 206
            aload 1 /* type */
            ldc "Type must be non null."
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 207
            aload 0 /* this */
            aload 1 /* type */
            putfield org.graalvm.polyglot.io.ProcessHandler$Redirect.type:Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;
         3: .line 208
            aload 0 /* this */
            aload 2 /* stream */
            putfield org.graalvm.polyglot.io.ProcessHandler$Redirect.stream:Ljava/io/OutputStream;
         4: .line 209
            return
        end local 2 // java.io.OutputStream stream
        end local 1 // org.graalvm.polyglot.io.ProcessHandler$Redirect$Type type
        end local 0 // org.graalvm.polyglot.io.ProcessHandler$Redirect this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/graalvm/polyglot/io/ProcessHandler$Redirect;
            0    5     1    type  Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;
            0    5     2  stream  Ljava/io/OutputStream;
    MethodParameters:
        Name  Flags
      type    
      stream  

  java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.io.ProcessHandler$Redirect this
         0: .line 212
            aload 0 /* this */
            getfield org.graalvm.polyglot.io.ProcessHandler$Redirect.stream:Ljava/io/OutputStream;
            areturn
        end local 0 // org.graalvm.polyglot.io.ProcessHandler$Redirect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/polyglot/io/ProcessHandler$Redirect;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.io.ProcessHandler$Redirect this
         0: .line 222
            aload 0 /* this */
            getfield org.graalvm.polyglot.io.ProcessHandler$Redirect.type:Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;
            invokevirtual org.graalvm.polyglot.io.ProcessHandler$Redirect$Type.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.graalvm.polyglot.io.ProcessHandler$Redirect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/polyglot/io/ProcessHandler$Redirect;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.io.ProcessHandler$Redirect this
         0: .line 232
            aload 0 /* this */
            getfield org.graalvm.polyglot.io.ProcessHandler$Redirect.type:Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;
            invokevirtual org.graalvm.polyglot.io.ProcessHandler$Redirect$Type.hashCode:()I
            ireturn
        end local 0 // org.graalvm.polyglot.io.ProcessHandler$Redirect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/polyglot/io/ProcessHandler$Redirect;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.polyglot.io.ProcessHandler$Redirect this
        start local 1 // java.lang.Object obj
         0: .line 242
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 243
            iconst_1
            ireturn
         2: .line 245
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/graalvm/polyglot/io/ProcessHandler$Redirect;
            if_acmpeq 4
         3: .line 246
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.polyglot.io.ProcessHandler$Redirect.type:Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;
            aload 1 /* obj */
            checkcast org.graalvm.polyglot.io.ProcessHandler$Redirect
            getfield org.graalvm.polyglot.io.ProcessHandler$Redirect.type:Lorg/graalvm/polyglot/io/ProcessHandler$Redirect$Type;
            invokevirtual org.graalvm.polyglot.io.ProcessHandler$Redirect$Type.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.graalvm.polyglot.io.ProcessHandler$Redirect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/polyglot/io/ProcessHandler$Redirect;
            0    5     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "ProcessHandler.java"
NestHost: org.graalvm.polyglot.io.ProcessHandler
InnerClasses:
  public final Redirect = org.graalvm.polyglot.io.ProcessHandler$Redirect of org.graalvm.polyglot.io.ProcessHandler
  final Type = org.graalvm.polyglot.io.ProcessHandler$Redirect$Type of org.graalvm.polyglot.io.ProcessHandler$Redirect