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

  private final java.awt.font.TextHitInfo[] val$offsetInfo;
    descriptor: [Ljava/awt/font/TextHitInfo;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$screenX;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$screenY;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int[] val$insertPositionOffset;
    descriptor: [I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.lwawt.macosx.CInputMethod, java.awt.font.TextHitInfo[], int, int, int[]);
    descriptor: (Lsun/lwawt/macosx/CInputMethod;[Ljava/awt/font/TextHitInfo;II[I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // sun.lwawt.macosx.CInputMethod$7 this
         0: .line 757
            aload 0 /* this */
            aload 1
            putfield sun.lwawt.macosx.CInputMethod$7.this$0:Lsun/lwawt/macosx/CInputMethod;
            aload 0 /* this */
            aload 2
            putfield sun.lwawt.macosx.CInputMethod$7.val$offsetInfo:[Ljava/awt/font/TextHitInfo;
            aload 0 /* this */
            iload 3
            putfield sun.lwawt.macosx.CInputMethod$7.val$screenX:I
            aload 0 /* this */
            iload 4
            putfield sun.lwawt.macosx.CInputMethod$7.val$screenY:I
            aload 0 /* this */
            aload 5
            putfield sun.lwawt.macosx.CInputMethod$7.val$insertPositionOffset:[I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.lwawt.macosx.CInputMethod$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CInputMethod$7;
    MethodParameters:
                          Name  Flags
      this$0                    final
      val$offsetInfo            final
      val$screenX               final
      val$screenY               final
      val$insertPositionOffset  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.lwawt.macosx.CInputMethod$7 this
         0: .line 758
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$7.val$offsetInfo:[Ljava/awt/font/TextHitInfo;
            dup
            astore 1
            monitorenter
         1: .line 759
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$7.val$offsetInfo:[Ljava/awt/font/TextHitInfo;
            iconst_0
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$7.this$0:Lsun/lwawt/macosx/CInputMethod;
            getfield sun.lwawt.macosx.CInputMethod.fIMContext:Ljava/awt/im/spi/InputMethodContext;
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$7.val$screenX:I
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$7.val$screenY:I
            invokeinterface java.awt.im.spi.InputMethodContext.getLocationOffset:(II)Ljava/awt/font/TextHitInfo;
            aastore
         2: .line 760
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$7.val$insertPositionOffset:[I
            iconst_0
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$7.this$0:Lsun/lwawt/macosx/CInputMethod;
            getfield sun.lwawt.macosx.CInputMethod.fIMContext:Ljava/awt/im/spi/InputMethodContext;
            invokeinterface java.awt.im.spi.InputMethodContext.getInsertPositionOffset:()I
            iastore
         3: .line 758
            aload 1
            monitorexit
         4: goto 7
      StackMap locals: sun.lwawt.macosx.CInputMethod$7 java.awt.font.TextHitInfo[]
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 761
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.lwawt.macosx.CInputMethod$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/lwawt/macosx/CInputMethod$7;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
}
SourceFile: "CInputMethod.java"
EnclosingMethod: sun.lwawt.macosx.CInputMethod.characterIndexForPoint:(II)I
NestHost: sun.lwawt.macosx.CInputMethod
InnerClasses:
  sun.lwawt.macosx.CInputMethod$7