class sun.awt.im.CompositionAreaHandler implements java.awt.event.InputMethodListener, java.awt.im.InputMethodRequests
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.im.CompositionAreaHandler
  super_class: java.lang.Object
{
  private static sun.awt.im.CompositionArea compositionArea;
    descriptor: Lsun/awt/im/CompositionArea;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.Object compositionAreaLock;
    descriptor: Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  private java.text.AttributedCharacterIterator composedText;
    descriptor: Ljava/text/AttributedCharacterIterator;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.font.TextHitInfo caret;
    descriptor: Ljava/awt/font/TextHitInfo;
    flags: (0x0002) ACC_PRIVATE

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

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

  private static final java.text.AttributedCharacterIterator$Attribute[] IM_ATTRIBUTES;
    descriptor: [Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.text.AttributedCharacterIterator EMPTY_TEXT;
    descriptor: Ljava/text/AttributedCharacterIterator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 53
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic sun.awt.im.CompositionAreaHandler.compositionAreaLock:Ljava/lang/Object;
         1: .line 193
            iconst_1
            anewarray java.text.AttributedCharacterIterator$Attribute
            dup
            iconst_0
            getstatic java.awt.font.TextAttribute.INPUT_METHOD_HIGHLIGHT:Ljava/awt/font/TextAttribute;
            aastore
         2: .line 192
            putstatic sun.awt.im.CompositionAreaHandler.IM_ATTRIBUTES:[Ljava/text/AttributedCharacterIterator$Attribute;
         3: .line 306
            new java.text.AttributedString
            dup
            ldc ""
            invokespecial java.text.AttributedString.<init>:(Ljava/lang/String;)V
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
         4: .line 305
            putstatic sun.awt.im.CompositionAreaHandler.EMPTY_TEXT:Ljava/text/AttributedCharacterIterator;
         5: .line 306
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.awt.im.InputMethodContext);
    descriptor: (Lsun/awt/im/InputMethodContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // sun.awt.im.InputMethodContext context
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.CompositionAreaHandler.caret:Ljava/awt/font/TextHitInfo;
         2: .line 58
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.CompositionAreaHandler.clientComponent:Ljava/awt/Component;
         3: .line 65
            aload 0 /* this */
            aload 1 /* context */
            putfield sun.awt.im.CompositionAreaHandler.inputMethodContext:Lsun/awt/im/InputMethodContext;
         4: .line 66
            return
        end local 1 // sun.awt.im.InputMethodContext context
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/awt/im/CompositionAreaHandler;
            0    5     1  context  Lsun/awt/im/InputMethodContext;
    MethodParameters:
         Name  Flags
      context  

  private void createCompositionArea();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.awt.im.CompositionAreaHandler this
         0: .line 72
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 73
            new sun.awt.im.CompositionArea
            dup
            invokespecial sun.awt.im.CompositionArea.<init>:()V
            putstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
         2: .line 74
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaOwner:Lsun/awt/im/CompositionAreaHandler;
            ifnull 4
         3: .line 75
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaOwner:Lsun/awt/im/CompositionAreaHandler;
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.inputMethodContext:Lsun/awt/im/InputMethodContext;
            invokevirtual sun.awt.im.CompositionArea.setHandlerInfo:(Lsun/awt/im/CompositionAreaHandler;Lsun/awt/im/InputContext;)V
         4: .line 79
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.clientComponent:Ljava/awt/Component;
            ifnull 8
         5: .line 80
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.clientComponent:Ljava/awt/Component;
            invokevirtual java.awt.Component.getInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            astore 2 /* req */
        start local 2 // java.awt.im.InputMethodRequests req
         6: .line 81
            aload 2 /* req */
            ifnull 8
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.inputMethodContext:Lsun/awt/im/InputMethodContext;
            invokevirtual sun.awt.im.InputMethodContext.useBelowTheSpotInput:()Z
            ifeq 8
         7: .line 82
            aload 0 /* this */
            iconst_1
            invokevirtual sun.awt.im.CompositionAreaHandler.setCompositionAreaUndecorated:(Z)V
        end local 2 // java.awt.im.InputMethodRequests req
         8: .line 72
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 1
            monitorexit
        11: athrow
        12: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/awt/im/CompositionAreaHandler;
            6    8     2   req  Ljava/awt/im/InputMethodRequests;
      Exception table:
        from    to  target  type
           1     9      10  any
          10    11      10  any

  void setClientComponent(java.awt.Component);
    descriptor: (Ljava/awt/Component;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // java.awt.Component clientComponent
         0: .line 89
            aload 0 /* this */
            aload 1 /* clientComponent */
            putfield sun.awt.im.CompositionAreaHandler.clientComponent:Ljava/awt/Component;
         1: .line 90
            return
        end local 1 // java.awt.Component clientComponent
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/awt/im/CompositionAreaHandler;
            0    2     1  clientComponent  Ljava/awt/Component;
    MethodParameters:
                 Name  Flags
      clientComponent  

  void grabCompositionArea(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // boolean doUpdate
         0: .line 101
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 102
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaOwner:Lsun/awt/im/CompositionAreaHandler;
            aload 0 /* this */
            if_acmpeq 10
         2: .line 103
            aload 0 /* this */
            putstatic sun.awt.im.CompositionAreaHandler.compositionAreaOwner:Lsun/awt/im/CompositionAreaHandler;
         3: .line 104
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            ifnull 5
         4: .line 105
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.inputMethodContext:Lsun/awt/im/InputMethodContext;
            invokevirtual sun.awt.im.CompositionArea.setHandlerInfo:(Lsun/awt/im/CompositionAreaHandler;Lsun/awt/im/InputContext;)V
         5: .line 107
      StackMap locals: java.lang.Object
      StackMap stack:
            iload 1 /* doUpdate */
            ifeq 10
         6: .line 109
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.composedText:Ljava/text/AttributedCharacterIterator;
            ifnull 8
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            ifnonnull 8
         7: .line 110
            aload 0 /* this */
            invokevirtual sun.awt.im.CompositionAreaHandler.createCompositionArea:()V
         8: .line 112
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            ifnull 10
         9: .line 113
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.composedText:Ljava/text/AttributedCharacterIterator;
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.caret:Ljava/awt/font/TextHitInfo;
            invokevirtual sun.awt.im.CompositionArea.setText:(Ljava/text/AttributedCharacterIterator;Ljava/awt/font/TextHitInfo;)V
        10: .line 101
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        11: goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: aload 2
            monitorexit
        13: athrow
        14: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean doUpdate
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lsun/awt/im/CompositionAreaHandler;
            0   15     1  doUpdate  Z
      Exception table:
        from    to  target  type
           1    11      12  any
          12    13      12  any
    MethodParameters:
          Name  Flags
      doUpdate  

  void releaseCompositionArea();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.awt.im.CompositionAreaHandler this
         0: .line 125
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 126
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaOwner:Lsun/awt/im/CompositionAreaHandler;
            aload 0 /* this */
            if_acmpne 6
         2: .line 127
            aconst_null
            putstatic sun.awt.im.CompositionAreaHandler.compositionAreaOwner:Lsun/awt/im/CompositionAreaHandler;
         3: .line 128
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            ifnull 6
         4: .line 129
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            aconst_null
            aconst_null
            invokevirtual sun.awt.im.CompositionArea.setHandlerInfo:(Lsun/awt/im/CompositionAreaHandler;Lsun/awt/im/InputContext;)V
         5: .line 130
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            aconst_null
            aconst_null
            invokevirtual sun.awt.im.CompositionArea.setText:(Ljava/text/AttributedCharacterIterator;Ljava/awt/font/TextHitInfo;)V
         6: .line 125
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/awt/im/CompositionAreaHandler;
      Exception table:
        from    to  target  type
           1     7       8  any
           8     9       8  any

  static void closeCompositionArea();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 141
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            ifnull 9
         1: .line 142
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaLock:Ljava/lang/Object;
            dup
            astore 0
            monitorenter
         2: .line 143
            aconst_null
            putstatic sun.awt.im.CompositionAreaHandler.compositionAreaOwner:Lsun/awt/im/CompositionAreaHandler;
         3: .line 144
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            aconst_null
            aconst_null
            invokevirtual sun.awt.im.CompositionArea.setHandlerInfo:(Lsun/awt/im/CompositionAreaHandler;Lsun/awt/im/InputContext;)V
         4: .line 145
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            aconst_null
            aconst_null
            invokevirtual sun.awt.im.CompositionArea.setText:(Ljava/text/AttributedCharacterIterator;Ljava/awt/font/TextHitInfo;)V
         5: .line 142
            aload 0
            monitorexit
         6: goto 9
      StackMap locals: java.lang.Object
      StackMap stack: java.lang.Throwable
         7: aload 0
            monitorexit
         8: athrow
         9: .line 148
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any

  boolean isCompositionAreaVisible();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.CompositionAreaHandler this
         0: .line 154
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            ifnull 2
         1: .line 155
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            invokevirtual sun.awt.im.CompositionArea.isCompositionAreaVisible:()Z
            ireturn
         2: .line 158
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/im/CompositionAreaHandler;

  void setCompositionAreaVisible(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // boolean visible
         0: .line 166
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            ifnull 2
         1: .line 167
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            iload 1 /* visible */
            invokevirtual sun.awt.im.CompositionArea.setCompositionAreaVisible:(Z)V
         2: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean visible
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/awt/im/CompositionAreaHandler;
            0    3     1  visible  Z
    MethodParameters:
         Name  Flags
      visible  

  void processInputMethodEvent(java.awt.event.InputMethodEvent);
    descriptor: (Ljava/awt/event/InputMethodEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // java.awt.event.InputMethodEvent event
         0: .line 172
            aload 1 /* event */
            invokevirtual java.awt.event.InputMethodEvent.getID:()I
            sipush 1100
            if_icmpne 3
         1: .line 173
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual sun.awt.im.CompositionAreaHandler.inputMethodTextChanged:(Ljava/awt/event/InputMethodEvent;)V
         2: .line 174
            goto 4
         3: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual sun.awt.im.CompositionAreaHandler.caretPositionChanged:(Ljava/awt/event/InputMethodEvent;)V
         4: .line 177
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.InputMethodEvent event
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/awt/im/CompositionAreaHandler;
            0    5     1  event  Ljava/awt/event/InputMethodEvent;
    MethodParameters:
       Name  Flags
      event  

  void setCompositionAreaUndecorated(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // boolean undecorated
         0: .line 183
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            ifnull 2
         1: .line 184
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            iload 1 /* undecorated */
            invokevirtual sun.awt.im.CompositionArea.setCompositionAreaUndecorated:(Z)V
         2: .line 186
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean undecorated
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lsun/awt/im/CompositionAreaHandler;
            0    3     1  undecorated  Z
    MethodParameters:
             Name  Flags
      undecorated  

  public void inputMethodTextChanged(java.awt.event.InputMethodEvent);
    descriptor: (Ljava/awt/event/InputMethodEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // java.awt.event.InputMethodEvent event
         0: .line 196
            aload 1 /* event */
            invokevirtual java.awt.event.InputMethodEvent.getText:()Ljava/text/AttributedCharacterIterator;
            astore 2 /* text */
        start local 2 // java.text.AttributedCharacterIterator text
         1: .line 197
            aload 1 /* event */
            invokevirtual java.awt.event.InputMethodEvent.getCommittedCharacterCount:()I
            istore 3 /* committedCharacterCount */
        start local 3 // int committedCharacterCount
         2: .line 200
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.CompositionAreaHandler.composedText:Ljava/text/AttributedCharacterIterator;
         3: .line 201
            aload 0 /* this */
            aconst_null
            putfield sun.awt.im.CompositionAreaHandler.caret:Ljava/awt/font/TextHitInfo;
         4: .line 202
            aload 2 /* text */
            ifnull 15
         5: .line 203
            iload 3 /* committedCharacterCount */
            aload 2 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            aload 2 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            isub
            if_icmpge 15
         6: .line 206
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            ifnonnull 8
         7: .line 207
            aload 0 /* this */
            invokevirtual sun.awt.im.CompositionAreaHandler.createCompositionArea:()V
         8: .line 212
      StackMap locals: java.text.AttributedCharacterIterator int
      StackMap stack:
            new java.text.AttributedString
            dup
            aload 2 /* text */
         9: .line 213
            aload 2 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            iload 3 /* committedCharacterCount */
            iadd
        10: .line 214
            aload 2 /* text */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            getstatic sun.awt.im.CompositionAreaHandler.IM_ATTRIBUTES:[Ljava/text/AttributedCharacterIterator$Attribute;
        11: .line 212
            invokespecial java.text.AttributedString.<init>:(Ljava/text/AttributedCharacterIterator;II[Ljava/text/AttributedCharacterIterator$Attribute;)V
            astore 4 /* composedTextString */
        start local 4 // java.text.AttributedString composedTextString
        12: .line 215
            aload 4 /* composedTextString */
            getstatic java.awt.font.TextAttribute.FONT:Ljava/awt/font/TextAttribute;
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            invokevirtual sun.awt.im.CompositionArea.getFont:()Ljava/awt/Font;
            invokevirtual java.text.AttributedString.addAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;)V
        13: .line 216
            aload 0 /* this */
            aload 4 /* composedTextString */
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
            putfield sun.awt.im.CompositionAreaHandler.composedText:Ljava/text/AttributedCharacterIterator;
        14: .line 217
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual java.awt.event.InputMethodEvent.getCaret:()Ljava/awt/font/TextHitInfo;
            putfield sun.awt.im.CompositionAreaHandler.caret:Ljava/awt/font/TextHitInfo;
        end local 4 // java.text.AttributedString composedTextString
        15: .line 220
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            ifnull 17
        16: .line 221
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.composedText:Ljava/text/AttributedCharacterIterator;
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.caret:Ljava/awt/font/TextHitInfo;
            invokevirtual sun.awt.im.CompositionArea.setText:(Ljava/text/AttributedCharacterIterator;Ljava/awt/font/TextHitInfo;)V
        17: .line 225
      StackMap locals:
      StackMap stack:
            iload 3 /* committedCharacterCount */
            ifle 23
        18: .line 226
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.inputMethodContext:Lsun/awt/im/InputMethodContext;
            aload 1 /* event */
            invokevirtual java.awt.event.InputMethodEvent.getSource:()Ljava/lang/Object;
            checkcast java.awt.Component
        19: .line 227
            aload 2 /* text */
            iload 3 /* committedCharacterCount */
        20: .line 226
            invokevirtual sun.awt.im.InputMethodContext.dispatchCommittedText:(Ljava/awt/Component;Ljava/text/AttributedCharacterIterator;I)V
        21: .line 230
            aload 0 /* this */
            invokevirtual sun.awt.im.CompositionAreaHandler.isCompositionAreaVisible:()Z
            ifeq 23
        22: .line 231
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            invokevirtual sun.awt.im.CompositionArea.updateWindowLocation:()V
        23: .line 236
      StackMap locals:
      StackMap stack:
            aload 1 /* event */
            invokevirtual java.awt.event.InputMethodEvent.consume:()V
        24: .line 237
            return
        end local 3 // int committedCharacterCount
        end local 2 // java.text.AttributedCharacterIterator text
        end local 1 // java.awt.event.InputMethodEvent event
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   25     0                     this  Lsun/awt/im/CompositionAreaHandler;
            0   25     1                    event  Ljava/awt/event/InputMethodEvent;
            1   25     2                     text  Ljava/text/AttributedCharacterIterator;
            2   25     3  committedCharacterCount  I
           12   15     4       composedTextString  Ljava/text/AttributedString;
    MethodParameters:
       Name  Flags
      event  

  public void caretPositionChanged(java.awt.event.InputMethodEvent);
    descriptor: (Ljava/awt/event/InputMethodEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // java.awt.event.InputMethodEvent event
         0: .line 240
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            ifnull 2
         1: .line 241
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            aload 1 /* event */
            invokevirtual java.awt.event.InputMethodEvent.getCaret:()Ljava/awt/font/TextHitInfo;
            invokevirtual sun.awt.im.CompositionArea.setCaret:(Ljava/awt/font/TextHitInfo;)V
         2: .line 245
      StackMap locals:
      StackMap stack:
            aload 1 /* event */
            invokevirtual java.awt.event.InputMethodEvent.consume:()V
         3: .line 246
            return
        end local 1 // java.awt.event.InputMethodEvent event
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/awt/im/CompositionAreaHandler;
            0    4     1  event  Ljava/awt/event/InputMethodEvent;
    MethodParameters:
       Name  Flags
      event  

  java.awt.im.InputMethodRequests getClientInputMethodRequests();
    descriptor: ()Ljava/awt/im/InputMethodRequests;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.CompositionAreaHandler this
         0: .line 259
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.clientComponent:Ljava/awt/Component;
            ifnull 2
         1: .line 260
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.clientComponent:Ljava/awt/Component;
            invokevirtual java.awt.Component.getInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            areturn
         2: .line 263
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/im/CompositionAreaHandler;

  public java.awt.Rectangle getTextLocation(java.awt.font.TextHitInfo);
    descriptor: (Ljava/awt/font/TextHitInfo;)Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // java.awt.font.TextHitInfo offset
         0: .line 267
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 268
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaOwner:Lsun/awt/im/CompositionAreaHandler;
            aload 0 /* this */
            if_acmpne 4
            aload 0 /* this */
            invokevirtual sun.awt.im.CompositionAreaHandler.isCompositionAreaVisible:()Z
            ifeq 4
         2: .line 269
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            aload 1 /* offset */
            invokevirtual sun.awt.im.CompositionArea.getTextLocation:(Ljava/awt/font/TextHitInfo;)Ljava/awt/Rectangle;
            aload 2
            monitorexit
         3: areturn
         4: .line 270
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.CompositionAreaHandler.composedText:Ljava/text/AttributedCharacterIterator;
            ifnull 7
         5: .line 272
            new java.awt.Rectangle
            dup
            iconst_0
            iconst_0
            iconst_0
            bipush 10
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            aload 2
            monitorexit
         6: areturn
         7: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.im.CompositionAreaHandler.getClientInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            astore 3 /* requests */
        start local 3 // java.awt.im.InputMethodRequests requests
         8: .line 275
            aload 3 /* requests */
            ifnull 11
         9: .line 276
            aload 3 /* requests */
            aload 1 /* offset */
            invokeinterface java.awt.im.InputMethodRequests.getTextLocation:(Ljava/awt/font/TextHitInfo;)Ljava/awt/Rectangle;
            aload 2
            monitorexit
        10: areturn
        11: .line 279
      StackMap locals: java.awt.im.InputMethodRequests
      StackMap stack:
            new java.awt.Rectangle
            dup
            iconst_0
            iconst_0
            iconst_0
            bipush 10
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            aload 2
            monitorexit
        12: areturn
        end local 3 // java.awt.im.InputMethodRequests requests
        13: .line 267
      StackMap locals: sun.awt.im.CompositionAreaHandler java.awt.font.TextHitInfo java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        14: athrow
        end local 1 // java.awt.font.TextHitInfo offset
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lsun/awt/im/CompositionAreaHandler;
            0   15     1    offset  Ljava/awt/font/TextHitInfo;
            8   13     3  requests  Ljava/awt/im/InputMethodRequests;
      Exception table:
        from    to  target  type
           1     3      13  any
           4     6      13  any
           7    10      13  any
          11    12      13  any
          13    14      13  any
    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=4, args_size=3
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // int x
        start local 2 // int y
         0: .line 286
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 287
            getstatic sun.awt.im.CompositionAreaHandler.compositionAreaOwner:Lsun/awt/im/CompositionAreaHandler;
            aload 0 /* this */
            if_acmpne 4
            aload 0 /* this */
            invokevirtual sun.awt.im.CompositionAreaHandler.isCompositionAreaVisible:()Z
            ifeq 4
         2: .line 288
            getstatic sun.awt.im.CompositionAreaHandler.compositionArea:Lsun/awt/im/CompositionArea;
            iload 1 /* x */
            iload 2 /* y */
            invokevirtual sun.awt.im.CompositionArea.getLocationOffset:(II)Ljava/awt/font/TextHitInfo;
            aload 3
            monitorexit
         3: areturn
         4: .line 290
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3
            monitorexit
         5: aconst_null
            areturn
         6: .line 286
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         7: athrow
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/im/CompositionAreaHandler;
            0    8     1     x  I
            0    8     2     y  I
      Exception table:
        from    to  target  type
           1     3       6  any
           4     5       6  any
           6     7       6  any
    MethodParameters:
      Name  Flags
      x     
      y     

  public int getInsertPositionOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.awt.im.CompositionAreaHandler this
         0: .line 296
            aload 0 /* this */
            invokevirtual sun.awt.im.CompositionAreaHandler.getClientInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            astore 1 /* req */
        start local 1 // java.awt.im.InputMethodRequests req
         1: .line 297
            aload 1 /* req */
            ifnull 3
         2: .line 298
            aload 1 /* req */
            invokeinterface java.awt.im.InputMethodRequests.getInsertPositionOffset:()I
            ireturn
         3: .line 302
      StackMap locals: java.awt.im.InputMethodRequests
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.awt.im.InputMethodRequests req
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/im/CompositionAreaHandler;
            1    4     1   req  Ljava/awt/im/InputMethodRequests;

  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=5, args_size=4
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // int beginIndex
        start local 2 // int endIndex
        start local 3 // java.text.AttributedCharacterIterator$Attribute[] attributes
         0: .line 311
            aload 0 /* this */
            invokevirtual sun.awt.im.CompositionAreaHandler.getClientInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            astore 4 /* req */
        start local 4 // java.awt.im.InputMethodRequests req
         1: .line 312
            aload 4 /* req */
            ifnull 3
         2: .line 313
            aload 4 /* req */
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            aload 3 /* attributes */
            invokeinterface java.awt.im.InputMethodRequests.getCommittedText:(II[Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
            areturn
         3: .line 317
      StackMap locals: java.awt.im.InputMethodRequests
      StackMap stack:
            getstatic sun.awt.im.CompositionAreaHandler.EMPTY_TEXT:Ljava/text/AttributedCharacterIterator;
            areturn
        end local 4 // java.awt.im.InputMethodRequests req
        end local 3 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/awt/im/CompositionAreaHandler;
            0    4     1  beginIndex  I
            0    4     2    endIndex  I
            0    4     3  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
            1    4     4         req  Ljava/awt/im/InputMethodRequests;
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    
      attributes  

  public int getCommittedTextLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.awt.im.CompositionAreaHandler this
         0: .line 321
            aload 0 /* this */
            invokevirtual sun.awt.im.CompositionAreaHandler.getClientInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            astore 1 /* req */
        start local 1 // java.awt.im.InputMethodRequests req
         1: .line 322
            aload 1 /* req */
            ifnull 3
         2: .line 323
            aload 1 /* req */
            invokeinterface java.awt.im.InputMethodRequests.getCommittedTextLength:()I
            ireturn
         3: .line 327
      StackMap locals: java.awt.im.InputMethodRequests
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.awt.im.InputMethodRequests req
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/im/CompositionAreaHandler;
            1    4     1   req  Ljava/awt/im/InputMethodRequests;

  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=3, args_size=2
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
         0: .line 332
            aload 0 /* this */
            invokevirtual sun.awt.im.CompositionAreaHandler.getClientInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            astore 2 /* req */
        start local 2 // java.awt.im.InputMethodRequests req
         1: .line 333
            aload 2 /* req */
            ifnull 3
         2: .line 334
            aload 2 /* req */
            aload 1 /* attributes */
            invokeinterface java.awt.im.InputMethodRequests.cancelLatestCommittedText:([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
            areturn
         3: .line 338
      StackMap locals: java.awt.im.InputMethodRequests
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.awt.im.InputMethodRequests req
        end local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/awt/im/CompositionAreaHandler;
            0    4     1  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
            1    4     2         req  Ljava/awt/im/InputMethodRequests;
    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=3, args_size=2
        start local 0 // sun.awt.im.CompositionAreaHandler this
        start local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
         0: .line 342
            aload 0 /* this */
            invokevirtual sun.awt.im.CompositionAreaHandler.getClientInputMethodRequests:()Ljava/awt/im/InputMethodRequests;
            astore 2 /* req */
        start local 2 // java.awt.im.InputMethodRequests req
         1: .line 343
            aload 2 /* req */
            ifnull 3
         2: .line 344
            aload 2 /* req */
            aload 1 /* attributes */
            invokeinterface java.awt.im.InputMethodRequests.getSelectedText:([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
            areturn
         3: .line 348
      StackMap locals: java.awt.im.InputMethodRequests
      StackMap stack:
            getstatic sun.awt.im.CompositionAreaHandler.EMPTY_TEXT:Ljava/text/AttributedCharacterIterator;
            areturn
        end local 2 // java.awt.im.InputMethodRequests req
        end local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 0 // sun.awt.im.CompositionAreaHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/awt/im/CompositionAreaHandler;
            0    4     1  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
            1    4     2         req  Ljava/awt/im/InputMethodRequests;
    MethodParameters:
            Name  Flags
      attributes  
}
SourceFile: "CompositionAreaHandler.java"
InnerClasses:
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator