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 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 0: return
end local 1 end local 0 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 start local 1 0: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
invokevirtual sun.jvm.hotspot.ui.DebuggerConsolePanel.beginUpdate:()V
2: aload 0
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
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: aload 0
getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
aload 1
bipush 10
invokevirtual sun.jvm.hotspot.ui.DebuggerConsolePanel.insertContains:(Ljavax/swing/event/DocumentEvent;C)Z
ifeq 10
4: aload 0
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
start local 2 5: aload 2
invokevirtual java.lang.String.length:()I
ifeq 6
aload 2
aload 2
invokevirtual java.lang.String.length:()I
iconst_1
isub
invokevirtual java.lang.String.charAt:(I)C
bipush 92
if_icmpeq 11
6: StackMap locals: java.lang.String
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
aload 2
invokevirtual sun.jvm.hotspot.ui.DebuggerConsolePanel.trimContinuations:(Ljava/lang/String;)Ljava/lang/String;
astore 2
7: aload 0
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
invokeinterface sun.jvm.hotspot.debugger.Debugger.consoleExecuteCommand:(Ljava/lang/String;)Ljava/lang/String;
astore 3
start local 3 8: new sun.jvm.hotspot.ui.DebuggerConsolePanel$1$1
dup
aload 0
aload 3
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 end local 2 9: goto 11
10: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$1.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
invokevirtual sun.jvm.hotspot.ui.DebuggerConsolePanel.endUpdate:()V
11: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: return
end local 1 end local 0 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: 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