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 java.util.logging.Logger log;
    descriptor: Ljava/util/logging/Logger;
    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 isActive;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

  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 71
            ldc "sun.awt.X11InputMethod"
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
            putstatic sun.awt.X11InputMethod.log:Ljava/util/logging/Logger;
         1: .line 94
            iconst_0
            putstatic sun.awt.X11InputMethod.isXIMOpened:Z
         2: .line 137
            iconst_4
            anewarray java.util.Map
            astore 0 /* styles */
        start local 0 // java.util.Map[] styles
         3: .line 141
            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 142
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.WEIGHT:Ljava/awt/font/TextAttribute;
         5: .line 143
            getstatic java.awt.font.TextAttribute.WEIGHT_BOLD:Ljava/lang/Float;
         6: .line 142
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 144
            aload 0 /* styles */
            iconst_0
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
         8: .line 147
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
         9: .line 148
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.SWAP_COLORS:Ljava/awt/font/TextAttribute;
        10: .line 149
            getstatic java.awt.font.TextAttribute.SWAP_COLORS_ON:Ljava/lang/Boolean;
        11: .line 148
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 150
            aload 0 /* styles */
            iconst_1
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
        13: .line 153
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
        14: .line 154
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_UNDERLINE:Ljava/awt/font/TextAttribute;
        15: .line 155
            getstatic java.awt.font.TextAttribute.UNDERLINE_LOW_ONE_PIXEL:Ljava/lang/Integer;
        16: .line 154
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 156
            aload 0 /* styles */
            iconst_2
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
        18: .line 159
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
        19: .line 160
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.SWAP_COLORS:Ljava/awt/font/TextAttribute;
        20: .line 161
            getstatic java.awt.font.TextAttribute.SWAP_COLORS_ON:Ljava/lang/Boolean;
        21: .line 160
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        22: .line 162
            aload 0 /* styles */
            iconst_3
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
        23: .line 164
            aload 0 /* styles */
            putstatic sun.awt.X11InputMethod.highlightStyles:[Ljava/util/Map;
        end local 1 // java.util.HashMap map
        end local 0 // java.util.Map[] styles
        24: .line 168
            invokestatic sun.awt.X11InputMethod.initIDs:()V
        25: .line 1009
            return
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            3   24     0  styles  [Ljava/util/Map;
            4   24     1     map  Ljava/util/HashMap;

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 183
            aload 0 /* this */
            invokespecial sun.awt.im.InputMethodAdapter.<init>:()V
         1: .line 95
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.clientComponentWindow:Ljava/awt/Container;
         2: .line 96
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
         3: .line 97
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         4: .line 98
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         5: .line 99
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isActive:Z
         6: .line 100
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isActiveClient:Z
         7: .line 102
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.disposed:Z
         8: .line 105
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         9: .line 106
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.needResetXICClient:Ljava/awt/Component;
        10: .line 113
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11InputMethod.compositionEnableSupported:Z
        11: .line 122
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
        12: .line 126
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        13: .line 127
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        14: .line 133
            aload 0 /* this */
            lconst_0
            putfield sun.awt.X11InputMethod.pData:J
        15: .line 185
            aload 0 /* this */
            invokestatic sun.awt.X11InputMethodDescriptor.getSupportedLocale:()Ljava/util/Locale;
            putfield sun.awt.X11InputMethod.locale:Ljava/util/Locale;
        16: .line 186
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.initXIM:()Z
            ifne 18
        17: .line 187
            new java.awt.AWTException
            dup
            ldc "Cannot open X Input Method"
            invokespecial java.awt.AWTException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 189
      StackMap locals: sun.awt.X11InputMethod
      StackMap stack:
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     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 192
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.dispose:()V
         1: .line 193
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         2: .line 194
            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 201
            getstatic sun.awt.X11InputMethod.isXIMOpened:Z
            ifne 2
         1: .line 202
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.openXIM:()Z
            putstatic sun.awt.X11InputMethod.isXIMOpened:Z
         2: .line 203
      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 209
            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 221
            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 231
            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 232
            iconst_1
            ireturn
         2: .line 235
      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 236
      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 237
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 239
      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 246
            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 255
            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 265
            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 273
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXIC:Z
            ifeq 7
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            ifeq 7
         1: .line 274
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponent:()Ljava/awt/Component;
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXICClient:Ljava/awt/Component;
            if_acmpeq 7
         2: .line 275
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXIC:()Ljava/lang/String;
            pop
         3: .line 278
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         4: .line 279
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         5: .line 281
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.needResetXICClient:Ljava/awt/Component;
         6: .line 282
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         7: .line 284
      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 290
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.compositionEnableSupported:Z
            ifeq 5
         1: .line 294
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.savedCompositionState:Z
            invokevirtual sun.awt.X11InputMethod.setCompositionEnabled:(Z)V
         2: .line 295
            goto 5
      StackMap locals:
      StackMap stack: java.lang.UnsupportedOperationException
         3: pop
         4: .line 296
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.compositionEnableSupported:Z
         5: .line 299
      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 307
            iconst_0
            istore 1 /* compositionState */
        start local 1 // boolean compositionState
         1: .line 308
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.compositionEnableSupported:Z
            ifeq 6
         2: .line 310
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.isCompositionEnabled:()Z
            istore 1 /* compositionState */
         3: .line 311
            goto 6
      StackMap locals: sun.awt.X11InputMethod int
      StackMap stack: java.lang.UnsupportedOperationException
         4: pop
         5: .line 312
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.compositionEnableSupported:Z
         6: .line 315
      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=7, locals=3, args_size=1
        start local 0 // sun.awt.X11InputMethod this
         0: .line 322
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponentWindow:()Ljava/awt/Window;
            putfield sun.awt.X11InputMethod.clientComponentWindow:Ljava/awt/Container;
         1: .line 323
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.clientComponentWindow:Ljava/awt/Container;
            ifnonnull 3
         2: .line 324
            return
         3: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            ifnull 9
         4: .line 327
            getstatic sun.awt.X11InputMethod.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 9
         5: .line 328
            getstatic sun.awt.X11InputMethod.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "XICFocused {0}, AWTFocused {1}"
         6: .line 329
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_1
         7: .line 330
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            aastore
         8: .line 328
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.pData:J
            lconst_0
            lcmp
            ifne 13
        10: .line 335
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.createXIC:()Z
            ifne 12
        11: .line 336
            return
        12: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.disposed:Z
        13: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXICifneeded:()V
        14: .line 344
            aconst_null
            astore 1 /* lastXICFocussedComponentPeer */
        start local 1 // java.awt.peer.ComponentPeer lastXICFocussedComponentPeer
        15: .line 345
            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
        16: .line 347
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            ifnull 18
        17: .line 348
            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 */
        18: .line 355
      StackMap locals: java.awt.peer.ComponentPeer java.awt.peer.ComponentPeer
      StackMap stack:
            aload 1 /* lastXICFocussedComponentPeer */
            aload 2 /* awtFocussedComponentPeer */
            if_acmpne 20
        19: .line 356
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.isLastXICActive:Z
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            if_icmpeq 26
        20: .line 357
      StackMap locals:
      StackMap stack:
            aload 1 /* lastXICFocussedComponentPeer */
            ifnull 22
        21: .line 358
            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
        22: .line 360
      StackMap locals:
      StackMap stack:
            aload 2 /* awtFocussedComponentPeer */
            ifnull 24
        23: .line 361
            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
        24: .line 363
      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;
        25: .line 364
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
        26: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetCompositionState:()V
        27: .line 367
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11InputMethod.isActive:Z
        28: .line 368
            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   29     0                          this  Lsun/awt/X11InputMethod;
           15   29     1  lastXICFocussedComponentPeer  Ljava/awt/peer/ComponentPeer;
           16   29     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 376
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            istore 2 /* isAc */
        start local 2 // boolean isAc
         1: .line 395
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getCompositionState:()Z
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
         2: .line 397
            iload 1 /* isTemporary */
            ifeq 4
         3: .line 399
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.turnoffStatusWindow:()V
         4: .line 405
      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 406
            aload 0 /* this */
            iload 2 /* isAc */
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         6: .line 407
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isActive:Z
         7: .line 408
            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    8     0         this  Lsun/awt/X11InputMethod;
            0    8     1  isTemporary  Z
            1    8     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 415
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
            ifnull 4
         1: .line 416
            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 417
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         3: .line 418
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.isLastXICActive:Z
         4: .line 420
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     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 425
            return
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11InputMethod;

  public static java.util.Map mapInputMethodHighlight(java.awt.im.InputMethodHighlight);
    descriptor: (Ljava/awt/im/InputMethodHighlight;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.awt.im.InputMethodHighlight highlight
         0: .line 432
            aload 0 /* highlight */
            invokevirtual java.awt.im.InputMethodHighlight.getState:()I
            istore 2 /* state */
        start local 2 // int state
         1: .line 433
            iload 2 /* state */
            ifne 4
         2: .line 434
            iconst_0
            istore 1 /* index */
        start local 1 // int index
         3: .line 435
            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 436
            iconst_2
            istore 1 /* index */
        start local 1 // int index
         6: .line 437
            goto 8
        end local 1 // int index
         7: .line 438
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        start local 1 // int index
         8: .line 440
      StackMap locals: java.awt.im.InputMethodHighlight int int
      StackMap stack:
            aload 0 /* highlight */
            invokevirtual java.awt.im.InputMethodHighlight.isSelected:()Z
            ifeq 10
         9: .line 441
            iinc 1 /* index */ 1
        10: .line 443
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.X11InputMethod.highlightStyles:[Ljava/util/Map;
            iload 1 /* index */
            aaload
            areturn
        end local 2 // int state
        end local 1 // int index
        end local 0 // java.awt.im.InputMethodHighlight highlight
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0  highlight  Ljava/awt/im/InputMethodHighlight;
            3    4     1      index  I
            6    7     1      index  I
            8   11     1      index  I
            1   11     2      state  I
    MethodParameters:
           Name  Flags
      highlight  

  protected void setAWTFocussedComponent(java.awt.Component);
    descriptor: (Ljava/awt/Component;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.X11InputMethod this
        start local 1 // java.awt.Component component
         0: .line 450
            aload 1 /* component */
            ifnonnull 2
         1: .line 451
            return
         2: .line 453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.isActive:Z
            ifeq 6
         3: .line 456
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            istore 2 /* ac */
        start local 2 // boolean ac
         4: .line 457
            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 458
            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 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* component */
            putfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
         7: .line 461
            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 472
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.endComposition:()V
         1: .line 475
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.disableInputMethod:()V
         2: .line 476
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.needResetXIC:Z
            ifeq 6
         3: .line 477
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetXIC:()Ljava/lang/String;
            pop
         4: .line 478
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.needResetXICClient:Ljava/awt/Component;
         5: .line 479
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         6: .line 481
      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 490
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponent:()Ljava/awt/Component;
            astore 1 /* client */
        start local 1 // java.awt.Component client
         1: .line 493
            aload 1 /* client */
            instanceof java.awt.Container
            ifeq 4
         2: .line 494
            aload 1 /* client */
            checkcast java.awt.Container
            astore 2 /* container */
        start local 2 // java.awt.Container container
         3: .line 495
            goto 7
        end local 2 // java.awt.Container container
         4: .line 496
      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 499
            goto 7
         6: .line 500
      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 499
      StackMap locals:
      StackMap stack:
            aload 2 /* container */
            ifnull 8
            aload 2 /* container */
            instanceof java.awt.Window
            ifeq 6
         8: .line 502
      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 532
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponent:()Ljava/awt/Component;
            astore 8 /* source */
        start local 8 // java.awt.Component source
         1: .line 533
            aload 8 /* source */
            ifnull 6
         2: .line 534
            new java.awt.event.InputMethodEvent
            dup
            aload 8 /* source */
         3: .line 535
            iload 1 /* id */
            lload 6 /* when */
            aload 2 /* text */
            iload 3 /* committedCharacterCount */
            aload 4 /* caret */
            aload 5 /* visiblePosition */
         4: .line 534
            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 536
            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 538
      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 545
            aload 0 /* this */
            iload 1 /* id */
            aload 2 /* text */
            iload 3 /* committedCharacterCount */
         1: .line 546
            aload 4 /* caret */
            aload 5 /* visiblePosition */
            invokestatic java.awt.EventQueue.getMostRecentEventTime:()J
         2: .line 545
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
         3: .line 547
            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 561
            aload 1 /* str */
            ifnonnull 2
         1: .line 562
            return
         2: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 12
         3: .line 565
            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 566
            aload 0 /* this */
            sipush 1100
         5: .line 567
            aload 4 /* attrstr */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
         6: .line 568
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
         7: .line 569
            aconst_null
         8: .line 570
            aconst_null
         9: .line 571
            lload 2 /* when */
        10: .line 566
            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 572
            goto 13
        12: .line 575
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* str */
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        13: .line 577
      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 580
            aload 0 /* this */
            aload 1 /* str */
            invokestatic java.awt.EventQueue.getMostRecentEventTime:()J
            invokevirtual sun.awt.X11InputMethod.dispatchCommittedText:(Ljava/lang/String;J)V
         1: .line 581
            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 602
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifeq 2
         1: .line 603
            return
         2: .line 607
      StackMap locals:
      StackMap stack:
            aload 1 /* chgText */
            ifnonnull 10
         3: .line 608
            aload 2 /* chgStyles */
            ifnonnull 10
         4: .line 609
            iload 3 /* chgOffset */
            ifne 10
         5: .line 610
            iload 4 /* chgLength */
            ifne 10
         6: .line 611
            iload 5 /* caretPosition */
            ifne 10
         7: .line 612
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 10
         8: .line 613
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnonnull 10
         9: .line 614
            return
        10: .line 616
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnonnull 13
        11: .line 618
            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 619
            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 621
      StackMap locals:
      StackMap stack:
            iload 4 /* chgLength */
            ifle 31
        14: .line 622
            aload 1 /* chgText */
            ifnonnull 17
            aload 2 /* chgStyles */
            ifnull 17
        15: .line 623
            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 624
            goto 31
        17: .line 625
      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 628
            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 629
            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 630
            goto 31
        21: .line 631
      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 632
            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 634
            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 635
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.length:()I
        25: .line 634
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 8 /* text */
        start local 8 // java.lang.String text
        26: .line 636
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            iload 3 /* chgOffset */
            invokevirtual java.lang.StringBuffer.setLength:(I)V
        27: .line 637
            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 638
            goto 30
        29: .line 641
      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 643
      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 648
      StackMap locals:
      StackMap stack:
            aload 1 /* chgText */
            ifnull 35
        32: .line 649
            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 650
            aload 2 /* chgStyles */
            ifnull 35
        34: .line 651
            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 654
      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 655
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        37: .line 656
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
        38: .line 661
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnull 42
        39: .line 662
            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 663
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        41: .line 664
            return
        42: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 1100
        43: .line 670
            aconst_null
        44: .line 671
            iconst_0
        45: .line 672
            aconst_null
        46: .line 673
            aconst_null
        47: .line 674
            lload 6 /* when */
        48: .line 669
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        49: .line 676
            return
        50: .line 685
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
            ifnull 55
        51: .line 686
            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 687
            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 688
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        54: .line 689
            goto 57
        end local 9 // java.text.AttributedString inputText
        end local 8 // int composedOffset
        55: .line 690
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* composedOffset */
        start local 8 // int composedOffset
        56: .line 691
            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 696
      StackMap locals: int java.text.AttributedString
      StackMap stack:
            iconst_0
            istore 12 /* startOffset */
        start local 12 // int startOffset
        58: .line 698
            iconst_0
            istore 14 /* visiblePosition */
        start local 14 // int visiblePosition
        59: .line 699
            aconst_null
            astore 15 /* visiblePositionInfo */
        start local 15 // java.awt.font.TextHitInfo visiblePositionInfo
        60: .line 701
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.rewind:()V
        61: .line 702
            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 703
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.unget:()V
        63: .line 704
            goto 82
        start local 11 // int nextFeedback
        64: .line 705
      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 706
            iload 11 /* nextFeedback */
            sipush 1792
            iand
            istore 14 /* visiblePosition */
        66: .line 707
            iload 14 /* visiblePosition */
            ifeq 71
        67: .line 708
            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 710
            iload 14 /* visiblePosition */
            sipush 512
            if_icmpne 70
        69: .line 711
            iload 16 /* index */
            invokestatic java.awt.font.TextHitInfo.leading:(I)Ljava/awt/font/TextHitInfo;
            astore 15 /* visiblePositionInfo */
            goto 71
        70: .line 713
      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 716
      StackMap locals:
      StackMap stack:
            iload 11 /* nextFeedback */
            sipush -1793
            iand
            istore 11 /* nextFeedback */
        72: .line 717
            iload 10 /* currentFeedback */
            iload 11 /* nextFeedback */
            if_icmpeq 82
        73: .line 718
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
            invokevirtual sun.awt.X11InputMethod$IntBuffer.unget:()V
        74: .line 719
            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 720
            aload 9 /* inputText */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_HIGHLIGHT:Ljava/awt/font/TextAttribute;
        76: .line 721
            aload 0 /* this */
            iload 10 /* currentFeedback */
            invokevirtual sun.awt.X11InputMethod.convertVisualFeedbackToHighlight:(I)Ljava/awt/im/InputMethodHighlight;
        77: .line 722
            iload 8 /* composedOffset */
            iload 12 /* startOffset */
            iadd
        78: .line 723
            iload 8 /* composedOffset */
            iload 13 /* currentOffset */
            iadd
        79: .line 720
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        80: .line 724
            iload 13 /* currentOffset */
            istore 12 /* startOffset */
        81: .line 725
            iload 11 /* nextFeedback */
            istore 10 /* currentFeedback */
        end local 13 // int currentOffset
        end local 11 // int nextFeedback
        82: .line 704
      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 728
            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 729
            iload 13 /* currentOffset */
            iflt 91
        86: .line 730
            aload 9 /* inputText */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_HIGHLIGHT:Ljava/awt/font/TextAttribute;
        87: .line 731
            aload 0 /* this */
            iload 10 /* currentFeedback */
            invokevirtual sun.awt.X11InputMethod.convertVisualFeedbackToHighlight:(I)Ljava/awt/im/InputMethodHighlight;
        88: .line 732
            iload 8 /* composedOffset */
            iload 12 /* startOffset */
            iadd
        89: .line 733
            iload 8 /* composedOffset */
            iload 13 /* currentOffset */
            iadd
        90: .line 730
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        91: .line 736
      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 737
            aload 9 /* inputText */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
        93: .line 738
            iload 8 /* composedOffset */
        94: .line 739
            iload 5 /* caretPosition */
            invokestatic java.awt.font.TextHitInfo.leading:(I)Ljava/awt/font/TextHitInfo;
        95: .line 740
            aload 15 /* visiblePositionInfo */
        96: .line 741
            lload 6 /* when */
        97: .line 736
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        98: .line 742
            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 754
            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 755
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
            ifnull 5
         4: .line 756
            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 759
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* flush */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
         6: .line 760
            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 761
            aload 0 /* this */
            sipush 1100
         8: .line 762
            aload 2 /* attrstr */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
         9: .line 763
            aload 1 /* flush */
            invokevirtual java.lang.String.length:()I
        10: .line 764
            aconst_null
        11: .line 765
            aconst_null
        12: .line 766
            invokestatic java.awt.EventQueue.getMostRecentEventTime:()J
        13: .line 761
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;J)V
        14: .line 767
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        15: .line 768
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
        end local 2 // java.text.AttributedString attrstr
        16: .line 770
      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 777
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.disposeXIC:()V
         1: .line 778
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtLock:()V
         2: .line 779
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
         3: .line 780
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.committedText:Ljava/lang/String;
         4: .line 781
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.rawFeedbacks:Lsun/awt/X11InputMethod$IntBuffer;
         5: .line 782
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtUnlock:()V
         6: .line 783
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.awtFocussedComponent:Ljava/awt/Component;
         7: .line 784
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.lastXICFocussedComponent:Ljava/awt/Component;
         8: .line 785
            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 793
            iconst_0
            istore 1 /* call_disposeImpl */
        start local 1 // boolean call_disposeImpl
         1: .line 795
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifne 9
         2: .line 796
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         3: .line 797
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifne 5
         4: .line 798
            aload 0 /* this */
            iconst_1
            dup
            istore 1 /* call_disposeImpl */
            putfield sun.awt.X11InputMethod.disposed:Z
         5: .line 796
      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 803
      StackMap locals:
      StackMap stack:
            iload 1 /* call_disposeImpl */
            ifeq 11
        10: .line 804
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.disposeImpl:()V
        11: .line 806
      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 814
            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 821
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.dispose:()V
         1: .line 822
            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 836
            aload 0 /* this */
            iload 1 /* enable */
            invokevirtual sun.awt.X11InputMethod.setCompositionEnabledNative:(Z)Z
            ifeq 2
         1: .line 837
            aload 0 /* this */
            iload 1 /* enable */
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
         2: .line 839
      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 850
            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 867
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.disposed:Z
            ifeq 2
         1: .line 868
            return
         2: .line 873
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getCompositionState:()Z
            putfield sun.awt.X11InputMethod.savedCompositionState:Z
         3: .line 874
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.haveActiveClient:()Z
            istore 1 /* active */
        start local 1 // boolean active
         4: .line 875
            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 876
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11InputMethod.needResetXIC:Z
         6: .line 877
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.getClientComponent:()Ljava/awt/Component;
            putfield sun.awt.X11InputMethod.needResetXICClient:Ljava/awt/Component;
         7: .line 878
            return
         8: .line 881
      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 884
            iload 1 /* active */
            ifeq 11
        10: .line 885
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod.needResetXIC:Z
        11: .line 894
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtLock:()V
        12: .line 895
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11InputMethod.composedText:Ljava/lang/StringBuffer;
        13: .line 896
            aload 0 /* this */
            sipush 1100
        14: .line 897
            aconst_null
        15: .line 898
            iconst_0
        16: .line 899
            aconst_null
        17: .line 900
            aconst_null
        18: .line 896
            invokevirtual sun.awt.X11InputMethod.postInputMethodEvent:(ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)V
        19: .line 902
            aload 2 /* text */
            ifnull 21
            aload 2 /* text */
            invokevirtual java.lang.String.length:()I
            ifle 21
        20: .line 903
            aload 0 /* this */
            aload 2 /* text */
            invokevirtual sun.awt.X11InputMethod.dispatchCommittedText:(Ljava/lang/String;)V
        21: .line 905
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.awtUnlock:()V
        22: .line 908
            aload 0 /* this */
            getfield sun.awt.X11InputMethod.savedCompositionState:Z
            ifeq 24
        23: .line 909
            aload 0 /* this */
            invokevirtual sun.awt.X11InputMethod.resetCompositionState:()V
        24: .line 911
      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 930
            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 931
            aconst_null
            astore 2 /* imInfo */
        start local 2 // java.lang.String imInfo
         2: .line 934
            aload 1 /* xmodifiers */
            ifnull 7
         3: .line 935
            aload 1 /* xmodifiers */
            ldc "@im="
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            istore 3 /* imIndex */
        start local 3 // int imIndex
         4: .line 936
            iload 3 /* imIndex */
            iconst_m1
            if_icmpeq 30
         5: .line 937
            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 939
            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 940
            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 941
            ldc "/.dtprofile"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 940
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 3 /* dtprofile */
        start local 3 // java.io.File dtprofile
        11: .line 942
            aconst_null
            astore 4 /* languageEngineInfo */
        start local 4 // java.lang.String languageEngineInfo
        12: .line 944
            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 945
            aconst_null
            astore 6 /* line */
        start local 6 // java.lang.String line
        14: .line 947
            goto 24
        15: .line 948
      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 949
      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 950
            goto 23
        18: .line 951
      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 952
            ldc "atok.*setup"
            aload 8 /* token */
            invokestatic java.util.regex.Pattern.matches:(Ljava/lang/String;Ljava/lang/CharSequence;)Z
            ifne 21
        20: .line 953
            ldc "wnn.*setup"
            aload 8 /* token */
            invokestatic java.util.regex.Pattern.matches:(Ljava/lang/String;Ljava/lang/CharSequence;)Z
            ifeq 23
        21: .line 954
      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 955
            goto 24
        end local 8 // java.lang.String token
        23: .line 950
      StackMap locals:
      StackMap stack:
            aload 7 /* tokens */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            ifne 18
        end local 7 // java.util.StringTokenizer tokens
        24: .line 947
      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 961
      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 962
            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 965
            aload 5 /* ioex */
            invokevirtual java.io.IOException.printStackTrace:()V
        end local 5 // java.io.IOException ioex
        29: .line 968
      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 971
      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 982
            iload 1 /* feedback */
            lookupswitch { // 6
                    1: 3
                    2: 1
                    4: 5
                   32: 7
                   64: 9
                  128: 11
              default: 13
          }
         1: .line 984
      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 985
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         3: .line 987
      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 988
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         5: .line 990
      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 991
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         7: .line 993
      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 994
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
         9: .line 996
      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 997
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
        11: .line 999
      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 1000
            goto 14
        end local 2 // java.awt.im.InputMethodHighlight highlight
        13: .line 1002
      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 1005
      StackMap locals: java.awt.im.InputMethodHighlight
      StackMap stack:
            aload 2 /* highlight */
            areturn
        end local 2 // java.awt.im.InputMethodHighlight highlight
        end local 1 // int feedback
        end local 0 // sun.awt.X11InputMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lsun/awt/X11InputMethod;
            0   15     1   feedback  I
            2    3     2  highlight  Ljava/awt/im/InputMethodHighlight;
            4    5     2  highlight  Ljava/awt/im/InputMethodHighlight;
            6    7     2  highlight  Ljava/awt/im/InputMethodHighlight;
            8    9     2  highlight  Ljava/awt/im/InputMethodHighlight;
           10   11     2  highlight  Ljava/awt/im/InputMethodHighlight;
           12   13     2  highlight  Ljava/awt/im/InputMethodHighlight;
           14   15     2  highlight  Ljava/awt/im/InputMethodHighlight;
    MethodParameters:
          Name  Flags
      feedback  

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

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

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

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

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