public class sun.awt.im.InputContext extends java.awt.im.InputContext implements java.awt.event.ComponentListener, java.awt.event.WindowListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.im.InputContext
  super_class: java.awt.im.InputContext
{
  private static final sun.util.logging.PlatformLogger log;
    descriptor: Lsun/util/logging/PlatformLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private sun.awt.im.InputMethodLocator inputMethodLocator;
    descriptor: Lsun/awt/im/InputMethodLocator;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.im.spi.InputMethod inputMethod;
    descriptor: Ljava/awt/im/spi/InputMethod;
    flags: (0x0002) ACC_PRIVATE

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

  private java.util.HashMap<sun.awt.im.InputMethodLocator, java.awt.im.spi.InputMethod> usedInputMethods;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashMap<Lsun/awt/im/InputMethodLocator;Ljava/awt/im/spi/InputMethod;>;

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

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

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

  private java.lang.Character$Subset[] characterSubsets;
    descriptor: [Ljava/lang/Character$Subset;
    flags: (0x0002) ACC_PRIVATE

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

  private static sun.awt.im.InputContext inputMethodWindowContext;
    descriptor: Lsun/awt/im/InputContext;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.awt.im.spi.InputMethod previousInputMethod;
    descriptor: Ljava/awt/im/spi/InputMethod;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  private java.awt.Window clientWindowListened;
    descriptor: Ljava/awt/Window;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.Rectangle clientWindowLocation;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0002) ACC_PRIVATE

  private java.util.HashMap<java.awt.im.spi.InputMethod, java.lang.Boolean> perInputMethodState;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashMap<Ljava/awt/im/spi/InputMethod;Ljava/lang/Boolean;>;

  private static java.awt.AWTKeyStroke inputMethodSelectionKey;
    descriptor: Ljava/awt/AWTKeyStroke;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  private static final java.lang.String inputMethodSelectionKeyPath;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "/java/awt/im/selectionKey"

  private static final java.lang.String inputMethodSelectionKeyCodeName;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "keyCode"

  private static final java.lang.String inputMethodSelectionKeyModifiersName;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "modifiers"

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 70
            ldc "sun.awt.im.InputContext"
            invokestatic sun.util.logging.PlatformLogger.getLogger:(Ljava/lang/String;)Lsun/util/logging/PlatformLogger;
            putstatic sun.awt.im.InputContext.log:Lsun/util/logging/PlatformLogger;
         1: .line 100
            aconst_null
            putstatic sun.awt.im.InputContext.previousInputMethod:Ljava/awt/im/spi/InputMethod;
         2: .line 113
            iconst_0
            putstatic sun.awt.im.InputContext.inputMethodSelectionKeyInitialized:Z
         3: .line 116
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 121
            aload 0 /* this */
            invokespecial java.awt.im.InputContext.<init>:()V
         1: .line 90
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.characterSubsets:[Ljava/lang/Character$Subset;
         2: .line 93
            aload 0 /* this */
            iconst_0
            putfield sun.awt.im.InputContext.compositionAreaHidden:Z
         3: .line 103
            aload 0 /* this */
            iconst_0
            putfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
         4: .line 107
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.clientWindowLocation:Ljava/awt/Rectangle;
         5: .line 122
            invokestatic sun.awt.im.InputMethodManager.getInstance:()Lsun/awt/im/InputMethodManager;
            astore 1 /* imm */
        start local 1 // sun.awt.im.InputMethodManager imm
         6: .line 123
            ldc Lsun/awt/im/InputContext;
            dup
            astore 2
            monitorenter
         7: .line 124
            getstatic sun.awt.im.InputContext.inputMethodSelectionKeyInitialized:Z
            ifne 11
         8: .line 125
            iconst_1
            putstatic sun.awt.im.InputContext.inputMethodSelectionKeyInitialized:Z
         9: .line 126
            aload 1 /* imm */
            invokevirtual sun.awt.im.InputMethodManager.hasMultipleInputMethods:()Z
            ifeq 11
        10: .line 127
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.initializeInputMethodSelectionKey:()V
        11: .line 123
      StackMap locals: sun.awt.im.InputContext sun.awt.im.InputMethodManager java.lang.Class
      StackMap stack:
            aload 2
            monitorexit
        12: goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: aload 2
            monitorexit
        14: athrow
        15: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* imm */
            invokevirtual sun.awt.im.InputMethodManager.getDefaultKeyboardLocale:()Ljava/util/Locale;
            invokevirtual sun.awt.im.InputContext.selectInputMethod:(Ljava/util/Locale;)Z
            pop
        16: .line 132
            return
        end local 1 // sun.awt.im.InputMethodManager imm
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lsun/awt/im/InputContext;
            6   17     1   imm  Lsun/awt/im/InputMethodManager;
      Exception table:
        from    to  target  type
           7    12      13  any
          13    14      13  any

  public synchronized boolean selectInputMethod(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.util.Locale locale
         0: .line 139
            aload 1 /* locale */
            ifnonnull 2
         1: .line 140
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 5
         3: .line 145
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            aload 1 /* locale */
            invokeinterface java.awt.im.spi.InputMethod.setLocale:(Ljava/util/Locale;)Z
            ifeq 9
         4: .line 146
            iconst_1
            ireturn
         5: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            ifnull 9
         6: .line 153
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            aload 1 /* locale */
            invokevirtual sun.awt.im.InputMethodLocator.isLocaleAvailable:(Ljava/util/Locale;)Z
            ifeq 9
         7: .line 154
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            aload 1 /* locale */
            invokevirtual sun.awt.im.InputMethodLocator.deriveLocator:(Ljava/util/Locale;)Lsun/awt/im/InputMethodLocator;
            putfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
         8: .line 155
            iconst_1
            ireturn
         9: .line 160
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.im.InputMethodManager.getInstance:()Lsun/awt/im/InputMethodManager;
            aload 1 /* locale */
            invokevirtual sun.awt.im.InputMethodManager.findInputMethod:(Ljava/util/Locale;)Lsun/awt/im/InputMethodLocator;
            astore 2 /* newLocator */
        start local 2 // sun.awt.im.InputMethodLocator newLocator
        10: .line 161
            aload 2 /* newLocator */
            ifnull 13
        11: .line 162
            aload 0 /* this */
            aload 2 /* newLocator */
            invokevirtual sun.awt.im.InputContext.changeInputMethod:(Lsun/awt/im/InputMethodLocator;)V
        12: .line 163
            iconst_1
            ireturn
        13: .line 168
      StackMap locals: sun.awt.im.InputMethodLocator
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnonnull 17
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            ifnull 17
        14: .line 169
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getInputMethod:()Ljava/awt/im/spi/InputMethod;
            putfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
        15: .line 170
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 17
        16: .line 171
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            aload 1 /* locale */
            invokeinterface java.awt.im.spi.InputMethod.setLocale:(Ljava/util/Locale;)Z
            ireturn
        17: .line 174
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // sun.awt.im.InputMethodLocator newLocator
        end local 1 // java.util.Locale locale
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lsun/awt/im/InputContext;
            0   18     1      locale  Ljava/util/Locale;
           10   18     2  newLocator  Lsun/awt/im/InputMethodLocator;
    MethodParameters:
        Name  Flags
      locale  

  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.im.InputContext this
         0: .line 181
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 2
         1: .line 182
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.getLocale:()Ljava/util/Locale;
            areturn
         2: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            ifnull 4
         3: .line 184
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            invokevirtual sun.awt.im.InputMethodLocator.getLocale:()Ljava/util/Locale;
            areturn
         4: .line 186
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/im/InputContext;

  public void setCharacterSubsets(java.lang.Character$Subset[]);
    descriptor: ([Ljava/lang/Character$Subset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.lang.Character$Subset[] subsets
         0: .line 194
            aload 1 /* subsets */
            ifnonnull 3
         1: .line 195
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.characterSubsets:[Ljava/lang/Character$Subset;
         2: .line 196
            goto 7
         3: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* subsets */
            arraylength
            anewarray java.lang.Character$Subset
            putfield sun.awt.im.InputContext.characterSubsets:[Ljava/lang/Character$Subset;
         4: .line 198
            aload 1 /* subsets */
            iconst_0
         5: .line 199
            aload 0 /* this */
            getfield sun.awt.im.InputContext.characterSubsets:[Ljava/lang/Character$Subset;
            iconst_0
            aload 0 /* this */
            getfield sun.awt.im.InputContext.characterSubsets:[Ljava/lang/Character$Subset;
            arraylength
         6: .line 198
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 9
         8: .line 202
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            aload 1 /* subsets */
            invokeinterface java.awt.im.spi.InputMethod.setCharacterSubsets:([Ljava/lang/Character$Subset;)V
         9: .line 204
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Character$Subset[] subsets
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lsun/awt/im/InputContext;
            0   10     1  subsets  [Ljava/lang/Character$Subset;
    MethodParameters:
         Name  Flags
      subsets  

  public synchronized void reconvert();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 212
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getInputMethod:()Ljava/awt/im/spi/InputMethod;
            astore 1 /* inputMethod */
        start local 1 // java.awt.im.spi.InputMethod inputMethod
         1: .line 213
            aload 1 /* inputMethod */
            ifnonnull 3
         2: .line 214
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         3: .line 216
      StackMap locals: java.awt.im.spi.InputMethod
      StackMap stack:
            aload 1 /* inputMethod */
            invokeinterface java.awt.im.spi.InputMethod.reconvert:()V
         4: .line 217
            return
        end local 1 // java.awt.im.spi.InputMethod inputMethod
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lsun/awt/im/InputContext;
            1    5     1  inputMethod  Ljava/awt/im/spi/InputMethod;

  public void dispatchEvent(java.awt.AWTEvent);
    descriptor: (Ljava/awt/AWTEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.AWTEvent event
         0: .line 225
            aload 1 /* event */
            instanceof java.awt.event.InputMethodEvent
            ifeq 2
         1: .line 226
            return
         2: .line 231
      StackMap locals:
      StackMap stack:
            aload 1 /* event */
            instanceof java.awt.event.FocusEvent
            ifeq 8
         3: .line 232
            aload 1 /* event */
            checkcast java.awt.event.FocusEvent
            invokevirtual java.awt.event.FocusEvent.getOppositeComponent:()Ljava/awt/Component;
            astore 2 /* opposite */
        start local 2 // java.awt.Component opposite
         4: .line 233
            aload 2 /* opposite */
            ifnull 8
         5: .line 234
            aload 2 /* opposite */
            invokestatic sun.awt.im.InputContext.getComponentWindow:(Ljava/awt/Component;)Ljava/awt/Window;
            instanceof sun.awt.im.InputMethodWindow
            ifeq 8
         6: .line 235
            aload 2 /* opposite */
            invokevirtual java.awt.Component.getInputContext:()Ljava/awt/im/InputContext;
            aload 0 /* this */
            if_acmpne 8
         7: .line 236
            return
        end local 2 // java.awt.Component opposite
         8: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getInputMethod:()Ljava/awt/im/spi/InputMethod;
            astore 2 /* inputMethod */
        start local 2 // java.awt.im.spi.InputMethod inputMethod
         9: .line 241
            aload 1 /* event */
            invokevirtual java.awt.AWTEvent.getID:()I
            istore 3 /* id */
        start local 3 // int id
        10: .line 243
            iload 3 /* id */
            lookupswitch { // 3
                  401: 15
                 1004: 11
                 1005: 13
              default: 18
          }
        11: .line 245
      StackMap locals: java.awt.im.spi.InputMethod int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual java.awt.AWTEvent.getSource:()Ljava/lang/Object;
            checkcast java.awt.Component
            invokevirtual sun.awt.im.InputContext.focusGained:(Ljava/awt/Component;)V
        12: .line 246
            goto 20
        13: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual java.awt.AWTEvent.getSource:()Ljava/lang/Object;
            checkcast java.awt.Component
            aload 1 /* event */
            checkcast java.awt.event.FocusEvent
            invokevirtual java.awt.event.FocusEvent.isTemporary:()Z
            invokevirtual sun.awt.im.InputContext.focusLost:(Ljava/awt/Component;Z)V
        14: .line 250
            goto 20
        15: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* event */
            checkcast java.awt.event.KeyEvent
            invokevirtual sun.awt.im.InputContext.checkInputMethodSelectionKey:(Ljava/awt/event/KeyEvent;)Z
            ifeq 18
        16: .line 255
            invokestatic sun.awt.im.InputMethodManager.getInstance:()Lsun/awt/im/InputMethodManager;
            aload 1 /* event */
            invokevirtual java.awt.AWTEvent.getSource:()Ljava/lang/Object;
            checkcast java.awt.Component
            invokevirtual sun.awt.im.InputMethodManager.notifyChangeRequestByHotKey:(Ljava/awt/Component;)V
        17: .line 256
            goto 20
        18: .line 262
      StackMap locals:
      StackMap stack:
            aload 2 /* inputMethod */
            ifnull 20
            aload 1 /* event */
            instanceof java.awt.event.InputEvent
            ifeq 20
        19: .line 263
            aload 2 /* inputMethod */
            aload 1 /* event */
            invokeinterface java.awt.im.spi.InputMethod.dispatchEvent:(Ljava/awt/AWTEvent;)V
        20: .line 266
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int id
        end local 2 // java.awt.im.spi.InputMethod inputMethod
        end local 1 // java.awt.AWTEvent event
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0         this  Lsun/awt/im/InputContext;
            0   21     1        event  Ljava/awt/AWTEvent;
            4    8     2     opposite  Ljava/awt/Component;
            9   21     2  inputMethod  Ljava/awt/im/spi/InputMethod;
           10   21     3           id  I
    MethodParameters:
       Name  Flags
      event  

  private void focusGained(java.awt.Component);
    descriptor: (Ljava/awt/Component;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.Component source
         0: .line 299
            aload 1 /* source */
            invokevirtual java.awt.Component.getTreeLock:()Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 300
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         2: .line 301
            ldc "sun.awt.im.CompositionArea"
            aload 1 /* source */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 15
         3: .line 303
            aload 1 /* source */
            invokestatic sun.awt.im.InputContext.getComponentWindow:(Ljava/awt/Component;)Ljava/awt/Window;
            instanceof sun.awt.im.InputMethodWindow
            ifne 15
         4: .line 306
            aload 1 /* source */
            invokevirtual java.awt.Component.isDisplayable:()Z
            ifne 8
         5: .line 308
            aload 3
            monitorexit
         6: aload 2
            monitorexit
         7: return
         8: .line 316
      StackMap locals: java.lang.Object sun.awt.im.InputContext
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 14
         9: .line 317
            aload 0 /* this */
            getfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
            ifnull 14
            aload 0 /* this */
            getfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
            aload 1 /* source */
            if_acmpeq 14
        10: .line 318
            aload 0 /* this */
            getfield sun.awt.im.InputContext.isInputMethodActive:Z
            ifne 12
        11: .line 319
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.im.InputContext.activateInputMethod:(Z)V
        12: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.endComposition:()V
        13: .line 322
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.im.InputContext.deactivateInputMethod:(Z)V
        14: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* source */
            putfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
        15: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* source */
            putfield sun.awt.im.InputContext.awtFocussedComponent:Ljava/awt/Component;
        16: .line 330
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            instanceof sun.awt.im.InputMethodAdapter
            ifeq 18
        17: .line 331
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            checkcast sun.awt.im.InputMethodAdapter
            aload 1 /* source */
            invokevirtual sun.awt.im.InputMethodAdapter.setAWTFocussedComponent:(Ljava/awt/Component;)V
        18: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.isInputMethodActive:Z
            ifne 20
        19: .line 338
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.im.InputContext.activateInputMethod:(Z)V
        20: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            checkcast sun.awt.im.InputMethodContext
            astore 4 /* inputContext */
        start local 4 // sun.awt.im.InputMethodContext inputContext
        21: .line 345
            aload 4 /* inputContext */
            invokevirtual sun.awt.im.InputMethodContext.isCompositionAreaVisible:()Z
            ifne 27
        22: .line 346
            aload 1 /* source */
            invokevirtual java.awt.Component.getInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            astore 5 /* req */
        start local 5 // java.awt.im.InputMethodRequests req
        23: .line 347
            aload 5 /* req */
            ifnull 26
            aload 4 /* inputContext */
            invokevirtual sun.awt.im.InputMethodContext.useBelowTheSpotInput:()Z
            ifeq 26
        24: .line 348
            aload 4 /* inputContext */
            iconst_1
            invokevirtual sun.awt.im.InputMethodContext.setCompositionAreaUndecorated:(Z)V
        25: .line 349
            goto 27
        26: .line 350
      StackMap locals: sun.awt.im.InputMethodContext java.awt.im.InputMethodRequests
      StackMap stack:
            aload 4 /* inputContext */
            iconst_0
            invokevirtual sun.awt.im.InputMethodContext.setCompositionAreaUndecorated:(Z)V
        end local 5 // java.awt.im.InputMethodRequests req
        27: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.compositionAreaHidden:Z
            ifeq 30
        28: .line 356
            aload 0 /* this */
            checkcast sun.awt.im.InputMethodContext
            iconst_1
            invokevirtual sun.awt.im.InputMethodContext.setCompositionAreaVisible:(Z)V
        29: .line 357
            aload 0 /* this */
            iconst_0
            putfield sun.awt.im.InputContext.compositionAreaHidden:Z
        end local 4 // sun.awt.im.InputMethodContext inputContext
        30: .line 300
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        31: goto 34
      StackMap locals:
      StackMap stack: java.lang.Throwable
        32: aload 3
            monitorexit
        33: athrow
        34: .line 299
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        35: goto 38
      StackMap locals:
      StackMap stack: java.lang.Throwable
        36: aload 2
            monitorexit
        37: athrow
        38: .line 361
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.Component source
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   39     0          this  Lsun/awt/im/InputContext;
            0   39     1        source  Ljava/awt/Component;
           21   30     4  inputContext  Lsun/awt/im/InputMethodContext;
           23   27     5           req  Ljava/awt/im/InputMethodRequests;
      Exception table:
        from    to  target  type
           2     6      32  any
           8    31      32  any
          32    33      32  any
           1     7      36  any
           8    35      36  any
          36    37      36  any
    MethodParameters:
        Name  Flags
      source  

  private void activateInputMethod(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // boolean updateCompositionArea
         0: .line 373
            getstatic sun.awt.im.InputContext.inputMethodWindowContext:Lsun/awt/im/InputContext;
            ifnull 5
            getstatic sun.awt.im.InputContext.inputMethodWindowContext:Lsun/awt/im/InputContext;
            aload 0 /* this */
            if_acmpeq 5
         1: .line 374
            getstatic sun.awt.im.InputContext.inputMethodWindowContext:Lsun/awt/im/InputContext;
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            ifnull 5
         2: .line 375
            getstatic sun.awt.im.InputContext.inputMethodWindowContext:Lsun/awt/im/InputContext;
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            invokevirtual sun.awt.im.InputMethodLocator.sameInputMethod:(Lsun/awt/im/InputMethodLocator;)Z
            ifne 5
         3: .line 376
            getstatic sun.awt.im.InputContext.inputMethodWindowContext:Lsun/awt/im/InputContext;
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 5
         4: .line 377
            getstatic sun.awt.im.InputContext.inputMethodWindowContext:Lsun/awt/im/InputContext;
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.hideWindows:()V
         5: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            putstatic sun.awt.im.InputContext.inputMethodWindowContext:Lsun/awt/im/InputContext;
         6: .line 381
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 33
         7: .line 382
            getstatic sun.awt.im.InputContext.previousInputMethod:Ljava/awt/im/spi/InputMethod;
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            if_acmpeq 10
         8: .line 383
            getstatic sun.awt.im.InputContext.previousInputMethod:Ljava/awt/im/spi/InputMethod;
            instanceof sun.awt.im.InputMethodAdapter
            ifeq 10
         9: .line 386
            getstatic sun.awt.im.InputContext.previousInputMethod:Ljava/awt/im/spi/InputMethod;
            checkcast sun.awt.im.InputMethodAdapter
            invokevirtual sun.awt.im.InputMethodAdapter.stopListening:()V
        10: .line 388
      StackMap locals:
      StackMap stack:
            aconst_null
            putstatic sun.awt.im.InputContext.previousInputMethod:Ljava/awt/im/spi/InputMethod;
        11: .line 390
            getstatic sun.awt.im.InputContext.log:Lsun/util/logging/PlatformLogger;
            getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 13
        12: .line 391
            getstatic sun.awt.im.InputContext.log:Lsun/util/logging/PlatformLogger;
            new java.lang.StringBuilder
            dup
            ldc "Current client component "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual sun.util.logging.PlatformLogger.fine:(Ljava/lang/String;)V
        13: .line 393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            instanceof sun.awt.im.InputMethodAdapter
            ifeq 15
        14: .line 394
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            checkcast sun.awt.im.InputMethodAdapter
            aload 0 /* this */
            getfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
            invokevirtual sun.awt.im.InputMethodAdapter.setClientComponent:(Ljava/awt/Component;)V
        15: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.activate:()V
        16: .line 397
            aload 0 /* this */
            iconst_1
            putfield sun.awt.im.InputContext.isInputMethodActive:Z
        17: .line 399
            aload 0 /* this */
            getfield sun.awt.im.InputContext.perInputMethodState:Ljava/util/HashMap;
            ifnull 21
        18: .line 400
            aload 0 /* this */
            getfield sun.awt.im.InputContext.perInputMethodState:Ljava/util/HashMap;
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 2 /* state */
        start local 2 // java.lang.Boolean state
        19: .line 401
            aload 2 /* state */
            ifnull 21
        20: .line 402
            aload 0 /* this */
            aload 2 /* state */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
        end local 2 // java.lang.Boolean state
        21: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
            ifeq 31
        22: .line 406
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.addedClientWindowListeners:()Z
            ifne 24
        23: .line 407
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.addClientWindowListeners:()V
        24: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
        25: .line 410
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowListened:Ljava/awt/Window;
            ifnull 27
        26: .line 411
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowListened:Ljava/awt/Window;
            invokevirtual sun.awt.im.InputContext.notifyClientWindowChange:(Ljava/awt/Window;)V
        27: .line 409
      StackMap locals: sun.awt.im.InputContext
      StackMap stack:
            aload 2
            monitorexit
        28: goto 33
      StackMap locals:
      StackMap stack: java.lang.Throwable
        29: aload 2
            monitorexit
        30: athrow
        31: .line 415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.addedClientWindowListeners:()Z
            ifeq 33
        32: .line 416
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.removeClientWindowListeners:()V
        33: .line 420
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.im.InputMethodManager.getInstance:()Lsun/awt/im/InputMethodManager;
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodManager.setInputContext:(Lsun/awt/im/InputContext;)V
        34: .line 422
            aload 0 /* this */
            checkcast sun.awt.im.InputMethodContext
            iload 1 /* updateCompositionArea */
            invokevirtual sun.awt.im.InputMethodContext.grabCompositionArea:(Z)V
        35: .line 423
            return
        end local 1 // boolean updateCompositionArea
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   36     0                   this  Lsun/awt/im/InputContext;
            0   36     1  updateCompositionArea  Z
           19   21     2                  state  Ljava/lang/Boolean;
      Exception table:
        from    to  target  type
          25    28      29  any
          29    30      29  any
    MethodParameters:
                       Name  Flags
      updateCompositionArea  

  static java.awt.Window getComponentWindow(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Window;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.Component component
         0: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* component */
            ifnonnull 2
         1: .line 428
            aconst_null
            areturn
         2: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* component */
            instanceof java.awt.Window
            ifeq 4
         3: .line 430
            aload 0 /* component */
            checkcast java.awt.Window
            areturn
         4: .line 432
      StackMap locals:
      StackMap stack:
            aload 0 /* component */
            invokevirtual java.awt.Component.getParent:()Ljava/awt/Container;
            astore 0 /* component */
         5: .line 426
            goto 0
        end local 0 // java.awt.Component component
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0  component  Ljava/awt/Component;
    MethodParameters:
           Name  Flags
      component  

  private void focusLost(java.awt.Component, boolean);
    descriptor: (Ljava/awt/Component;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.Component source
        start local 2 // boolean isTemporary
         0: .line 452
            aload 1 /* source */
            invokevirtual java.awt.Component.getTreeLock:()Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 453
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         2: .line 457
            aload 0 /* this */
            getfield sun.awt.im.InputContext.isInputMethodActive:Z
            ifeq 4
         3: .line 458
            aload 0 /* this */
            iload 2 /* isTemporary */
            invokevirtual sun.awt.im.InputContext.deactivateInputMethod:(Z)V
         4: .line 461
      StackMap locals: java.lang.Object sun.awt.im.InputContext
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.awtFocussedComponent:Ljava/awt/Component;
         5: .line 462
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            instanceof sun.awt.im.InputMethodAdapter
            ifeq 7
         6: .line 463
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            checkcast sun.awt.im.InputMethodAdapter
            aconst_null
            invokevirtual sun.awt.im.InputMethodAdapter.setAWTFocussedComponent:(Ljava/awt/Component;)V
         7: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            checkcast sun.awt.im.InputMethodContext
            astore 5 /* inputContext */
        start local 5 // sun.awt.im.InputMethodContext inputContext
         8: .line 468
            aload 5 /* inputContext */
            invokevirtual sun.awt.im.InputMethodContext.isCompositionAreaVisible:()Z
            ifeq 11
         9: .line 469
            aload 5 /* inputContext */
            iconst_0
            invokevirtual sun.awt.im.InputMethodContext.setCompositionAreaVisible:(Z)V
        10: .line 470
            aload 0 /* this */
            iconst_1
            putfield sun.awt.im.InputContext.compositionAreaHidden:Z
        end local 5 // sun.awt.im.InputMethodContext inputContext
        11: .line 453
      StackMap locals:
      StackMap stack:
            aload 4
            monitorexit
        12: goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: aload 4
            monitorexit
        14: athrow
        15: .line 452
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        16: goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        17: aload 3
            monitorexit
        18: athrow
        19: .line 474
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean isTemporary
        end local 1 // java.awt.Component source
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lsun/awt/im/InputContext;
            0   20     1        source  Ljava/awt/Component;
            0   20     2   isTemporary  Z
            8   11     5  inputContext  Lsun/awt/im/InputMethodContext;
      Exception table:
        from    to  target  type
           2    12      13  any
          13    14      13  any
           1    16      17  any
          17    18      17  any
    MethodParameters:
             Name  Flags
      source       
      isTemporary  

  private boolean checkInputMethodSelectionKey(java.awt.event.KeyEvent);
    descriptor: (Ljava/awt/event/KeyEvent;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.event.KeyEvent event
         0: .line 480
            getstatic sun.awt.im.InputContext.inputMethodSelectionKey:Ljava/awt/AWTKeyStroke;
            ifnull 3
         1: .line 481
            aload 1 /* event */
            invokestatic java.awt.AWTKeyStroke.getAWTKeyStrokeForEvent:(Ljava/awt/event/KeyEvent;)Ljava/awt/AWTKeyStroke;
            astore 2 /* aKeyStroke */
        start local 2 // java.awt.AWTKeyStroke aKeyStroke
         2: .line 482
            getstatic sun.awt.im.InputContext.inputMethodSelectionKey:Ljava/awt/AWTKeyStroke;
            aload 2 /* aKeyStroke */
            invokevirtual java.awt.AWTKeyStroke.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.awt.AWTKeyStroke aKeyStroke
         3: .line 484
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.awt.event.KeyEvent event
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/awt/im/InputContext;
            0    4     1       event  Ljava/awt/event/KeyEvent;
            2    3     2  aKeyStroke  Ljava/awt/AWTKeyStroke;
    MethodParameters:
       Name  Flags
      event  

  private void deactivateInputMethod(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // boolean isTemporary
         0: .line 489
            invokestatic sun.awt.im.InputMethodManager.getInstance:()Lsun/awt/im/InputMethodManager;
            aconst_null
            invokevirtual sun.awt.im.InputMethodManager.setInputContext:(Lsun/awt/im/InputContext;)V
         1: .line 490
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 5
         2: .line 491
            aload 0 /* this */
            iconst_0
            putfield sun.awt.im.InputContext.isInputMethodActive:Z
         3: .line 492
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            iload 1 /* isTemporary */
            invokeinterface java.awt.im.spi.InputMethod.deactivate:(Z)V
         4: .line 493
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            putstatic sun.awt.im.InputContext.previousInputMethod:Ljava/awt/im/spi/InputMethod;
         5: .line 495
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean isTemporary
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lsun/awt/im/InputContext;
            0    6     1  isTemporary  Z
    MethodParameters:
             Name  Flags
      isTemporary  

  synchronized void changeInputMethod(sun.awt.im.InputMethodLocator);
    descriptor: (Lsun/awt/im/InputMethodLocator;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // sun.awt.im.InputMethodLocator newLocator
         0: .line 511
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            ifnonnull 4
         1: .line 512
            aload 0 /* this */
            aload 1 /* newLocator */
            putfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
         2: .line 513
            aload 0 /* this */
            iconst_0
            putfield sun.awt.im.InputContext.inputMethodCreationFailed:Z
         3: .line 514
            return
         4: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            aload 1 /* newLocator */
            invokevirtual sun.awt.im.InputMethodLocator.sameInputMethod:(Lsun/awt/im/InputMethodLocator;)Z
            ifeq 11
         5: .line 520
            aload 1 /* newLocator */
            invokevirtual sun.awt.im.InputMethodLocator.getLocale:()Ljava/util/Locale;
            astore 2 /* newLocale */
        start local 2 // java.util.Locale newLocale
         6: .line 521
            aload 2 /* newLocale */
            ifnull 10
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            invokevirtual sun.awt.im.InputMethodLocator.getLocale:()Ljava/util/Locale;
            aload 2 /* newLocale */
            if_acmpeq 10
         7: .line 522
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 9
         8: .line 523
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            aload 2 /* newLocale */
            invokeinterface java.awt.im.spi.InputMethod.setLocale:(Ljava/util/Locale;)Z
            pop
         9: .line 525
      StackMap locals: java.util.Locale
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newLocator */
            putfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
        10: .line 527
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.Locale newLocale
        11: .line 531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            invokevirtual sun.awt.im.InputMethodLocator.getLocale:()Ljava/util/Locale;
            astore 2 /* savedLocale */
        start local 2 // java.util.Locale savedLocale
        12: .line 532
            aload 0 /* this */
            getfield sun.awt.im.InputContext.isInputMethodActive:Z
            istore 3 /* wasInputMethodActive */
        start local 3 // boolean wasInputMethodActive
        13: .line 533
            iconst_0
            istore 4 /* wasCompositionEnabledSupported */
        start local 4 // boolean wasCompositionEnabledSupported
        14: .line 534
            iconst_0
            istore 5 /* wasCompositionEnabled */
        start local 5 // boolean wasCompositionEnabled
        15: .line 535
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 46
        16: .line 537
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.isCompositionEnabled:()Z
            istore 5 /* wasCompositionEnabled */
        17: .line 538
            iconst_1
            istore 4 /* wasCompositionEnabledSupported */
        18: .line 539
            goto 20
      StackMap locals: sun.awt.im.InputContext sun.awt.im.InputMethodLocator java.util.Locale int int int
      StackMap stack: java.lang.UnsupportedOperationException
        19: pop
        20: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
            ifnull 29
        21: .line 542
            aload 0 /* this */
            getfield sun.awt.im.InputContext.isInputMethodActive:Z
            ifne 23
        22: .line 543
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.im.InputContext.activateInputMethod:(Z)V
        23: .line 545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.endComposition:()V
        24: .line 546
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.im.InputContext.deactivateInputMethod:(Z)V
        25: .line 547
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            instanceof sun.awt.im.InputMethodAdapter
            ifeq 27
        26: .line 548
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            checkcast sun.awt.im.InputMethodAdapter
            aconst_null
            invokevirtual sun.awt.im.InputMethodAdapter.setClientComponent:(Ljava/awt/Component;)V
        27: .line 550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
            invokevirtual java.awt.Component.getInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            ifnonnull 29
        28: .line 551
            iconst_0
            istore 4 /* wasCompositionEnabledSupported */
        29: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.getLocale:()Ljava/util/Locale;
            astore 2 /* savedLocale */
        30: .line 556
            aload 0 /* this */
            getfield sun.awt.im.InputContext.usedInputMethods:Ljava/util/HashMap;
            ifnonnull 32
        31: .line 557
            aload 0 /* this */
            new java.util.HashMap
            dup
            iconst_5
            invokespecial java.util.HashMap.<init>:(I)V
            putfield sun.awt.im.InputContext.usedInputMethods:Ljava/util/HashMap;
        32: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.perInputMethodState:Ljava/util/HashMap;
            ifnonnull 34
        33: .line 560
            aload 0 /* this */
            new java.util.HashMap
            dup
            iconst_5
            invokespecial java.util.HashMap.<init>:(I)V
            putfield sun.awt.im.InputContext.perInputMethodState:Ljava/util/HashMap;
        34: .line 562
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.usedInputMethods:Ljava/util/HashMap;
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            aconst_null
            invokevirtual sun.awt.im.InputMethodLocator.deriveLocator:(Ljava/util/Locale;)Lsun/awt/im/InputMethodLocator;
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        35: .line 563
            aload 0 /* this */
            getfield sun.awt.im.InputContext.perInputMethodState:Ljava/util/HashMap;
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
        36: .line 564
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
        37: .line 563
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        38: .line 565
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            iconst_0
            invokevirtual sun.awt.im.InputContext.enableClientWindowNotification:(Ljava/awt/im/spi/InputMethod;Z)V
        39: .line 566
            aload 0 /* this */
            getstatic sun.awt.im.InputContext.inputMethodWindowContext:Lsun/awt/im/InputContext;
            if_acmpne 43
        40: .line 567
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.hideWindows:()V
        41: .line 568
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.removeNotify:()V
        42: .line 569
            aconst_null
            putstatic sun.awt.im.InputContext.inputMethodWindowContext:Lsun/awt/im/InputContext;
        43: .line 571
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
        44: .line 572
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
        45: .line 573
            aload 0 /* this */
            iconst_0
            putfield sun.awt.im.InputContext.inputMethodCreationFailed:Z
        46: .line 577
      StackMap locals:
      StackMap stack:
            aload 1 /* newLocator */
            invokevirtual sun.awt.im.InputMethodLocator.getLocale:()Ljava/util/Locale;
            ifnonnull 49
            aload 2 /* savedLocale */
            ifnull 49
        47: .line 578
            aload 1 /* newLocator */
            aload 2 /* savedLocale */
            invokevirtual sun.awt.im.InputMethodLocator.isLocaleAvailable:(Ljava/util/Locale;)Z
            ifeq 49
        48: .line 579
            aload 1 /* newLocator */
            aload 2 /* savedLocale */
            invokevirtual sun.awt.im.InputMethodLocator.deriveLocator:(Ljava/util/Locale;)Lsun/awt/im/InputMethodLocator;
            astore 1 /* newLocator */
        49: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newLocator */
            putfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
        50: .line 582
            aload 0 /* this */
            iconst_0
            putfield sun.awt.im.InputContext.inputMethodCreationFailed:Z
        51: .line 585
            iload 3 /* wasInputMethodActive */
            ifeq 56
        52: .line 586
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getInputMethodInstance:()Ljava/awt/im/spi/InputMethod;
            putfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
        53: .line 587
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            instanceof sun.awt.im.InputMethodAdapter
            ifeq 55
        54: .line 588
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            checkcast sun.awt.im.InputMethodAdapter
            aload 0 /* this */
            getfield sun.awt.im.InputContext.awtFocussedComponent:Ljava/awt/Component;
            invokevirtual sun.awt.im.InputMethodAdapter.setAWTFocussedComponent:(Ljava/awt/Component;)V
        55: .line 590
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.im.InputContext.activateInputMethod:(Z)V
        56: .line 594
      StackMap locals:
      StackMap stack:
            iload 4 /* wasCompositionEnabledSupported */
            ifeq 62
        57: .line 595
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getInputMethod:()Ljava/awt/im/spi/InputMethod;
            putfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
        58: .line 596
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 62
        59: .line 598
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            iload 5 /* wasCompositionEnabled */
            invokeinterface java.awt.im.spi.InputMethod.setCompositionEnabled:(Z)V
        60: .line 599
            goto 62
      StackMap locals:
      StackMap stack: java.lang.UnsupportedOperationException
        61: pop
        62: .line 602
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean wasCompositionEnabled
        end local 4 // boolean wasCompositionEnabledSupported
        end local 3 // boolean wasInputMethodActive
        end local 2 // java.util.Locale savedLocale
        end local 1 // sun.awt.im.InputMethodLocator newLocator
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0   63     0                            this  Lsun/awt/im/InputContext;
            0   63     1                      newLocator  Lsun/awt/im/InputMethodLocator;
            6   11     2                       newLocale  Ljava/util/Locale;
           12   63     2                     savedLocale  Ljava/util/Locale;
           13   63     3            wasInputMethodActive  Z
           14   63     4  wasCompositionEnabledSupported  Z
           15   63     5           wasCompositionEnabled  Z
      Exception table:
        from    to  target  type
          16    18      19  Class java.lang.UnsupportedOperationException
          59    60      61  Class java.lang.UnsupportedOperationException
    MethodParameters:
            Name  Flags
      newLocator  

  java.awt.Component getClientComponent();
    descriptor: ()Ljava/awt/Component;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 608
            aload 0 /* this */
            getfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
            areturn
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/im/InputContext;

  public synchronized void removeNotify(java.awt.Component);
    descriptor: (Ljava/awt/Component;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.Component component
         0: .line 616
            aload 1 /* component */
            ifnonnull 2
         1: .line 617
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnonnull 6
         3: .line 621
            aload 1 /* component */
            aload 0 /* this */
            getfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
            if_acmpne 5
         4: .line 622
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
         5: .line 624
      StackMap locals:
      StackMap stack:
            return
         6: .line 629
      StackMap locals:
      StackMap stack:
            aload 1 /* component */
            aload 0 /* this */
            getfield sun.awt.im.InputContext.awtFocussedComponent:Ljava/awt/Component;
            if_acmpne 8
         7: .line 630
            aload 0 /* this */
            aload 1 /* component */
            iconst_0
            invokevirtual sun.awt.im.InputContext.focusLost:(Ljava/awt/Component;Z)V
         8: .line 633
      StackMap locals:
      StackMap stack:
            aload 1 /* component */
            aload 0 /* this */
            getfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
            if_acmpne 21
         9: .line 634
            aload 0 /* this */
            getfield sun.awt.im.InputContext.isInputMethodActive:Z
            ifeq 11
        10: .line 636
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.im.InputContext.deactivateInputMethod:(Z)V
        11: .line 638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.removeNotify:()V
        12: .line 639
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
            ifeq 14
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.addedClientWindowListeners:()Z
            ifeq 14
        13: .line 640
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.removeClientWindowListeners:()V
        14: .line 642
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
        15: .line 643
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            instanceof sun.awt.im.InputMethodAdapter
            ifeq 17
        16: .line 644
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            checkcast sun.awt.im.InputMethodAdapter
            aconst_null
            invokevirtual sun.awt.im.InputMethodAdapter.setClientComponent:(Ljava/awt/Component;)V
        17: .line 651
      StackMap locals:
      StackMap stack:
            invokestatic java.awt.EventQueue.isDispatchThread:()Z
            ifeq 20
        18: .line 652
            aload 0 /* this */
            checkcast sun.awt.im.InputMethodContext
            invokevirtual sun.awt.im.InputMethodContext.releaseCompositionArea:()V
        19: .line 653
            goto 21
        20: .line 654
      StackMap locals:
      StackMap stack:
            new sun.awt.im.InputContext$1
            dup
            aload 0 /* this */
            invokespecial sun.awt.im.InputContext$1.<init>:(Lsun/awt/im/InputContext;)V
            invokestatic java.awt.EventQueue.invokeLater:(Ljava/lang/Runnable;)V
        21: .line 661
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.Component component
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Lsun/awt/im/InputContext;
            0   22     1  component  Ljava/awt/Component;
    MethodParameters:
           Name  Flags
      component  

  public synchronized void dispose();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 668
            aload 0 /* this */
            getfield sun.awt.im.InputContext.currentClientComponent:Ljava/awt/Component;
            ifnull 2
         1: .line 669
            new java.lang.IllegalStateException
            dup
            ldc "Can't dispose InputContext while it's active"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 671
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 16
         3: .line 672
            aload 0 /* this */
            getstatic sun.awt.im.InputContext.inputMethodWindowContext:Lsun/awt/im/InputContext;
            if_acmpne 6
         4: .line 673
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.hideWindows:()V
         5: .line 674
            aconst_null
            putstatic sun.awt.im.InputContext.inputMethodWindowContext:Lsun/awt/im/InputContext;
         6: .line 676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            getstatic sun.awt.im.InputContext.previousInputMethod:Ljava/awt/im/spi/InputMethod;
            if_acmpne 8
         7: .line 677
            aconst_null
            putstatic sun.awt.im.InputContext.previousInputMethod:Ljava/awt/im/spi/InputMethod;
         8: .line 679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
            ifeq 12
         9: .line 680
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.addedClientWindowListeners:()Z
            ifeq 11
        10: .line 681
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.removeClientWindowListeners:()V
        11: .line 683
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
        12: .line 685
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.dispose:()V
        13: .line 690
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
            ifeq 15
        14: .line 691
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            iconst_0
            invokevirtual sun.awt.im.InputContext.enableClientWindowNotification:(Ljava/awt/im/spi/InputMethod;Z)V
        15: .line 694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
        16: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
        17: .line 697
            aload 0 /* this */
            getfield sun.awt.im.InputContext.usedInputMethods:Ljava/util/HashMap;
            ifnull 23
            aload 0 /* this */
            getfield sun.awt.im.InputContext.usedInputMethods:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.isEmpty:()Z
            ifne 23
        18: .line 698
            aload 0 /* this */
            getfield sun.awt.im.InputContext.usedInputMethods:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 1 /* iterator */
        start local 1 // java.util.Iterator iterator
        19: .line 699
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.usedInputMethods:Ljava/util/HashMap;
        20: .line 700
            goto 22
        21: .line 701
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.awt.im.spi.InputMethod
            invokeinterface java.awt.im.spi.InputMethod.dispose:()V
        22: .line 700
      StackMap locals:
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 21
        end local 1 // java.util.Iterator iterator
        23: .line 706
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
        24: .line 707
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.clientWindowListened:Ljava/awt/Window;
        25: .line 708
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.perInputMethodState:Ljava/util/HashMap;
        26: .line 709
            return
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   27     0      this  Lsun/awt/im/InputContext;
           19   23     1  iterator  Ljava/util/Iterator<Ljava/awt/im/spi/InputMethod;>;

  public synchronized java.lang.Object getInputMethodControlObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 715
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getInputMethod:()Ljava/awt/im/spi/InputMethod;
            astore 1 /* inputMethod */
        start local 1 // java.awt.im.spi.InputMethod inputMethod
         1: .line 717
            aload 1 /* inputMethod */
            ifnull 3
         2: .line 718
            aload 1 /* inputMethod */
            invokeinterface java.awt.im.spi.InputMethod.getControlObject:()Ljava/lang/Object;
            areturn
         3: .line 720
      StackMap locals: java.awt.im.spi.InputMethod
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.awt.im.spi.InputMethod inputMethod
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/awt/im/InputContext;
            1    4     1  inputMethod  Ljava/awt/im/spi/InputMethod;

  public void setCompositionEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // boolean enable
         0: .line 729
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getInputMethod:()Ljava/awt/im/spi/InputMethod;
            astore 2 /* inputMethod */
        start local 2 // java.awt.im.spi.InputMethod inputMethod
         1: .line 731
            aload 2 /* inputMethod */
            ifnonnull 3
         2: .line 732
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         3: .line 734
      StackMap locals: java.awt.im.spi.InputMethod
      StackMap stack:
            aload 2 /* inputMethod */
            iload 1 /* enable */
            invokeinterface java.awt.im.spi.InputMethod.setCompositionEnabled:(Z)V
         4: .line 735
            return
        end local 2 // java.awt.im.spi.InputMethod inputMethod
        end local 1 // boolean enable
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lsun/awt/im/InputContext;
            0    5     1       enable  Z
            1    5     2  inputMethod  Ljava/awt/im/spi/InputMethod;
    MethodParameters:
        Name  Flags
      enable  

  public boolean isCompositionEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 742
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getInputMethod:()Ljava/awt/im/spi/InputMethod;
            astore 1 /* inputMethod */
        start local 1 // java.awt.im.spi.InputMethod inputMethod
         1: .line 744
            aload 1 /* inputMethod */
            ifnonnull 3
         2: .line 745
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         3: .line 747
      StackMap locals: java.awt.im.spi.InputMethod
      StackMap stack:
            aload 1 /* inputMethod */
            invokeinterface java.awt.im.spi.InputMethod.isCompositionEnabled:()Z
            ireturn
        end local 1 // java.awt.im.spi.InputMethod inputMethod
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/awt/im/InputContext;
            1    4     1  inputMethod  Ljava/awt/im/spi/InputMethod;

  public java.lang.String getInputMethodInfo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 755
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getInputMethod:()Ljava/awt/im/spi/InputMethod;
            astore 1 /* inputMethod */
        start local 1 // java.awt.im.spi.InputMethod inputMethod
         1: .line 757
            aload 1 /* inputMethod */
            ifnonnull 3
         2: .line 758
            new java.lang.UnsupportedOperationException
            dup
            ldc "Null input method"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 761
      StackMap locals: java.awt.im.spi.InputMethod
      StackMap stack:
            aconst_null
            astore 2 /* inputMethodInfo */
        start local 2 // java.lang.String inputMethodInfo
         4: .line 762
            aload 1 /* inputMethod */
            instanceof sun.awt.im.InputMethodAdapter
            ifeq 8
         5: .line 764
            aload 1 /* inputMethod */
            checkcast sun.awt.im.InputMethodAdapter
         6: .line 765
            invokevirtual sun.awt.im.InputMethodAdapter.getNativeInputMethodInfo:()Ljava/lang/String;
         7: .line 764
            astore 2 /* inputMethodInfo */
         8: .line 770
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* inputMethodInfo */
            ifnonnull 14
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            ifnull 14
         9: .line 771
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            invokevirtual sun.awt.im.InputMethodLocator.getDescriptor:()Ljava/awt/im/spi/InputMethodDescriptor;
        10: .line 772
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getLocale:()Ljava/util/Locale;
        11: .line 773
            invokestatic sun.awt.SunToolkit.getStartupLocale:()Ljava/util/Locale;
        12: .line 772
            invokeinterface java.awt.im.spi.InputMethodDescriptor.getInputMethodDisplayName:(Ljava/util/Locale;Ljava/util/Locale;)Ljava/lang/String;
        13: .line 771
            astore 2 /* inputMethodInfo */
        14: .line 776
      StackMap locals:
      StackMap stack:
            aload 2 /* inputMethodInfo */
            ifnull 16
            aload 2 /* inputMethodInfo */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
        15: .line 777
            aload 2 /* inputMethodInfo */
            areturn
        16: .line 781
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* inputMethod */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "-"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* inputMethod */
            invokeinterface java.awt.im.spi.InputMethod.getLocale:()Ljava/util/Locale;
            invokevirtual java.util.Locale.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String inputMethodInfo
        end local 1 // java.awt.im.spi.InputMethod inputMethod
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   17     0             this  Lsun/awt/im/InputContext;
            1   17     1      inputMethod  Ljava/awt/im/spi/InputMethod;
            4   17     2  inputMethodInfo  Ljava/lang/String;

  public void disableNativeIM();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 792
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getInputMethod:()Ljava/awt/im/spi/InputMethod;
            astore 1 /* inputMethod */
        start local 1 // java.awt.im.spi.InputMethod inputMethod
         1: .line 793
            aload 1 /* inputMethod */
            ifnull 3
            aload 1 /* inputMethod */
            instanceof sun.awt.im.InputMethodAdapter
            ifeq 3
         2: .line 794
            aload 1 /* inputMethod */
            checkcast sun.awt.im.InputMethodAdapter
            invokevirtual sun.awt.im.InputMethodAdapter.stopListening:()V
         3: .line 796
      StackMap locals: java.awt.im.spi.InputMethod
      StackMap stack:
            return
        end local 1 // java.awt.im.spi.InputMethod inputMethod
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/awt/im/InputContext;
            1    4     1  inputMethod  Ljava/awt/im/spi/InputMethod;

  private synchronized java.awt.im.spi.InputMethod getInputMethod();
    descriptor: ()Ljava/awt/im/spi/InputMethod;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 800
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 2
         1: .line 801
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            areturn
         2: .line 804
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodCreationFailed:Z
            ifeq 4
         3: .line 805
            aconst_null
            areturn
         4: .line 808
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getInputMethodInstance:()Ljava/awt/im/spi/InputMethod;
            putfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
         5: .line 809
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            areturn
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/awt/im/InputContext;

  private java.awt.im.spi.InputMethod getInputMethodInstance();
    descriptor: ()Ljava/awt/im/spi/InputMethod;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 828
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            astore 1 /* locator */
        start local 1 // sun.awt.im.InputMethodLocator locator
         1: .line 829
            aload 1 /* locator */
            ifnonnull 4
         2: .line 830
            aload 0 /* this */
            iconst_1
            putfield sun.awt.im.InputContext.inputMethodCreationFailed:Z
         3: .line 831
            aconst_null
            areturn
         4: .line 834
      StackMap locals: sun.awt.im.InputMethodLocator
      StackMap stack:
            aload 1 /* locator */
            invokevirtual sun.awt.im.InputMethodLocator.getLocale:()Ljava/util/Locale;
            astore 2 /* locale */
        start local 2 // java.util.Locale locale
         5: .line 835
            aconst_null
            astore 3 /* inputMethodInstance */
        start local 3 // java.awt.im.spi.InputMethod inputMethodInstance
         6: .line 838
            aload 0 /* this */
            getfield sun.awt.im.InputContext.usedInputMethods:Ljava/util/HashMap;
            ifnull 21
         7: .line 839
            aload 0 /* this */
            getfield sun.awt.im.InputContext.usedInputMethods:Ljava/util/HashMap;
            aload 1 /* locator */
            aconst_null
            invokevirtual sun.awt.im.InputMethodLocator.deriveLocator:(Ljava/util/Locale;)Lsun/awt/im/InputMethodLocator;
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.awt.im.spi.InputMethod
            astore 3 /* inputMethodInstance */
         8: .line 840
            aload 3 /* inputMethodInstance */
            ifnull 21
         9: .line 841
            aload 2 /* locale */
            ifnull 11
        10: .line 842
            aload 3 /* inputMethodInstance */
            aload 2 /* locale */
            invokeinterface java.awt.im.spi.InputMethod.setLocale:(Ljava/util/Locale;)Z
            pop
        11: .line 844
      StackMap locals: java.util.Locale java.awt.im.spi.InputMethod
      StackMap stack:
            aload 3 /* inputMethodInstance */
            aload 0 /* this */
            getfield sun.awt.im.InputContext.characterSubsets:[Ljava/lang/Character$Subset;
            invokeinterface java.awt.im.spi.InputMethod.setCharacterSubsets:([Ljava/lang/Character$Subset;)V
        12: .line 845
            aload 0 /* this */
            getfield sun.awt.im.InputContext.perInputMethodState:Ljava/util/HashMap;
            aload 3 /* inputMethodInstance */
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 4 /* state */
        start local 4 // java.lang.Boolean state
        13: .line 846
            aload 4 /* state */
            ifnull 15
        14: .line 847
            aload 0 /* this */
            aload 3 /* inputMethodInstance */
            aload 4 /* state */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual sun.awt.im.InputContext.enableClientWindowNotification:(Ljava/awt/im/spi/InputMethod;Z)V
        15: .line 849
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 0 /* this */
            checkcast sun.awt.im.InputMethodContext
        16: .line 850
            aload 3 /* inputMethodInstance */
            instanceof sun.awt.im.InputMethodAdapter
            ifeq 18
        17: .line 851
            aload 3 /* inputMethodInstance */
            checkcast sun.awt.im.InputMethodAdapter
            invokevirtual sun.awt.im.InputMethodAdapter.supportsBelowTheSpot:()Z
            ifne 18
            iconst_0
            goto 19
      StackMap locals:
      StackMap stack: sun.awt.im.InputMethodContext
        18: iconst_1
        19: .line 849
      StackMap locals: sun.awt.im.InputContext sun.awt.im.InputMethodLocator java.util.Locale java.awt.im.spi.InputMethod java.lang.Boolean
      StackMap stack: sun.awt.im.InputMethodContext int
            invokevirtual sun.awt.im.InputMethodContext.setInputMethodSupportsBelowTheSpot:(Z)V
        20: .line 852
            aload 3 /* inputMethodInstance */
            areturn
        end local 4 // java.lang.Boolean state
        21: .line 858
      StackMap locals:
      StackMap stack:
            aload 1 /* locator */
            invokevirtual sun.awt.im.InputMethodLocator.getDescriptor:()Ljava/awt/im/spi/InputMethodDescriptor;
            invokeinterface java.awt.im.spi.InputMethodDescriptor.createInputMethod:()Ljava/awt/im/spi/InputMethod;
            astore 3 /* inputMethodInstance */
        22: .line 860
            aload 2 /* locale */
            ifnull 24
        23: .line 861
            aload 3 /* inputMethodInstance */
            aload 2 /* locale */
            invokeinterface java.awt.im.spi.InputMethod.setLocale:(Ljava/util/Locale;)Z
            pop
        24: .line 863
      StackMap locals:
      StackMap stack:
            aload 3 /* inputMethodInstance */
            aload 0 /* this */
            checkcast sun.awt.im.InputMethodContext
            invokeinterface java.awt.im.spi.InputMethod.setInputMethodContext:(Ljava/awt/im/spi/InputMethodContext;)V
        25: .line 864
            aload 3 /* inputMethodInstance */
            aload 0 /* this */
            getfield sun.awt.im.InputContext.characterSubsets:[Ljava/lang/Character$Subset;
            invokeinterface java.awt.im.spi.InputMethod.setCharacterSubsets:([Ljava/lang/Character$Subset;)V
        26: .line 866
            goto 36
      StackMap locals:
      StackMap stack: java.lang.Exception
        27: astore 4 /* e */
        start local 4 // java.lang.Exception e
        28: .line 867
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual sun.awt.im.InputContext.logCreationFailed:(Ljava/lang/Throwable;)V
        29: .line 872
            aload 0 /* this */
            iconst_1
            putfield sun.awt.im.InputContext.inputMethodCreationFailed:Z
        30: .line 876
            aload 3 /* inputMethodInstance */
            ifnull 36
        31: .line 877
            aconst_null
            astore 3 /* inputMethodInstance */
        end local 4 // java.lang.Exception e
        32: goto 36
        33: .line 879
      StackMap locals:
      StackMap stack: java.lang.LinkageError
            astore 4 /* e */
        start local 4 // java.lang.LinkageError e
        34: .line 880
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual sun.awt.im.InputContext.logCreationFailed:(Ljava/lang/Throwable;)V
        35: .line 883
            aload 0 /* this */
            iconst_1
            putfield sun.awt.im.InputContext.inputMethodCreationFailed:Z
        end local 4 // java.lang.LinkageError e
        36: .line 885
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            checkcast sun.awt.im.InputMethodContext
        37: .line 886
            aload 3 /* inputMethodInstance */
            instanceof sun.awt.im.InputMethodAdapter
            ifeq 39
        38: .line 887
            aload 3 /* inputMethodInstance */
            checkcast sun.awt.im.InputMethodAdapter
            invokevirtual sun.awt.im.InputMethodAdapter.supportsBelowTheSpot:()Z
            ifne 39
            iconst_0
            goto 40
      StackMap locals:
      StackMap stack: sun.awt.im.InputMethodContext
        39: iconst_1
        40: .line 885
      StackMap locals: sun.awt.im.InputContext sun.awt.im.InputMethodLocator java.util.Locale java.awt.im.spi.InputMethod
      StackMap stack: sun.awt.im.InputMethodContext int
            invokevirtual sun.awt.im.InputMethodContext.setInputMethodSupportsBelowTheSpot:(Z)V
        41: .line 888
            aload 3 /* inputMethodInstance */
            areturn
        end local 3 // java.awt.im.spi.InputMethod inputMethodInstance
        end local 2 // java.util.Locale locale
        end local 1 // sun.awt.im.InputMethodLocator locator
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   42     0                 this  Lsun/awt/im/InputContext;
            1   42     1              locator  Lsun/awt/im/InputMethodLocator;
            5   42     2               locale  Ljava/util/Locale;
            6   42     3  inputMethodInstance  Ljava/awt/im/spi/InputMethod;
           13   21     4                state  Ljava/lang/Boolean;
           28   32     4                    e  Ljava/lang/Exception;
           34   36     4                    e  Ljava/lang/LinkageError;
      Exception table:
        from    to  target  type
          21    26      27  Class java.lang.Exception
          21    26      33  Class java.lang.LinkageError

  private void logCreationFailed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.lang.Throwable throwable
         0: .line 892
            ldc "sun.awt.im"
            invokestatic sun.util.logging.PlatformLogger.getLogger:(Ljava/lang/String;)Lsun/util/logging/PlatformLogger;
            astore 2 /* logger */
        start local 2 // sun.util.logging.PlatformLogger logger
         1: .line 893
            aload 2 /* logger */
            getstatic sun.util.logging.PlatformLogger$Level.CONFIG:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 10
         2: .line 894
            ldc "AWT.InputMethodCreationFailed"
         3: .line 895
            ldc "Could not create {0}. Reason: {1}"
         4: .line 894
            invokestatic java.awt.Toolkit.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* errorTextFormat */
        start local 3 // java.lang.String errorTextFormat
         5: .line 897
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            invokevirtual sun.awt.im.InputMethodLocator.getDescriptor:()Ljava/awt/im/spi/InputMethodDescriptor;
            aconst_null
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            invokeinterface java.awt.im.spi.InputMethodDescriptor.getInputMethodDisplayName:(Ljava/util/Locale;Ljava/util/Locale;)Ljava/lang/String;
            aastore
            dup
            iconst_1
         6: .line 898
            aload 1 /* throwable */
            invokevirtual java.lang.Throwable.getLocalizedMessage:()Ljava/lang/String;
            aastore
         7: .line 896
            astore 4 /* args */
        start local 4 // java.lang.Object[] args
         8: .line 899
            new java.text.MessageFormat
            dup
            aload 3 /* errorTextFormat */
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;)V
            astore 5 /* mf */
        start local 5 // java.text.MessageFormat mf
         9: .line 900
            aload 2 /* logger */
            aload 5 /* mf */
            aload 4 /* args */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual sun.util.logging.PlatformLogger.config:(Ljava/lang/String;)V
        end local 5 // java.text.MessageFormat mf
        end local 4 // java.lang.Object[] args
        end local 3 // java.lang.String errorTextFormat
        10: .line 902
      StackMap locals: sun.util.logging.PlatformLogger
      StackMap stack:
            return
        end local 2 // sun.util.logging.PlatformLogger logger
        end local 1 // java.lang.Throwable throwable
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lsun/awt/im/InputContext;
            0   11     1        throwable  Ljava/lang/Throwable;
            1   11     2           logger  Lsun/util/logging/PlatformLogger;
            5   10     3  errorTextFormat  Ljava/lang/String;
            8   10     4             args  [Ljava/lang/Object;
            9   10     5               mf  Ljava/text/MessageFormat;
    MethodParameters:
           Name  Flags
      throwable  

  sun.awt.im.InputMethodLocator getInputMethodLocator();
    descriptor: ()Lsun/awt/im/InputMethodLocator;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 905
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 2
         1: .line 906
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.getLocale:()Ljava/util/Locale;
            invokevirtual sun.awt.im.InputMethodLocator.deriveLocator:(Ljava/util/Locale;)Lsun/awt/im/InputMethodLocator;
            areturn
         2: .line 908
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethodLocator:Lsun/awt/im/InputMethodLocator;
            areturn
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/im/InputContext;

  public synchronized void endComposition();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 915
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnull 2
         1: .line 916
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            invokeinterface java.awt.im.spi.InputMethod.endComposition:()V
         2: .line 918
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/im/InputContext;

  synchronized void enableClientWindowNotification(java.awt.im.spi.InputMethod, boolean);
    descriptor: (Ljava/awt/im/spi/InputMethod;Z)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.im.spi.InputMethod requester
        start local 2 // boolean enable
         0: .line 928
            aload 1 /* requester */
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            if_acmpeq 5
         1: .line 929
            aload 0 /* this */
            getfield sun.awt.im.InputContext.perInputMethodState:Ljava/util/HashMap;
            ifnonnull 3
         2: .line 930
            aload 0 /* this */
            new java.util.HashMap
            dup
            iconst_5
            invokespecial java.util.HashMap.<init>:(I)V
            putfield sun.awt.im.InputContext.perInputMethodState:Ljava/util/HashMap;
         3: .line 932
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.perInputMethodState:Ljava/util/HashMap;
            aload 1 /* requester */
            iload 2 /* enable */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 933
            return
         5: .line 936
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
            iload 2 /* enable */
            if_icmpeq 8
         6: .line 937
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.clientWindowLocation:Ljava/awt/Rectangle;
         7: .line 938
            aload 0 /* this */
            iload 2 /* enable */
            putfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
         8: .line 940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowNotificationEnabled:Z
            ifeq 15
         9: .line 941
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.addedClientWindowListeners:()Z
            ifne 11
        10: .line 942
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.addClientWindowListeners:()V
        11: .line 944
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowListened:Ljava/awt/Window;
            ifnull 17
        12: .line 945
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.clientWindowLocation:Ljava/awt/Rectangle;
        13: .line 946
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowListened:Ljava/awt/Window;
            invokevirtual sun.awt.im.InputContext.notifyClientWindowChange:(Ljava/awt/Window;)V
        14: .line 948
            goto 17
        15: .line 949
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.addedClientWindowListeners:()Z
            ifeq 17
        16: .line 950
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.removeClientWindowListeners:()V
        17: .line 953
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean enable
        end local 1 // java.awt.im.spi.InputMethod requester
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lsun/awt/im/InputContext;
            0   18     1  requester  Ljava/awt/im/spi/InputMethod;
            0   18     2     enable  Z
    MethodParameters:
           Name  Flags
      requester  
      enable     

  private synchronized void notifyClientWindowChange(java.awt.Window);
    descriptor: (Ljava/awt/Window;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.Window window
         0: .line 956
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            ifnonnull 2
         1: .line 957
            return
         2: .line 961
      StackMap locals:
      StackMap stack:
            aload 1 /* window */
            invokevirtual java.awt.Window.isVisible:()Z
            ifeq 4
         3: .line 962
            aload 1 /* window */
            instanceof java.awt.Frame
            ifeq 7
            aload 1 /* window */
            checkcast java.awt.Frame
            invokevirtual java.awt.Frame.getState:()I
            iconst_1
            if_icmpne 7
         4: .line 963
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.clientWindowLocation:Ljava/awt/Rectangle;
         5: .line 964
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            aconst_null
            invokeinterface java.awt.im.spi.InputMethod.notifyClientWindowChange:(Ljava/awt/Rectangle;)V
         6: .line 965
            return
         7: .line 967
      StackMap locals:
      StackMap stack:
            aload 1 /* window */
            invokevirtual java.awt.Window.getBounds:()Ljava/awt/Rectangle;
            astore 2 /* location */
        start local 2 // java.awt.Rectangle location
         8: .line 968
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowLocation:Ljava/awt/Rectangle;
            ifnull 9
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowLocation:Ljava/awt/Rectangle;
            aload 2 /* location */
            invokevirtual java.awt.Rectangle.equals:(Ljava/lang/Object;)Z
            ifne 11
         9: .line 969
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 0 /* this */
            aload 2 /* location */
            putfield sun.awt.im.InputContext.clientWindowLocation:Ljava/awt/Rectangle;
        10: .line 970
            aload 0 /* this */
            getfield sun.awt.im.InputContext.inputMethod:Ljava/awt/im/spi/InputMethod;
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowLocation:Ljava/awt/Rectangle;
            invokeinterface java.awt.im.spi.InputMethod.notifyClientWindowChange:(Ljava/awt/Rectangle;)V
        11: .line 972
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.awt.Rectangle location
        end local 1 // java.awt.Window window
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lsun/awt/im/InputContext;
            0   12     1    window  Ljava/awt/Window;
            8   12     2  location  Ljava/awt/Rectangle;
    MethodParameters:
        Name  Flags
      window  

  private synchronized void addClientWindowListeners();
    descriptor: ()V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 975
            aload 0 /* this */
            invokevirtual sun.awt.im.InputContext.getClientComponent:()Ljava/awt/Component;
            astore 1 /* client */
        start local 1 // java.awt.Component client
         1: .line 976
            aload 1 /* client */
            ifnonnull 3
         2: .line 977
            return
         3: .line 979
      StackMap locals: java.awt.Component
      StackMap stack:
            aload 1 /* client */
            invokestatic sun.awt.im.InputContext.getComponentWindow:(Ljava/awt/Component;)Ljava/awt/Window;
            astore 2 /* window */
        start local 2 // java.awt.Window window
         4: .line 980
            aload 2 /* window */
            ifnonnull 6
         5: .line 981
            return
         6: .line 983
      StackMap locals: java.awt.Window
      StackMap stack:
            aload 2 /* window */
            aload 0 /* this */
            invokevirtual java.awt.Window.addComponentListener:(Ljava/awt/event/ComponentListener;)V
         7: .line 984
            aload 2 /* window */
            aload 0 /* this */
            invokevirtual java.awt.Window.addWindowListener:(Ljava/awt/event/WindowListener;)V
         8: .line 985
            aload 0 /* this */
            aload 2 /* window */
            putfield sun.awt.im.InputContext.clientWindowListened:Ljava/awt/Window;
         9: .line 986
            return
        end local 2 // java.awt.Window window
        end local 1 // java.awt.Component client
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/awt/im/InputContext;
            1   10     1  client  Ljava/awt/Component;
            4   10     2  window  Ljava/awt/Window;

  private synchronized void removeClientWindowListeners();
    descriptor: ()V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 989
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowListened:Ljava/awt/Window;
            aload 0 /* this */
            invokevirtual java.awt.Window.removeComponentListener:(Ljava/awt/event/ComponentListener;)V
         1: .line 990
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowListened:Ljava/awt/Window;
            aload 0 /* this */
            invokevirtual java.awt.Window.removeWindowListener:(Ljava/awt/event/WindowListener;)V
         2: .line 991
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.InputContext.clientWindowListened:Ljava/awt/Window;
         3: .line 992
            return
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/im/InputContext;

  private boolean addedClientWindowListeners();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 999
            aload 0 /* this */
            getfield sun.awt.im.InputContext.clientWindowListened:Ljava/awt/Window;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/im/InputContext;

  public void componentResized(java.awt.event.ComponentEvent);
    descriptor: (Ljava/awt/event/ComponentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.event.ComponentEvent e
         0: .line 1006
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.awt.event.ComponentEvent.getComponent:()Ljava/awt/Component;
            checkcast java.awt.Window
            invokevirtual sun.awt.im.InputContext.notifyClientWindowChange:(Ljava/awt/Window;)V
         1: .line 1007
            return
        end local 1 // java.awt.event.ComponentEvent e
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/im/InputContext;
            0    2     1     e  Ljava/awt/event/ComponentEvent;
    MethodParameters:
      Name  Flags
      e     

  public void componentMoved(java.awt.event.ComponentEvent);
    descriptor: (Ljava/awt/event/ComponentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.event.ComponentEvent e
         0: .line 1010
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.awt.event.ComponentEvent.getComponent:()Ljava/awt/Component;
            checkcast java.awt.Window
            invokevirtual sun.awt.im.InputContext.notifyClientWindowChange:(Ljava/awt/Window;)V
         1: .line 1011
            return
        end local 1 // java.awt.event.ComponentEvent e
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/im/InputContext;
            0    2     1     e  Ljava/awt/event/ComponentEvent;
    MethodParameters:
      Name  Flags
      e     

  public void componentShown(java.awt.event.ComponentEvent);
    descriptor: (Ljava/awt/event/ComponentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.event.ComponentEvent e
         0: .line 1014
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.awt.event.ComponentEvent.getComponent:()Ljava/awt/Component;
            checkcast java.awt.Window
            invokevirtual sun.awt.im.InputContext.notifyClientWindowChange:(Ljava/awt/Window;)V
         1: .line 1015
            return
        end local 1 // java.awt.event.ComponentEvent e
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/im/InputContext;
            0    2     1     e  Ljava/awt/event/ComponentEvent;
    MethodParameters:
      Name  Flags
      e     

  public void componentHidden(java.awt.event.ComponentEvent);
    descriptor: (Ljava/awt/event/ComponentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.event.ComponentEvent e
         0: .line 1018
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.awt.event.ComponentEvent.getComponent:()Ljava/awt/Component;
            checkcast java.awt.Window
            invokevirtual sun.awt.im.InputContext.notifyClientWindowChange:(Ljava/awt/Window;)V
         1: .line 1019
            return
        end local 1 // java.awt.event.ComponentEvent e
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/im/InputContext;
            0    2     1     e  Ljava/awt/event/ComponentEvent;
    MethodParameters:
      Name  Flags
      e     

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

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

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

  public void windowIconified(java.awt.event.WindowEvent);
    descriptor: (Ljava/awt/event/WindowEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.event.WindowEvent e
         0: .line 1026
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.awt.event.WindowEvent.getWindow:()Ljava/awt/Window;
            invokevirtual sun.awt.im.InputContext.notifyClientWindowChange:(Ljava/awt/Window;)V
         1: .line 1027
            return
        end local 1 // java.awt.event.WindowEvent e
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/im/InputContext;
            0    2     1     e  Ljava/awt/event/WindowEvent;
    MethodParameters:
      Name  Flags
      e     

  public void windowDeiconified(java.awt.event.WindowEvent);
    descriptor: (Ljava/awt/event/WindowEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.awt.event.WindowEvent e
         0: .line 1030
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.awt.event.WindowEvent.getWindow:()Ljava/awt/Window;
            invokevirtual sun.awt.im.InputContext.notifyClientWindowChange:(Ljava/awt/Window;)V
         1: .line 1031
            return
        end local 1 // java.awt.event.WindowEvent e
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/im/InputContext;
            0    2     1     e  Ljava/awt/event/WindowEvent;
    MethodParameters:
      Name  Flags
      e     

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

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

  private void initializeInputMethodSelectionKey();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.im.InputContext this
         0: .line 1040
            new sun.awt.im.InputContext$2
            dup
            aload 0 /* this */
            invokespecial sun.awt.im.InputContext$2.<init>:(Lsun/awt/im/InputContext;)V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
         1: .line 1054
            return
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/im/InputContext;

  private java.awt.AWTKeyStroke getInputMethodSelectionKeyStroke(java.util.prefs.Preferences);
    descriptor: (Ljava/util/prefs/Preferences;)Ljava/awt/AWTKeyStroke;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.awt.im.InputContext this
        start local 1 // java.util.prefs.Preferences root
         0: .line 1058
            aload 1 /* root */
            ldc "/java/awt/im/selectionKey"
            invokevirtual java.util.prefs.Preferences.nodeExists:(Ljava/lang/String;)Z
            ifeq 8
         1: .line 1059
            aload 1 /* root */
            ldc "/java/awt/im/selectionKey"
            invokevirtual java.util.prefs.Preferences.node:(Ljava/lang/String;)Ljava/util/prefs/Preferences;
            astore 2 /* node */
        start local 2 // java.util.prefs.Preferences node
         2: .line 1060
            aload 2 /* node */
            ldc "keyCode"
            iconst_0
            invokevirtual java.util.prefs.Preferences.getInt:(Ljava/lang/String;I)I
            istore 3 /* keyCode */
        start local 3 // int keyCode
         3: .line 1061
            iload 3 /* keyCode */
            ifeq 8
         4: .line 1062
            aload 2 /* node */
            ldc "modifiers"
            iconst_0
            invokevirtual java.util.prefs.Preferences.getInt:(Ljava/lang/String;I)I
            istore 4 /* modifiers */
        start local 4 // int modifiers
         5: .line 1063
            iload 3 /* keyCode */
            iload 4 /* modifiers */
            invokestatic java.awt.AWTKeyStroke.getAWTKeyStroke:(II)Ljava/awt/AWTKeyStroke;
         6: areturn
        end local 4 // int modifiers
        end local 3 // int keyCode
        end local 2 // java.util.prefs.Preferences node
         7: .line 1066
      StackMap locals:
      StackMap stack: java.util.prefs.BackingStoreException
            pop
         8: .line 1069
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.util.prefs.Preferences root
        end local 0 // sun.awt.im.InputContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/awt/im/InputContext;
            0    9     1       root  Ljava/util/prefs/Preferences;
            2    7     2       node  Ljava/util/prefs/Preferences;
            3    7     3    keyCode  I
            5    7     4  modifiers  I
      Exception table:
        from    to  target  type
           0     6       7  Class java.util.prefs.BackingStoreException
    MethodParameters:
      Name  Flags
      root  
}
SourceFile: "InputContext.java"
NestMembers:
  sun.awt.im.InputContext$1  sun.awt.im.InputContext$2
InnerClasses:
  public Subset = java.lang.Character$Subset of java.lang.Character
  sun.awt.im.InputContext$1
  sun.awt.im.InputContext$2
  public final Level = sun.util.logging.PlatformLogger$Level of sun.util.logging.PlatformLogger