class sun.jvm.hotspot.ui.DebuggerConsolePanel$2 implements javax.swing.event.CaretListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.DebuggerConsolePanel$2
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$2 this
0: .line 109
aload 0 /* this */
aload 1
putfield sun.jvm.hotspot.ui.DebuggerConsolePanel$2.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$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/DebuggerConsolePanel$2;
MethodParameters:
Name Flags
this$0 final
public void caretUpdate(javax.swing.event.CaretEvent);
descriptor: (Ljavax/swing/event/CaretEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 // sun.jvm.hotspot.ui.DebuggerConsolePanel$2 this
start local 1 // javax.swing.event.CaretEvent e
0: .line 111
aload 0 /* this */
getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$2.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
istore 2 /* len */
start local 2 // int len
1: .line 112
aload 1 /* e */
invokevirtual javax.swing.event.CaretEvent.getDot:()I
iload 2 /* len */
if_icmple 3
2: .line 113
aload 0 /* this */
getfield sun.jvm.hotspot.ui.DebuggerConsolePanel$2.this$0:Lsun/jvm/hotspot/ui/DebuggerConsolePanel;
getfield sun.jvm.hotspot.ui.DebuggerConsolePanel.editor:Ljavax/swing/text/JTextComponent;
iload 2 /* len */
invokevirtual javax.swing.text.JTextComponent.setCaretPosition:(I)V
3: .line 115
StackMap locals: int
StackMap stack:
return
end local 2 // int len
end local 1 // javax.swing.event.CaretEvent e
end local 0 // sun.jvm.hotspot.ui.DebuggerConsolePanel$2 this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/DebuggerConsolePanel$2;
0 4 1 e Ljavax/swing/event/CaretEvent;
1 4 2 len I
MethodParameters:
Name Flags
e
}
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$2