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

  void <init>(sun.jvm.hotspot.ui.CommandProcessorPanel);
    descriptor: (Lsun/jvm/hotspot/ui/CommandProcessorPanel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.CommandProcessorPanel$1 this
         0: .line 73
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.CommandProcessorPanel$1.this$0:Lsun/jvm/hotspot/ui/CommandProcessorPanel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.ui.CommandProcessorPanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/CommandProcessorPanel$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.CommandProcessorPanel$1 this
        start local 1 // javax.swing.event.DocumentEvent e
         0: .line 75
            return
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // sun.jvm.hotspot.ui.CommandProcessorPanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/CommandProcessorPanel$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.CommandProcessorPanel$1 this
        start local 1 // javax.swing.event.DocumentEvent e
         0: .line 78
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.CommandProcessorPanel$1.this$0:Lsun/jvm/hotspot/ui/CommandProcessorPanel;
            getfield sun.jvm.hotspot.ui.CommandProcessorPanel.updating:Z
            ifeq 1
            return
         1: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.CommandProcessorPanel$1.this$0:Lsun/jvm/hotspot/ui/CommandProcessorPanel;
            invokevirtual sun.jvm.hotspot.ui.CommandProcessorPanel.beginUpdate:()V
         2: .line 80
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.CommandProcessorPanel$1.this$0:Lsun/jvm/hotspot/ui/CommandProcessorPanel;
            getfield sun.jvm.hotspot.ui.CommandProcessorPanel.editor:Ljavax/swing/JTextArea;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.CommandProcessorPanel$1.this$0:Lsun/jvm/hotspot/ui/CommandProcessorPanel;
            getfield sun.jvm.hotspot.ui.CommandProcessorPanel.editor:Ljavax/swing/JTextArea;
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            invokeinterface javax.swing.text.Document.getLength:()I
            invokevirtual javax.swing.JTextArea.setCaretPosition:(I)V
         3: .line 81
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.CommandProcessorPanel$1.this$0:Lsun/jvm/hotspot/ui/CommandProcessorPanel;
            aload 1 /* e */
            bipush 10
            invokevirtual sun.jvm.hotspot.ui.CommandProcessorPanel.insertContains:(Ljavax/swing/event/DocumentEvent;C)Z
            ifeq 9
         4: .line 82
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.CommandProcessorPanel$1.this$0:Lsun/jvm/hotspot/ui/CommandProcessorPanel;
            invokevirtual sun.jvm.hotspot.ui.CommandProcessorPanel.getMarkedText:()Ljava/lang/String;
            astore 2 /* cmd */
        start local 2 // java.lang.String cmd
         5: .line 84
            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 10
         6: .line 86
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.CommandProcessorPanel$1.this$0:Lsun/jvm/hotspot/ui/CommandProcessorPanel;
            aload 2 /* cmd */
            invokevirtual sun.jvm.hotspot.ui.CommandProcessorPanel.trimContinuations:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* ln */
        start local 3 // java.lang.String ln
         7: .line 87
            new sun.jvm.hotspot.ui.CommandProcessorPanel$1$1
            dup
            aload 0 /* this */
            aload 3 /* ln */
            invokespecial sun.jvm.hotspot.ui.CommandProcessorPanel$1$1.<init>:(Lsun/jvm/hotspot/ui/CommandProcessorPanel$1;Ljava/lang/String;)V
            invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
        end local 3 // java.lang.String ln
        end local 2 // java.lang.String cmd
         8: .line 109
            goto 10
         9: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.CommandProcessorPanel$1.this$0:Lsun/jvm/hotspot/ui/CommandProcessorPanel;
            invokevirtual sun.jvm.hotspot.ui.CommandProcessorPanel.endUpdate:()V
        10: .line 112
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // sun.jvm.hotspot.ui.CommandProcessorPanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/jvm/hotspot/ui/CommandProcessorPanel$1;
            0   11     1     e  Ljavax/swing/event/DocumentEvent;
            5    8     2   cmd  Ljava/lang/String;
            7    8     3    ln  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.CommandProcessorPanel$1 this
        start local 1 // javax.swing.event.DocumentEvent e
         0: .line 115
            return
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // sun.jvm.hotspot.ui.CommandProcessorPanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/CommandProcessorPanel$1;
            0    1     1     e  Ljavax/swing/event/DocumentEvent;
    MethodParameters:
      Name  Flags
      e     

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