class com.sun.tools.example.debug.bdi.ExecutionManager$1 implements com.sun.tools.example.debug.bdi.InputListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.example.debug.bdi.ExecutionManager$1
  super_class: java.lang.Object
{
  final com.sun.tools.example.debug.bdi.ExecutionManager this$0;
    descriptor: Lcom/sun/tools/example/debug/bdi/ExecutionManager;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.example.debug.bdi.ExecutionManager);
    descriptor: (Lcom/sun/tools/example/debug/bdi/ExecutionManager;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.ExecutionManager$1 this
         0: .line 697
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.example.debug.bdi.ExecutionManager$1.this$0:Lcom/sun/tools/example/debug/bdi/ExecutionManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.example.debug.bdi.ExecutionManager$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/bdi/ExecutionManager$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.String getLine();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.ExecutionManager$1 this
         0: .line 701
            aconst_null
            astore 1 /* line */
        start local 1 // java.lang.String line
         1: .line 702
            goto 13
         2: .line 703
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ExecutionManager$1.this$0:Lcom/sun/tools/example/debug/bdi/ExecutionManager;
            getfield com.sun.tools.example.debug.bdi.ExecutionManager.inputLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         3: .line 705
            goto 5
         4: .line 706
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ExecutionManager$1.this$0:Lcom/sun/tools/example/debug/bdi/ExecutionManager;
            getfield com.sun.tools.example.debug.bdi.ExecutionManager.inputLock:Ljava/lang/Object;
            invokevirtual java.lang.Object.wait:()V
         5: .line 705
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ExecutionManager$1.this$0:Lcom/sun/tools/example/debug/bdi/ExecutionManager;
            getfield com.sun.tools.example.debug.bdi.ExecutionManager.inputBuffer:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.size:()I
            iconst_1
            if_icmplt 4
         6: .line 708
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ExecutionManager$1.this$0:Lcom/sun/tools/example/debug/bdi/ExecutionManager;
            getfield com.sun.tools.example.debug.bdi.ExecutionManager.inputBuffer:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.removeLast:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 1 /* line */
         7: .line 709
            goto 9
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
         8: pop
         9: .line 703
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        10: goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 2
            monitorexit
        12: athrow
        13: .line 702
      StackMap locals:
      StackMap stack:
            aload 1 /* line */
            ifnull 2
        14: .line 716
            aload 1 /* line */
            astore 2 /* input */
        start local 2 // java.lang.String input
        15: .line 717
            new com.sun.tools.example.debug.bdi.ExecutionManager$1$1
            dup
            aload 0 /* this */
            aload 2 /* input */
            invokespecial com.sun.tools.example.debug.bdi.ExecutionManager$1$1.<init>:(Lcom/sun/tools/example/debug/bdi/ExecutionManager$1;Ljava/lang/String;)V
            invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
        16: .line 723
            aload 1 /* line */
            areturn
        end local 2 // java.lang.String input
        end local 1 // java.lang.String line
        end local 0 // com.sun.tools.example.debug.bdi.ExecutionManager$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lcom/sun/tools/example/debug/bdi/ExecutionManager$1;
            1   17     1   line  Ljava/lang/String;
           15   17     2  input  Ljava/lang/String;
      Exception table:
        from    to  target  type
           3     7       8  Class java.lang.InterruptedException
           3    10      11  any
          11    12      11  any

  static com.sun.tools.example.debug.bdi.ExecutionManager access$0(com.sun.tools.example.debug.bdi.ExecutionManager$1);
    descriptor: (Lcom/sun/tools/example/debug/bdi/ExecutionManager$1;)Lcom/sun/tools/example/debug/bdi/ExecutionManager;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 697
            aload 0
            getfield com.sun.tools.example.debug.bdi.ExecutionManager$1.this$0:Lcom/sun/tools/example/debug/bdi/ExecutionManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ExecutionManager.java"
EnclosingMethod: com.sun.tools.example.debug.bdi.ExecutionManager
NestHost: com.sun.tools.example.debug.bdi.ExecutionManager
InnerClasses:
  com.sun.tools.example.debug.bdi.ExecutionManager$1
  com.sun.tools.example.debug.bdi.ExecutionManager$1$1