public class sun.awt.im.InputMethodContext extends sun.awt.im.InputContext implements java.awt.im.spi.InputMethodContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.im.InputMethodContext
  super_class: sun.awt.im.InputContext
{
  private boolean dispatchingCommittedText;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private java.lang.Object compositionAreaHandlerLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=1, args_size=0
         0: .line 76
            new sun.security.action.GetPropertyAction
            dup
            ldc "java.awt.im.style"
            aconst_null
            invokespecial sun.security.action.GetPropertyAction.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 75
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 0 /* inputStyle */
        start local 0 // java.lang.String inputStyle
         2: .line 78
            aload 0 /* inputStyle */
            ifnonnull 4
         3: .line 79
            ldc "java.awt.im.style"
            aconst_null
            invokestatic java.awt.Toolkit.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* inputStyle */
         4: .line 81
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "below-the-spot"
            aload 0 /* inputStyle */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            putstatic sun.awt.im.InputMethodContext.belowTheSpotInputRequested:Z
        end local 0 // java.lang.String inputStyle
         5: .line 82
            return
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            2    5     0  inputStyle  Ljava/lang/String;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.im.InputMethodContext this
         0: .line 88
            aload 0 /* this */
            invokespecial sun.awt.im.InputContext.<init>:()V
         1: .line 67
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.awt.im.InputMethodContext.compositionAreaHandlerLock:Ljava/lang/Object;
         2: .line 89
            return
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/im/InputMethodContext;

  void setInputMethodSupportsBelowTheSpot(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // boolean supported
         0: .line 92
            aload 0 /* this */
            iload 1 /* supported */
            putfield sun.awt.im.InputMethodContext.inputMethodSupportsBelowTheSpot:Z
         1: .line 93
            return
        end local 1 // boolean supported
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/awt/im/InputMethodContext;
            0    2     1  supported  Z
    MethodParameters:
           Name  Flags
      supported  

  boolean useBelowTheSpotInput();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.InputMethodContext this
         0: .line 96
            getstatic sun.awt.im.InputMethodContext.belowTheSpotInputRequested:Z
            ifeq 1
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.inputMethodSupportsBelowTheSpot:Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/im/InputMethodContext;

  private boolean haveActiveClient();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.awt.im.InputMethodContext this
         0: .line 100
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.getClientComponent:()Ljava/awt/Component;
            astore 1 /* client */
        start local 1 // java.awt.Component client
         1: .line 101
            aload 1 /* client */
            ifnull 4
         2: .line 102
            aload 1 /* client */
            invokevirtual java.awt.Component.getInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            ifnull 4
         3: .line 101
            iconst_1
            ireturn
      StackMap locals: java.awt.Component
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // java.awt.Component client
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/awt/im/InputMethodContext;
            1    5     1  client  Ljava/awt/Component;

  public void dispatchInputMethodEvent(int, java.text.AttributedCharacterIterator, int, java.awt.font.TextHitInfo, java.awt.font.TextHitInfo);
    descriptor: (ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=6
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // int id
        start local 2 // java.text.AttributedCharacterIterator text
        start local 3 // int committedCharacterCount
        start local 4 // java.awt.font.TextHitInfo caret
        start local 5 // java.awt.font.TextHitInfo visiblePosition
         0: .line 114
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.getClientComponent:()Ljava/awt/Component;
            astore 6 /* source */
        start local 6 // java.awt.Component source
         1: .line 115
            aload 6 /* source */
            ifnull 9
         2: .line 116
            new java.awt.event.InputMethodEvent
            dup
            aload 6 /* source */
         3: .line 117
            iload 1 /* id */
            aload 2 /* text */
            iload 3 /* committedCharacterCount */
            aload 4 /* caret */
            aload 5 /* visiblePosition */
         4: .line 116
            invokespecial java.awt.event.InputMethodEvent.<init>:(Ljava/awt/Component;ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)V
            astore 7 /* event */
        start local 7 // java.awt.event.InputMethodEvent event
         5: .line 119
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.haveActiveClient:()Z
            ifeq 8
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.useBelowTheSpotInput:()Z
            ifne 8
         6: .line 120
            aload 6 /* source */
            aload 7 /* event */
            invokevirtual java.awt.Component.dispatchEvent:(Ljava/awt/AWTEvent;)V
         7: .line 121
            goto 9
         8: .line 122
      StackMap locals: java.awt.Component java.awt.event.InputMethodEvent
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.im.InputMethodContext.getCompositionAreaHandler:(Z)Lsun/awt/im/CompositionAreaHandler;
            aload 7 /* event */
            invokevirtual sun.awt.im.CompositionAreaHandler.processInputMethodEvent:(Ljava/awt/event/InputMethodEvent;)V
        end local 7 // java.awt.event.InputMethodEvent event
         9: .line 125
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.awt.Component source
        end local 5 // java.awt.font.TextHitInfo visiblePosition
        end local 4 // java.awt.font.TextHitInfo caret
        end local 3 // int committedCharacterCount
        end local 2 // java.text.AttributedCharacterIterator text
        end local 1 // int id
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   10     0                     this  Lsun/awt/im/InputMethodContext;
            0   10     1                       id  I
            0   10     2                     text  Ljava/text/AttributedCharacterIterator;
            0   10     3  committedCharacterCount  I
            0   10     4                    caret  Ljava/awt/font/TextHitInfo;
            0   10     5          visiblePosition  Ljava/awt/font/TextHitInfo;
            1   10     6                   source  Ljava/awt/Component;
            5    9     7                    event  Ljava/awt/event/InputMethodEvent;
    MethodParameters:
                         Name  Flags
      id                       
      text                     
      committedCharacterCount  
      caret                    
      visiblePosition          

  synchronized void dispatchCommittedText(java.awt.Component, java.text.AttributedCharacterIterator, int);
    descriptor: (Ljava/awt/Component;Ljava/text/AttributedCharacterIterator;I)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=9, locals=11, args_size=4
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // java.awt.Component client
        start local 2 // java.text.AttributedCharacterIterator text
        start local 3 // int committedCharacterCount
         0: .line 143
            iload 3 /* committedCharacterCount */
            ifeq 2
         1: .line 144
            aload 2 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            aload 2 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            if_icmpgt 3
         2: .line 145
      StackMap locals:
      StackMap stack:
            return
         3: .line 147
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 4 /* time */
        start local 4 // long time
         4: .line 148
            aload 0 /* this */
            iconst_1
            putfield sun.awt.im.InputMethodContext.dispatchingCommittedText:Z
         5: .line 150
            aload 1 /* client */
            invokevirtual java.awt.Component.getInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            astore 6 /* req */
        start local 6 // java.awt.im.InputMethodRequests req
         6: .line 151
            aload 6 /* req */
            ifnull 19
         7: .line 153
            aload 2 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            istore 7 /* beginIndex */
        start local 7 // int beginIndex
         8: .line 155
            new java.text.AttributedString
            dup
            aload 2 /* text */
            iload 7 /* beginIndex */
            iload 7 /* beginIndex */
            iload 3 /* committedCharacterCount */
            iadd
            invokespecial java.text.AttributedString.<init>:(Ljava/text/AttributedCharacterIterator;II)V
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
         9: .line 154
            astore 8 /* toBeCommitted */
        start local 8 // java.text.AttributedCharacterIterator toBeCommitted
        10: .line 157
            new java.awt.event.InputMethodEvent
            dup
        11: .line 158
            aload 1 /* client */
        12: .line 159
            sipush 1100
        13: .line 160
            aload 8 /* toBeCommitted */
        14: .line 161
            iload 3 /* committedCharacterCount */
        15: .line 162
            aconst_null
            aconst_null
        16: .line 157
            invokespecial java.awt.event.InputMethodEvent.<init>:(Ljava/awt/Component;ILjava/text/AttributedCharacterIterator;ILjava/awt/font/TextHitInfo;Ljava/awt/font/TextHitInfo;)V
            astore 9 /* inputEvent */
        start local 9 // java.awt.event.InputMethodEvent inputEvent
        17: .line 164
            aload 1 /* client */
            aload 9 /* inputEvent */
            invokevirtual java.awt.Component.dispatchEvent:(Ljava/awt/AWTEvent;)V
        end local 9 // java.awt.event.InputMethodEvent inputEvent
        end local 8 // java.text.AttributedCharacterIterator toBeCommitted
        end local 7 // int beginIndex
        18: .line 165
            goto 31
        19: .line 167
      StackMap locals: long java.awt.im.InputMethodRequests
      StackMap stack:
            aload 2 /* text */
            invokeinterface java.text.AttributedCharacterIterator.first:()C
            istore 7 /* keyChar */
        start local 7 // char keyChar
        20: .line 168
            goto 26
        21: .line 169
      StackMap locals: int
      StackMap stack:
            new java.awt.event.KeyEvent
            dup
            aload 1 /* client */
            sipush 400
        22: .line 170
            lload 4 /* time */
            iconst_0
            iconst_0
            iload 7 /* keyChar */
        23: .line 169
            invokespecial java.awt.event.KeyEvent.<init>:(Ljava/awt/Component;IJIIC)V
            astore 8 /* keyEvent */
        start local 8 // java.awt.event.KeyEvent keyEvent
        24: .line 171
            aload 1 /* client */
            aload 8 /* keyEvent */
            invokevirtual java.awt.Component.dispatchEvent:(Ljava/awt/AWTEvent;)V
        25: .line 172
            aload 2 /* text */
            invokeinterface java.text.AttributedCharacterIterator.next:()C
            istore 7 /* keyChar */
        end local 8 // java.awt.event.KeyEvent keyEvent
        26: .line 168
      StackMap locals:
      StackMap stack:
            iload 3 /* committedCharacterCount */
            iinc 3 /* committedCharacterCount */ -1
            ifle 31
            iload 7 /* keyChar */
            ldc 65535
            if_icmpne 21
        end local 7 // char keyChar
        end local 6 // java.awt.im.InputMethodRequests req
        27: .line 175
            goto 31
      StackMap locals: sun.awt.im.InputMethodContext java.awt.Component java.text.AttributedCharacterIterator int long
      StackMap stack: java.lang.Throwable
        28: astore 10
        29: .line 176
            aload 0 /* this */
            iconst_0
            putfield sun.awt.im.InputMethodContext.dispatchingCommittedText:Z
        30: .line 177
            aload 10
            athrow
        31: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.awt.im.InputMethodContext.dispatchingCommittedText:Z
        32: .line 178
            return
        end local 4 // long time
        end local 3 // int committedCharacterCount
        end local 2 // java.text.AttributedCharacterIterator text
        end local 1 // java.awt.Component client
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   33     0                     this  Lsun/awt/im/InputMethodContext;
            0   33     1                   client  Ljava/awt/Component;
            0   33     2                     text  Ljava/text/AttributedCharacterIterator;
            0   33     3  committedCharacterCount  I
            4   33     4                     time  J
            6   27     6                      req  Ljava/awt/im/InputMethodRequests;
            8   18     7               beginIndex  I
           10   18     8            toBeCommitted  Ljava/text/AttributedCharacterIterator;
           17   18     9               inputEvent  Ljava/awt/event/InputMethodEvent;
           20   27     7                  keyChar  C
           24   26     8                 keyEvent  Ljava/awt/event/KeyEvent;
      Exception table:
        from    to  target  type
           5    28      28  any
    MethodParameters:
                         Name  Flags
      client                   
      text                     
      committedCharacterCount  

  public void dispatchEvent(java.awt.AWTEvent);
    descriptor: (Ljava/awt/AWTEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // java.awt.AWTEvent event
         0: .line 188
            aload 1 /* event */
            instanceof java.awt.event.InputMethodEvent
            ifeq 5
         1: .line 189
            aload 1 /* event */
            invokevirtual java.awt.AWTEvent.getSource:()Ljava/lang/Object;
            checkcast java.awt.Component
            invokevirtual java.awt.Component.getInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            ifnull 3
         2: .line 190
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.useBelowTheSpotInput:()Z
            ifeq 7
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.dispatchingCommittedText:Z
            ifne 7
         3: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.im.InputMethodContext.getCompositionAreaHandler:(Z)Lsun/awt/im/CompositionAreaHandler;
            aload 1 /* event */
            checkcast java.awt.event.InputMethodEvent
            invokevirtual sun.awt.im.CompositionAreaHandler.processInputMethodEvent:(Ljava/awt/event/InputMethodEvent;)V
         4: .line 193
            goto 7
         5: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.dispatchingCommittedText:Z
            ifne 7
         6: .line 196
            aload 0 /* this */
            aload 1 /* event */
            invokespecial sun.awt.im.InputContext.dispatchEvent:(Ljava/awt/AWTEvent;)V
         7: .line 199
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.AWTEvent event
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/awt/im/InputMethodContext;
            0    8     1  event  Ljava/awt/AWTEvent;
    MethodParameters:
       Name  Flags
      event  

  private sun.awt.im.CompositionAreaHandler getCompositionAreaHandler(boolean);
    descriptor: (Z)Lsun/awt/im/CompositionAreaHandler;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // boolean grab
         0: .line 207
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandlerLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 208
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            ifnonnull 3
         2: .line 209
            aload 0 /* this */
            new sun.awt.im.CompositionAreaHandler
            dup
            aload 0 /* this */
            invokespecial sun.awt.im.CompositionAreaHandler.<init>:(Lsun/awt/im/InputMethodContext;)V
            putfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
         3: .line 211
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.getClientComponent:()Ljava/awt/Component;
            invokevirtual sun.awt.im.CompositionAreaHandler.setClientComponent:(Ljava/awt/Component;)V
         4: .line 212
            iload 1 /* grab */
            ifeq 6
         5: .line 213
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            iconst_0
            invokevirtual sun.awt.im.CompositionAreaHandler.grabCompositionArea:(Z)V
         6: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            aload 2
            monitorexit
         7: areturn
         8: .line 207
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         9: athrow
        end local 1 // boolean grab
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/awt/im/InputMethodContext;
            0   10     1  grab  Z
      Exception table:
        from    to  target  type
           1     7       8  any
           8     9       8  any
    MethodParameters:
      Name  Flags
      grab  

  void grabCompositionArea(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // boolean doUpdate
         0: .line 226
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandlerLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 227
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            ifnull 4
         2: .line 228
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            iload 1 /* doUpdate */
            invokevirtual sun.awt.im.CompositionAreaHandler.grabCompositionArea:(Z)V
         3: .line 229
            goto 5
         4: .line 232
      StackMap locals: java.lang.Object
      StackMap stack:
            invokestatic sun.awt.im.CompositionAreaHandler.closeCompositionArea:()V
         5: .line 226
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 235
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean doUpdate
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lsun/awt/im/InputMethodContext;
            0   10     1  doUpdate  Z
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
    MethodParameters:
          Name  Flags
      doUpdate  

  void releaseCompositionArea();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.awt.im.InputMethodContext this
         0: .line 242
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandlerLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 243
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            ifnull 3
         2: .line 244
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            invokevirtual sun.awt.im.CompositionAreaHandler.releaseCompositionArea:()V
         3: .line 242
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1
            monitorexit
         4: goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 247
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/im/InputMethodContext;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  boolean isCompositionAreaVisible();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.InputMethodContext this
         0: .line 256
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            ifnull 2
         1: .line 257
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            invokevirtual sun.awt.im.CompositionAreaHandler.isCompositionAreaVisible:()Z
            ireturn
         2: .line 260
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/im/InputMethodContext;

  void setCompositionAreaVisible(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // boolean visible
         0: .line 269
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            ifnull 2
         1: .line 270
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            iload 1 /* visible */
            invokevirtual sun.awt.im.CompositionAreaHandler.setCompositionAreaVisible:(Z)V
         2: .line 272
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean visible
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/awt/im/InputMethodContext;
            0    3     1  visible  Z
    MethodParameters:
         Name  Flags
      visible  

  public java.awt.Rectangle getTextLocation(java.awt.font.TextHitInfo);
    descriptor: (Ljava/awt/font/TextHitInfo;)Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // java.awt.font.TextHitInfo offset
         0: .line 278
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.getReq:()Ljava/awt/im/InputMethodRequests;
            aload 1 /* offset */
            invokeinterface java.awt.im.InputMethodRequests.getTextLocation:(Ljava/awt/font/TextHitInfo;)Ljava/awt/Rectangle;
            areturn
        end local 1 // java.awt.font.TextHitInfo offset
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/awt/im/InputMethodContext;
            0    1     1  offset  Ljava/awt/font/TextHitInfo;
    MethodParameters:
        Name  Flags
      offset  

  public java.awt.font.TextHitInfo getLocationOffset(int, int);
    descriptor: (II)Ljava/awt/font/TextHitInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // int x
        start local 2 // int y
         0: .line 285
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.getReq:()Ljava/awt/im/InputMethodRequests;
            iload 1 /* x */
            iload 2 /* y */
            invokeinterface java.awt.im.InputMethodRequests.getLocationOffset:(II)Ljava/awt/font/TextHitInfo;
            areturn
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/im/InputMethodContext;
            0    1     1     x  I
            0    1     2     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public int getInsertPositionOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.InputMethodContext this
         0: .line 292
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.getReq:()Ljava/awt/im/InputMethodRequests;
            invokeinterface java.awt.im.InputMethodRequests.getInsertPositionOffset:()I
            ireturn
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/im/InputMethodContext;

  public java.text.AttributedCharacterIterator getCommittedText(int, int, java.text.AttributedCharacterIterator$Attribute[]);
    descriptor: (II[Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // int beginIndex
        start local 2 // int endIndex
        start local 3 // java.text.AttributedCharacterIterator$Attribute[] attributes
         0: .line 301
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.getReq:()Ljava/awt/im/InputMethodRequests;
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            aload 3 /* attributes */
            invokeinterface java.awt.im.InputMethodRequests.getCommittedText:(II[Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
            areturn
        end local 3 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/awt/im/InputMethodContext;
            0    1     1  beginIndex  I
            0    1     2    endIndex  I
            0    1     3  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    
      attributes  

  public int getCommittedTextLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.InputMethodContext this
         0: .line 308
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.getReq:()Ljava/awt/im/InputMethodRequests;
            invokeinterface java.awt.im.InputMethodRequests.getCommittedTextLength:()I
            ireturn
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/im/InputMethodContext;

  public java.text.AttributedCharacterIterator cancelLatestCommittedText(java.text.AttributedCharacterIterator$Attribute[]);
    descriptor: ([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
         0: .line 316
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.getReq:()Ljava/awt/im/InputMethodRequests;
            aload 1 /* attributes */
            invokeinterface java.awt.im.InputMethodRequests.cancelLatestCommittedText:([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
            areturn
        end local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/awt/im/InputMethodContext;
            0    1     1  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
    MethodParameters:
            Name  Flags
      attributes  

  public java.text.AttributedCharacterIterator getSelectedText(java.text.AttributedCharacterIterator$Attribute[]);
    descriptor: ([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
         0: .line 323
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.getReq:()Ljava/awt/im/InputMethodRequests;
            aload 1 /* attributes */
            invokeinterface java.awt.im.InputMethodRequests.getSelectedText:([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
            areturn
        end local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/awt/im/InputMethodContext;
            0    1     1  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
    MethodParameters:
            Name  Flags
      attributes  

  private java.awt.im.InputMethodRequests getReq();
    descriptor: ()Ljava/awt/im/InputMethodRequests;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.im.InputMethodContext this
         0: .line 327
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.haveActiveClient:()Z
            ifeq 2
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.useBelowTheSpotInput:()Z
            ifne 2
         1: .line 328
            aload 0 /* this */
            invokevirtual sun.awt.im.InputMethodContext.getClientComponent:()Ljava/awt/Component;
            invokevirtual java.awt.Component.getInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            areturn
         2: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual sun.awt.im.InputMethodContext.getCompositionAreaHandler:(Z)Lsun/awt/im/CompositionAreaHandler;
            areturn
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/im/InputMethodContext;

  public java.awt.Window createInputMethodWindow(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Ljava/awt/Window;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // java.lang.String title
        start local 2 // boolean attachToInputContext
         0: .line 336
            iload 2 /* attachToInputContext */
            ifeq 1
            aload 0 /* this */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: sun.awt.im.InputMethodContext
         2: astore 3 /* context */
        start local 3 // sun.awt.im.InputContext context
         3: .line 337
            aload 1 /* title */
            aload 3 /* context */
            iconst_0
            invokestatic sun.awt.im.InputMethodContext.createInputMethodWindow:(Ljava/lang/String;Lsun/awt/im/InputContext;Z)Ljava/awt/Window;
            areturn
        end local 3 // sun.awt.im.InputContext context
        end local 2 // boolean attachToInputContext
        end local 1 // java.lang.String title
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lsun/awt/im/InputMethodContext;
            0    4     1                 title  Ljava/lang/String;
            0    4     2  attachToInputContext  Z
            3    4     3               context  Lsun/awt/im/InputContext;
    MethodParameters:
                      Name  Flags
      title                 
      attachToInputContext  

  public javax.swing.JFrame createInputMethodJFrame(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Ljavax/swing/JFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // java.lang.String title
        start local 2 // boolean attachToInputContext
         0: .line 342
            iload 2 /* attachToInputContext */
            ifeq 1
            aload 0 /* this */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: sun.awt.im.InputMethodContext
         2: astore 3 /* context */
        start local 3 // sun.awt.im.InputContext context
         3: .line 343
            aload 1 /* title */
            aload 3 /* context */
            iconst_1
            invokestatic sun.awt.im.InputMethodContext.createInputMethodWindow:(Ljava/lang/String;Lsun/awt/im/InputContext;Z)Ljava/awt/Window;
            checkcast javax.swing.JFrame
            areturn
        end local 3 // sun.awt.im.InputContext context
        end local 2 // boolean attachToInputContext
        end local 1 // java.lang.String title
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lsun/awt/im/InputMethodContext;
            0    4     1                 title  Ljava/lang/String;
            0    4     2  attachToInputContext  Z
            3    4     3               context  Lsun/awt/im/InputContext;
    MethodParameters:
                      Name  Flags
      title                 
      attachToInputContext  

  static java.awt.Window createInputMethodWindow(java.lang.String, sun.awt.im.InputContext, boolean);
    descriptor: (Ljava/lang/String;Lsun/awt/im/InputContext;Z)Ljava/awt/Window;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // java.lang.String title
        start local 1 // sun.awt.im.InputContext context
        start local 2 // boolean isSwing
         0: .line 347
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifeq 2
         1: .line 348
            new java.awt.HeadlessException
            dup
            invokespecial java.awt.HeadlessException.<init>:()V
            athrow
         2: .line 350
      StackMap locals:
      StackMap stack:
            iload 2 /* isSwing */
            ifeq 4
         3: .line 351
            new sun.awt.im.InputMethodJFrame
            dup
            aload 0 /* title */
            aload 1 /* context */
            invokespecial sun.awt.im.InputMethodJFrame.<init>:(Ljava/lang/String;Lsun/awt/im/InputContext;)V
            areturn
         4: .line 353
      StackMap locals:
      StackMap stack:
            invokestatic java.awt.Toolkit.getDefaultToolkit:()Ljava/awt/Toolkit;
            astore 3 /* toolkit */
        start local 3 // java.awt.Toolkit toolkit
         5: .line 354
            aload 3 /* toolkit */
            instanceof sun.awt.InputMethodSupport
            ifeq 9
         6: .line 355
            aload 3 /* toolkit */
            checkcast sun.awt.InputMethodSupport
         7: .line 356
            aload 0 /* title */
            aload 1 /* context */
         8: .line 355
            invokeinterface sun.awt.InputMethodSupport.createInputMethodWindow:(Ljava/lang/String;Lsun/awt/im/InputContext;)Ljava/awt/Window;
            areturn
        end local 3 // java.awt.Toolkit toolkit
         9: .line 359
      StackMap locals:
      StackMap stack:
            new java.lang.InternalError
            dup
            ldc "Input methods must be supported"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // boolean isSwing
        end local 1 // sun.awt.im.InputContext context
        end local 0 // java.lang.String title
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0    title  Ljava/lang/String;
            0   10     1  context  Lsun/awt/im/InputContext;
            0   10     2  isSwing  Z
            5    9     3  toolkit  Ljava/awt/Toolkit;
    MethodParameters:
         Name  Flags
      title    
      context  
      isSwing  

  public void enableClientWindowNotification(java.awt.im.spi.InputMethod, boolean);
    descriptor: (Ljava/awt/im/spi/InputMethod;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // java.awt.im.spi.InputMethod inputMethod
        start local 2 // boolean enable
         0: .line 366
            aload 0 /* this */
            aload 1 /* inputMethod */
            iload 2 /* enable */
            invokespecial sun.awt.im.InputContext.enableClientWindowNotification:(Ljava/awt/im/spi/InputMethod;Z)V
         1: .line 367
            return
        end local 2 // boolean enable
        end local 1 // java.awt.im.spi.InputMethod inputMethod
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/awt/im/InputMethodContext;
            0    2     1  inputMethod  Ljava/awt/im/spi/InputMethod;
            0    2     2       enable  Z
    MethodParameters:
             Name  Flags
      inputMethod  
      enable       

  void setCompositionAreaUndecorated(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputMethodContext this
        start local 1 // boolean undecorated
         0: .line 373
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            ifnull 2
         1: .line 374
            aload 0 /* this */
            getfield sun.awt.im.InputMethodContext.compositionAreaHandler:Lsun/awt/im/CompositionAreaHandler;
            iload 1 /* undecorated */
            invokevirtual sun.awt.im.CompositionAreaHandler.setCompositionAreaUndecorated:(Z)V
         2: .line 376
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean undecorated
        end local 0 // sun.awt.im.InputMethodContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lsun/awt/im/InputMethodContext;
            0    3     1  undecorated  Z
    MethodParameters:
             Name  Flags
      undecorated  
}
SourceFile: "InputMethodContext.java"
InnerClasses:
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator