class org.apache.fop.util.CharUtilities$1$1 implements java.util.Iterator<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.fop.util.CharUtilities$1$1
  super_class: java.lang.Object
{
  int nextIndex;
    descriptor: I
    flags: (0x0000) 

  final org.apache.fop.util.CharUtilities$1 this$1;
    descriptor: Lorg/apache/fop/util/CharUtilities$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$endIndex;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.CharSequence val$s;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.fop.util.CharUtilities$1, int, int, java.lang.CharSequence);
    descriptor: (Lorg/apache/fop/util/CharUtilities$1;IILjava/lang/CharSequence;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.fop.util.CharUtilities$1$1 this
         0: .line 466
            aload 0 /* this */
            aload 1
            putfield org.apache.fop.util.CharUtilities$1$1.this$1:Lorg/apache/fop/util/CharUtilities$1;
            aload 0 /* this */
            iload 3
            putfield org.apache.fop.util.CharUtilities$1$1.val$endIndex:I
            aload 0 /* this */
            aload 4
            putfield org.apache.fop.util.CharUtilities$1$1.val$s:Ljava/lang/CharSequence;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 467
            aload 0 /* this */
            iload 2
            putfield org.apache.fop.util.CharUtilities$1$1.nextIndex:I
         2: .line 466
            return
        end local 0 // org.apache.fop.util.CharUtilities$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/util/CharUtilities$1$1;
    MethodParameters:
                Name  Flags
      this$0          final
      val$beginIndex  final
      val$endIndex    final
      val$s           final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.util.CharUtilities$1$1 this
         0: .line 470
            aload 0 /* this */
            getfield org.apache.fop.util.CharUtilities$1$1.nextIndex:I
            aload 0 /* this */
            getfield org.apache.fop.util.CharUtilities$1$1.val$endIndex:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.fop.util.CharUtilities$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/util/CharUtilities$1$1;

  public java.lang.Integer next();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.fop.util.CharUtilities$1$1 this
         0: .line 474
            aload 0 /* this */
            invokevirtual org.apache.fop.util.CharUtilities$1$1.hasNext:()Z
            ifne 2
         1: .line 476
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.util.CharUtilities$1$1.val$s:Ljava/lang/CharSequence;
            aload 0 /* this */
            getfield org.apache.fop.util.CharUtilities$1$1.nextIndex:I
            invokestatic java.lang.Character.codePointAt:(Ljava/lang/CharSequence;I)I
            istore 1 /* result */
        start local 1 // int result
         3: .line 479
            aload 0 /* this */
            dup
            getfield org.apache.fop.util.CharUtilities$1$1.nextIndex:I
            iload 1 /* result */
            invokestatic java.lang.Character.charCount:(I)I
            iadd
            putfield org.apache.fop.util.CharUtilities$1$1.nextIndex:I
         4: .line 480
            iload 1 /* result */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 1 // int result
        end local 0 // org.apache.fop.util.CharUtilities$1$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/fop/util/CharUtilities$1$1;
            3    5     1  result  I

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.util.CharUtilities$1$1 this
         0: .line 484
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.fop.util.CharUtilities$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/util/CharUtilities$1$1;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.fop.util.CharUtilities$1$1.next:()Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/Integer;>;
SourceFile: "CharUtilities.java"
EnclosingMethod: org.apache.fop.util.CharUtilities$1.iterator:()Ljava/util/Iterator;
NestHost: org.apache.fop.util.CharUtilities
InnerClasses:
  org.apache.fop.util.CharUtilities$1
  org.apache.fop.util.CharUtilities$1$1