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<java.awt.font.TextAttribute, ?>[] highlightStyles;
    descriptor: [Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: [Ljava/util/Map<Ljava/awt/font/TextAttribute;*>;

  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 65
            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 88
            iconst_0
            putstatic sun.awt.X11InputMethod.isXIMOpened:Z
         2: .line 133
            iconst_4
            anewarray java.util.Map
            astore 0 /* styles */
        start local 0 // java.util.Map[] styles
         3: .line 137
            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 138
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.WEIGHT:Ljava/awt/font/TextAttribute;
            getstatic java.awt.font.TextAttribute.WEIGHT_BOLD:Ljava/lang/Float;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 139
            aload 0 /* styles */
            iconst_0
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
         6: .line 142
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
         7: .line 143
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.SWAP_COLORS:Ljava/awt/font/TextAttribute;
            getstatic java.awt.font.TextAttribute.SWAP_COLORS_ON:Ljava/lang/Boolean;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 144
            aload 0 /* styles */
            iconst_1
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
         9: .line 147
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
        10: .line 148
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_UNDERLINE:Ljava/awt/font/TextAttribute;
        11: .line 149
            getstatic java.awt.font.TextAttribute.UNDERLINE_LOW_ONE_PIXEL:Ljava/lang/Integer;
        12: .line 148
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 150
            aload 0 /* styles */
            iconst_2
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
        14: .line 153
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
        15: .line 154
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.SWAP_COLORS:Ljava/awt/font/TextAttribute;
            getstatic java.awt.font.TextAttribute.SWAP_COLORS_ON:Ljava/lang/Boolean;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 155
            aload 0 /* styles */
            iconst_3
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
        17: .line 157
            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
        18: .line 161
            invokestatic sun.awt.X11InputMethod.initIDs:()V
        19: .line 1007
            return
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            3   18     0  styles  [Ljava/util/Map;
            4   18     1     map  Ljava/util/HashMap<Ljava/awt/font/TextAttribute;Ljava/lang/Object;>;

  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 176
            aload 0 /* this */
            invokespecial sun.awt.im.InputMethodAdapter.<init>:()V
         1: .line 89
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.clientComponentWindow:Ljava/awt/Container;
         2: .line 90
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
         3: .line 91
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         4: .line 92
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         5: .line 93
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isLastTemporary:Z
         6: .line 94
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isActive:Z
         7: .line 95
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isActiveClient:Z
         8: .line 97
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.disposed:Z
         9: .line 100
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
        10: .line 101
            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 108
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11InputMethod.compositionEnableSupported:Z
        12: .line 117
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
        13: .line 121
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        14: .line 122
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        15: .line 128
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11InputMethod.pData:J
        16: .line 178
            aload 0 /* this */
            invokestatic sun.awt.X11InputMethodDescriptor.getSupportedLocale:()Ljava/util/Locale;
            putfield sun.awt.X11InputMethod.locale:Ljava/util/Locale;
        17: .line 179
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.initXIM:()Z
            ifne 19
        18: .line 180
            new java.awt.AWTException
            dup
            ldc "Cannot open X Input Method"
            invokespecial java.awt.AWTException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 182
      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 186
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.dispose:()V
         1: .line 187
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         2: .line 188
            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 195
            getstatic sun.awt.X11InputMethod.isXIMOpened:Z
            ifne 2
         1: .line 196
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.openXIM:()Z
            putstatic sun.awt.X11InputMethod.isXIMOpened:Z
         2: .line 197
      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 203
            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 215
            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 225
            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 226
            iconst_1
            ireturn
         2: .line 229
      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 230
      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 231
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 233
      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 240
            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 249
            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 259
            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 267
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXIC:Z
            ifeq 7
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            ifeq 7
         1: .line 268
            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 269
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXIC:()Ljava/lang/String;
            pop
         3: .line 272
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         4: .line 273
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         5: .line 275
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXICClient:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.clear:()V
         6: .line 276
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         7: .line 278
      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 284
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.compositionEnableSupported:Z
            ifeq 5
         1: .line 288
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.savedCompositionState:Z
            invokevirtual sun.awt.X11InputMethod.setCompositionEnabled:(Z)V
         2: .line 289
            goto 5
      StackMap locals:
      StackMap stack: java.lang.UnsupportedOperationException
         3: pop
         4: .line 290
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.compositionEnableSupported:Z
         5: .line 293
      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 301
            iconst_0
            istore 1 /* compositionState */
        start local 1 // boolean compositionState
         1: .line 302
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.compositionEnableSupported:Z
            ifeq 6
         2: .line 304
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.isCompositionEnabled:()Z
            istore 1 /* compositionState */
         3: .line 305
            goto 6
      StackMap locals: sun.awt.X11InputMethod int
      StackMap stack: java.lang.UnsupportedOperationException
         4: pop
         5: .line 306
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.compositionEnableSupported:Z
         6: .line 309
      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 316
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponentWindow:()Ljava/awt/Window;
            putfield sun.awt.X11InputMethod.clientComponentWindow:Ljava/awt/Container;
         1: .line 317
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.clientComponentWindow:Ljava/awt/Container;
            ifnonnull 3
         2: .line 318
            return
         3: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            ifnull 8
         4: .line 321
            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 322
            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 323
            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 322
            invokevirtual sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.pData:J
            lconst_0
            lcmp
            ifne 12
         9: .line 328
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.createXIC:()Z
            ifne 11
        10: .line 329
            return
        11: .line 331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.disposed:Z
        12: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXICifneeded:()V
        13: .line 337
            aconst_null
            astore 1 /* lastXICFocussedComponentPeer */
        start local 1 // java.awt.peer.ComponentPeer lastXICFocussedComponentPeer
        14: .line 338
            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 340
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            ifnull 17
        16: .line 341
            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 348
      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 349
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.isLastXICActive:Z
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            if_icmpeq 25
        19: .line 350
      StackMap locals:
      StackMap stack:
            aload 1 /* lastXICFocussedComponentPeer */
            ifnull 21
        20: .line 351
            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 353
      StackMap locals:
      StackMap stack:
            aload 2 /* awtFocussedComponentPeer */
            ifnull 23
        22: .line 354
            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 356
      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 357
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
        25: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetCompositionState:()V
        26: .line 360
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11InputMethod.isActive:Z
        27: .line 361
            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 369
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            istore 2 /* isAc */
        start local 2 // boolean isAc
         1: .line 388
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getCompositionState:()Z
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
         2: .line 390
            iload 1 /* isTemporary */
            ifeq 4
         3: .line 392
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.turnoffStatusWindow:()V
         4: .line 398
      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 399
            aload 0 /* this */
            iload 2 /* isAc */
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         6: .line 400
            aload 0 /* this */
            iload 1 /* isTemporary */
            putfield sun.awt.X11InputMethod.isLastTemporary:Z
         7: .line 401
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isActive:Z
         8: .line 402
            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 409
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            ifnull 7
         1: .line 410
            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 411
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         3: .line 412
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         4: .line 414
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXIC:()Ljava/lang/String;
            pop
         5: .line 415
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXICClient:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.clear:()V
         6: .line 416
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         7: .line 418
      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 423
            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<java.awt.font.TextAttribute, ?> 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 430
            aload 0 /* highlight */
            invokevirtual java.awt.im.InputMethodHighlight.getState:()I
            istore 2 /* state */
        start local 2 // int state
         1: .line 431
            iload 2 /* state */
            ifne 4
         2: .line 432
            iconst_0
            istore 1 /* index */
        start local 1 // int index
         3: .line 433
            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 434
            iconst_2
            istore 1 /* index */
        start local 1 // int index
         6: .line 435
            goto 8
        end local 1 // int index
         7: .line 436
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        start local 1 // int index
         8: .line 438
      StackMap locals: java.awt.im.InputMethodHighlight int int
      StackMap stack:
            aload 0 /* highlight */
            invokevirtual java.awt.im.InputMethodHighlight.isSelected:()Z
            ifeq 10
         9: .line 439
            iinc 1 /* index */ 1
        10: .line 441
      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
    Signature: (Ljava/awt/im/InputMethodHighlight;)Ljava/util/Map<Ljava/awt/font/TextAttribute;*>;
    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 448
            aload 1 /* component */
            ifnonnull 2
         1: .line 449
            return
         2: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.isActive:Z
            ifeq 6
         3: .line 454
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            istore 2 /* ac */
        start local 2 // boolean ac
         4: .line 455
            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 456
            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 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* component */
            putfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
         7: .line 459
            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 470
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.endComposition:()V
         1: .line 473
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.disableInputMethod:()V
         2: .line 474
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXIC:Z
            ifeq 6
         3: .line 475
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXIC:()Ljava/lang/String;
            pop
         4: .line 476
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXICClient:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.clear:()V
         5: .line 477
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         6: .line 479
      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 488
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponent:()Ljava/awt/Component;
            astore 1 /* client */
        start local 1 // java.awt.Component client
         1: .line 491
            aload 1 /* client */
            instanceof java.awt.Container
            ifeq 4
         2: .line 492
            aload 1 /* client */
            checkcast java.awt.Container
            astore 2 /* container */
        start local 2 // java.awt.Container container
         3: .line 493
            goto 7
        end local 2 // java.awt.Container container
         4: .line 494
      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 497
            goto 7
         6: .line 498
      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 497
      StackMap locals:
      StackMap stack:
            aload 2 /* container */
            ifnull 8
            aload 2 /* container */
            instanceof java.awt.Window
            ifeq 6
         8: .line 500
      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 530
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponent:()Ljava/awt/Component;
            astore 8 /* source */
        start local 8 // java.awt.Component source
         1: .line 531
            aload 8 /* source */
            ifnull 6
         2: .line 532
            new java.awt.event.InputMethodEvent
            dup
            aload 8 /* source */
         3: .line 533
            iload 1 /* id */
            lload 6 /* when */
            aload 2 /* text */
            iload 3 /* committedCharacterCount */
            aload 4 /* caret */
            aload 5 /* visiblePosition */
         4: .line 532
            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 534
            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 536
      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 543
            aload 0 /* this */
            iload 1 /* id */
            aload 2 /* text */
            iload 3 /* committedCharacterCount */
         1: .line 544
            aload 4 /* caret */
            aload 5 /* visiblePosition */
            invokestatic java.awt.EventQueue.getMostRecentEventTime:()J
         2: .line 543
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
         3: .line 545
            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 559
            aload 1 /* str */
            ifnonnull 2
         1: .line 560
            return
         2: .line 562
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 12
         3: .line 563
            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 564
            aload 0 /* this */
            sipush 1100
         5: .line 565
            aload 4 /* attrstr */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
         6: .line 566
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
         7: .line 567
            aconst_null
         8: .line 568
            aconst_null
         9: .line 569
            lload 2 /* when */
        10: .line 564
            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 570
            goto 13
        12: .line 573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* str */
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        13: .line 575
      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 578
            aload 0 /* this */
            aload 1 /* str */
            invokestatic java.awt.EventQueue.getMostRecentEventTime:()J
            invokevirtual sun.awt.X11InputMethod.dispatchCommittedText:(Ljava/lang/String;J)V
         1: .line 579
            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 600
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifeq 2
         1: .line 601
            return
         2: .line 605
      StackMap locals:
      StackMap stack:
            aload 1 /* chgText */
            ifnonnull 10
         3: .line 606
            aload 2 /* chgStyles */
            ifnonnull 10
         4: .line 607
            iload 3 /* chgOffset */
            ifne 10
         5: .line 608
            iload 4 /* chgLength */
            ifne 10
         6: .line 609
            iload 5 /* caretPosition */
            ifne 10
         7: .line 610
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 10
         8: .line 611
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnonnull 10
         9: .line 612
            return
        10: .line 614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 13
        11: .line 616
            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 617
            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 619
      StackMap locals:
      StackMap stack:
            iload 4 /* chgLength */
            ifle 31
        14: .line 620
            aload 1 /* chgText */
            ifnonnull 17
            aload 2 /* chgStyles */
            ifnull 17
        15: .line 621
            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 622
            goto 31
        17: .line 623
      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 626
            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 627
            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 628
            goto 31
        21: .line 629
      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 630
            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 632
            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 633
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.length:()I
        25: .line 632
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 8 /* text */
        start local 8 // java.lang.String text
        26: .line 634
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            iload 3 /* chgOffset */
            invokevirtual java.lang.StringBuffer.setLength:(I)V
        27: .line 635
            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 636
            goto 30
        29: .line 639
      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 641
      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 646
      StackMap locals:
      StackMap stack:
            aload 1 /* chgText */
            ifnull 35
        32: .line 647
            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 648
            aload 2 /* chgStyles */
            ifnull 35
        34: .line 649
            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 652
      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 653
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        37: .line 654
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
        38: .line 659
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnull 42
        39: .line 660
            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 661
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        41: .line 662
            return
        42: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 1100
        43: .line 668
            aconst_null
        44: .line 669
            iconst_0
        45: .line 670
            aconst_null
        46: .line 671
            aconst_null
        47: .line 672
            lload 6 /* when */
        48: .line 667
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        49: .line 674
            return
        50: .line 683
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnull 55
        51: .line 684
            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 685
            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 686
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        54: .line 687
            goto 57
        end local 9 // java.text.AttributedString inputText
        end local 8 // int composedOffset
        55: .line 688
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* composedOffset */
        start local 8 // int composedOffset
        56: .line 689
            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 694
      StackMap locals: int java.text.AttributedString
      StackMap stack:
            iconst_0
            istore 12 /* startOffset */
        start local 12 // int startOffset
        58: .line 696
            iconst_0
            istore 14 /* visiblePosition */
        start local 14 // int visiblePosition
        59: .line 697
            aconst_null
            astore 15 /* visiblePositionInfo */
        start local 15 // java.awt.font.TextHitInfo visiblePositionInfo
        60: .line 699
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.rewind:()V
        61: .line 700
            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 701
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.unget:()V
        63: .line 702
            goto 82
        start local 11 // int nextFeedback
        64: .line 703
      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 704
            iload 11 /* nextFeedback */
            sipush 1792
            iand
            istore 14 /* visiblePosition */
        66: .line 705
            iload 14 /* visiblePosition */
            ifeq 71
        67: .line 706
            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 708
            iload 14 /* visiblePosition */
            sipush 512
            if_icmpne 70
        69: .line 709
            iload 16 /* index */
            invokestatic java.awt.font.TextHitInfo.leading:(I)Ljava/awt/font/TextHitInfo;
            astore 15 /* visiblePositionInfo */
            goto 71
        70: .line 711
      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 714
      StackMap locals:
      StackMap stack:
            iload 11 /* nextFeedback */
            sipush -1793
            iand
            istore 11 /* nextFeedback */
        72: .line 715
            iload 10 /* currentFeedback */
            iload 11 /* nextFeedback */
            if_icmpeq 82
        73: .line 716
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.unget:()V
        74: .line 717
            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 718
            aload 9 /* inputText */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_HIGHLIGHT:Ljava/awt/font/TextAttribute;
        76: .line 719
            aload 0 /* this */
            iload 10 /* currentFeedback */
            invokevirtual sun.awt.X11InputMethod.convertVisualFeedbackToHighlight:(I)Ljava/awt/im/InputMethodHighlight;
        77: .line 720
            iload 8 /* composedOffset */
            iload 12 /* startOffset */
            iadd
        78: .line 721
            iload 8 /* composedOffset */
            iload 13 /* currentOffset */
            iadd
        79: .line 718
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        80: .line 722
            iload 13 /* currentOffset */
            istore 12 /* startOffset */
        81: .line 723
            iload 11 /* nextFeedback */
            istore 10 /* currentFeedback */
        end local 13 // int currentOffset
        end local 11 // int nextFeedback
        82: .line 702
      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 726
            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 727
            iload 13 /* currentOffset */
            iflt 91
        86: .line 728
            aload 9 /* inputText */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_HIGHLIGHT:Ljava/awt/font/TextAttribute;
        87: .line 729
            aload 0 /* this */
            iload 10 /* currentFeedback */
            invokevirtual sun.awt.X11InputMethod.convertVisualFeedbackToHighlight:(I)Ljava/awt/im/InputMethodHighlight;
        88: .line 730
            iload 8 /* composedOffset */
            iload 12 /* startOffset */
            iadd
        89: .line 731
            iload 8 /* composedOffset */
            iload 13 /* currentOffset */
            iadd
        90: .line 728
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        91: .line 734
      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 735
            aload 9 /* inputText */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
        93: .line 736
            iload 8 /* composedOffset */
        94: .line 737
            iload 5 /* caretPosition */
            invokestatic java.awt.font.TextHitInfo.leading:(I)Ljava/awt/font/TextHitInfo;
        95: .line 738
            aload 15 /* visiblePositionInfo */
        96: .line 739
            lload 6 /* when */
        97: .line 734
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        98: .line 740
            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 752
            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 753
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnull 5
         4: .line 754
            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 757
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* flush */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
         6: .line 758
            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 759
            aload 0 /* this */
            sipush 1100
         8: .line 760
            aload 2 /* attrstr */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
         9: .line 761
            aload 1 /* flush */
            invokevirtual java.lang.String.length:()I
        10: .line 762
            aconst_null
        11: .line 763
            aconst_null
        12: .line 764
            invokestatic java.awt.EventQueue.getMostRecentEventTime:()J
        13: .line 759
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        14: .line 765
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        15: .line 766
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        end local 2 // java.text.AttributedString attrstr
        16: .line 768
      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 775
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.disposeXIC:()V
         1: .line 776
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtLock:()V
         2: .line 777
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
         3: .line 778
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
         4: .line 779
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
         5: .line 780
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtUnlock:()V
         6: .line 781
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
         7: .line 782
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         8: .line 783
            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 791
            iconst_0
            istore 1 /* call_disposeImpl */
        start local 1 // boolean call_disposeImpl
         1: .line 793
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifne 9
         2: .line 794
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         3: .line 795
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifne 5
         4: .line 796
            aload 0 /* this */
            iconst_1
            dup
            istore 1 /* call_disposeImpl */
            putfield sun.awt.X11InputMethod.disposed:Z
         5: .line 794
      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 801
      StackMap locals:
      StackMap stack:
            iload 1 /* call_disposeImpl */
            ifeq 11
        10: .line 802
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.disposeImpl:()V
        11: .line 804
      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 812
            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 819
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.dispose:()V
         1: .line 820
            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 834
            aload 0 /* this */
            iload 1 /* enable */
            invokevirtual sun.awt.X11InputMethod.setCompositionEnabledNative:(Z)Z
            ifeq 2
         1: .line 835
            aload 0 /* this */
            iload 1 /* enable */
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
         2: .line 837
      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 848
            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 865
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifeq 2
         1: .line 866
            return
         2: .line 871
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getCompositionState:()Z
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
         3: .line 872
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            istore 1 /* active */
        start local 1 // boolean active
         4: .line 873
            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 874
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         6: .line 875
            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 876
            return
         8: .line 879
      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 882
            iload 1 /* active */
            ifeq 11
        10: .line 883
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
        11: .line 892
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtLock:()V
        12: .line 893
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        13: .line 894
            aload 0 /* this */
            sipush 1100
        14: .line 895
            aconst_null
        15: .line 896
            iconst_0
        16: .line 897
            aconst_null
        17: .line 898
            aconst_null
        18: .line 894
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)V
        19: .line 900
            aload 2 /* text */
            ifnull 21
            aload 2 /* text */
            invokevirtual java.lang.String.length:()I
            ifle 21
        20: .line 901
            aload 0 /* this */
            aload 2 /* text */
            invokevirtual sun.awt.X11InputMethod.dispatchCommittedText:(Ljava/lang/String;)V
        21: .line 903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtUnlock:()V
        22: .line 906
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.savedCompositionState:Z
            ifeq 24
        23: .line 907
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetCompositionState:()V
        24: .line 909
      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 928
            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 929
            aconst_null
            astore 2 /* imInfo */
        start local 2 // java.lang.String imInfo
         2: .line 932
            aload 1 /* xmodifiers */
            ifnull 7
         3: .line 933
            aload 1 /* xmodifiers */
            ldc "@im="
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            istore 3 /* imIndex */
        start local 3 // int imIndex
         4: .line 934
            iload 3 /* imIndex */
            iconst_m1
            if_icmpeq 30
         5: .line 935
            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 937
            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 938
            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 939
            ldc "/.dtprofile"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 938
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 3 /* dtprofile */
        start local 3 // java.io.File dtprofile
        11: .line 940
            aconst_null
            astore 4 /* languageEngineInfo */
        start local 4 // java.lang.String languageEngineInfo
        12: .line 942
            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 943
            aconst_null
            astore 6 /* line */
        start local 6 // java.lang.String line
        14: .line 945
            goto 24
        15: .line 946
      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 947
      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 948
            goto 23
        18: .line 949
      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 950
            ldc "atok.*setup"
            aload 8 /* token */
            invokestatic java.util.regex.Pattern.matches:(Ljava/lang/String;Ljava/lang/CharSequence;)Z
            ifne 21
        20: .line 951
            ldc "wnn.*setup"
            aload 8 /* token */
            invokestatic java.util.regex.Pattern.matches:(Ljava/lang/String;Ljava/lang/CharSequence;)Z
            ifeq 23
        21: .line 952
      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 953
            goto 24
        end local 8 // java.lang.String token
        23: .line 948
      StackMap locals:
      StackMap stack:
            aload 7 /* tokens */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            ifne 18
        end local 7 // java.util.StringTokenizer tokens
        24: .line 945
      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 959
      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 960
            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 963
            aload 5 /* ioex */
            invokevirtual java.io.IOException.printStackTrace:()V
        end local 5 // java.io.IOException ioex
        29: .line 966
      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 969
      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 980
            iload 1 /* feedback */
            lookupswitch { // 6
                    1: 3
                    2: 1
                    4: 5
                   32: 7
                   64: 9
                  128: 11
              default: 13
          }
         1: .line 982
      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 983
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         3: .line 985
      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 986
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         5: .line 988
      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 989
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         7: .line 991
      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 992
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         9: .line 994
      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 995
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
        11: .line 997
      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 998
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
        13: .line 1000
      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 1003
      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  

  private native java.lang.String resetXIC();
    descriptor: ()Ljava/lang/String;
    flags: (0x0102) ACC_PRIVATE, 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