class sun.jvm.hotspot.ui.CommandProcessorPanel$2 implements javax.swing.event.CaretListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.CommandProcessorPanel$2
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$2 this
0: .line 121
aload 0 /* this */
aload 1
putfield sun.jvm.hotspot.ui.CommandProcessorPanel$2.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$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/CommandProcessorPanel$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.CommandProcessorPanel$2 this
start local 1 // javax.swing.event.CaretEvent e
0: .line 123
aload 0 /* this */
getfield sun.jvm.hotspot.ui.CommandProcessorPanel$2.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
istore 2 /* len */
start local 2 // int len
1: .line 124
aload 1 /* e */
invokevirtual javax.swing.event.CaretEvent.getDot:()I
iload 2 /* len */
if_icmple 3
2: .line 125
aload 0 /* this */
getfield sun.jvm.hotspot.ui.CommandProcessorPanel$2.this$0:Lsun/jvm/hotspot/ui/CommandProcessorPanel;
getfield sun.jvm.hotspot.ui.CommandProcessorPanel.editor:Ljavax/swing/JTextArea;
iload 2 /* len */
invokevirtual javax.swing.JTextArea.setCaretPosition:(I)V
3: .line 127
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.CommandProcessorPanel$2 this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/CommandProcessorPanel$2;
0 4 1 e Ljavax/swing/event/CaretEvent;
1 4 2 len I
MethodParameters:
Name Flags
e
}
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$2