public abstract class sun.awt.X11InputMethod extends sun.awt.im.InputMethodAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.awt.X11InputMethod
  super_class: sun.awt.im.InputMethodAdapter
{
  private static final sun.util.logging.PlatformLogger log;
    descriptor: Lsun/util/logging/PlatformLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int XIMReverse;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int XIMUnderline;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int XIMHighlight;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int XIMPrimary;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private static final int XIMSecondary;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  private static final int XIMTertiary;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  private static final int XIMVisibleToForward;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 256

  private static final int XIMVisibleToBackward;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 512

  private static final int XIMVisibleCenter;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  private static final int XIMVisibleMask;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1792

  private java.util.Locale locale;
    descriptor: Ljava/util/Locale;
    flags: (0x0002) ACC_PRIVATE

  private static boolean isXIMOpened;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  protected java.awt.Container clientComponentWindow;
    descriptor: Ljava/awt/Container;
    flags: (0x0004) ACC_PROTECTED

  private java.awt.Component awtFocussedComponent;
    descriptor: Ljava/awt/Component;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.Component lastXICFocussedComponent;
    descriptor: Ljava/awt/Component;
    flags: (0x0002) ACC_PRIVATE

  private boolean isLastXICActive;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean isLastTemporary;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean isActive;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean isActiveClient;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private static java.util.Map[] highlightStyles;
    descriptor: [Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private boolean disposed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean needResetXIC;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.ref.WeakReference<java.awt.Component> needResetXICClient;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/WeakReference<Ljava/awt/Component;>;

  private boolean compositionEnableSupported;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean savedCompositionState;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String committedText;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.StringBuffer composedText;
    descriptor: Ljava/lang/StringBuffer;
    flags: (0x0002) ACC_PRIVATE

  private sun.awt.X11InputMethod$IntBuffer rawFeedbacks;
    descriptor: Lsun/awt/X11InputMethod$IntBuffer;
    flags: (0x0002) ACC_PRIVATE

  private transient long pData;
    descriptor: J
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private static final int INITIAL_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=0
         0: .line 72
            ldc "sun.awt.X11InputMethod"
            invokestatic sun.util.logging.PlatformLogger.getLogger:(Ljava/lang/String;)Lsun/util/logging/PlatformLogger;
            putstatic sun.awt.X11InputMethod.log:Lsun/util/logging/PlatformLogger;
         1: .line 95
            iconst_0
            putstatic sun.awt.X11InputMethod.isXIMOpened:Z
         2: .line 139
            iconst_4
            anewarray java.util.Map
            astore 0 /* styles */
        start local 0 // java.util.Map[] styles
         3: .line 143
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
        start local 1 // java.util.HashMap map
         4: .line 144
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.WEIGHT:Ljava/awt/font/TextAttribute;
         5: .line 145
            getstatic java.awt.font.TextAttribute.WEIGHT_BOLD:Ljava/lang/Float;
         6: .line 144
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 146
            aload 0 /* styles */
            iconst_0
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
         8: .line 149
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
         9: .line 150
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.SWAP_COLORS:Ljava/awt/font/TextAttribute;
        10: .line 151
            getstatic java.awt.font.TextAttribute.SWAP_COLORS_ON:Ljava/lang/Boolean;
        11: .line 150
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 152
            aload 0 /* styles */
            iconst_1
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
        13: .line 155
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
        14: .line 156
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_UNDERLINE:Ljava/awt/font/TextAttribute;
        15: .line 157
            getstatic java.awt.font.TextAttribute.UNDERLINE_LOW_ONE_PIXEL:Ljava/lang/Integer;
        16: .line 156
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 158
            aload 0 /* styles */
            iconst_2
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
        18: .line 161
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
        19: .line 162
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.SWAP_COLORS:Ljava/awt/font/TextAttribute;
        20: .line 163
            getstatic java.awt.font.TextAttribute.SWAP_COLORS_ON:Ljava/lang/Boolean;
        21: .line 162
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        22: .line 164
            aload 0 /* styles */
            iconst_3
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
        23: .line 166
            aload 0 /* styles */
            putstatic sun.awt.X11InputMethod.highlightStyles:[Ljava/util/Map;
        end local 1 // java.util.HashMap map
        end local 0 // java.util.Map[] styles
        24: .line 170
            invokestatic sun.awt.X11InputMethod.initIDs:()V
        25: .line 1015
            return
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            3   24     0  styles  [Ljava/util/Map;
            4   24     1     map  Ljava/util/HashMap;

  private static native void initIDs();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 185
            aload 0 /* this */
            invokespecial sun.awt.im.InputMethodAdapter.<init>:()V
         1: .line 96
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.clientComponentWindow:Ljava/awt/Container;
         2: .line 97
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
         3: .line 98
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         4: .line 99
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         5: .line 100
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isLastTemporary:Z
         6: .line 101
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isActive:Z
         7: .line 102
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isActiveClient:Z
         8: .line 104
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.disposed:Z
         9: .line 107
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
        10: .line 108
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aconst_null
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield sun.awt.X11InputMethod.needResetXICClient:Ljava/lang/ref/WeakReference;
        11: .line 115
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11InputMethod.compositionEnableSupported:Z
        12: .line 124
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
        13: .line 128
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        14: .line 129
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        15: .line 135
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11InputMethod.pData:J
        16: .line 187
            aload 0 /* this */
            invokestatic sun.awt.X11InputMethodDescriptor.getSupportedLocale:()Ljava/util/Locale;
            putfield sun.awt.X11InputMethod.locale:Ljava/util/Locale;
        17: .line 188
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.initXIM:()Z
            ifne 19
        18: .line 189
            new java.awt.AWTException
            dup
            ldc "Cannot open X Input Method"
            invokespecial java.awt.AWTException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 191
      StackMap locals: sun.awt.X11InputMethod
      StackMap stack:
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lsun/awt/X11InputMethod;
    Exceptions:
      throws java.awt.AWTException

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 194
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.dispose:()V
         1: .line 195
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         2: .line 196
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11InputMethod;
    Exceptions:
      throws java.lang.Throwable

  private synchronized boolean initXIM();
    descriptor: ()Z
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 203
            getstatic sun.awt.X11InputMethod.isXIMOpened:Z
            ifne 2
         1: .line 204
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.openXIM:()Z
            putstatic sun.awt.X11InputMethod.isXIMOpened:Z
         2: .line 205
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11InputMethod.isXIMOpened:Z
            ireturn
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11InputMethod;

  protected abstract boolean openXIM();
    descriptor: ()Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected boolean isDisposed();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 211
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ireturn
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11InputMethod;

  protected abstract void setXICFocus(java.awt.peer.ComponentPeer, boolean, boolean);
    descriptor: (Ljava/awt/peer/ComponentPeer;ZZ)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      peer    
      value   
      active  

  public void setInputMethodContext(java.awt.im.spi.InputMethodContext);
    descriptor: (Ljava/awt/im/spi/InputMethodContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // java.awt.im.spi.InputMethodContext context
         0: .line 223
            return
        end local 1 // java.awt.im.spi.InputMethodContext context
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/awt/X11InputMethod;
            0    1     1  context  Ljava/awt/im/spi/InputMethodContext;
    MethodParameters:
         Name  Flags
      context  

  public boolean setLocale(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // java.util.Locale lang
         0: .line 233
            aload 1 /* lang */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.locale:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 234
            iconst_1
            ireturn
         2: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.locale:Ljava/util/Locale;
            getstatic java.util.Locale.JAPAN:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifeq 3
            aload 1 /* lang */
            getstatic java.util.Locale.JAPANESE:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.locale:Ljava/util/Locale;
            getstatic java.util.Locale.KOREA:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 1 /* lang */
            getstatic java.util.Locale.KOREAN:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 239
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 241
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.util.Locale lang
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/awt/X11InputMethod;
            0    6     1  lang  Ljava/util/Locale;
    MethodParameters:
      Name  Flags
      lang  

  public java.util.Locale getLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 248
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.locale:Ljava/util/Locale;
            areturn
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11InputMethod;

  public void setCharacterSubsets(java.lang.Character$Subset[]);
    descriptor: ([Ljava/lang/Character$Subset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // java.lang.Character$Subset[] subsets
         0: .line 257
            return
        end local 1 // java.lang.Character$Subset[] subsets
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/awt/X11InputMethod;
            0    1     1  subsets  [Ljava/lang/Character$Subset;
    MethodParameters:
         Name  Flags
      subsets  

  public void dispatchEvent(java.awt.AWTEvent);
    descriptor: (Ljava/awt/AWTEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // java.awt.AWTEvent e
         0: .line 267
            return
        end local 1 // java.awt.AWTEvent e
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11InputMethod;
            0    1     1     e  Ljava/awt/AWTEvent;
    MethodParameters:
      Name  Flags
      e     

  protected final void resetXICifneeded();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 275
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXIC:Z
            ifeq 7
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            ifeq 7
         1: .line 276
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponent:()Ljava/awt/Component;
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXICClient:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            if_acmpeq 7
         2: .line 277
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXIC:()Ljava/lang/String;
            pop
         3: .line 280
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         4: .line 281
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         5: .line 283
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXICClient:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.clear:()V
         6: .line 284
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         7: .line 286
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/X11InputMethod;

  private void resetCompositionState();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 292
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.compositionEnableSupported:Z
            ifeq 5
         1: .line 296
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.savedCompositionState:Z
            invokevirtual sun.awt.X11InputMethod.setCompositionEnabled:(Z)V
         2: .line 297
            goto 5
      StackMap locals:
      StackMap stack: java.lang.UnsupportedOperationException
         3: pop
         4: .line 298
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.compositionEnableSupported:Z
         5: .line 301
      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

  private boolean getCompositionState();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 309
            iconst_0
            istore 1 /* compositionState */
        start local 1 // boolean compositionState
         1: .line 310
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.compositionEnableSupported:Z
            ifeq 6
         2: .line 312
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.isCompositionEnabled:()Z
            istore 1 /* compositionState */
         3: .line 313
            goto 6
      StackMap locals: sun.awt.X11InputMethod int
      StackMap stack: java.lang.UnsupportedOperationException
         4: pop
         5: .line 314
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.compositionEnableSupported:Z
         6: .line 317
      StackMap locals:
      StackMap stack:
            iload 1 /* compositionState */
            ireturn
        end local 1 // boolean compositionState
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lsun/awt/X11InputMethod;
            1    7     1  compositionState  Z
      Exception table:
        from    to  target  type
           2     3       4  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 324
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponentWindow:()Ljava/awt/Window;
            putfield sun.awt.X11InputMethod.clientComponentWindow:Ljava/awt/Container;
         1: .line 325
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.clientComponentWindow:Ljava/awt/Container;
            ifnonnull 3
         2: .line 326
            return
         3: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            ifnull 8
         4: .line 329
            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 330
            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 331
            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 330
            invokevirtual sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.pData:J
            lconst_0
            lcmp
            ifne 12
         9: .line 336
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.createXIC:()Z
            ifne 11
        10: .line 337
            return
        11: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.disposed:Z
        12: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXICifneeded:()V
        13: .line 345
            aconst_null
            astore 1 /* lastXICFocussedComponentPeer */
        start local 1 // java.awt.peer.ComponentPeer lastXICFocussedComponentPeer
        14: .line 346
            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 348
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            ifnull 17
        16: .line 349
            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 356
      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 357
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.isLastXICActive:Z
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            if_icmpeq 25
        19: .line 358
      StackMap locals:
      StackMap stack:
            aload 1 /* lastXICFocussedComponentPeer */
            ifnull 21
        20: .line 359
            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 361
      StackMap locals:
      StackMap stack:
            aload 2 /* awtFocussedComponentPeer */
            ifnull 23
        22: .line 362
            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 364
      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 365
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
        25: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetCompositionState:()V
        26: .line 368
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11InputMethod.isActive:Z
        27: .line 369
            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;

  protected abstract boolean createXIC();
    descriptor: ()Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  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 377
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            istore 2 /* isAc */
        start local 2 // boolean isAc
         1: .line 396
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getCompositionState:()Z
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
         2: .line 398
            iload 1 /* isTemporary */
            ifeq 4
         3: .line 400
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.turnoffStatusWindow:()V
         4: .line 406
      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 407
            aload 0 /* this */
            iload 2 /* isAc */
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         6: .line 408
            aload 0 /* this */
            iload 1 /* isTemporary */
            putfield sun.awt.X11InputMethod.isLastTemporary:Z
         7: .line 409
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isActive:Z
         8: .line 410
            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 disableInputMethod();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 417
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            ifnull 7
         1: .line 418
            aload 0 /* this */
            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;
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.isLastXICActive:Z
            invokevirtual sun.awt.X11InputMethod.setXICFocus:(Ljava/awt/peer/ComponentPeer;ZZ)V
         2: .line 419
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         3: .line 420
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         4: .line 422
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXIC:()Ljava/lang/String;
            pop
         5: .line 423
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXICClient:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.clear:()V
         6: .line 424
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         7: .line 426
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/X11InputMethod;

  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 431
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11InputMethod;

  public static java.util.Map mapInputMethodHighlight(java.awt.im.InputMethodHighlight);
    descriptor: (Ljava/awt/im/InputMethodHighlight;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.awt.im.InputMethodHighlight highlight
         0: .line 438
            aload 0 /* highlight */
            invokevirtual java.awt.im.InputMethodHighlight.getState:()I
            istore 2 /* state */
        start local 2 // int state
         1: .line 439
            iload 2 /* state */
            ifne 4
         2: .line 440
            iconst_0
            istore 1 /* index */
        start local 1 // int index
         3: .line 441
            goto 8
        end local 1 // int index
      StackMap locals: java.awt.im.InputMethodHighlight top int
      StackMap stack:
         4: iload 2 /* state */
            iconst_1
            if_icmpne 7
         5: .line 442
            iconst_2
            istore 1 /* index */
        start local 1 // int index
         6: .line 443
            goto 8
        end local 1 // int index
         7: .line 444
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        start local 1 // int index
         8: .line 446
      StackMap locals: java.awt.im.InputMethodHighlight int int
      StackMap stack:
            aload 0 /* highlight */
            invokevirtual java.awt.im.InputMethodHighlight.isSelected:()Z
            ifeq 10
         9: .line 447
            iinc 1 /* index */ 1
        10: .line 449
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11InputMethod.highlightStyles:[Ljava/util/Map;
            iload 1 /* index */
            aaload
            areturn
        end local 2 // int state
        end local 1 // int index
        end local 0 // java.awt.im.InputMethodHighlight highlight
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0  highlight  Ljava/awt/im/InputMethodHighlight;
            3    4     1      index  I
            6    7     1      index  I
            8   11     1      index  I
            1   11     2      state  I
    MethodParameters:
           Name  Flags
      highlight  

  protected void setAWTFocussedComponent(java.awt.Component);
    descriptor: (Ljava/awt/Component;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // java.awt.Component component
         0: .line 456
            aload 1 /* component */
            ifnonnull 2
         1: .line 457
            return
         2: .line 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.isActive:Z
            ifeq 6
         3: .line 462
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            istore 2 /* ac */
        start local 2 // boolean ac
         4: .line 463
            aload 0 /* this */
            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;
            iconst_0
            iload 2 /* ac */
            invokevirtual sun.awt.X11InputMethod.setXICFocus:(Ljava/awt/peer/ComponentPeer;ZZ)V
         5: .line 464
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* component */
            invokevirtual sun.awt.X11InputMethod.getPeer:(Ljava/awt/Component;)Ljava/awt/peer/ComponentPeer;
            iconst_1
            iload 2 /* ac */
            invokevirtual sun.awt.X11InputMethod.setXICFocus:(Ljava/awt/peer/ComponentPeer;ZZ)V
        end local 2 // boolean ac
         6: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* component */
            putfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
         7: .line 467
            return
        end local 1 // java.awt.Component component
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/awt/X11InputMethod;
            0    8     1  component  Ljava/awt/Component;
            4    6     2         ac  Z
    MethodParameters:
           Name  Flags
      component  

  protected void stopListening();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 478
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.endComposition:()V
         1: .line 481
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.disableInputMethod:()V
         2: .line 482
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXIC:Z
            ifeq 6
         3: .line 483
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXIC:()Ljava/lang/String;
            pop
         4: .line 484
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXICClient:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.clear:()V
         5: .line 485
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         6: .line 487
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/awt/X11InputMethod;

  private java.awt.Window getClientComponentWindow();
    descriptor: ()Ljava/awt/Window;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 496
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponent:()Ljava/awt/Component;
            astore 1 /* client */
        start local 1 // java.awt.Component client
         1: .line 499
            aload 1 /* client */
            instanceof java.awt.Container
            ifeq 4
         2: .line 500
            aload 1 /* client */
            checkcast java.awt.Container
            astore 2 /* container */
        start local 2 // java.awt.Container container
         3: .line 501
            goto 7
        end local 2 // java.awt.Container container
         4: .line 502
      StackMap locals: java.awt.Component
      StackMap stack:
            aload 0 /* this */
            aload 1 /* client */
            invokevirtual sun.awt.X11InputMethod.getParent:(Ljava/awt/Component;)Ljava/awt/Container;
            astore 2 /* container */
        start local 2 // java.awt.Container container
         5: .line 505
            goto 7
         6: .line 506
      StackMap locals: java.awt.Container
      StackMap stack:
            aload 0 /* this */
            aload 2 /* container */
            invokevirtual sun.awt.X11InputMethod.getParent:(Ljava/awt/Component;)Ljava/awt/Container;
            astore 2 /* container */
         7: .line 505
      StackMap locals:
      StackMap stack:
            aload 2 /* container */
            ifnull 8
            aload 2 /* container */
            instanceof java.awt.Window
            ifeq 6
         8: .line 508
      StackMap locals:
      StackMap stack:
            aload 2 /* container */
            checkcast java.awt.Window
            areturn
        end local 2 // java.awt.Container container
        end local 1 // java.awt.Component client
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/awt/X11InputMethod;
            1    9     1     client  Ljava/awt/Component;
            3    4     2  container  Ljava/awt/Container;
            5    9     2  container  Ljava/awt/Container;

  protected abstract java.awt.Container getParent(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Container;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      client  

  protected abstract java.awt.peer.ComponentPeer getPeer(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/peer/ComponentPeer;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      client  

  protected abstract void awtLock();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract void awtUnlock();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  private void postInputMethodEvent(int, java.text.AttributedCharacterIterator, int, java.awt.font.TextHitInfo, java.awt.font.TextHitInfo, long);
    descriptor: (ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=10, args_size=7
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // int id
        start local 2 // java.text.AttributedCharacterIterator text
        start local 3 // int committedCharacterCount
        start local 4 // java.awt.font.TextHitInfo caret
        start local 5 // java.awt.font.TextHitInfo visiblePosition
        start local 6 // long when
         0: .line 538
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponent:()Ljava/awt/Component;
            astore 8 /* source */
        start local 8 // java.awt.Component source
         1: .line 539
            aload 8 /* source */
            ifnull 6
         2: .line 540
            new java.awt.event.InputMethodEvent
            dup
            aload 8 /* source */
         3: .line 541
            iload 1 /* id */
            lload 6 /* when */
            aload 2 /* text */
            iload 3 /* committedCharacterCount */
            aload 4 /* caret */
            aload 5 /* visiblePosition */
         4: .line 540
            invokespecial java.awt.event.InputMethodEvent.<init>:(Ljava/awt/Component;IJLjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)V
            astore 9 /* event */
        start local 9 // java.awt.event.InputMethodEvent event
         5: .line 542
            aload 8 /* source */
            invokestatic sun.awt.SunToolkit.targetToAppContext:(Ljava/lang/Object;)Lsun/awt/AppContext;
            aload 9 /* event */
            invokestatic sun.awt.SunToolkit.postEvent:(Lsun/awt/AppContext;Ljava/awt/AWTEvent;)V
        end local 9 // java.awt.event.InputMethodEvent event
         6: .line 544
      StackMap locals: java.awt.Component
      StackMap stack:
            return
        end local 8 // java.awt.Component source
        end local 6 // long when
        end local 5 // java.awt.font.TextHitInfo visiblePosition
        end local 4 // java.awt.font.TextHitInfo caret
        end local 3 // int committedCharacterCount
        end local 2 // java.text.AttributedCharacterIterator text
        end local 1 // int id
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    7     0                     this  Lsun/awt/X11InputMethod;
            0    7     1                       id  I
            0    7     2                     text  Ljava/text/AttributedCharacterIterator;
            0    7     3  committedCharacterCount  I
            0    7     4                    caret  Ljava/awt/font/TextHitInfo;
            0    7     5          visiblePosition  Ljava/awt/font/TextHitInfo;
            0    7     6                     when  J
            1    7     8                   source  Ljava/awt/Component;
            5    6     9                    event  Ljava/awt/event/InputMethodEvent;
    MethodParameters:
                         Name  Flags
      id                       
      text                     
      committedCharacterCount  
      caret                    
      visiblePosition          
      when                     

  private void postInputMethodEvent(int, java.text.AttributedCharacterIterator, int, java.awt.font.TextHitInfo, java.awt.font.TextHitInfo);
    descriptor: (ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // int id
        start local 2 // java.text.AttributedCharacterIterator text
        start local 3 // int committedCharacterCount
        start local 4 // java.awt.font.TextHitInfo caret
        start local 5 // java.awt.font.TextHitInfo visiblePosition
         0: .line 551
            aload 0 /* this */
            iload 1 /* id */
            aload 2 /* text */
            iload 3 /* committedCharacterCount */
         1: .line 552
            aload 4 /* caret */
            aload 5 /* visiblePosition */
            invokestatic java.awt.EventQueue.getMostRecentEventTime:()J
         2: .line 551
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
         3: .line 553
            return
        end local 5 // java.awt.font.TextHitInfo visiblePosition
        end local 4 // java.awt.font.TextHitInfo caret
        end local 3 // int committedCharacterCount
        end local 2 // java.text.AttributedCharacterIterator text
        end local 1 // int id
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    4     0                     this  Lsun/awt/X11InputMethod;
            0    4     1                       id  I
            0    4     2                     text  Ljava/text/AttributedCharacterIterator;
            0    4     3  committedCharacterCount  I
            0    4     4                    caret  Ljava/awt/font/TextHitInfo;
            0    4     5          visiblePosition  Ljava/awt/font/TextHitInfo;
    MethodParameters:
                         Name  Flags
      id                       
      text                     
      committedCharacterCount  
      caret                    
      visiblePosition          

  void dispatchCommittedText(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)V
    flags: (0x0000) 
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // java.lang.String str
        start local 2 // long when
         0: .line 567
            aload 1 /* str */
            ifnonnull 2
         1: .line 568
            return
         2: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 12
         3: .line 571
            new java.text.AttributedString
            dup
            aload 1 /* str */
            invokespecial java.text.AttributedString.<init>:(Ljava/lang/String;)V
            astore 4 /* attrstr */
        start local 4 // java.text.AttributedString attrstr
         4: .line 572
            aload 0 /* this */
            sipush 1100
         5: .line 573
            aload 4 /* attrstr */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
         6: .line 574
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
         7: .line 575
            aconst_null
         8: .line 576
            aconst_null
         9: .line 577
            lload 2 /* when */
        10: .line 572
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        end local 4 // java.text.AttributedString attrstr
        11: .line 578
            goto 13
        12: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* str */
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        13: .line 583
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long when
        end local 1 // java.lang.String str
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lsun/awt/X11InputMethod;
            0   14     1      str  Ljava/lang/String;
            0   14     2     when  J
            4   11     4  attrstr  Ljava/text/AttributedString;
    MethodParameters:
      Name  Flags
      str   
      when  

  private void dispatchCommittedText(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // java.lang.String str
         0: .line 586
            aload 0 /* this */
            aload 1 /* str */
            invokestatic java.awt.EventQueue.getMostRecentEventTime:()J
            invokevirtual sun.awt.X11InputMethod.dispatchCommittedText:(Ljava/lang/String;J)V
         1: .line 587
            return
        end local 1 // java.lang.String str
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11InputMethod;
            0    2     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  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 608
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifeq 2
         1: .line 609
            return
         2: .line 613
      StackMap locals:
      StackMap stack:
            aload 1 /* chgText */
            ifnonnull 10
         3: .line 614
            aload 2 /* chgStyles */
            ifnonnull 10
         4: .line 615
            iload 3 /* chgOffset */
            ifne 10
         5: .line 616
            iload 4 /* chgLength */
            ifne 10
         6: .line 617
            iload 5 /* caretPosition */
            ifne 10
         7: .line 618
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 10
         8: .line 619
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnonnull 10
         9: .line 620
            return
        10: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 13
        11: .line 624
            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 625
            aload 0 /* this */
            new sun.awt.X11InputMethod$IntBuffer
            dup
            aload 0 /* this */
            bipush 64
            invokespecial sun.awt.X11InputMethod$IntBuffer.<init>:(Lsun/awt/X11InputMethod;I)V
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
        13: .line 627
      StackMap locals:
      StackMap stack:
            iload 4 /* chgLength */
            ifle 31
        14: .line 628
            aload 1 /* chgText */
            ifnonnull 17
            aload 2 /* chgStyles */
            ifnull 17
        15: .line 629
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            iload 3 /* chgOffset */
            aload 2 /* chgStyles */
            invokevirtual sun.awt.X11InputMethod$IntBuffer.replace:(I[I)V
        16: .line 630
            goto 31
        17: .line 631
      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 634
            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 635
            aload 0 /* this */
            new sun.awt.X11InputMethod$IntBuffer
            dup
            aload 0 /* this */
            bipush 64
            invokespecial sun.awt.X11InputMethod$IntBuffer.<init>:(Lsun/awt/X11InputMethod;I)V
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
        20: .line 636
            goto 31
        21: .line 637
      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 638
            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 640
            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 641
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.length:()I
        25: .line 640
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 8 /* text */
        start local 8 // java.lang.String text
        26: .line 642
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            iload 3 /* chgOffset */
            invokevirtual java.lang.StringBuffer.setLength:(I)V
        27: .line 643
            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 644
            goto 30
        29: .line 647
      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 649
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            iload 3 /* chgOffset */
            iload 4 /* chgLength */
            invokevirtual sun.awt.X11InputMethod$IntBuffer.remove:(II)V
        31: .line 654
      StackMap locals:
      StackMap stack:
            aload 1 /* chgText */
            ifnull 35
        32: .line 655
            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 656
            aload 2 /* chgStyles */
            ifnull 35
        34: .line 657
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            iload 3 /* chgOffset */
            aload 2 /* chgStyles */
            invokevirtual sun.awt.X11InputMethod$IntBuffer.insert:(I[I)V
        35: .line 660
      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 661
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        37: .line 662
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
        38: .line 667
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnull 42
        39: .line 668
            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 669
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        41: .line 670
            return
        42: .line 675
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 1100
        43: .line 676
            aconst_null
        44: .line 677
            iconst_0
        45: .line 678
            aconst_null
        46: .line 679
            aconst_null
        47: .line 680
            lload 6 /* when */
        48: .line 675
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        49: .line 682
            return
        50: .line 691
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnull 55
        51: .line 692
            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 693
            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 694
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        54: .line 695
            goto 57
        end local 9 // java.text.AttributedString inputText
        end local 8 // int composedOffset
        55: .line 696
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* composedOffset */
        start local 8 // int composedOffset
        56: .line 697
            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 702
      StackMap locals: int java.text.AttributedString
      StackMap stack:
            iconst_0
            istore 12 /* startOffset */
        start local 12 // int startOffset
        58: .line 704
            iconst_0
            istore 14 /* visiblePosition */
        start local 14 // int visiblePosition
        59: .line 705
            aconst_null
            astore 15 /* visiblePositionInfo */
        start local 15 // java.awt.font.TextHitInfo visiblePositionInfo
        60: .line 707
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.rewind:()V
        61: .line 708
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.getNext:()I
            istore 10 /* currentFeedback */
        start local 10 // int currentFeedback
        62: .line 709
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.unget:()V
        63: .line 710
            goto 82
        start local 11 // int nextFeedback
        64: .line 711
      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 712
            iload 11 /* nextFeedback */
            sipush 1792
            iand
            istore 14 /* visiblePosition */
        66: .line 713
            iload 14 /* visiblePosition */
            ifeq 71
        67: .line 714
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.getOffset:()I
            iconst_1
            isub
            istore 16 /* index */
        start local 16 // int index
        68: .line 716
            iload 14 /* visiblePosition */
            sipush 512
            if_icmpne 70
        69: .line 717
            iload 16 /* index */
            invokestatic java.awt.font.TextHitInfo.leading:(I)Ljava/awt/font/TextHitInfo;
            astore 15 /* visiblePositionInfo */
            goto 71
        70: .line 719
      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 722
      StackMap locals:
      StackMap stack:
            iload 11 /* nextFeedback */
            sipush -1793
            iand
            istore 11 /* nextFeedback */
        72: .line 723
            iload 10 /* currentFeedback */
            iload 11 /* nextFeedback */
            if_icmpeq 82
        73: .line 724
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.unget:()V
        74: .line 725
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.getOffset:()I
            istore 13 /* currentOffset */
        start local 13 // int currentOffset
        75: .line 726
            aload 9 /* inputText */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_HIGHLIGHT:Ljava/awt/font/TextAttribute;
        76: .line 727
            aload 0 /* this */
            iload 10 /* currentFeedback */
            invokevirtual sun.awt.X11InputMethod.convertVisualFeedbackToHighlight:(I)Ljava/awt/im/InputMethodHighlight;
        77: .line 728
            iload 8 /* composedOffset */
            iload 12 /* startOffset */
            iadd
        78: .line 729
            iload 8 /* composedOffset */
            iload 13 /* currentOffset */
            iadd
        79: .line 726
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        80: .line 730
            iload 13 /* currentOffset */
            istore 12 /* startOffset */
        81: .line 731
            iload 11 /* nextFeedback */
            istore 10 /* currentFeedback */
        end local 13 // int currentOffset
        end local 11 // int nextFeedback
        82: .line 710
      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/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.getNext:()I
            dup
            istore 11 /* nextFeedback */
        start local 11 // int nextFeedback
        83: iconst_m1
            if_icmpne 64
        84: .line 734
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.getOffset:()I
            istore 13 /* currentOffset */
        start local 13 // int currentOffset
        85: .line 735
            iload 13 /* currentOffset */
            iflt 91
        86: .line 736
            aload 9 /* inputText */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_HIGHLIGHT:Ljava/awt/font/TextAttribute;
        87: .line 737
            aload 0 /* this */
            iload 10 /* currentFeedback */
            invokevirtual sun.awt.X11InputMethod.convertVisualFeedbackToHighlight:(I)Ljava/awt/im/InputMethodHighlight;
        88: .line 738
            iload 8 /* composedOffset */
            iload 12 /* startOffset */
            iadd
        89: .line 739
            iload 8 /* composedOffset */
            iload 13 /* currentOffset */
            iadd
        90: .line 736
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        91: .line 742
      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 743
            aload 9 /* inputText */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
        93: .line 744
            iload 8 /* composedOffset */
        94: .line 745
            iload 5 /* caretPosition */
            invokestatic java.awt.font.TextHitInfo.leading:(I)Ljava/awt/font/TextHitInfo;
        95: .line 746
            aload 15 /* visiblePositionInfo */
        96: .line 747
            lload 6 /* when */
        97: .line 742
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        98: .line 748
            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           

  void flushText();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=8, locals=3, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 760
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
         2: astore 1 /* flush */
        start local 1 // java.lang.String flush
         3: .line 761
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnull 5
         4: .line 762
            new java.lang.StringBuilder
            dup
            aload 1 /* flush */
            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.StringBuffer.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* flush */
         5: .line 765
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* flush */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
         6: .line 766
            new java.text.AttributedString
            dup
            aload 1 /* flush */
            invokespecial java.text.AttributedString.<init>:(Ljava/lang/String;)V
            astore 2 /* attrstr */
        start local 2 // java.text.AttributedString attrstr
         7: .line 767
            aload 0 /* this */
            sipush 1100
         8: .line 768
            aload 2 /* attrstr */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
         9: .line 769
            aload 1 /* flush */
            invokevirtual java.lang.String.length:()I
        10: .line 770
            aconst_null
        11: .line 771
            aconst_null
        12: .line 772
            invokestatic java.awt.EventQueue.getMostRecentEventTime:()J
        13: .line 767
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        14: .line 773
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        15: .line 774
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        end local 2 // java.text.AttributedString attrstr
        16: .line 776
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String flush
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lsun/awt/X11InputMethod;
            3   17     1    flush  Ljava/lang/String;
            7   16     2  attrstr  Ljava/text/AttributedString;

  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 783
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.disposeXIC:()V
         1: .line 784
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtLock:()V
         2: .line 785
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
         3: .line 786
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
         4: .line 787
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
         5: .line 788
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtUnlock:()V
         6: .line 789
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
         7: .line 790
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         8: .line 791
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/awt/X11InputMethod;

  public final void dispose();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 799
            iconst_0
            istore 1 /* call_disposeImpl */
        start local 1 // boolean call_disposeImpl
         1: .line 801
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifne 9
         2: .line 802
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         3: .line 803
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifne 5
         4: .line 804
            aload 0 /* this */
            iconst_1
            dup
            istore 1 /* call_disposeImpl */
            putfield sun.awt.X11InputMethod.disposed:Z
         5: .line 802
      StackMap locals: int sun.awt.X11InputMethod
      StackMap stack:
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 809
      StackMap locals:
      StackMap stack:
            iload 1 /* call_disposeImpl */
            ifeq 11
        10: .line 810
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.disposeImpl:()V
        11: .line 812
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean call_disposeImpl
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Lsun/awt/X11InputMethod;
            1   12     1  call_disposeImpl  Z
      Exception table:
        from    to  target  type
           3     6       7  any
           7     8       7  any

  public java.lang.Object getControlObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 820
            aconst_null
            areturn
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11InputMethod;

  public synchronized void removeNotify();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 827
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.dispose:()V
         1: .line 828
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     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 842
            aload 0 /* this */
            iload 1 /* enable */
            invokevirtual sun.awt.X11InputMethod.setCompositionEnabledNative:(Z)Z
            ifeq 2
         1: .line 843
            aload 0 /* this */
            iload 1 /* enable */
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
         2: .line 845
      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  

  public boolean isCompositionEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 856
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.isCompositionEnabledNative:()Z
            ireturn
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11InputMethod;

  public void endComposition();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 873
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifeq 2
         1: .line 874
            return
         2: .line 879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getCompositionState:()Z
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
         3: .line 880
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            istore 1 /* active */
        start local 1 // boolean active
         4: .line 881
            iload 1 /* active */
            ifeq 8
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 8
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnonnull 8
         5: .line 882
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         6: .line 883
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponent:()Ljava/awt/Component;
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield sun.awt.X11InputMethod.needResetXICClient:Ljava/lang/ref/WeakReference;
         7: .line 884
            return
         8: .line 887
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXIC:()Ljava/lang/String;
            astore 2 /* text */
        start local 2 // java.lang.String text
         9: .line 890
            iload 1 /* active */
            ifeq 11
        10: .line 891
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
        11: .line 900
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtLock:()V
        12: .line 901
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        13: .line 902
            aload 0 /* this */
            sipush 1100
        14: .line 903
            aconst_null
        15: .line 904
            iconst_0
        16: .line 905
            aconst_null
        17: .line 906
            aconst_null
        18: .line 902
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)V
        19: .line 908
            aload 2 /* text */
            ifnull 21
            aload 2 /* text */
            invokevirtual java.lang.String.length:()I
            ifle 21
        20: .line 909
            aload 0 /* this */
            aload 2 /* text */
            invokevirtual sun.awt.X11InputMethod.dispatchCommittedText:(Ljava/lang/String;)V
        21: .line 911
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtUnlock:()V
        22: .line 914
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.savedCompositionState:Z
            ifeq 24
        23: .line 915
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetCompositionState:()V
        24: .line 917
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String text
        end local 1 // boolean active
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lsun/awt/X11InputMethod;
            4   25     1  active  Z
            9   25     2    text  Ljava/lang/String;

  public java.lang.String getNativeInputMethodInfo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 936
            ldc "XMODIFIERS"
            invokestatic java.lang.System.getenv:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* xmodifiers */
        start local 1 // java.lang.String xmodifiers
         1: .line 937
            aconst_null
            astore 2 /* imInfo */
        start local 2 // java.lang.String imInfo
         2: .line 940
            aload 1 /* xmodifiers */
            ifnull 7
         3: .line 941
            aload 1 /* xmodifiers */
            ldc "@im="
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            istore 3 /* imIndex */
        start local 3 // int imIndex
         4: .line 942
            iload 3 /* imIndex */
            iconst_m1
            if_icmpeq 30
         5: .line 943
            aload 1 /* xmodifiers */
            iload 3 /* imIndex */
            iconst_4
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 2 /* imInfo */
        end local 3 // int imIndex
         6: .line 945
            goto 30
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
         7: ldc "os.name"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            ldc "SunOS"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 30
         8: .line 946
            new java.io.File
            dup
            new java.lang.StringBuilder
            dup
            ldc "user.home"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         9: .line 947
            ldc "/.dtprofile"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 946
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 3 /* dtprofile */
        start local 3 // java.io.File dtprofile
        11: .line 948
            aconst_null
            astore 4 /* languageEngineInfo */
        start local 4 // java.lang.String languageEngineInfo
        12: .line 950
            new java.io.BufferedReader
            dup
            new java.io.FileReader
            dup
            aload 3 /* dtprofile */
            invokespecial java.io.FileReader.<init>:(Ljava/io/File;)V
            invokespecial java.io.BufferedReader.<init>:(Ljava/io/Reader;)V
            astore 5 /* br */
        start local 5 // java.io.BufferedReader br
        13: .line 951
            aconst_null
            astore 6 /* line */
        start local 6 // java.lang.String line
        14: .line 953
            goto 24
        15: .line 954
      StackMap locals: sun.awt.X11InputMethod java.lang.String java.lang.String java.io.File java.lang.String java.io.BufferedReader java.lang.String
      StackMap stack:
            aload 6 /* line */
            ldc "atok"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifne 16
            aload 6 /* line */
            ldc "wnn"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 24
        16: .line 955
      StackMap locals:
      StackMap stack:
            new java.util.StringTokenizer
            dup
            aload 6 /* line */
            invokespecial java.util.StringTokenizer.<init>:(Ljava/lang/String;)V
            astore 7 /* tokens */
        start local 7 // java.util.StringTokenizer tokens
        17: .line 956
            goto 23
        18: .line 957
      StackMap locals: java.util.StringTokenizer
      StackMap stack:
            aload 7 /* tokens */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            astore 8 /* token */
        start local 8 // java.lang.String token
        19: .line 958
            ldc "atok.*setup"
            aload 8 /* token */
            invokestatic java.util.regex.Pattern.matches:(Ljava/lang/String;Ljava/lang/CharSequence;)Z
            ifne 21
        20: .line 959
            ldc "wnn.*setup"
            aload 8 /* token */
            invokestatic java.util.regex.Pattern.matches:(Ljava/lang/String;Ljava/lang/CharSequence;)Z
            ifeq 23
        21: .line 960
      StackMap locals: java.lang.String
      StackMap stack:
            aload 8 /* token */
            iconst_0
            aload 8 /* token */
            ldc "setup"
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 4 /* languageEngineInfo */
        22: .line 961
            goto 24
        end local 8 // java.lang.String token
        23: .line 956
      StackMap locals:
      StackMap stack:
            aload 7 /* tokens */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            ifne 18
        end local 7 // java.util.StringTokenizer tokens
        24: .line 953
      StackMap locals:
      StackMap stack:
            aload 4 /* languageEngineInfo */
            ifnonnull 25
            aload 5 /* br */
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            dup
            astore 6 /* line */
            ifnonnull 15
        25: .line 967
      StackMap locals:
      StackMap stack:
            aload 5 /* br */
            invokevirtual java.io.BufferedReader.close:()V
        end local 6 // java.lang.String line
        end local 5 // java.io.BufferedReader br
        26: .line 968
            goto 29
      StackMap locals: sun.awt.X11InputMethod java.lang.String java.lang.String java.io.File java.lang.String
      StackMap stack: java.io.IOException
        27: astore 5 /* ioex */
        start local 5 // java.io.IOException ioex
        28: .line 971
            aload 5 /* ioex */
            invokevirtual java.io.IOException.printStackTrace:()V
        end local 5 // java.io.IOException ioex
        29: .line 974
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "htt "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* languageEngineInfo */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* imInfo */
        end local 4 // java.lang.String languageEngineInfo
        end local 3 // java.io.File dtprofile
        30: .line 977
      StackMap locals:
      StackMap stack:
            aload 2 /* imInfo */
            areturn
        end local 2 // java.lang.String imInfo
        end local 1 // java.lang.String xmodifiers
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   31     0                this  Lsun/awt/X11InputMethod;
            1   31     1          xmodifiers  Ljava/lang/String;
            2   31     2              imInfo  Ljava/lang/String;
            4    6     3             imIndex  I
           11   30     3           dtprofile  Ljava/io/File;
           12   30     4  languageEngineInfo  Ljava/lang/String;
           13   26     5                  br  Ljava/io/BufferedReader;
           14   26     6                line  Ljava/lang/String;
           17   24     7              tokens  Ljava/util/StringTokenizer;
           19   23     8               token  Ljava/lang/String;
           28   29     5                ioex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          12    26      27  Class java.io.IOException

  private java.awt.im.InputMethodHighlight convertVisualFeedbackToHighlight(int);
    descriptor: (I)Ljava/awt/im/InputMethodHighlight;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // int feedback
         0: .line 988
            iload 1 /* feedback */
            lookupswitch { // 6
                    1: 3
                    2: 1
                    4: 5
                   32: 7
                   64: 9
                  128: 11
              default: 13
          }
         1: .line 990
      StackMap locals:
      StackMap stack:
            getstatic java.awt.im.InputMethodHighlight.UNSELECTED_CONVERTED_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
            astore 2 /* highlight */
        start local 2 // java.awt.im.InputMethodHighlight highlight
         2: .line 991
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         3: .line 993
      StackMap locals:
      StackMap stack:
            getstatic java.awt.im.InputMethodHighlight.SELECTED_CONVERTED_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
            astore 2 /* highlight */
        start local 2 // java.awt.im.InputMethodHighlight highlight
         4: .line 994
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         5: .line 996
      StackMap locals:
      StackMap stack:
            getstatic java.awt.im.InputMethodHighlight.SELECTED_RAW_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
            astore 2 /* highlight */
        start local 2 // java.awt.im.InputMethodHighlight highlight
         6: .line 997
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         7: .line 999
      StackMap locals:
      StackMap stack:
            getstatic java.awt.im.InputMethodHighlight.UNSELECTED_CONVERTED_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
            astore 2 /* highlight */
        start local 2 // java.awt.im.InputMethodHighlight highlight
         8: .line 1000
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         9: .line 1002
      StackMap locals:
      StackMap stack:
            getstatic java.awt.im.InputMethodHighlight.SELECTED_CONVERTED_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
            astore 2 /* highlight */
        start local 2 // java.awt.im.InputMethodHighlight highlight
        10: .line 1003
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
        11: .line 1005
      StackMap locals:
      StackMap stack:
            getstatic java.awt.im.InputMethodHighlight.SELECTED_RAW_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
            astore 2 /* highlight */
        start local 2 // java.awt.im.InputMethodHighlight highlight
        12: .line 1006
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
        13: .line 1008
      StackMap locals:
      StackMap stack:
            getstatic java.awt.im.InputMethodHighlight.SELECTED_RAW_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
            astore 2 /* highlight */
        start local 2 // java.awt.im.InputMethodHighlight highlight
        14: .line 1011
      StackMap locals: java.awt.im.InputMethodHighlight
      StackMap stack:
            aload 2 /* highlight */
            areturn
        end local 2 // java.awt.im.InputMethodHighlight highlight
        end local 1 // int feedback
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lsun/awt/X11InputMethod;
            0   15     1   feedback  I
            2    3     2  highlight  Ljava/awt/im/InputMethodHighlight;
            4    5     2  highlight  Ljava/awt/im/InputMethodHighlight;
            6    7     2  highlight  Ljava/awt/im/InputMethodHighlight;
            8    9     2  highlight  Ljava/awt/im/InputMethodHighlight;
           10   11     2  highlight  Ljava/awt/im/InputMethodHighlight;
           12   13     2  highlight  Ljava/awt/im/InputMethodHighlight;
           14   15     2  highlight  Ljava/awt/im/InputMethodHighlight;
    MethodParameters:
          Name  Flags
      feedback  

  protected native java.lang.String resetXIC();
    descriptor: ()Ljava/lang/String;
    flags: (0x0104) ACC_PROTECTED, ACC_NATIVE

  private native void disposeXIC();
    descriptor: ()V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE

  private native boolean setCompositionEnabledNative(boolean);
    descriptor: (Z)Z
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
        Name  Flags
      enable  

  private native boolean isCompositionEnabledNative();
    descriptor: ()Z
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE

  private native void turnoffStatusWindow();
    descriptor: ()V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
}
SourceFile: "X11InputMethod.java"
NestMembers:
  sun.awt.X11InputMethod$IntBuffer
InnerClasses:
  public Subset = java.lang.Character$Subset of java.lang.Character
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  private final IntBuffer = sun.awt.X11InputMethod$IntBuffer of sun.awt.X11InputMethod
  public final Level = sun.util.logging.PlatformLogger$Level of sun.util.logging.PlatformLogger