class com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4 implements com.oracle.truffle.api.instrumentation.test.examples.DebuggerController$Callback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest this$0;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/examples/DebuggerExampleTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.atomic.AtomicBoolean val$allStepped;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest, java.util.concurrent.atomic.AtomicBoolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/examples/DebuggerExampleTest;Ljava/util/concurrent/atomic/AtomicBoolean;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4 this
         0: .line 197
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4.this$0:Lcom/oracle/truffle/api/instrumentation/test/examples/DebuggerExampleTest;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4.val$allStepped:Ljava/util/concurrent/atomic/AtomicBoolean;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/examples/DebuggerExampleTest$4;
    MethodParameters:
                Name  Flags
      this$0          final
      val$allStepped  final

  public void halted(com.oracle.truffle.api.instrumentation.test.examples.DebuggerController, com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/examples/DebuggerController;Lcom/oracle/truffle/api/instrumentation/EventContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4 this
        start local 1 // com.oracle.truffle.api.instrumentation.test.examples.DebuggerController debugger
        start local 2 // com.oracle.truffle.api.instrumentation.EventContext haltedAt
         0: .line 200
            aload 2 /* haltedAt */
            iconst_2
            invokestatic com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest.assertLineAt:(Lcom/oracle/truffle/api/instrumentation/EventContext;I)V
         1: .line 201
            aload 1 /* debugger */
            new com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4.val$allStepped:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokespecial com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4$1.<init>:(Lcom/oracle/truffle/api/instrumentation/test/examples/DebuggerExampleTest$4;Ljava/util/concurrent/atomic/AtomicBoolean;)V
            invokevirtual com.oracle.truffle.api.instrumentation.test.examples.DebuggerController.stepOut:(Lcom/oracle/truffle/api/instrumentation/test/examples/DebuggerController$Callback;)V
         2: .line 214
            return
        end local 2 // com.oracle.truffle.api.instrumentation.EventContext haltedAt
        end local 1 // com.oracle.truffle.api.instrumentation.test.examples.DebuggerController debugger
        end local 0 // com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/instrumentation/test/examples/DebuggerExampleTest$4;
            0    3     1  debugger  Lcom/oracle/truffle/api/instrumentation/test/examples/DebuggerController;
            0    3     2  haltedAt  Lcom/oracle/truffle/api/instrumentation/EventContext;
    MethodParameters:
          Name  Flags
      debugger  
      haltedAt  
}
SourceFile: "DebuggerExampleTest.java"
EnclosingMethod: com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest.testStepOut:()V
NestHost: com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest
InnerClasses:
  public abstract Callback = com.oracle.truffle.api.instrumentation.test.examples.DebuggerController$Callback of com.oracle.truffle.api.instrumentation.test.examples.DebuggerController
  com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4
  com.oracle.truffle.api.instrumentation.test.examples.DebuggerExampleTest$4$1