final class sun.awt.X11InputMethod$IntBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.awt.X11InputMethod$IntBuffer
  super_class: java.lang.Object
{
  private int[] intArray;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

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

  final sun.awt.X11InputMethod this$0;
    descriptor: Lsun/awt/X11InputMethod;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.awt.X11InputMethod, int);
    descriptor: (Lsun/awt/X11InputMethod;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.awt.X11InputMethod$IntBuffer this
        start local 2 // int initialCapacity
         0: .line 1028
            aload 0 /* this */
            aload 1
            putfield sun.awt.X11InputMethod$IntBuffer.this$0:Lsun/awt/X11InputMethod;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1029
            aload 0 /* this */
            iload 2 /* initialCapacity */
            newarray 10
            putfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
         2: .line 1030
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod$IntBuffer.size:I
         3: .line 1031
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod$IntBuffer.index:I
         4: .line 1032
            return
        end local 2 // int initialCapacity
        end local 0 // sun.awt.X11InputMethod$IntBuffer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lsun/awt/X11InputMethod$IntBuffer;
            0    5     2  initialCapacity  I
    MethodParameters:
                 Name  Flags
      this$0           final
      initialCapacity  

  void insert(int, int[]);
    descriptor: (I[I)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // sun.awt.X11InputMethod$IntBuffer this
        start local 1 // int offset
        start local 2 // int[] values
         0: .line 1035
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.size:I
            aload 2 /* values */
            arraylength
            iadd
            istore 3 /* newSize */
        start local 3 // int newSize
         1: .line 1036
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
            arraylength
            iload 3 /* newSize */
            if_icmpge 5
         2: .line 1037
            iload 3 /* newSize */
            iconst_2
            imul
            newarray 10
            astore 4 /* newIntArray */
        start local 4 // int[] newIntArray
         3: .line 1038
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
            iconst_0
            aload 4 /* newIntArray */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 1039
            aload 0 /* this */
            aload 4 /* newIntArray */
            putfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
        end local 4 // int[] newIntArray
         5: .line 1041
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
            iload 1 /* offset */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
            iload 1 /* offset */
            aload 2 /* values */
            arraylength
            iadd
         6: .line 1042
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.size:I
            iload 1 /* offset */
            isub
         7: .line 1041
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 1043
            aload 2 /* values */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
            iload 1 /* offset */
            aload 2 /* values */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 1044
            aload 0 /* this */
            dup
            getfield sun.awt.X11InputMethod$IntBuffer.size:I
            aload 2 /* values */
            arraylength
            iadd
            putfield sun.awt.X11InputMethod$IntBuffer.size:I
        10: .line 1045
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.index:I
            iload 1 /* offset */
            if_icmple 12
        11: .line 1046
            aload 0 /* this */
            iload 1 /* offset */
            putfield sun.awt.X11InputMethod$IntBuffer.index:I
        12: .line 1047
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int newSize
        end local 2 // int[] values
        end local 1 // int offset
        end local 0 // sun.awt.X11InputMethod$IntBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lsun/awt/X11InputMethod$IntBuffer;
            0   13     1       offset  I
            0   13     2       values  [I
            1   13     3      newSize  I
            3    5     4  newIntArray  [I
    MethodParameters:
        Name  Flags
      offset  
      values  

  void remove(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.awt.X11InputMethod$IntBuffer this
        start local 1 // int offset
        start local 2 // int length
         0: .line 1050
            iload 1 /* offset */
            iload 2 /* length */
            iadd
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.size:I
            if_icmpeq 4
         1: .line 1051
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
            iload 1 /* offset */
            iload 2 /* length */
            iadd
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
            iload 1 /* offset */
         2: .line 1052
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.size:I
            iload 1 /* offset */
            isub
            iload 2 /* length */
            isub
         3: .line 1051
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 1053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.awt.X11InputMethod$IntBuffer.size:I
            iload 2 /* length */
            isub
            putfield sun.awt.X11InputMethod$IntBuffer.size:I
         5: .line 1054
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.index:I
            iload 1 /* offset */
            if_icmple 7
         6: .line 1055
            aload 0 /* this */
            iload 1 /* offset */
            putfield sun.awt.X11InputMethod$IntBuffer.index:I
         7: .line 1056
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int length
        end local 1 // int offset
        end local 0 // sun.awt.X11InputMethod$IntBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/awt/X11InputMethod$IntBuffer;
            0    8     1  offset  I
            0    8     2  length  I
    MethodParameters:
        Name  Flags
      offset  
      length  

  void replace(int, int[]);
    descriptor: (I[I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.awt.X11InputMethod$IntBuffer this
        start local 1 // int offset
        start local 2 // int[] values
         0: .line 1059
            aload 2 /* values */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
            iload 1 /* offset */
            aload 2 /* values */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 1060
            return
        end local 2 // int[] values
        end local 1 // int offset
        end local 0 // sun.awt.X11InputMethod$IntBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/awt/X11InputMethod$IntBuffer;
            0    2     1  offset  I
            0    2     2  values  [I
    MethodParameters:
        Name  Flags
      offset  
      values  

  void removeAll();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod$IntBuffer this
         0: .line 1063
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod$IntBuffer.size:I
         1: .line 1064
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod$IntBuffer.index:I
         2: .line 1065
            return
        end local 0 // sun.awt.X11InputMethod$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11InputMethod$IntBuffer;

  void rewind();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod$IntBuffer this
         0: .line 1068
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethod$IntBuffer.index:I
         1: .line 1069
            return
        end local 0 // sun.awt.X11InputMethod$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11InputMethod$IntBuffer;

  int getNext();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod$IntBuffer this
         0: .line 1072
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.index:I
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.size:I
            if_icmpne 2
         1: .line 1073
            iconst_m1
            ireturn
         2: .line 1074
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
            aload 0 /* this */
            dup
            getfield sun.awt.X11InputMethod$IntBuffer.index:I
            dup_x1
            iconst_1
            iadd
            putfield sun.awt.X11InputMethod$IntBuffer.index:I
            iaload
            ireturn
        end local 0 // sun.awt.X11InputMethod$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11InputMethod$IntBuffer;

  void unget();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod$IntBuffer this
         0: .line 1078
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.index:I
            ifeq 2
         1: .line 1079
            aload 0 /* this */
            dup
            getfield sun.awt.X11InputMethod$IntBuffer.index:I
            iconst_1
            isub
            putfield sun.awt.X11InputMethod$IntBuffer.index:I
         2: .line 1080
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.X11InputMethod$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11InputMethod$IntBuffer;

  int getOffset();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethod$IntBuffer this
         0: .line 1083
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.index:I
            ireturn
        end local 0 // sun.awt.X11InputMethod$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11InputMethod$IntBuffer;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.awt.X11InputMethod$IntBuffer this
         0: .line 1087
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* s */
        start local 1 // java.lang.StringBuffer s
         1: .line 1088
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 1089
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.intArray:[I
            iload 2 /* i */
            iinc 2 /* i */ 1
            iaload
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         4: .line 1090
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.size:I
            if_icmpge 6
         5: .line 1091
            aload 1 /* s */
            ldc ","
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 1088
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.awt.X11InputMethod$IntBuffer.size:I
            if_icmplt 3
        end local 2 // int i
         7: .line 1093
            aload 1 /* s */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer s
        end local 0 // sun.awt.X11InputMethod$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/X11InputMethod$IntBuffer;
            1    8     1     s  Ljava/lang/StringBuffer;
            2    7     2     i  I
}
SourceFile: "X11InputMethod.java"
NestHost: sun.awt.X11InputMethod
InnerClasses:
  private final IntBuffer = sun.awt.X11InputMethod$IntBuffer of sun.awt.X11InputMethod