public abstract class sun.awt.X11InputMethod extends sun.awt.X11InputMethodBase
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.awt.X11InputMethod
  super_class: sun.awt.X11InputMethodBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 51
            aload 0 /* this */
            invokespecial sun.awt.X11InputMethodBase.<init>:()V
         1: .line 52
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11InputMethod;
    Exceptions:
      throws java.awt.AWTException

  protected void resetCompositionState();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 58
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.compositionEnableSupported:Z
            ifeq 5
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            ifeq 5
         1: .line 62
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.savedCompositionState:Z
            invokevirtual sun.awt.X11InputMethod.setCompositionEnabled:(Z)V
         2: .line 63
            goto 5
      StackMap locals:
      StackMap stack: java.lang.UnsupportedOperationException
         3: pop
         4: .line 64
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.compositionEnableSupported:Z
         5: .line 67
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/awt/X11InputMethod;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.UnsupportedOperationException

  public synchronized void activate();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 73
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponentWindow:()Ljava/awt/Window;
            putfield sun.awt.X11InputMethod.clientComponentWindow:Ljava/awt/Container;
         1: .line 74
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.clientComponentWindow:Ljava/awt/Container;
            ifnonnull 3
         2: .line 75
            return
         3: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            ifnull 8
         4: .line 78
            getstatic sun.awt.X11InputMethod.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 8
         5: .line 79
            getstatic sun.awt.X11InputMethod.log:Lsun/util/logging/PlatformLogger;
            ldc "XICFocused {0}, AWTFocused {1}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         6: .line 80
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
            aastore
         7: .line 79
            invokevirtual sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.pData:J
            lconst_0
            lcmp
            ifne 12
         9: .line 85
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.createXIC:()Z
            ifne 11
        10: .line 86
            return
        11: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.disposed:Z
        12: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXICifneeded:()V
        13: .line 94
            aconst_null
            astore 1 /* lastXICFocussedComponentPeer */
        start local 1 // java.awt.peer.ComponentPeer lastXICFocussedComponentPeer
        14: .line 95
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
            invokevirtual sun.awt.X11InputMethod.getPeer:(Ljava/awt/Component;)Ljava/awt/peer/ComponentPeer;
            astore 2 /* awtFocussedComponentPeer */
        start local 2 // java.awt.peer.ComponentPeer awtFocussedComponentPeer
        15: .line 97
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            ifnull 17
        16: .line 98
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            invokevirtual sun.awt.X11InputMethod.getPeer:(Ljava/awt/Component;)Ljava/awt/peer/ComponentPeer;
            astore 1 /* lastXICFocussedComponentPeer */
        17: .line 105
      StackMap locals: java.awt.peer.ComponentPeer java.awt.peer.ComponentPeer
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.isLastTemporary:Z
            ifne 19
            aload 1 /* lastXICFocussedComponentPeer */
            aload 2 /* awtFocussedComponentPeer */
            if_acmpne 19
        18: .line 106
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.isLastXICActive:Z
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            if_icmpeq 25
        19: .line 107
      StackMap locals:
      StackMap stack:
            aload 1 /* lastXICFocussedComponentPeer */
            ifnull 21
        20: .line 108
            aload 0 /* this */
            aload 1 /* lastXICFocussedComponentPeer */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.isLastXICActive:Z
            invokevirtual sun.awt.X11InputMethod.setXICFocus:(Ljava/awt/peer/ComponentPeer;ZZ)V
        21: .line 110
      StackMap locals:
      StackMap stack:
            aload 2 /* awtFocussedComponentPeer */
            ifnull 23
        22: .line 111
            aload 0 /* this */
            aload 2 /* awtFocussedComponentPeer */
            iconst_1
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            invokevirtual sun.awt.X11InputMethod.setXICFocus:(Ljava/awt/peer/ComponentPeer;ZZ)V
        23: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
        24: .line 114
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
        25: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetCompositionState:()V
        26: .line 117
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11InputMethod.isActive:Z
        27: .line 118
            return
        end local 2 // java.awt.peer.ComponentPeer awtFocussedComponentPeer
        end local 1 // java.awt.peer.ComponentPeer lastXICFocussedComponentPeer
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   28     0                          this  Lsun/awt/X11InputMethod;
           14   28     1  lastXICFocussedComponentPeer  Ljava/awt/peer/ComponentPeer;
           15   28     2      awtFocussedComponentPeer  Ljava/awt/peer/ComponentPeer;

  public synchronized void deactivate(boolean);
    descriptor: (Z)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // boolean isTemporary
         0: .line 124
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            istore 2 /* isAc */
        start local 2 // boolean isAc
         1: .line 143
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getCompositionState:()Z
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
         2: .line 145
            iload 1 /* isTemporary */
            ifeq 4
         3: .line 147
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.turnoffStatusWindow:()V
         4: .line 153
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         5: .line 154
            aload 0 /* this */
            iload 2 /* isAc */
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         6: .line 155
            aload 0 /* this */
            iload 1 /* isTemporary */
            putfield sun.awt.X11InputMethod.isLastTemporary:Z
         7: .line 156
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isActive:Z
         8: .line 157
            return
        end local 2 // boolean isAc
        end local 1 // boolean isTemporary
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lsun/awt/X11InputMethod;
            0    9     1  isTemporary  Z
            1    9     2         isAc  Z
    MethodParameters:
             Name  Flags
      isTemporary  

  public void hideWindows();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 162
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11InputMethod;

  void dispatchComposedText(java.lang.String, int[], int, int, int, long);
    descriptor: (Ljava/lang/String;[IIIIJ)V
    flags: (0x0000) 
    Code:
      stack=8, locals=17, args_size=7
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // java.lang.String chgText
        start local 2 // int[] chgStyles
        start local 3 // int chgOffset
        start local 4 // int chgLength
        start local 5 // int caretPosition
        start local 6 // long when
         0: .line 183
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifeq 2
         1: .line 184
            return
         2: .line 188
      StackMap locals:
      StackMap stack:
            aload 1 /* chgText */
            ifnonnull 10
         3: .line 189
            aload 2 /* chgStyles */
            ifnonnull 10
         4: .line 190
            iload 3 /* chgOffset */
            ifne 10
         5: .line 191
            iload 4 /* chgLength */
            ifne 10
         6: .line 192
            iload 5 /* caretPosition */
            ifne 10
         7: .line 193
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 10
         8: .line 194
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnonnull 10
         9: .line 195
            return
        10: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 13
        11: .line 199
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            bipush 64
            invokespecial java.lang.StringBuffer.<init>:(I)V
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        12: .line 200
            aload 0 /* this */
            new sun.awt.X11InputMethodBase$IntBuffer
            dup
            aload 0 /* this */
            bipush 64
            invokespecial sun.awt.X11InputMethodBase$IntBuffer.<init>:(Lsun/awt/X11InputMethodBase;I)V
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
        13: .line 202
      StackMap locals:
      StackMap stack:
            iload 4 /* chgLength */
            ifle 31
        14: .line 203
            aload 1 /* chgText */
            ifnonnull 17
            aload 2 /* chgStyles */
            ifnull 17
        15: .line 204
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
            iload 3 /* chgOffset */
            aload 2 /* chgStyles */
            invokevirtual sun.awt.X11InputMethodBase$IntBuffer.replace:(I[I)V
        16: .line 205
            goto 31
        17: .line 206
      StackMap locals:
      StackMap stack:
            iload 4 /* chgLength */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.length:()I
            if_icmpne 21
        18: .line 209
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            bipush 64
            invokespecial java.lang.StringBuffer.<init>:(I)V
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        19: .line 210
            aload 0 /* this */
            new sun.awt.X11InputMethodBase$IntBuffer
            dup
            aload 0 /* this */
            bipush 64
            invokespecial sun.awt.X11InputMethodBase$IntBuffer.<init>:(Lsun/awt/X11InputMethodBase;I)V
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
        20: .line 211
            goto 31
        21: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.length:()I
            ifle 31
        22: .line 213
            iload 3 /* chgOffset */
            iload 4 /* chgLength */
            iadd
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.length:()I
            if_icmpge 29
        23: .line 215
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            iload 3 /* chgOffset */
            iload 4 /* chgLength */
            iadd
        24: .line 216
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.length:()I
        25: .line 215
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 8 /* text */
        start local 8 // java.lang.String text
        26: .line 217
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            iload 3 /* chgOffset */
            invokevirtual java.lang.StringBuffer.setLength:(I)V
        27: .line 218
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            aload 8 /* text */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 8 // java.lang.String text
        28: .line 219
            goto 30
        29: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            iload 3 /* chgOffset */
            invokevirtual java.lang.StringBuffer.setLength:(I)V
        30: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
            iload 3 /* chgOffset */
            iload 4 /* chgLength */
            invokevirtual sun.awt.X11InputMethodBase$IntBuffer.remove:(II)V
        31: .line 229
      StackMap locals:
      StackMap stack:
            aload 1 /* chgText */
            ifnull 35
        32: .line 230
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            iload 3 /* chgOffset */
            aload 1 /* chgText */
            invokevirtual java.lang.StringBuffer.insert:(ILjava/lang/String;)Ljava/lang/StringBuffer;
            pop
        33: .line 231
            aload 2 /* chgStyles */
            ifnull 35
        34: .line 232
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
            iload 3 /* chgOffset */
            aload 2 /* chgStyles */
            invokevirtual sun.awt.X11InputMethodBase$IntBuffer.insert:(I[I)V
        35: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.length:()I
            ifne 50
        36: .line 236
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        37: .line 237
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
        38: .line 242
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnull 42
        39: .line 243
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            lload 6 /* when */
            invokevirtual sun.awt.X11InputMethod.dispatchCommittedText:(Ljava/lang/String;J)V
        40: .line 244
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        41: .line 245
            return
        42: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 1100
        43: .line 251
            aconst_null
        44: .line 252
            iconst_0
        45: .line 253
            aconst_null
        46: .line 254
            aconst_null
        47: .line 255
            lload 6 /* when */
        48: .line 250
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        49: .line 257
            return
        50: .line 266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnull 55
        51: .line 267
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            istore 8 /* composedOffset */
        start local 8 // int composedOffset
        52: .line 268
            new java.text.AttributedString
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.text.AttributedString.<init>:(Ljava/lang/String;)V
            astore 9 /* inputText */
        start local 9 // java.text.AttributedString inputText
        53: .line 269
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        54: .line 270
            goto 57
        end local 9 // java.text.AttributedString inputText
        end local 8 // int composedOffset
        55: .line 271
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* composedOffset */
        start local 8 // int composedOffset
        56: .line 272
            new java.text.AttributedString
            dup
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            invokespecial java.text.AttributedString.<init>:(Ljava/lang/String;)V
            astore 9 /* inputText */
        start local 9 // java.text.AttributedString inputText
        57: .line 277
      StackMap locals: int java.text.AttributedString
      StackMap stack:
            iconst_0
            istore 12 /* startOffset */
        start local 12 // int startOffset
        58: .line 279
            iconst_0
            istore 14 /* visiblePosition */
        start local 14 // int visiblePosition
        59: .line 280
            aconst_null
            astore 15 /* visiblePositionInfo */
        start local 15 // java.awt.font.TextHitInfo visiblePositionInfo
        60: .line 282
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
            invokevirtual sun.awt.X11InputMethodBase$IntBuffer.rewind:()V
        61: .line 283
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
            invokevirtual sun.awt.X11InputMethodBase$IntBuffer.getNext:()I
            istore 10 /* currentFeedback */
        start local 10 // int currentFeedback
        62: .line 284
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
            invokevirtual sun.awt.X11InputMethodBase$IntBuffer.unget:()V
        63: .line 285
            goto 82
        start local 11 // int nextFeedback
        64: .line 286
      StackMap locals: sun.awt.X11InputMethod java.lang.String int[] int int int long int java.text.AttributedString int int int top int java.awt.font.TextHitInfo
      StackMap stack:
            iload 14 /* visiblePosition */
            ifne 71
        65: .line 287
            iload 11 /* nextFeedback */
            sipush 1792
            iand
            istore 14 /* visiblePosition */
        66: .line 288
            iload 14 /* visiblePosition */
            ifeq 71
        67: .line 289
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
            invokevirtual sun.awt.X11InputMethodBase$IntBuffer.getOffset:()I
            iconst_1
            isub
            istore 16 /* index */
        start local 16 // int index
        68: .line 291
            iload 14 /* visiblePosition */
            sipush 512
            if_icmpne 70
        69: .line 292
            iload 16 /* index */
            invokestatic java.awt.font.TextHitInfo.leading:(I)Ljava/awt/font/TextHitInfo;
            astore 15 /* visiblePositionInfo */
            goto 71
        70: .line 294
      StackMap locals: int
      StackMap stack:
            iload 16 /* index */
            invokestatic java.awt.font.TextHitInfo.trailing:(I)Ljava/awt/font/TextHitInfo;
            astore 15 /* visiblePositionInfo */
        end local 16 // int index
        71: .line 297
      StackMap locals:
      StackMap stack:
            iload 11 /* nextFeedback */
            sipush -1793
            iand
            istore 11 /* nextFeedback */
        72: .line 298
            iload 10 /* currentFeedback */
            iload 11 /* nextFeedback */
            if_icmpeq 82
        73: .line 299
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
            invokevirtual sun.awt.X11InputMethodBase$IntBuffer.unget:()V
        74: .line 300
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
            invokevirtual sun.awt.X11InputMethodBase$IntBuffer.getOffset:()I
            istore 13 /* currentOffset */
        start local 13 // int currentOffset
        75: .line 301
            aload 9 /* inputText */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_HIGHLIGHT:Ljava/awt/font/TextAttribute;
        76: .line 302
            aload 0 /* this */
            iload 10 /* currentFeedback */
            invokevirtual sun.awt.X11InputMethod.convertVisualFeedbackToHighlight:(I)Ljava/awt/im/InputMethodHighlight;
        77: .line 303
            iload 8 /* composedOffset */
            iload 12 /* startOffset */
            iadd
        78: .line 304
            iload 8 /* composedOffset */
            iload 13 /* currentOffset */
            iadd
        79: .line 301
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        80: .line 305
            iload 13 /* currentOffset */
            istore 12 /* startOffset */
        81: .line 306
            iload 11 /* nextFeedback */
            istore 10 /* currentFeedback */
        end local 13 // int currentOffset
        end local 11 // int nextFeedback
        82: .line 285
      StackMap locals: sun.awt.X11InputMethod java.lang.String int[] int int int long int java.text.AttributedString int top int top int java.awt.font.TextHitInfo
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
            invokevirtual sun.awt.X11InputMethodBase$IntBuffer.getNext:()I
            dup
            istore 11 /* nextFeedback */
        start local 11 // int nextFeedback
        83: iconst_m1
            if_icmpne 64
        84: .line 309
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
            invokevirtual sun.awt.X11InputMethodBase$IntBuffer.getOffset:()I
            istore 13 /* currentOffset */
        start local 13 // int currentOffset
        85: .line 310
            iload 13 /* currentOffset */
            iflt 91
        86: .line 311
            aload 9 /* inputText */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_HIGHLIGHT:Ljava/awt/font/TextAttribute;
        87: .line 312
            aload 0 /* this */
            iload 10 /* currentFeedback */
            invokevirtual sun.awt.X11InputMethod.convertVisualFeedbackToHighlight:(I)Ljava/awt/im/InputMethodHighlight;
        88: .line 313
            iload 8 /* composedOffset */
            iload 12 /* startOffset */
            iadd
        89: .line 314
            iload 8 /* composedOffset */
            iload 13 /* currentOffset */
            iadd
        90: .line 311
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        91: .line 317
      StackMap locals: sun.awt.X11InputMethod java.lang.String int[] int int int long int java.text.AttributedString int int int int int java.awt.font.TextHitInfo
      StackMap stack:
            aload 0 /* this */
            sipush 1100
        92: .line 318
            aload 9 /* inputText */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
        93: .line 319
            iload 8 /* composedOffset */
        94: .line 320
            iload 5 /* caretPosition */
            invokestatic java.awt.font.TextHitInfo.leading:(I)Ljava/awt/font/TextHitInfo;
        95: .line 321
            aload 15 /* visiblePositionInfo */
        96: .line 322
            lload 6 /* when */
        97: .line 317
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        98: .line 323
            return
        end local 15 // java.awt.font.TextHitInfo visiblePositionInfo
        end local 14 // int visiblePosition
        end local 13 // int currentOffset
        end local 12 // int startOffset
        end local 11 // int nextFeedback
        end local 10 // int currentFeedback
        end local 9 // java.text.AttributedString inputText
        end local 8 // int composedOffset
        end local 6 // long when
        end local 5 // int caretPosition
        end local 4 // int chgLength
        end local 3 // int chgOffset
        end local 2 // int[] chgStyles
        end local 1 // java.lang.String chgText
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   99     0                 this  Lsun/awt/X11InputMethod;
            0   99     1              chgText  Ljava/lang/String;
            0   99     2            chgStyles  [I
            0   99     3            chgOffset  I
            0   99     4            chgLength  I
            0   99     5        caretPosition  I
            0   99     6                 when  J
           26   28     8                 text  Ljava/lang/String;
           52   55     8       composedOffset  I
           56   99     8       composedOffset  I
           53   55     9            inputText  Ljava/text/AttributedString;
           57   99     9            inputText  Ljava/text/AttributedString;
           62   99    10      currentFeedback  I
           64   82    11         nextFeedback  I
           83   99    11         nextFeedback  I
           58   99    12          startOffset  I
           75   82    13        currentOffset  I
           85   99    13        currentOffset  I
           59   99    14      visiblePosition  I
           60   99    15  visiblePositionInfo  Ljava/awt/font/TextHitInfo;
           68   71    16                index  I
    MethodParameters:
               Name  Flags
      chgText        
      chgStyles      
      chgOffset      
      chgLength      
      caretPosition  
      when           

  protected synchronized void disposeImpl();
    descriptor: ()V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 330
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.disposeXIC:()V
         1: .line 331
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtLock:()V
         2: .line 332
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
         3: .line 333
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
         4: .line 334
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethodBase$IntBuffer;
         5: .line 335
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtUnlock:()V
         6: .line 336
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
         7: .line 337
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         8: .line 338
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/awt/X11InputMethod;

  public void setCompositionEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // boolean enable
         0: .line 352
            aload 0 /* this */
            iload 1 /* enable */
            invokevirtual sun.awt.X11InputMethod.setCompositionEnabledNative:(Z)Z
            ifeq 2
         1: .line 353
            aload 0 /* this */
            iload 1 /* enable */
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
         2: .line 355
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean enable
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/awt/X11InputMethod;
            0    3     1  enable  Z
    MethodParameters:
        Name  Flags
      enable  
}
SourceFile: "X11InputMethod.java"
InnerClasses:
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  protected final IntBuffer = sun.awt.X11InputMethodBase$IntBuffer of sun.awt.X11InputMethodBase
  public final Level = sun.util.logging.PlatformLogger$Level of sun.util.logging.PlatformLogger