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 // sun.jvm.hotspot.ui.SourceCodePanel$1 this
         0: .line 177
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.SourceCodePanel$1.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
            aload 0 /* this */
            invokespecial java.awt.event.FocusAdapter.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel$1 this
      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 // sun.jvm.hotspot.ui.SourceCodePanel$1 this
        start local 1 // java.awt.event.FocusEvent e
         0: .line 179
            aload 0 /* this */
            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: .line 180
            return
        end local 1 // java.awt.event.FocusEvent e
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel$1 this
      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