class com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1 implements com.oracle.truffle.tools.dap.test.DAPSessionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1
  super_class: java.lang.Object
{
  private java.io.PipedOutputStream out;
    descriptor: Ljava/io/PipedOutputStream;
    flags: (0x0002) ACC_PRIVATE

  private java.io.InputStream in;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  private com.oracle.truffle.tools.dap.server.ExecutionContext context;
    descriptor: Lcom/oracle/truffle/tools/dap/server/ExecutionContext;
    flags: (0x0002) ACC_PRIVATE

  final com.oracle.truffle.tools.dap.test.DAPTestInstrument$1 this$1;
    descriptor: Lcom/oracle/truffle/tools/dap/test/DAPTestInstrument$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.oracle.truffle.api.instrumentation.TruffleInstrument$Env val$env;
    descriptor: Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$inspectInternal;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$inspectInitialization;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$suspend;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.tools.dap.test.DAPTestInstrument$1, com.oracle.truffle.api.instrumentation.TruffleInstrument$Env, boolean, boolean, boolean);
    descriptor: (Lcom/oracle/truffle/tools/dap/test/DAPTestInstrument$1;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;ZZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1 this
         0: .line 51
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.this$1:Lcom/oracle/truffle/tools/dap/test/DAPTestInstrument$1;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            aload 0 /* this */
            iload 3
            putfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$inspectInternal:Z
            aload 0 /* this */
            iload 4
            putfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$inspectInitialization:Z
            aload 0 /* this */
            iload 5
            putfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$suspend:Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/dap/test/DAPTestInstrument$1$1;
    MethodParameters:
                           Name  Flags
      this$0                     final
      val$env                    final
      val$inspectInternal        final
      val$inspectInitialization  final
      val$suspend                final

  com.oracle.truffle.tools.dap.test.DAPSessionHandler init();
    descriptor: ()Lcom/oracle/truffle/tools/dap/test/DAPSessionHandler;
    flags: (0x0000) 
    Code:
      stack=9, locals=2, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1 this
         0: .line 58
            aload 0 /* this */
            new com.oracle.truffle.tools.dap.server.ExecutionContext
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            new java.io.PrintWriter
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.out:()Ljava/io/OutputStream;
            iconst_1
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/OutputStream;Z)V
            new java.io.PrintWriter
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.err:()Ljava/io/OutputStream;
            iconst_1
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/OutputStream;Z)V
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$inspectInternal:Z
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$inspectInitialization:Z
            invokespecial com.oracle.truffle.tools.dap.server.ExecutionContext.<init>:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;Ljava/io/PrintWriter;Ljava/io/PrintWriter;ZZ)V
            putfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.context:Lcom/oracle/truffle/tools/dap/server/ExecutionContext;
         1: .line 59
            aload 0 /* this */
            new java.io.PipedOutputStream
            dup
            invokespecial java.io.PipedOutputStream.<init>:()V
            putfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.out:Ljava/io/PipedOutputStream;
         2: .line 60
            new java.io.PipedOutputStream
            dup
            invokespecial java.io.PipedOutputStream.<init>:()V
            astore 1 /* pos */
        start local 1 // java.io.PipedOutputStream pos
         3: .line 61
            aload 0 /* this */
            new java.io.PipedInputStream
            dup
            aload 1 /* pos */
            sipush 2048
            invokespecial java.io.PipedInputStream.<init>:(Ljava/io/PipedOutputStream;I)V
            putfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.in:Ljava/io/InputStream;
         4: .line 62
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.context:Lcom/oracle/truffle/tools/dap/server/ExecutionContext;
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$suspend:Z
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$inspectInternal:Z
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.val$inspectInitialization:Z
            invokestatic com.oracle.truffle.tools.dap.server.DebugProtocolServerImpl.create:(Lcom/oracle/truffle/tools/dap/server/ExecutionContext;ZZZ)Lcom/oracle/truffle/tools/dap/server/DebugProtocolServerImpl;
            new java.io.PipedInputStream
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.out:Ljava/io/PipedOutputStream;
            sipush 2048
            invokespecial java.io.PipedInputStream.<init>:(Ljava/io/PipedOutputStream;I)V
            aload 1 /* pos */
         5: .line 63
            invokestatic java.util.concurrent.Executors.newSingleThreadExecutor:()Ljava/util/concurrent/ExecutorService;
         6: .line 62
            invokestatic com.oracle.truffle.tools.dap.types.DebugProtocolServer$Session.connect:(Lcom/oracle/truffle/tools/dap/types/DebugProtocolServer;Ljava/io/InputStream;Ljava/io/OutputStream;Ljava/util/concurrent/ExecutorService;)Ljava/util/concurrent/Future;
            pop
         7: .line 64
            aload 0 /* this */
            areturn
        end local 1 // java.io.PipedOutputStream pos
        end local 0 // com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/oracle/truffle/tools/dap/test/DAPTestInstrument$1$1;
            3    8     1   pos  Ljava/io/PipedOutputStream;
    Exceptions:
      throws java.io.IOException

  public java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1 this
         0: .line 69
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.out:Ljava/io/PipedOutputStream;
            areturn
        end local 0 // com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/dap/test/DAPTestInstrument$1$1;

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1 this
         0: .line 74
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.in:Ljava/io/InputStream;
            areturn
        end local 0 // com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/dap/test/DAPTestInstrument$1$1;
}
SourceFile: "DAPTestInstrument.java"
EnclosingMethod: com.oracle.truffle.tools.dap.test.DAPTestInstrument$1.getSessionHandler:(ZZZ)Lcom/oracle/truffle/tools/dap/test/DAPSessionHandler;
NestHost: com.oracle.truffle.tools.dap.test.DAPTestInstrument
InnerClasses:
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  com.oracle.truffle.tools.dap.test.DAPTestInstrument$1
  com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1
  public final Session = com.oracle.truffle.tools.dap.types.DebugProtocolServer$Session of com.oracle.truffle.tools.dap.types.DebugProtocolServer