class sun.awt.X11.XChoicePeer$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.X11.XChoicePeer$1
  super_class: java.lang.Object
{
  final sun.awt.X11.XChoicePeer this$0;
    descriptor: Lsun/awt/X11/XChoicePeer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.awt.AWTEvent val$e;
    descriptor: Ljava/awt/AWTEvent;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.awt.X11.XChoicePeer, java.awt.AWTEvent);
    descriptor: (Lsun/awt/X11/XChoicePeer;Ljava/awt/AWTEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.awt.X11.XChoicePeer$1 this
         0: .line 1036
            aload 0 /* this */
            aload 1
            putfield sun.awt.X11.XChoicePeer$1.this$0:Lsun/awt/X11/XChoicePeer;
            aload 0 /* this */
            aload 2
            putfield sun.awt.X11.XChoicePeer$1.val$e:Ljava/awt/AWTEvent;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.awt.X11.XChoicePeer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XChoicePeer$1;
    MethodParameters:
        Name  Flags
      this$0  final
      val$e   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XChoicePeer$1 this
         0: .line 1038
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$1.this$0:Lsun/awt/X11/XChoicePeer;
            getfield sun.awt.X11.XChoicePeer.target:Ljava/awt/Component;
            invokevirtual java.awt.Component.isFocusable:()Z
            ifeq 3
         1: .line 1039
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$1.this$0:Lsun/awt/X11/XChoicePeer;
            invokevirtual sun.awt.X11.XChoicePeer.getParentTopLevel:()Lsun/awt/X11/XWindowPeer;
            invokevirtual sun.awt.X11.XWindowPeer.isFocusableWindow:()Z
            ifeq 3
         2: .line 1041
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$1.this$0:Lsun/awt/X11/XChoicePeer;
            aload 0 /* this */
            getfield sun.awt.X11.XChoicePeer$1.val$e:Ljava/awt/AWTEvent;
            checkcast java.awt.event.KeyEvent
            invokevirtual sun.awt.X11.XChoicePeer.handleJavaKeyEvent:(Ljava/awt/event/KeyEvent;)V
         3: .line 1043
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.X11.XChoicePeer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/X11/XChoicePeer$1;
}
SourceFile: "XChoicePeer.java"
EnclosingMethod: sun.awt.X11.XChoicePeer.prePostEvent:(Ljava/awt/AWTEvent;)Z
NestHost: sun.awt.X11.XChoicePeer
InnerClasses:
  sun.awt.X11.XChoicePeer$1