class sun.jvm.hotspot.ui.SourceCodePanel$1 extends java.awt.event.FocusAdapter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.SourceCodePanel$1
super_class: java.awt.event.FocusAdapter
{
final sun.jvm.hotspot.ui.SourceCodePanel this$0;
descriptor: Lsun/jvm/hotspot/ui/SourceCodePanel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.ui.SourceCodePanel);
descriptor: (Lsun/jvm/hotspot/ui/SourceCodePanel;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.SourceCodePanel$1.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
aload 0
invokespecial java.awt.event.FocusAdapter.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/SourceCodePanel$1;
MethodParameters:
Name Flags
this$0 final
public void focusGained(java.awt.event.FocusEvent);
descriptor: (Ljava/awt/event/FocusEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$1.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
invokevirtual javax.swing.JTextArea.getCaret:()Ljavax/swing/text/Caret;
iconst_1
invokeinterface javax.swing.text.Caret.setVisible:(Z)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/SourceCodePanel$1;
0 2 1 e Ljava/awt/event/FocusEvent;
MethodParameters:
Name Flags
e
}
SourceFile: "SourceCodePanel.java"
EnclosingMethod: sun.jvm.hotspot.ui.SourceCodePanel.<init>:()V
NestHost: sun.jvm.hotspot.ui.SourceCodePanel
InnerClasses:
sun.jvm.hotspot.ui.SourceCodePanel$1