class sun.jvm.hotspot.ui.SourceCodePanel$2 extends java.awt.event.KeyAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.SourceCodePanel$2
  super_class: java.awt.event.KeyAdapter
{
  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$2 this
         0: .line 183
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.SourceCodePanel$2.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
            aload 0 /* this */
            invokespecial java.awt.event.KeyAdapter.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/SourceCodePanel$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void keyPressed(java.awt.event.KeyEvent);
    descriptor: (Ljava/awt/event/KeyEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel$2 this
        start local 1 // java.awt.event.KeyEvent e
         0: .line 185
            aload 1 /* e */
            invokevirtual java.awt.event.KeyEvent.getKeyCode:()I
            bipush 120
            if_icmpne 3
         1: .line 186
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel$2.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.getCurrentLineNumber:()I
            istore 2 /* lineNo */
        start local 2 // int lineNo
         2: .line 191
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel$2.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
            getfield sun.jvm.hotspot.ui.SourceCodePanel.comm:Lsun/jvm/hotspot/ui/EditorCommands;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel$2.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
            getfield sun.jvm.hotspot.ui.SourceCodePanel.parent:Lsun/jvm/hotspot/ui/Editor;
            iload 2 /* lineNo */
            invokeinterface sun.jvm.hotspot.ui.EditorCommands.toggleBreakpointAtLine:(Lsun/jvm/hotspot/ui/Editor;I)V
        end local 2 // int lineNo
         3: .line 193
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.KeyEvent e
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/jvm/hotspot/ui/SourceCodePanel$2;
            0    4     1       e  Ljava/awt/event/KeyEvent;
            2    3     2  lineNo  I
    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$2