class com.sun.tools.classfile.ConstantPool$1 implements java.util.Iterator<com.sun.tools.classfile.ConstantPool$CPInfo>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.classfile.ConstantPool$1
  super_class: java.lang.Object
{
  private com.sun.tools.classfile.ConstantPool$CPInfo current;
    descriptor: Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0002) ACC_PRIVATE

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

  final com.sun.tools.classfile.ConstantPool this$0;
    descriptor: Lcom/sun/tools/classfile/ConstantPool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.classfile.ConstantPool$1 this
         0: .line 321
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.classfile.ConstantPool$1.this$0:Lcom/sun/tools/classfile/ConstantPool;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 345
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.classfile.ConstantPool$1.next:I
         2: .line 321
            return
        end local 0 // com.sun.tools.classfile.ConstantPool$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/classfile/ConstantPool$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.ConstantPool$1 this
         0: .line 324
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$1.next:I
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$1.this$0:Lcom/sun/tools/classfile/ConstantPool;
            getfield com.sun.tools.classfile.ConstantPool.pool:[Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            arraylength
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.classfile.ConstantPool$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/classfile/ConstantPool$1;

  public com.sun.tools.classfile.ConstantPool$CPInfo next();
    descriptor: ()Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.ConstantPool$1 this
         0: .line 328
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$1.this$0:Lcom/sun/tools/classfile/ConstantPool;
            getfield com.sun.tools.classfile.ConstantPool.pool:[Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$1.next:I
            aaload
            putfield com.sun.tools.classfile.ConstantPool$1.current:Lcom/sun/tools/classfile/ConstantPool$CPInfo;
         1: .line 329
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$1.current:Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            invokevirtual com.sun.tools.classfile.ConstantPool$CPInfo.getTag:()I
            tableswitch { // 5 - 6
                    5: 2
                    6: 2
              default: 4
          }
         2: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.tools.classfile.ConstantPool$1.next:I
            iconst_2
            iadd
            putfield com.sun.tools.classfile.ConstantPool$1.next:I
         3: .line 333
            goto 5
         4: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.tools.classfile.ConstantPool$1.next:I
            iconst_1
            iadd
            putfield com.sun.tools.classfile.ConstantPool$1.next:I
         5: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.classfile.ConstantPool$1.current:Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
        end local 0 // com.sun.tools.classfile.ConstantPool$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/classfile/ConstantPool$1;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.ConstantPool$1 this
         0: .line 341
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.sun.tools.classfile.ConstantPool$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$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 com.sun.tools.classfile.ConstantPool$1.next:()Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lcom/sun/tools/classfile/ConstantPool$CPInfo;>;
SourceFile: "ConstantPool.java"
EnclosingMethod: com.sun.tools.classfile.ConstantPool.lambda$0:()Ljava/util/Iterator;
NestHost: com.sun.tools.classfile.ConstantPool
InnerClasses:
  com.sun.tools.classfile.ConstantPool$1
  public abstract CPInfo = com.sun.tools.classfile.ConstantPool$CPInfo of com.sun.tools.classfile.ConstantPool