class sun.lwawt.macosx.CInputMethod$4 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.macosx.CInputMethod$4
  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 int[] val$returnValue;
    descriptor: [I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.lwawt.macosx.CInputMethod, int[]);
    descriptor: (Lsun/lwawt/macosx/CInputMethod;[I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.lwawt.macosx.CInputMethod$4 this
         0: .line 638
            aload 0 /* this */
            aload 1
            putfield sun.lwawt.macosx.CInputMethod$4.this$0:Lsun/lwawt/macosx/CInputMethod;
            aload 0 /* this */
            aload 2
            putfield sun.lwawt.macosx.CInputMethod$4.val$returnValue:[I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.lwawt.macosx.CInputMethod$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CInputMethod$4;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$returnValue  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.lwawt.macosx.CInputMethod$4 this
         0: .line 639
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.val$returnValue:[I
            dup
            astore 1
            monitorenter
         1: .line 640
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.this$0:Lsun/lwawt/macosx/CInputMethod;
            getfield sun.lwawt.macosx.CInputMethod.fIMContext:Ljava/awt/im/spi/InputMethodContext;
            aconst_null
            invokeinterface java.awt.im.spi.InputMethodContext.getSelectedText:([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
            astore 2 /* theIterator */
        start local 2 // java.text.AttributedCharacterIterator theIterator
         2: .line 641
            aload 2 /* theIterator */
            ifnonnull 7
         3: .line 642
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.val$returnValue:[I
            iconst_0
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.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
         4: .line 643
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.val$returnValue:[I
            iconst_1
            iconst_0
            iastore
         5: .line 644
            aload 1
            monitorexit
         6: return
         7: .line 649
      StackMap locals: int[] java.text.AttributedCharacterIterator
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.this$0:Lsun/lwawt/macosx/CInputMethod;
            getfield sun.lwawt.macosx.CInputMethod.fAwtFocussedComponent:Ljava/awt/Component;
            instanceof javax.swing.text.JTextComponent
            ifeq 11
         8: .line 650
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.this$0:Lsun/lwawt/macosx/CInputMethod;
            getfield sun.lwawt.macosx.CInputMethod.fAwtFocussedComponent:Ljava/awt/Component;
            checkcast javax.swing.text.JTextComponent
            astore 4 /* theComponent */
        start local 4 // javax.swing.text.JTextComponent theComponent
         9: .line 651
            aload 4 /* theComponent */
            invokevirtual javax.swing.text.JTextComponent.getSelectionStart:()I
            istore 3 /* startLocation */
        end local 4 // javax.swing.text.JTextComponent theComponent
        start local 3 // int startLocation
        10: .line 652
            goto 18
        end local 3 // int startLocation
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.this$0:Lsun/lwawt/macosx/CInputMethod;
            getfield sun.lwawt.macosx.CInputMethod.fAwtFocussedComponent:Ljava/awt/Component;
            instanceof java.awt.TextComponent
            ifeq 15
        12: .line 653
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.this$0:Lsun/lwawt/macosx/CInputMethod;
            getfield sun.lwawt.macosx.CInputMethod.fAwtFocussedComponent:Ljava/awt/Component;
            checkcast java.awt.TextComponent
            astore 4 /* theComponent */
        start local 4 // java.awt.TextComponent theComponent
        13: .line 654
            aload 4 /* theComponent */
            invokevirtual java.awt.TextComponent.getSelectionStart:()I
            istore 3 /* startLocation */
        end local 4 // java.awt.TextComponent theComponent
        start local 3 // int startLocation
        14: .line 655
            goto 18
        end local 3 // int startLocation
        15: .line 657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.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
            aload 2 /* theIterator */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            aload 2 /* theIterator */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            isub
            isub
            istore 3 /* startLocation */
        start local 3 // int startLocation
        16: .line 661
            iload 3 /* startLocation */
            ifge 18
        17: .line 662
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.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
            aload 2 /* theIterator */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            aload 2 /* theIterator */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            isub
            iadd
            istore 3 /* startLocation */
        18: .line 666
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.val$returnValue:[I
            iconst_0
            iload 3 /* startLocation */
            iastore
        19: .line 667
            aload 0 /* this */
            getfield sun.lwawt.macosx.CInputMethod$4.val$returnValue:[I
            iconst_1
            aload 2 /* theIterator */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            aload 2 /* theIterator */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            isub
            iastore
        end local 3 // int startLocation
        end local 2 // java.text.AttributedCharacterIterator theIterator
        20: .line 639
            aload 1
            monitorexit
        21: goto 24
      StackMap locals: sun.lwawt.macosx.CInputMethod$4 int[]
      StackMap stack: java.lang.Throwable
        22: aload 1
            monitorexit
        23: athrow
        24: .line 669
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.lwawt.macosx.CInputMethod$4 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   25     0           this  Lsun/lwawt/macosx/CInputMethod$4;
            2   20     2    theIterator  Ljava/text/AttributedCharacterIterator;
           10   11     3  startLocation  I
           14   15     3  startLocation  I
           16   20     3  startLocation  I
            9   10     4   theComponent  Ljavax/swing/text/JTextComponent;
           13   14     4   theComponent  Ljava/awt/TextComponent;
      Exception table:
        from    to  target  type
           1     6      22  any
           7    21      22  any
          22    23      22  any
}
SourceFile: "CInputMethod.java"
EnclosingMethod: sun.lwawt.macosx.CInputMethod.selectedRange:()[I
NestHost: sun.lwawt.macosx.CInputMethod
InnerClasses:
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  sun.lwawt.macosx.CInputMethod$4