final class sun.awt.windows.WInputMethod extends sun.awt.im.InputMethodAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.awt.windows.WInputMethod
  super_class: sun.awt.im.InputMethodAdapter
{
  private java.awt.im.spi.InputMethodContext inputContext;
    descriptor: Ljava/awt/im/spi/InputMethodContext;
    flags: (0x0002) ACC_PRIVATE

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

  private sun.awt.windows.WComponentPeer awtFocussedComponentPeer;
    descriptor: Lsun/awt/windows/WComponentPeer;
    flags: (0x0002) ACC_PRIVATE

  private sun.awt.windows.WComponentPeer lastFocussedComponentPeer;
    descriptor: Lsun/awt/windows/WComponentPeer;
    flags: (0x0002) ACC_PRIVATE

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

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

  private int context;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private int cmode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  public static final byte ATTR_INPUT;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final byte ATTR_TARGET_CONVERTED;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final byte ATTR_CONVERTED;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final byte ATTR_TARGET_NOTCONVERTED;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final byte ATTR_INPUT_ERROR;
    descriptor: B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int IME_CMODE_ALPHANUMERIC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int IME_CMODE_NATIVE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int IME_CMODE_KATAKANA;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int IME_CMODE_LANGUAGE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int IME_CMODE_FULLSHAPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int IME_CMODE_HANJACONVERT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  public static final int IME_CMODE_ROMAN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private static final boolean COMMIT_INPUT;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final boolean DISCARD_INPUT;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static java.util.Map<java.awt.font.TextAttribute, java.lang.Object>[] highlightStyles;
    descriptor: [Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: [Ljava/util/Map<Ljava/awt/font/TextAttribute;Ljava/lang/Object;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 89
            iconst_4
            anewarray java.util.Map
            astore 0 /* styles */
        start local 0 // java.util.Map[] styles
         1: .line 93
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
        start local 1 // java.util.HashMap map
         2: .line 94
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_UNDERLINE:Ljava/awt/font/TextAttribute;
            getstatic java.awt.font.TextAttribute.UNDERLINE_LOW_DOTTED:Ljava/lang/Integer;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 95
            aload 0 /* styles */
            iconst_0
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
         4: .line 98
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
         5: .line 99
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_UNDERLINE:Ljava/awt/font/TextAttribute;
            getstatic java.awt.font.TextAttribute.UNDERLINE_LOW_GRAY:Ljava/lang/Integer;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 100
            aload 0 /* styles */
            iconst_1
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
         7: .line 103
            new java.util.HashMap
            dup
            iconst_1
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
         8: .line 104
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_UNDERLINE:Ljava/awt/font/TextAttribute;
            getstatic java.awt.font.TextAttribute.UNDERLINE_LOW_DOTTED:Ljava/lang/Integer;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 105
            aload 0 /* styles */
            iconst_2
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
        10: .line 108
            new java.util.HashMap
            dup
            iconst_4
            invokespecial java.util.HashMap.<init>:(I)V
            astore 1 /* map */
        11: .line 109
            new java.awt.Color
            dup
            iconst_0
            iconst_0
            sipush 128
            invokespecial java.awt.Color.<init>:(III)V
            astore 2 /* navyBlue */
        start local 2 // java.awt.Color navyBlue
        12: .line 110
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.FOREGROUND:Ljava/awt/font/TextAttribute;
            aload 2 /* navyBlue */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 111
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.BACKGROUND:Ljava/awt/font/TextAttribute;
            getstatic java.awt.Color.white:Ljava/awt/Color;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 112
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.SWAP_COLORS:Ljava/awt/font/TextAttribute;
            getstatic java.awt.font.TextAttribute.SWAP_COLORS_ON:Ljava/lang/Boolean;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 113
            aload 1 /* map */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_UNDERLINE:Ljava/awt/font/TextAttribute;
            getstatic java.awt.font.TextAttribute.UNDERLINE_LOW_ONE_PIXEL:Ljava/lang/Integer;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 114
            aload 0 /* styles */
            iconst_3
            aload 1 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            aastore
        17: .line 116
            aload 0 /* styles */
            putstatic sun.awt.windows.WInputMethod.highlightStyles:[Ljava/util/Map;
        end local 2 // java.awt.Color navyBlue
        end local 1 // java.util.HashMap map
        end local 0 // java.util.Map[] styles
        18: .line 117
            return
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1   18     0    styles  [Ljava/util/Map;
            2   18     1       map  Ljava/util/HashMap<Ljava/awt/font/TextAttribute;Ljava/lang/Object;>;
           12   18     2  navyBlue  Ljava/awt/Color;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 119
            aload 0 /* this */
            invokespecial sun.awt.im.InputMethodAdapter.<init>:()V
         1: .line 55
            aload 0 /* this */
            aconst_null
            putfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
         2: .line 56
            aload 0 /* this */
            aconst_null
            putfield sun.awt.windows.WInputMethod.lastFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
         3: .line 57
            aload 0 /* this */
            iconst_0
            putfield sun.awt.windows.WInputMethod.isLastFocussedActiveClient:Z
         4: .line 64
            aload 0 /* this */
            iconst_0
            putfield sun.awt.windows.WInputMethod.statusWindowHidden:Z
         5: .line 121
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.windows.WInputMethod.createNativeContext:()I
            putfield sun.awt.windows.WInputMethod.context:I
         6: .line 122
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            invokevirtual sun.awt.windows.WInputMethod.getConversionStatus:(I)I
            putfield sun.awt.windows.WInputMethod.cmode:I
         7: .line 123
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            invokevirtual sun.awt.windows.WInputMethod.getOpenStatus:(I)Z
            putfield sun.awt.windows.WInputMethod.open:Z
         8: .line 124
            aload 0 /* this */
            invokestatic sun.awt.windows.WInputMethod.getNativeLocale:()Ljava/util/Locale;
            putfield sun.awt.windows.WInputMethod.currentLocale:Ljava/util/Locale;
         9: .line 125
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.currentLocale:Ljava/util/Locale;
            ifnonnull 11
        10: .line 126
            aload 0 /* this */
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            putfield sun.awt.windows.WInputMethod.currentLocale:Ljava/util/Locale;
        11: .line 128
      StackMap locals: sun.awt.windows.WInputMethod
      StackMap stack:
            return
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/awt/windows/WInputMethod;

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 134
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            ifeq 3
         1: .line 135
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            invokevirtual sun.awt.windows.WInputMethod.destroyNativeContext:(I)V
         2: .line 136
            aload 0 /* this */
            iconst_0
            putfield sun.awt.windows.WInputMethod.context:I
         3: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         4: .line 139
            return
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/windows/WInputMethod;
    Exceptions:
      throws java.lang.Throwable

  public synchronized void setInputMethodContext(java.awt.im.spi.InputMethodContext);
    descriptor: (Ljava/awt/im/spi/InputMethodContext;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.windows.WInputMethod this
        start local 1 // java.awt.im.spi.InputMethodContext context
         0: .line 143
            aload 0 /* this */
            aload 1 /* context */
            putfield sun.awt.windows.WInputMethod.inputContext:Ljava/awt/im/spi/InputMethodContext;
         1: .line 144
            return
        end local 1 // java.awt.im.spi.InputMethodContext context
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/awt/windows/WInputMethod;
            0    2     1  context  Ljava/awt/im/spi/InputMethodContext;
    MethodParameters:
         Name  Flags
      context  

  public final void dispose();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 151
            return
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WInputMethod;

  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.windows.WInputMethod this
         0: .line 160
            aconst_null
            areturn
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WInputMethod;

  public boolean setLocale(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.windows.WInputMethod this
        start local 1 // java.util.Locale lang
         0: .line 165
            aload 0 /* this */
            aload 1 /* lang */
            iconst_0
            invokevirtual sun.awt.windows.WInputMethod.setLocale:(Ljava/util/Locale;Z)Z
            ireturn
        end local 1 // java.util.Locale lang
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WInputMethod;
            0    1     1  lang  Ljava/util/Locale;
    MethodParameters:
      Name  Flags
      lang  

  private boolean setLocale(java.util.Locale, boolean);
    descriptor: (Ljava/util/Locale;Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // sun.awt.windows.WInputMethod this
        start local 1 // java.util.Locale lang
        start local 2 // boolean onActivate
         0: .line 169
            invokestatic sun.awt.windows.WInputMethodDescriptor.getAvailableLocalesInternal:()[Ljava/util/Locale;
            astore 3 /* available */
        start local 3 // java.util.Locale[] available
         1: .line 170
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 12
         3: .line 171
      StackMap locals: java.util.Locale[] int
      StackMap stack:
            aload 3 /* available */
            iload 4 /* i */
            aaload
            astore 5 /* locale */
        start local 5 // java.util.Locale locale
         4: .line 172
            aload 1 /* lang */
            aload 5 /* locale */
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifne 7
         5: .line 174
            aload 5 /* locale */
            getstatic java.util.Locale.JAPAN:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 1 /* lang */
            getstatic java.util.Locale.JAPANESE:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 175
      StackMap locals: java.util.Locale
      StackMap stack:
            aload 5 /* locale */
            getstatic java.util.Locale.KOREA:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifeq 11
            aload 1 /* lang */
            getstatic java.util.Locale.KOREAN:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifeq 11
         7: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.isActive:Z
            ifeq 9
         8: .line 177
            aload 5 /* locale */
            invokevirtual java.util.Locale.toLanguageTag:()Ljava/lang/String;
            iload 2 /* onActivate */
            invokestatic sun.awt.windows.WInputMethod.setNativeLocale:(Ljava/lang/String;Z)Z
            pop
         9: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* locale */
            putfield sun.awt.windows.WInputMethod.currentLocale:Ljava/util/Locale;
        10: .line 180
            iconst_1
            ireturn
        end local 5 // java.util.Locale locale
        11: .line 170
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            aload 3 /* available */
            arraylength
            if_icmplt 3
        end local 4 // int i
        13: .line 183
            iconst_0
            ireturn
        end local 3 // java.util.Locale[] available
        end local 2 // boolean onActivate
        end local 1 // java.util.Locale lang
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lsun/awt/windows/WInputMethod;
            0   14     1        lang  Ljava/util/Locale;
            0   14     2  onActivate  Z
            1   14     3   available  [Ljava/util/Locale;
            2   13     4           i  I
            4   11     5      locale  Ljava/util/Locale;
    MethodParameters:
            Name  Flags
      lang        
      onActivate  

  public java.util.Locale getLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 188
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.isActive:Z
            ifeq 4
         1: .line 189
            aload 0 /* this */
            invokestatic sun.awt.windows.WInputMethod.getNativeLocale:()Ljava/util/Locale;
            putfield sun.awt.windows.WInputMethod.currentLocale:Ljava/util/Locale;
         2: .line 190
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.currentLocale:Ljava/util/Locale;
            ifnonnull 4
         3: .line 191
            aload 0 /* this */
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            putfield sun.awt.windows.WInputMethod.currentLocale:Ljava/util/Locale;
         4: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.currentLocale:Ljava/util/Locale;
            areturn
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/windows/WInputMethod;

  public void setCharacterSubsets(java.lang.Character$Subset[]);
    descriptor: ([Ljava/lang/Character$Subset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.awt.windows.WInputMethod this
        start local 1 // java.lang.Character$Subset[] subsets
         0: .line 204
            aload 1 /* subsets */
            ifnonnull 4
         1: .line 205
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.cmode:I
            invokevirtual sun.awt.windows.WInputMethod.setConversionStatus:(II)V
         2: .line 206
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.open:Z
            invokevirtual sun.awt.windows.WInputMethod.setOpenStatus:(IZ)V
         3: .line 207
            return
         4: .line 212
      StackMap locals:
      StackMap stack:
            aload 1 /* subsets */
            iconst_0
            aaload
            astore 2 /* subset1 */
        start local 2 // java.lang.Character$Subset subset1
         5: .line 214
            invokestatic sun.awt.windows.WInputMethod.getNativeLocale:()Ljava/util/Locale;
            astore 3 /* locale */
        start local 3 // java.util.Locale locale
         6: .line 217
            aload 3 /* locale */
            ifnonnull 8
         7: .line 218
            return
         8: .line 221
      StackMap locals: java.lang.Character$Subset java.util.Locale
      StackMap stack:
            aload 3 /* locale */
            invokevirtual java.util.Locale.getLanguage:()Ljava/lang/String;
            getstatic java.util.Locale.JAPANESE:Ljava/util/Locale;
            invokevirtual java.util.Locale.getLanguage:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 31
         9: .line 222
            aload 2 /* subset1 */
            getstatic java.lang.Character$UnicodeBlock.BASIC_LATIN:Ljava/lang/Character$UnicodeBlock;
            if_acmpeq 10
            aload 2 /* subset1 */
            getstatic java.awt.im.InputSubset.LATIN_DIGITS:Ljava/awt/im/InputSubset;
            if_acmpne 12
        10: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iconst_0
            invokevirtual sun.awt.windows.WInputMethod.setOpenStatus:(IZ)V
        11: .line 224
            goto 64
        12: .line 225
      StackMap locals:
      StackMap stack:
            aload 2 /* subset1 */
            getstatic java.lang.Character$UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS:Ljava/lang/Character$UnicodeBlock;
            if_acmpeq 15
        13: .line 226
            aload 2 /* subset1 */
            getstatic java.awt.im.InputSubset.KANJI:Ljava/awt/im/InputSubset;
            if_acmpeq 15
        14: .line 227
            aload 2 /* subset1 */
            getstatic java.lang.Character$UnicodeBlock.HIRAGANA:Ljava/lang/Character$UnicodeBlock;
            if_acmpne 17
        15: .line 228
      StackMap locals:
      StackMap stack:
            bipush 9
            istore 4 /* newmode */
        start local 4 // int newmode
        16: goto 27
        end local 4 // int newmode
        17: .line 229
      StackMap locals:
      StackMap stack:
            aload 2 /* subset1 */
            getstatic java.lang.Character$UnicodeBlock.KATAKANA:Ljava/lang/Character$UnicodeBlock;
            if_acmpne 20
        18: .line 230
            bipush 11
            istore 4 /* newmode */
        start local 4 // int newmode
        19: goto 27
        end local 4 // int newmode
        20: .line 231
      StackMap locals:
      StackMap stack:
            aload 2 /* subset1 */
            getstatic java.awt.im.InputSubset.HALFWIDTH_KATAKANA:Ljava/awt/im/InputSubset;
            if_acmpne 23
        21: .line 232
            iconst_3
            istore 4 /* newmode */
        start local 4 // int newmode
        22: goto 27
        end local 4 // int newmode
        23: .line 233
      StackMap locals:
      StackMap stack:
            aload 2 /* subset1 */
            getstatic java.awt.im.InputSubset.FULLWIDTH_LATIN:Ljava/awt/im/InputSubset;
            if_acmpne 26
        24: .line 234
            bipush 8
            istore 4 /* newmode */
        start local 4 // int newmode
        25: goto 27
        end local 4 // int newmode
        26: .line 236
      StackMap locals:
      StackMap stack:
            return
        start local 4 // int newmode
        27: .line 237
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iconst_1
            invokevirtual sun.awt.windows.WInputMethod.setOpenStatus:(IZ)V
        28: .line 238
            iload 4 /* newmode */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            invokevirtual sun.awt.windows.WInputMethod.getConversionStatus:(I)I
            bipush 16
            iand
            ior
            istore 4 /* newmode */
        29: .line 239
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iload 4 /* newmode */
            invokevirtual sun.awt.windows.WInputMethod.setConversionStatus:(II)V
        end local 4 // int newmode
        30: .line 241
            goto 64
      StackMap locals:
      StackMap stack:
        31: aload 3 /* locale */
            invokevirtual java.util.Locale.getLanguage:()Ljava/lang/String;
            getstatic java.util.Locale.KOREAN:Ljava/util/Locale;
            invokevirtual java.util.Locale.getLanguage:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 49
        32: .line 242
            aload 2 /* subset1 */
            getstatic java.lang.Character$UnicodeBlock.BASIC_LATIN:Ljava/lang/Character$UnicodeBlock;
            if_acmpeq 33
            aload 2 /* subset1 */
            getstatic java.awt.im.InputSubset.LATIN_DIGITS:Ljava/awt/im/InputSubset;
            if_acmpne 35
        33: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iconst_0
            invokevirtual sun.awt.windows.WInputMethod.setOpenStatus:(IZ)V
        34: .line 244
            goto 64
        35: .line 245
      StackMap locals:
      StackMap stack:
            aload 2 /* subset1 */
            getstatic java.lang.Character$UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS:Ljava/lang/Character$UnicodeBlock;
            if_acmpeq 40
        36: .line 246
            aload 2 /* subset1 */
            getstatic java.awt.im.InputSubset.HANJA:Ljava/awt/im/InputSubset;
            if_acmpeq 40
        37: .line 247
            aload 2 /* subset1 */
            getstatic java.lang.Character$UnicodeBlock.HANGUL_SYLLABLES:Ljava/lang/Character$UnicodeBlock;
            if_acmpeq 40
        38: .line 248
            aload 2 /* subset1 */
            getstatic java.lang.Character$UnicodeBlock.HANGUL_JAMO:Ljava/lang/Character$UnicodeBlock;
            if_acmpeq 40
        39: .line 249
            aload 2 /* subset1 */
            getstatic java.lang.Character$UnicodeBlock.HANGUL_COMPATIBILITY_JAMO:Ljava/lang/Character$UnicodeBlock;
            if_acmpne 42
        40: .line 250
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* newmode */
        start local 4 // int newmode
        41: goto 46
        end local 4 // int newmode
        42: .line 251
      StackMap locals:
      StackMap stack:
            aload 2 /* subset1 */
            getstatic java.awt.im.InputSubset.FULLWIDTH_LATIN:Ljava/awt/im/InputSubset;
            if_acmpne 45
        43: .line 252
            bipush 8
            istore 4 /* newmode */
        start local 4 // int newmode
        44: goto 46
        end local 4 // int newmode
        45: .line 254
      StackMap locals:
      StackMap stack:
            return
        start local 4 // int newmode
        46: .line 255
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iconst_1
            invokevirtual sun.awt.windows.WInputMethod.setOpenStatus:(IZ)V
        47: .line 256
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iload 4 /* newmode */
            invokevirtual sun.awt.windows.WInputMethod.setConversionStatus:(II)V
        end local 4 // int newmode
        48: .line 258
            goto 64
      StackMap locals:
      StackMap stack:
        49: aload 3 /* locale */
            invokevirtual java.util.Locale.getLanguage:()Ljava/lang/String;
            getstatic java.util.Locale.CHINESE:Ljava/util/Locale;
            invokevirtual java.util.Locale.getLanguage:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 64
        50: .line 259
            aload 2 /* subset1 */
            getstatic java.lang.Character$UnicodeBlock.BASIC_LATIN:Ljava/lang/Character$UnicodeBlock;
            if_acmpeq 51
            aload 2 /* subset1 */
            getstatic java.awt.im.InputSubset.LATIN_DIGITS:Ljava/awt/im/InputSubset;
            if_acmpne 53
        51: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iconst_0
            invokevirtual sun.awt.windows.WInputMethod.setOpenStatus:(IZ)V
        52: .line 261
            goto 64
        53: .line 262
      StackMap locals:
      StackMap stack:
            aload 2 /* subset1 */
            getstatic java.lang.Character$UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS:Ljava/lang/Character$UnicodeBlock;
            if_acmpeq 56
        54: .line 263
            aload 2 /* subset1 */
            getstatic java.awt.im.InputSubset.TRADITIONAL_HANZI:Ljava/awt/im/InputSubset;
            if_acmpeq 56
        55: .line 264
            aload 2 /* subset1 */
            getstatic java.awt.im.InputSubset.SIMPLIFIED_HANZI:Ljava/awt/im/InputSubset;
            if_acmpne 58
        56: .line 265
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* newmode */
        start local 4 // int newmode
        57: goto 62
        end local 4 // int newmode
        58: .line 266
      StackMap locals:
      StackMap stack:
            aload 2 /* subset1 */
            getstatic java.awt.im.InputSubset.FULLWIDTH_LATIN:Ljava/awt/im/InputSubset;
            if_acmpne 61
        59: .line 267
            bipush 8
            istore 4 /* newmode */
        start local 4 // int newmode
        60: goto 62
        end local 4 // int newmode
        61: .line 269
      StackMap locals:
      StackMap stack:
            return
        start local 4 // int newmode
        62: .line 270
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iconst_1
            invokevirtual sun.awt.windows.WInputMethod.setOpenStatus:(IZ)V
        63: .line 271
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iload 4 /* newmode */
            invokevirtual sun.awt.windows.WInputMethod.setConversionStatus:(II)V
        end local 4 // int newmode
        64: .line 274
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.Locale locale
        end local 2 // java.lang.Character$Subset subset1
        end local 1 // java.lang.Character$Subset[] subsets
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   65     0     this  Lsun/awt/windows/WInputMethod;
            0   65     1  subsets  [Ljava/lang/Character$Subset;
            5   65     2  subset1  Ljava/lang/Character$Subset;
            6   65     3   locale  Ljava/util/Locale;
           16   17     4  newmode  I
           19   20     4  newmode  I
           22   23     4  newmode  I
           25   26     4  newmode  I
           27   30     4  newmode  I
           41   42     4  newmode  I
           44   45     4  newmode  I
           46   48     4  newmode  I
           57   58     4  newmode  I
           60   61     4  newmode  I
           62   64     4  newmode  I
    MethodParameters:
         Name  Flags
      subsets  

  public void dispatchEvent(java.awt.AWTEvent);
    descriptor: (Ljava/awt/AWTEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.windows.WInputMethod this
        start local 1 // java.awt.AWTEvent e
         0: .line 278
            aload 1 /* e */
            instanceof java.awt.event.ComponentEvent
            ifeq 8
         1: .line 279
            aload 1 /* e */
            checkcast java.awt.event.ComponentEvent
            invokevirtual java.awt.event.ComponentEvent.getComponent:()Ljava/awt/Component;
            astore 2 /* comp */
        start local 2 // java.awt.Component comp
         2: .line 280
            aload 2 /* comp */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponent:Ljava/awt/Component;
            if_acmpne 8
         3: .line 281
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            ifnull 5
         4: .line 282
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            invokevirtual sun.awt.windows.WComponentPeer.isDisposed:()Z
            ifeq 6
         5: .line 283
      StackMap locals: java.awt.Component
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* comp */
            invokevirtual sun.awt.windows.WInputMethod.getNearestNativePeer:(Ljava/awt/Component;)Lsun/awt/windows/WComponentPeer;
            putfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
         6: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            ifnull 8
         7: .line 286
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            aload 1 /* e */
            invokevirtual sun.awt.windows.WInputMethod.handleNativeIMEEvent:(Lsun/awt/windows/WComponentPeer;Ljava/awt/AWTEvent;)V
        end local 2 // java.awt.Component comp
         8: .line 290
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.AWTEvent e
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/awt/windows/WInputMethod;
            0    9     1     e  Ljava/awt/AWTEvent;
            2    8     2  comp  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      e     

  public void activate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 294
            aload 0 /* this */
            invokevirtual sun.awt.windows.WInputMethod.haveActiveClient:()Z
            istore 1 /* isAc */
        start local 1 // boolean isAc
         1: .line 300
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.lastFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            if_acmpne 3
         2: .line 301
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.isLastFocussedActiveClient:Z
            iload 1 /* isAc */
            if_icmpeq 11
         3: .line 302
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.lastFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            ifnull 5
         4: .line 303
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.lastFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            invokevirtual sun.awt.windows.WInputMethod.disableNativeIME:(Lsun/awt/windows/WComponentPeer;)V
         5: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            ifnull 9
         6: .line 306
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iload 1 /* isAc */
            ifeq 7
            iconst_0
            goto 8
      StackMap locals: sun.awt.windows.WInputMethod int
      StackMap stack: sun.awt.windows.WInputMethod sun.awt.windows.WComponentPeer int
         7: iconst_1
      StackMap locals: sun.awt.windows.WInputMethod int
      StackMap stack: sun.awt.windows.WInputMethod sun.awt.windows.WComponentPeer int int
         8: invokevirtual sun.awt.windows.WInputMethod.enableNativeIME:(Lsun/awt/windows/WComponentPeer;IZ)V
         9: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            putfield sun.awt.windows.WInputMethod.lastFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
        10: .line 309
            aload 0 /* this */
            iload 1 /* isAc */
            putfield sun.awt.windows.WInputMethod.isLastFocussedActiveClient:Z
        11: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.awt.windows.WInputMethod.isActive:Z
        12: .line 312
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.currentLocale:Ljava/util/Locale;
            ifnull 14
        13: .line 313
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.currentLocale:Ljava/util/Locale;
            iconst_1
            invokevirtual sun.awt.windows.WInputMethod.setLocale:(Ljava/util/Locale;Z)Z
            pop
        14: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.statusWindowHidden:Z
            ifeq 17
        15: .line 323
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            iconst_1
            invokevirtual sun.awt.windows.WInputMethod.setStatusWindowVisible:(Lsun/awt/windows/WComponentPeer;Z)V
        16: .line 324
            aload 0 /* this */
            iconst_0
            putfield sun.awt.windows.WInputMethod.statusWindowHidden:Z
        17: .line 327
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean isAc
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lsun/awt/windows/WInputMethod;
            1   18     1  isAc  Z

  public void deactivate(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.windows.WInputMethod this
        start local 1 // boolean isTemporary
         0: .line 334
            aload 0 /* this */
            invokevirtual sun.awt.windows.WInputMethod.getLocale:()Ljava/util/Locale;
            pop
         1: .line 338
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            ifnull 4
         2: .line 339
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            putfield sun.awt.windows.WInputMethod.lastFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
         3: .line 340
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.windows.WInputMethod.haveActiveClient:()Z
            putfield sun.awt.windows.WInputMethod.isLastFocussedActiveClient:Z
         4: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.awt.windows.WInputMethod.isActive:Z
         5: .line 343
            return
        end local 1 // boolean isTemporary
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lsun/awt/windows/WInputMethod;
            0    6     1  isTemporary  Z
    MethodParameters:
             Name  Flags
      isTemporary  

  public void disableInputMethod();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 351
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.lastFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            ifnull 4
         1: .line 352
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.lastFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            invokevirtual sun.awt.windows.WInputMethod.disableNativeIME:(Lsun/awt/windows/WComponentPeer;)V
         2: .line 353
            aload 0 /* this */
            aconst_null
            putfield sun.awt.windows.WInputMethod.lastFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
         3: .line 354
            aload 0 /* this */
            iconst_0
            putfield sun.awt.windows.WInputMethod.isLastFocussedActiveClient:Z
         4: .line 356
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/windows/WInputMethod;

  public java.lang.String getNativeInputMethodInfo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 364
            aload 0 /* this */
            invokevirtual sun.awt.windows.WInputMethod.getNativeIMMDescription:()Ljava/lang/String;
            areturn
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WInputMethod;

  protected void stopListening();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 378
            aload 0 /* this */
            invokevirtual sun.awt.windows.WInputMethod.disableInputMethod:()V
         1: .line 379
            return
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WInputMethod;

  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.windows.WInputMethod this
        start local 1 // java.awt.Component component
         0: .line 384
            aload 1 /* component */
            ifnonnull 2
         1: .line 385
            return
         2: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* component */
            invokevirtual sun.awt.windows.WInputMethod.getNearestNativePeer:(Ljava/awt/Component;)Lsun/awt/windows/WComponentPeer;
            astore 2 /* peer */
        start local 2 // sun.awt.windows.WComponentPeer peer
         3: .line 388
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.isActive:Z
            ifeq 10
         4: .line 391
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            ifnull 6
         5: .line 392
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            invokevirtual sun.awt.windows.WInputMethod.disableNativeIME:(Lsun/awt/windows/WComponentPeer;)V
         6: .line 394
      StackMap locals: sun.awt.windows.WComponentPeer
      StackMap stack:
            aload 2 /* peer */
            ifnull 10
         7: .line 395
            aload 0 /* this */
            aload 2 /* peer */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            aload 0 /* this */
            invokevirtual sun.awt.windows.WInputMethod.haveActiveClient:()Z
            ifeq 8
            iconst_0
            goto 9
      StackMap locals: sun.awt.windows.WInputMethod java.awt.Component sun.awt.windows.WComponentPeer
      StackMap stack: sun.awt.windows.WInputMethod sun.awt.windows.WComponentPeer int
         8: iconst_1
      StackMap locals: sun.awt.windows.WInputMethod java.awt.Component sun.awt.windows.WComponentPeer
      StackMap stack: sun.awt.windows.WInputMethod sun.awt.windows.WComponentPeer int int
         9: invokevirtual sun.awt.windows.WInputMethod.enableNativeIME:(Lsun/awt/windows/WComponentPeer;IZ)V
        10: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* component */
            putfield sun.awt.windows.WInputMethod.awtFocussedComponent:Ljava/awt/Component;
        11: .line 399
            aload 0 /* this */
            aload 2 /* peer */
            putfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
        12: .line 400
            return
        end local 2 // sun.awt.windows.WComponentPeer peer
        end local 1 // java.awt.Component component
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/awt/windows/WInputMethod;
            0   13     1  component  Ljava/awt/Component;
            3   13     2       peer  Lsun/awt/windows/WComponentPeer;
    MethodParameters:
           Name  Flags
      component  

  public void hideWindows();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 405
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            ifnull 3
         1: .line 411
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
            iconst_0
            invokevirtual sun.awt.windows.WInputMethod.setStatusWindowVisible:(Lsun/awt/windows/WComponentPeer;Z)V
         2: .line 412
            aload 0 /* this */
            iconst_1
            putfield sun.awt.windows.WInputMethod.statusWindowHidden:Z
         3: .line 414
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/windows/WInputMethod;

  public void removeNotify();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 421
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iconst_0
            invokevirtual sun.awt.windows.WInputMethod.endCompositionNative:(IZ)V
         1: .line 422
            aload 0 /* this */
            aconst_null
            putfield sun.awt.windows.WInputMethod.awtFocussedComponent:Ljava/awt/Component;
         2: .line 423
            aload 0 /* this */
            aconst_null
            putfield sun.awt.windows.WInputMethod.awtFocussedComponentPeer:Lsun/awt/windows/WComponentPeer;
         3: .line 424
            return
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/windows/WInputMethod;

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

  protected boolean supportsBelowTheSpot();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 448
            iconst_1
            ireturn
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WInputMethod;

  public void endComposition();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 456
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
         1: .line 457
            aload 0 /* this */
            invokevirtual sun.awt.windows.WInputMethod.haveActiveClient:()Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: sun.awt.windows.WInputMethod
      StackMap stack: sun.awt.windows.WInputMethod int
         2: iconst_0
         3: .line 456
      StackMap locals: sun.awt.windows.WInputMethod
      StackMap stack: sun.awt.windows.WInputMethod int int
            invokevirtual sun.awt.windows.WInputMethod.endCompositionNative:(IZ)V
         4: .line 458
            return
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/windows/WInputMethod;

  public void setCompositionEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.windows.WInputMethod this
        start local 1 // boolean enable
         0: .line 465
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            iload 1 /* enable */
            invokevirtual sun.awt.windows.WInputMethod.setOpenStatus:(IZ)V
         1: .line 466
            return
        end local 1 // boolean enable
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/awt/windows/WInputMethod;
            0    2     1  enable  Z
    MethodParameters:
        Name  Flags
      enable  

  public boolean isCompositionEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 473
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.windows.WInputMethod.context:I
            invokevirtual sun.awt.windows.WInputMethod.getOpenStatus:(I)Z
            ireturn
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WInputMethod;

  public void sendInputMethodEvent(int, long, java.lang.String, int[], java.lang.String[], int[], byte[], int, int, int);
    descriptor: (IJLjava/lang/String;[I[Ljava/lang/String;[I[BIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=16, args_size=11
        start local 0 // sun.awt.windows.WInputMethod this
        start local 1 // int id
        start local 2 // long when
        start local 4 // java.lang.String text
        start local 5 // int[] clauseBoundary
        start local 6 // java.lang.String[] clauseReading
        start local 7 // int[] attributeBoundary
        start local 8 // byte[] attributeValue
        start local 9 // int commitedTextLength
        start local 10 // int caretPos
        start local 11 // int visiblePos
         0: .line 482
            aconst_null
            astore 12 /* iterator */
        start local 12 // java.text.AttributedCharacterIterator iterator
         1: .line 484
            aload 4 /* text */
            ifnull 51
         2: .line 487
            new java.text.AttributedString
            dup
            aload 4 /* text */
            invokespecial java.text.AttributedString.<init>:(Ljava/lang/String;)V
            astore 13 /* attrStr */
        start local 13 // java.text.AttributedString attrStr
         3: .line 490
            aload 13 /* attrStr */
            getstatic java.text.AttributedCharacterIterator$Attribute.LANGUAGE:Ljava/text/AttributedCharacterIterator$Attribute;
         4: .line 491
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            iconst_0
            aload 4 /* text */
            invokevirtual java.lang.String.length:()I
         5: .line 490
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
         6: .line 494
            aload 5 /* clauseBoundary */
            ifnull 20
            aload 6 /* clauseReading */
            ifnull 20
         7: .line 495
            aload 6 /* clauseReading */
            arraylength
            ifeq 20
            aload 5 /* clauseBoundary */
            arraylength
            aload 6 /* clauseReading */
            arraylength
            iconst_1
            iadd
            if_icmpne 20
         8: .line 496
            aload 5 /* clauseBoundary */
            iconst_0
            iaload
            ifne 20
            aload 5 /* clauseBoundary */
            aload 6 /* clauseReading */
            arraylength
            iaload
            aload 4 /* text */
            invokevirtual java.lang.String.length:()I
            if_icmpgt 20
         9: .line 498
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        10: goto 18
        11: .line 499
      StackMap locals: java.text.AttributedCharacterIterator java.text.AttributedString int
      StackMap stack:
            aload 13 /* attrStr */
            getstatic java.text.AttributedCharacterIterator$Attribute.INPUT_METHOD_SEGMENT:Ljava/text/AttributedCharacterIterator$Attribute;
        12: .line 500
            new java.text.Annotation
            dup
            aconst_null
            invokespecial java.text.Annotation.<init>:(Ljava/lang/Object;)V
            aload 5 /* clauseBoundary */
            iload 14 /* i */
            iaload
            aload 5 /* clauseBoundary */
            iload 14 /* i */
            iconst_1
            iadd
            iaload
        13: .line 499
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        14: .line 501
            aload 13 /* attrStr */
            getstatic java.text.AttributedCharacterIterator$Attribute.READING:Ljava/text/AttributedCharacterIterator$Attribute;
        15: .line 502
            new java.text.Annotation
            dup
            aload 6 /* clauseReading */
            iload 14 /* i */
            aaload
            invokespecial java.text.Annotation.<init>:(Ljava/lang/Object;)V
            aload 5 /* clauseBoundary */
            iload 14 /* i */
            iaload
            aload 5 /* clauseBoundary */
            iload 14 /* i */
            iconst_1
            iadd
            iaload
        16: .line 501
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        17: .line 498
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 14 /* i */
            aload 5 /* clauseBoundary */
            arraylength
            iconst_1
            isub
            if_icmplt 11
        end local 14 // int i
        19: .line 504
            goto 26
        20: .line 508
      StackMap locals:
      StackMap stack:
            aload 13 /* attrStr */
            getstatic java.text.AttributedCharacterIterator$Attribute.INPUT_METHOD_SEGMENT:Ljava/text/AttributedCharacterIterator$Attribute;
        21: .line 509
            new java.text.Annotation
            dup
            aconst_null
            invokespecial java.text.Annotation.<init>:(Ljava/lang/Object;)V
            iconst_0
            aload 4 /* text */
            invokevirtual java.lang.String.length:()I
        22: .line 508
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        23: .line 510
            aload 13 /* attrStr */
            getstatic java.text.AttributedCharacterIterator$Attribute.READING:Ljava/text/AttributedCharacterIterator$Attribute;
        24: .line 511
            new java.text.Annotation
            dup
            ldc ""
            invokespecial java.text.Annotation.<init>:(Ljava/lang/Object;)V
            iconst_0
            aload 4 /* text */
            invokevirtual java.lang.String.length:()I
        25: .line 510
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        26: .line 515
      StackMap locals:
      StackMap stack:
            aload 7 /* attributeBoundary */
            ifnull 46
            aload 8 /* attributeValue */
            ifnull 46
        27: .line 516
            aload 8 /* attributeValue */
            arraylength
            ifeq 46
            aload 7 /* attributeBoundary */
            arraylength
            aload 8 /* attributeValue */
            arraylength
            iconst_1
            iadd
            if_icmpne 46
        28: .line 517
            aload 7 /* attributeBoundary */
            iconst_0
            iaload
            ifne 46
            aload 7 /* attributeBoundary */
            aload 8 /* attributeValue */
            arraylength
            iaload
            aload 4 /* text */
            invokevirtual java.lang.String.length:()I
            if_icmpne 46
        29: .line 519
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        30: goto 44
        31: .line 521
      StackMap locals: int
      StackMap stack:
            aload 8 /* attributeValue */
            iload 14 /* i */
            baload
            tableswitch { // 0 - 4
                    0: 38
                    1: 32
                    2: 34
                    3: 36
                    4: 38
              default: 38
          }
        32: .line 523
      StackMap locals:
      StackMap stack:
            getstatic java.awt.im.InputMethodHighlight.SELECTED_CONVERTED_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
            astore 15 /* highlight */
        start local 15 // java.awt.im.InputMethodHighlight highlight
        33: .line 524
            goto 39
        end local 15 // java.awt.im.InputMethodHighlight highlight
        34: .line 526
      StackMap locals:
      StackMap stack:
            getstatic java.awt.im.InputMethodHighlight.UNSELECTED_CONVERTED_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
            astore 15 /* highlight */
        start local 15 // java.awt.im.InputMethodHighlight highlight
        35: .line 527
            goto 39
        end local 15 // java.awt.im.InputMethodHighlight highlight
        36: .line 529
      StackMap locals:
      StackMap stack:
            getstatic java.awt.im.InputMethodHighlight.SELECTED_RAW_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
            astore 15 /* highlight */
        start local 15 // java.awt.im.InputMethodHighlight highlight
        37: .line 530
            goto 39
        end local 15 // java.awt.im.InputMethodHighlight highlight
        38: .line 534
      StackMap locals:
      StackMap stack:
            getstatic java.awt.im.InputMethodHighlight.UNSELECTED_RAW_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
            astore 15 /* highlight */
        start local 15 // java.awt.im.InputMethodHighlight highlight
        39: .line 537
      StackMap locals: java.awt.im.InputMethodHighlight
      StackMap stack:
            aload 13 /* attrStr */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_HIGHLIGHT:Ljava/awt/font/TextAttribute;
        40: .line 538
            aload 15 /* highlight */
        41: .line 539
            aload 7 /* attributeBoundary */
            iload 14 /* i */
            iaload
            aload 7 /* attributeBoundary */
            iload 14 /* i */
            iconst_1
            iadd
            iaload
        42: .line 537
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        end local 15 // java.awt.im.InputMethodHighlight highlight
        43: .line 519
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        44: iload 14 /* i */
            aload 7 /* attributeBoundary */
            arraylength
            iconst_1
            isub
            if_icmplt 31
        end local 14 // int i
        45: .line 541
            goto 50
        46: .line 545
      StackMap locals:
      StackMap stack:
            aload 13 /* attrStr */
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_HIGHLIGHT:Ljava/awt/font/TextAttribute;
        47: .line 546
            getstatic java.awt.im.InputMethodHighlight.UNSELECTED_CONVERTED_TEXT_HIGHLIGHT:Ljava/awt/im/InputMethodHighlight;
        48: .line 547
            iconst_0
            aload 4 /* text */
            invokevirtual java.lang.String.length:()I
        49: .line 545
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;II)V
        50: .line 551
      StackMap locals:
      StackMap stack:
            aload 13 /* attrStr */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
            astore 12 /* iterator */
        end local 13 // java.text.AttributedString attrStr
        51: .line 555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.windows.WInputMethod.getClientComponent:()Ljava/awt/Component;
            astore 13 /* source */
        start local 13 // java.awt.Component source
        52: .line 556
            aload 13 /* source */
            ifnonnull 54
        53: .line 557
            return
        54: .line 559
      StackMap locals: java.awt.Component
      StackMap stack:
            new java.awt.event.InputMethodEvent
            dup
            aload 13 /* source */
        55: .line 560
            iload 1 /* id */
        56: .line 561
            lload 2 /* when */
        57: .line 562
            aload 12 /* iterator */
        58: .line 563
            iload 9 /* commitedTextLength */
        59: .line 564
            iload 10 /* caretPos */
            invokestatic java.awt.font.TextHitInfo.leading:(I)Ljava/awt/font/TextHitInfo;
        60: .line 565
            iload 11 /* visiblePos */
            invokestatic java.awt.font.TextHitInfo.leading:(I)Ljava/awt/font/TextHitInfo;
        61: .line 559
            invokespecial java.awt.event.InputMethodEvent.<init>:(Ljava/awt/Component;IJLjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)V
            astore 14 /* event */
        start local 14 // java.awt.event.InputMethodEvent event
        62: .line 566
            aload 13 /* source */
            invokestatic sun.awt.windows.WToolkit.targetToAppContext:(Ljava/lang/Object;)Lsun/awt/AppContext;
            aload 14 /* event */
            invokestatic sun.awt.windows.WToolkit.postEvent:(Lsun/awt/AppContext;Ljava/awt/AWTEvent;)V
        63: .line 567
            return
        end local 14 // java.awt.event.InputMethodEvent event
        end local 13 // java.awt.Component source
        end local 12 // java.text.AttributedCharacterIterator iterator
        end local 11 // int visiblePos
        end local 10 // int caretPos
        end local 9 // int commitedTextLength
        end local 8 // byte[] attributeValue
        end local 7 // int[] attributeBoundary
        end local 6 // java.lang.String[] clauseReading
        end local 5 // int[] clauseBoundary
        end local 4 // java.lang.String text
        end local 2 // long when
        end local 1 // int id
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   64     0                this  Lsun/awt/windows/WInputMethod;
            0   64     1                  id  I
            0   64     2                when  J
            0   64     4                text  Ljava/lang/String;
            0   64     5      clauseBoundary  [I
            0   64     6       clauseReading  [Ljava/lang/String;
            0   64     7   attributeBoundary  [I
            0   64     8      attributeValue  [B
            0   64     9  commitedTextLength  I
            0   64    10            caretPos  I
            0   64    11          visiblePos  I
            1   64    12            iterator  Ljava/text/AttributedCharacterIterator;
            3   51    13             attrStr  Ljava/text/AttributedString;
           10   19    14                   i  I
           30   45    14                   i  I
           33   34    15           highlight  Ljava/awt/im/InputMethodHighlight;
           35   36    15           highlight  Ljava/awt/im/InputMethodHighlight;
           37   38    15           highlight  Ljava/awt/im/InputMethodHighlight;
           39   43    15           highlight  Ljava/awt/im/InputMethodHighlight;
           52   64    13              source  Ljava/awt/Component;
           62   64    14               event  Ljava/awt/event/InputMethodEvent;
    MethodParameters:
                    Name  Flags
      id                  
      when                
      text                
      clauseBoundary      
      clauseReading       
      attributeBoundary   
      attributeValue      
      commitedTextLength  
      caretPos            
      visiblePos          

  public void inquireCandidatePosition();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.awt.windows.WInputMethod this
         0: .line 571
            aload 0 /* this */
            invokevirtual sun.awt.windows.WInputMethod.getClientComponent:()Ljava/awt/Component;
            astore 1 /* source */
        start local 1 // java.awt.Component source
         1: .line 572
            aload 1 /* source */
            ifnonnull 3
         2: .line 573
            return
         3: .line 579
      StackMap locals: java.awt.Component
      StackMap stack:
            new sun.awt.windows.WInputMethod$1
            dup
            aload 0 /* this */
            invokespecial sun.awt.windows.WInputMethod$1.<init>:(Lsun/awt/windows/WInputMethod;)V
            astore 2 /* r */
        start local 2 // java.lang.Runnable r
         4: .line 605
            aload 1 /* source */
            invokestatic sun.awt.windows.WToolkit.targetToAppContext:(Ljava/lang/Object;)Lsun/awt/AppContext;
         5: .line 606
            new java.awt.event.InvocationEvent
            dup
            aload 1 /* source */
            aload 2 /* r */
            invokespecial java.awt.event.InvocationEvent.<init>:(Ljava/lang/Object;Ljava/lang/Runnable;)V
         6: .line 605
            invokestatic sun.awt.windows.WToolkit.postEvent:(Lsun/awt/AppContext;Ljava/awt/AWTEvent;)V
         7: .line 607
            return
        end local 2 // java.lang.Runnable r
        end local 1 // java.awt.Component source
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/awt/windows/WInputMethod;
            1    8     1  source  Ljava/awt/Component;
            4    8     2       r  Ljava/lang/Runnable;

  private sun.awt.windows.WComponentPeer getNearestNativePeer(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Lsun/awt/windows/WComponentPeer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // sun.awt.windows.WInputMethod this
        start local 1 // java.awt.Component comp
         0: .line 613
            aload 1 /* comp */
            ifnonnull 1
            aconst_null
            areturn
         1: .line 615
      StackMap locals:
      StackMap stack:
            aload 1 /* comp */
            invokevirtual java.awt.Component.getPeer:()Ljava/awt/peer/ComponentPeer;
            astore 2 /* peer */
        start local 2 // java.awt.peer.ComponentPeer peer
         2: .line 616
            aload 2 /* peer */
            ifnonnull 7
            aconst_null
            areturn
         3: .line 619
      StackMap locals: java.awt.peer.ComponentPeer
      StackMap stack:
            aload 1 /* comp */
            invokevirtual java.awt.Component.getParent:()Ljava/awt/Container;
            astore 1 /* comp */
         4: .line 620
            aload 1 /* comp */
            ifnonnull 5
            aconst_null
            areturn
         5: .line 621
      StackMap locals:
      StackMap stack:
            aload 1 /* comp */
            invokevirtual java.awt.Component.getPeer:()Ljava/awt/peer/ComponentPeer;
            astore 2 /* peer */
         6: .line 622
            aload 2 /* peer */
            ifnonnull 7
            aconst_null
            areturn
         7: .line 618
      StackMap locals:
      StackMap stack:
            aload 2 /* peer */
            instanceof java.awt.peer.LightweightPeer
            ifne 3
         8: .line 625
            aload 2 /* peer */
            instanceof sun.awt.windows.WComponentPeer
            ifeq 10
         9: .line 626
            aload 2 /* peer */
            checkcast sun.awt.windows.WComponentPeer
            areturn
        10: .line 628
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.awt.peer.ComponentPeer peer
        end local 1 // java.awt.Component comp
        end local 0 // sun.awt.windows.WInputMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/awt/windows/WInputMethod;
            0   11     1  comp  Ljava/awt/Component;
            2   11     2  peer  Ljava/awt/peer/ComponentPeer;
    MethodParameters:
      Name  Flags
      comp  

  private native int createNativeContext();
    descriptor: ()I
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE

  private native void destroyNativeContext(int);
    descriptor: (I)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
         Name  Flags
      context  

  private native void enableNativeIME(sun.awt.windows.WComponentPeer, int, boolean);
    descriptor: (Lsun/awt/windows/WComponentPeer;IZ)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
                     Name  Flags
      peer                 
      context              
      useNativeCompWindow  

  private native void disableNativeIME(sun.awt.windows.WComponentPeer);
    descriptor: (Lsun/awt/windows/WComponentPeer;)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  private native void handleNativeIMEEvent(sun.awt.windows.WComponentPeer, java.awt.AWTEvent);
    descriptor: (Lsun/awt/windows/WComponentPeer;Ljava/awt/AWTEvent;)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  
      e     

  private native void endCompositionNative(int, boolean);
    descriptor: (IZ)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
         Name  Flags
      context  
      flag     

  private native void setConversionStatus(int, int);
    descriptor: (II)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
         Name  Flags
      context  
      cmode    

  private native int getConversionStatus(int);
    descriptor: (I)I
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
         Name  Flags
      context  

  private native void setOpenStatus(int, boolean);
    descriptor: (IZ)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
         Name  Flags
      context  
      flag     

  private native boolean getOpenStatus(int);
    descriptor: (I)Z
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
         Name  Flags
      context  

  private native void setStatusWindowVisible(sun.awt.windows.WComponentPeer, boolean);
    descriptor: (Lsun/awt/windows/WComponentPeer;Z)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
         Name  Flags
      peer     
      visible  

  private native java.lang.String getNativeIMMDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE

  static native java.util.Locale getNativeLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0108) ACC_STATIC, ACC_NATIVE

  static native boolean setNativeLocale(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Z
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
            Name  Flags
      localeName  
      onActivate  

  private native void openCandidateWindow(sun.awt.windows.WComponentPeer, int, int);
    descriptor: (Lsun/awt/windows/WComponentPeer;II)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  
      x     
      y     

  static java.awt.Component access$0(sun.awt.windows.WInputMethod);
    descriptor: (Lsun/awt/windows/WInputMethod;)Ljava/awt/Component;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.awt.windows.WInputMethod.getClientComponent:()Ljava/awt/Component;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static boolean access$1(sun.awt.windows.WInputMethod);
    descriptor: (Lsun/awt/windows/WInputMethod;)Z
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.awt.windows.WInputMethod.haveActiveClient:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "WInputMethod.java"
NestMembers:
  sun.awt.windows.WInputMethod$1
InnerClasses:
  public Subset = java.lang.Character$Subset of java.lang.Character
  public final UnicodeBlock = java.lang.Character$UnicodeBlock of java.lang.Character
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  sun.awt.windows.WInputMethod$1