public final class sun.font.FontRunIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.font.FontRunIterator
  super_class: java.lang.Object
{
  sun.font.CompositeFont font;
    descriptor: Lsun/font/CompositeFont;
    flags: (0x0000) 

  char[] text;
    descriptor: [C
    flags: (0x0000) 

  int start;
    descriptor: I
    flags: (0x0000) 

  int limit;
    descriptor: I
    flags: (0x0000) 

  sun.font.CompositeGlyphMapper mapper;
    descriptor: Lsun/font/CompositeGlyphMapper;
    flags: (0x0000) 

  int slot;
    descriptor: I
    flags: (0x0000) 

  int pos;
    descriptor: I
    flags: (0x0000) 

  static final int SURROGATE_START;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 65536

  static final int LEAD_START;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 55296

  static final int LEAD_LIMIT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 56320

  static final int TAIL_START;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 56320

  static final int TAIL_LIMIT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 57344

  static final int LEAD_SURROGATE_SHIFT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  static final int SURROGATE_OFFSET;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -56613888

  static final int DONE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.FontRunIterator this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            iconst_m1
            putfield sun.font.FontRunIterator.slot:I
         2: .line 36
            return
        end local 0 // sun.font.FontRunIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/font/FontRunIterator;

  public void init(sun.font.CompositeFont, char[], int, int);
    descriptor: (Lsun/font/CompositeFont;[CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.font.FontRunIterator this
        start local 1 // sun.font.CompositeFont font
        start local 2 // char[] text
        start local 3 // int start
        start local 4 // int limit
         0: .line 48
            aload 1 /* font */
            ifnull 1
            aload 2 /* text */
            ifnull 1
            iload 3 /* start */
            iflt 1
            iload 4 /* limit */
            iload 3 /* start */
            if_icmplt 1
            iload 4 /* limit */
            aload 2 /* text */
            arraylength
            if_icmple 2
         1: .line 49
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontRunIterator.font:Lsun/font/CompositeFont;
         3: .line 53
            aload 0 /* this */
            aload 2 /* text */
            putfield sun.font.FontRunIterator.text:[C
         4: .line 54
            aload 0 /* this */
            iload 3 /* start */
            putfield sun.font.FontRunIterator.start:I
         5: .line 55
            aload 0 /* this */
            iload 4 /* limit */
            putfield sun.font.FontRunIterator.limit:I
         6: .line 57
            aload 0 /* this */
            aload 1 /* font */
            invokevirtual sun.font.CompositeFont.getMapper:()Lsun/font/CharToGlyphMapper;
            checkcast sun.font.CompositeGlyphMapper
            putfield sun.font.FontRunIterator.mapper:Lsun/font/CompositeGlyphMapper;
         7: .line 58
            aload 0 /* this */
            iconst_m1
            putfield sun.font.FontRunIterator.slot:I
         8: .line 59
            aload 0 /* this */
            iload 3 /* start */
            putfield sun.font.FontRunIterator.pos:I
         9: .line 60
            return
        end local 4 // int limit
        end local 3 // int start
        end local 2 // char[] text
        end local 1 // sun.font.CompositeFont font
        end local 0 // sun.font.FontRunIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/font/FontRunIterator;
            0   10     1   font  Lsun/font/CompositeFont;
            0   10     2   text  [C
            0   10     3  start  I
            0   10     4  limit  I
    MethodParameters:
       Name  Flags
      font   
      text   
      start  
      limit  

  public sun.font.PhysicalFont getFont();
    descriptor: ()Lsun/font/PhysicalFont;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.FontRunIterator this
         0: .line 63
            aload 0 /* this */
            getfield sun.font.FontRunIterator.slot:I
            iconst_m1
            if_icmpne 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield sun.font.FontRunIterator.font:Lsun/font/CompositeFont;
            aload 0 /* this */
            getfield sun.font.FontRunIterator.slot:I
            invokevirtual sun.font.CompositeFont.getSlotFont:(I)Lsun/font/PhysicalFont;
      StackMap locals:
      StackMap stack: sun.font.PhysicalFont
         2: areturn
        end local 0 // sun.font.FontRunIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/font/FontRunIterator;

  public int getGlyphMask();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.FontRunIterator this
         0: .line 67
            aload 0 /* this */
            getfield sun.font.FontRunIterator.slot:I
            bipush 24
            ishl
            ireturn
        end local 0 // sun.font.FontRunIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/FontRunIterator;

  public int getPos();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.FontRunIterator this
         0: .line 71
            aload 0 /* this */
            getfield sun.font.FontRunIterator.pos:I
            ireturn
        end local 0 // sun.font.FontRunIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/FontRunIterator;

  public boolean next(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // sun.font.FontRunIterator this
        start local 1 // int script
        start local 2 // int lim
         0: .line 116
            aload 0 /* this */
            getfield sun.font.FontRunIterator.pos:I
            iload 2 /* lim */
            if_icmpne 2
         1: .line 117
            iconst_0
            ireturn
         2: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* lim */
            invokevirtual sun.font.FontRunIterator.nextCodePoint:(I)I
            istore 3 /* ch */
        start local 3 // int ch
         3: .line 121
            aload 0 /* this */
            getfield sun.font.FontRunIterator.mapper:Lsun/font/CompositeGlyphMapper;
            iload 3 /* ch */
            invokevirtual sun.font.CompositeGlyphMapper.charToGlyph:(I)I
            ldc -16777216
            iand
            istore 4 /* sl */
        start local 4 // int sl
         4: .line 122
            aload 0 /* this */
            iload 4 /* sl */
            bipush 24
            iushr
            putfield sun.font.FontRunIterator.slot:I
         5: .line 123
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* lim */
            invokevirtual sun.font.FontRunIterator.nextCodePoint:(I)I
            dup
            istore 3 /* ch */
            iconst_m1
            if_icmpeq 6
            aload 0 /* this */
            getfield sun.font.FontRunIterator.mapper:Lsun/font/CompositeGlyphMapper;
            iload 3 /* ch */
            invokevirtual sun.font.CompositeGlyphMapper.charToGlyph:(I)I
            ldc -16777216
            iand
            iload 4 /* sl */
            if_icmpeq 5
         6: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ch */
            invokevirtual sun.font.FontRunIterator.pushback:(I)V
         7: .line 126
            iconst_1
            ireturn
        end local 4 // int sl
        end local 3 // int ch
        end local 2 // int lim
        end local 1 // int script
        end local 0 // sun.font.FontRunIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/font/FontRunIterator;
            0    8     1  script  I
            0    8     2     lim  I
            3    8     3      ch  I
            4    8     4      sl  I
    MethodParameters:
        Name  Flags
      script  
      lim     

  public boolean next();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.font.FontRunIterator this
         0: .line 130
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield sun.font.FontRunIterator.limit:I
            invokevirtual sun.font.FontRunIterator.next:(II)Z
            ireturn
        end local 0 // sun.font.FontRunIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/FontRunIterator;

  final int nextCodePoint();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.FontRunIterator this
         0: .line 144
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.FontRunIterator.limit:I
            invokevirtual sun.font.FontRunIterator.nextCodePoint:(I)I
            ireturn
        end local 0 // sun.font.FontRunIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/FontRunIterator;

  final int nextCodePoint(int);
    descriptor: (I)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.font.FontRunIterator this
        start local 1 // int lim
         0: .line 148
            aload 0 /* this */
            getfield sun.font.FontRunIterator.pos:I
            iload 1 /* lim */
            if_icmplt 2
         1: .line 149
            iconst_m1
            ireturn
         2: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontRunIterator.text:[C
            aload 0 /* this */
            dup
            getfield sun.font.FontRunIterator.pos:I
            dup_x1
            iconst_1
            iadd
            putfield sun.font.FontRunIterator.pos:I
            caload
            istore 2 /* ch */
        start local 2 // int ch
         3: .line 152
            iload 2 /* ch */
            ldc 55296
            if_icmplt 8
            iload 2 /* ch */
            ldc 56320
            if_icmpge 8
            aload 0 /* this */
            getfield sun.font.FontRunIterator.pos:I
            iload 1 /* lim */
            if_icmpge 8
         4: .line 153
            aload 0 /* this */
            getfield sun.font.FontRunIterator.text:[C
            aload 0 /* this */
            getfield sun.font.FontRunIterator.pos:I
            caload
            istore 3 /* nch */
        start local 3 // int nch
         5: .line 154
            iload 3 /* nch */
            ldc 56320
            if_icmplt 8
            iload 3 /* nch */
            ldc 57344
            if_icmpge 8
         6: .line 155
            aload 0 /* this */
            dup
            getfield sun.font.FontRunIterator.pos:I
            iconst_1
            iadd
            putfield sun.font.FontRunIterator.pos:I
         7: .line 156
            iload 2 /* ch */
            bipush 10
            ishl
            iload 3 /* nch */
            iadd
            ldc -56613888
            iadd
            istore 2 /* ch */
        end local 3 // int nch
         8: .line 159
      StackMap locals: int
      StackMap stack:
            iload 2 /* ch */
            ireturn
        end local 2 // int ch
        end local 1 // int lim
        end local 0 // sun.font.FontRunIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/font/FontRunIterator;
            0    9     1   lim  I
            3    9     2    ch  I
            5    8     3   nch  I
    MethodParameters:
      Name  Flags
      lim   

  final void pushback(int);
    descriptor: (I)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.font.FontRunIterator this
        start local 1 // int ch
         0: .line 163
            iload 1 /* ch */
            iflt 5
         1: .line 164
            iload 1 /* ch */
            ldc 65536
            if_icmplt 4
         2: .line 165
            aload 0 /* this */
            dup
            getfield sun.font.FontRunIterator.pos:I
            iconst_2
            isub
            putfield sun.font.FontRunIterator.pos:I
         3: .line 166
            goto 5
         4: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.font.FontRunIterator.pos:I
            iconst_1
            isub
            putfield sun.font.FontRunIterator.pos:I
         5: .line 170
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int ch
        end local 0 // sun.font.FontRunIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/font/FontRunIterator;
            0    6     1    ch  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "FontRunIterator.java"