class sun.jvm.hotspot.ui.DebuggerConsolePanel$1 implements javax.swing.event.DocumentListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.DebuggerConsolePanel$1
  super_class: java.lang.Object
{
  final sun.jvm.hotspot.ui.DebuggerConsolePanel this$0;
    descriptor: Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.ui.DebuggerConsolePanel);
    descriptor: (Lsun/jvm/hotspot/ui/DebuggerConsolePanel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.DebuggerConsolePanel$1 this
         0: .line 66
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.ui.DebuggerConsolePanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/DebuggerConsolePanel$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void changedUpdate(javax.swing.event.DocumentEvent);
    descriptor: (Ljavax/swing/event/DocumentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.DebuggerConsolePanel$1 this
        start local 1 // javax.swing.event.DocumentEvent e
         0: .line 68
            return
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // sun.jvm.hotspot.ui.DebuggerConsolePanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/DebuggerConsolePanel$1;
            0    1     1     e  Ljavax/swing/event/DocumentEvent;
    MethodParameters:
      Name  Flags
      e     

  public void insertUpdate(javax.swing.event.DocumentEvent);
    descriptor: (Ljavax/swing/event/DocumentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.DebuggerConsolePanel$1 this
        start local 1 // javax.swing.event.DocumentEvent e
         0: .line 71
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel.updating:Z
            ifeq 1
            return
         1: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
            invokevirtual sun.jvm.hotspot.ui.DebuggerConsolePanel.beginUpdate:()V
         2: .line 73
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel.editor:Ljavax/swing/text/JTextComponent;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel.editor:Ljavax/swing/text/JTextComponent;
            invokevirtual javax.swing.text.JTextComponent.getDocument:()Ljavax/swing/text/Document;
            invokeinterface javax.swing.text.Document.getLength:()I
            invokevirtual javax.swing.text.JTextComponent.setCaretPosition:(I)V
         3: .line 74
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
            aload 1 /* e */
            bipush 10
            invokevirtual sun.jvm.hotspot.ui.DebuggerConsolePanel.insertContains:(Ljavax/swing/event/DocumentEvent;C)Z
            ifeq 10
         4: .line 75
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
            invokevirtual sun.jvm.hotspot.ui.DebuggerConsolePanel.getMarkedText:()Ljava/lang/String;
            astore 2 /* cmd */
        start local 2 // java.lang.String cmd
         5: .line 77
            aload 2 /* cmd */
            invokevirtual java.lang.String.length:()I
            ifeq 6
            aload 2 /* cmd */
            aload 2 /* cmd */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            bipush 92
            if_icmpeq 11
         6: .line 79
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
            aload 2 /* cmd */
            invokevirtual sun.jvm.hotspot.ui.DebuggerConsolePanel.trimContinuations:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* cmd */
         7: .line 85
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel.debugger:Lsun/jvm/hotspot/debugger/Debugger;
            aload 2 /* cmd */
            invokeinterface sun.jvm.hotspot.debugger.Debugger.consoleExecuteCommand:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* result */
        start local 3 // java.lang.String result
         8: .line 88
            new sun.jvm.hotspot.ui.DebuggerConsolePanel$1$1
            dup
            aload 0 /* this */
            aload 3 /* result */
            invokespecial sun.jvm.hotspot.ui.DebuggerConsolePanel$1$1.<init>:(Lsun/jvm/hotspot/ui/DebuggerConsolePanel$1;Ljava/lang/String;)V
            invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
        end local 3 // java.lang.String result
        end local 2 // java.lang.String cmd
         9: .line 97
            goto 11
        10: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
            invokevirtual sun.jvm.hotspot.ui.DebuggerConsolePanel.endUpdate:()V
        11: .line 100
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // sun.jvm.hotspot.ui.DebuggerConsolePanel$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lsun/jvm/hotspot/ui/DebuggerConsolePanel$1;
            0   12     1       e  Ljavax/swing/event/DocumentEvent;
            5    9     2     cmd  Ljava/lang/String;
            8    9     3  result  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      e     

  public void removeUpdate(javax.swing.event.DocumentEvent);
    descriptor: (Ljavax/swing/event/DocumentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.DebuggerConsolePanel$1 this
        start local 1 // javax.swing.event.DocumentEvent e
         0: .line 103
            return
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // sun.jvm.hotspot.ui.DebuggerConsolePanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/DebuggerConsolePanel$1;
            0    1     1     e  Ljavax/swing/event/DocumentEvent;
    MethodParameters:
      Name  Flags
      e     

  static sun.jvm.hotspot.ui.DebuggerConsolePanel access$0(sun.jvm.hotspot.ui.DebuggerConsolePanel$1);
    descriptor: (Lsun/jvm/hotspot/ui/DebuggerConsolePanel$1;)Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 66
            aload 0
            getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DebuggerConsolePanel.java"
EnclosingMethod: sun.jvm.hotspot.ui.DebuggerConsolePanel.<init>:(Lsun/jvm/hotspot/debugger/Debugger;)V
NestHost: sun.jvm.hotspot.ui.DebuggerConsolePanel
InnerClasses:
  sun.jvm.hotspot.ui.DebuggerConsolePanel$1
  sun.jvm.hotspot.ui.DebuggerConsolePanel$1$1