class com.oracle.truffle.tools.dap.test.DAPTestInstrument$1 implements com.oracle.truffle.tools.dap.test.DAPSessionHandlerProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.dap.test.DAPTestInstrument$1
  super_class: java.lang.Object
{
  final com.oracle.truffle.tools.dap.test.DAPTestInstrument this$0;
    descriptor: Lcom/oracle/truffle/tools/dap/test/DAPTestInstrument;
    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

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

  public com.oracle.truffle.tools.dap.test.DAPSessionHandler getSessionHandler(boolean, boolean, boolean);
    descriptor: (ZZZ)Lcom/oracle/truffle/tools/dap/test/DAPSessionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.oracle.truffle.tools.dap.test.DAPTestInstrument$1 this
        start local 1 // boolean suspend
        start local 2 // boolean inspectInternal
        start local 3 // boolean inspectInitialization
         0: .line 51
            new com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.test.DAPTestInstrument$1.val$env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            iload 2 /* inspectInternal */
            iload 3 /* inspectInitialization */
            iload 1 /* suspend */
            invokespecial com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.<init>:(Lcom/oracle/truffle/tools/dap/test/DAPTestInstrument$1;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;ZZZ)V
         1: .line 76
            invokevirtual com.oracle.truffle.tools.dap.test.DAPTestInstrument$1$1.init:()Lcom/oracle/truffle/tools/dap/test/DAPSessionHandler;
         2: .line 51
            areturn
        end local 3 // boolean inspectInitialization
        end local 2 // boolean inspectInternal
        end local 1 // boolean suspend
        end local 0 // com.oracle.truffle.tools.dap.test.DAPTestInstrument$1 this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lcom/oracle/truffle/tools/dap/test/DAPTestInstrument$1;
            0    3     1                suspend  Z
            0    3     2        inspectInternal  Z
            0    3     3  inspectInitialization  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                       Name  Flags
      suspend                final
      inspectInternal        final
      inspectInitialization  final
}
SourceFile: "DAPTestInstrument.java"
EnclosingMethod: com.oracle.truffle.tools.dap.test.DAPTestInstrument.onCreate:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
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