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

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

  com.sun.tools.classfile.Instruction next;
    descriptor: Lcom/sun/tools/classfile/Instruction;
    flags: (0x0000) 

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

  void <init>(com.sun.tools.classfile.Code_attribute);
    descriptor: (Lcom/sun/tools/classfile/Code_attribute;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.classfile.Code_attribute$1 this
         0: .line 106
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.classfile.Code_attribute$1.this$0:Lcom/sun/tools/classfile/Code_attribute;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 126
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.classfile.Code_attribute$1.current:Lcom/sun/tools/classfile/Instruction;
         2: .line 127
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.classfile.Code_attribute$1.pc:I
         3: .line 128
            aload 0 /* this */
            new com.sun.tools.classfile.Instruction
            dup
            aload 1
            getfield com.sun.tools.classfile.Code_attribute.code:[B
            aload 0 /* this */
            getfield com.sun.tools.classfile.Code_attribute$1.pc:I
            invokespecial com.sun.tools.classfile.Instruction.<init>:([BI)V
            putfield com.sun.tools.classfile.Code_attribute$1.next:Lcom/sun/tools/classfile/Instruction;
         4: .line 106
            return
        end local 0 // com.sun.tools.classfile.Code_attribute$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/classfile/Code_attribute$1;
    MethodParameters:
        Name  Flags
      this$0  final

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

  public com.sun.tools.classfile.Instruction next();
    descriptor: ()Lcom/sun/tools/classfile/Instruction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.Code_attribute$1 this
         0: .line 113
            aload 0 /* this */
            getfield com.sun.tools.classfile.Code_attribute$1.next:Lcom/sun/tools/classfile/Instruction;
            ifnonnull 2
         1: .line 114
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.classfile.Code_attribute$1.next:Lcom/sun/tools/classfile/Instruction;
            putfield com.sun.tools.classfile.Code_attribute$1.current:Lcom/sun/tools/classfile/Instruction;
         3: .line 117
            aload 0 /* this */
            dup
            getfield com.sun.tools.classfile.Code_attribute$1.pc:I
            aload 0 /* this */
            getfield com.sun.tools.classfile.Code_attribute$1.current:Lcom/sun/tools/classfile/Instruction;
            invokevirtual com.sun.tools.classfile.Instruction.length:()I
            iadd
            putfield com.sun.tools.classfile.Code_attribute$1.pc:I
         4: .line 118
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.classfile.Code_attribute$1.pc:I
            aload 0 /* this */
            getfield com.sun.tools.classfile.Code_attribute$1.this$0:Lcom/sun/tools/classfile/Code_attribute;
            getfield com.sun.tools.classfile.Code_attribute.code:[B
            arraylength
            if_icmpge 5
            new com.sun.tools.classfile.Instruction
            dup
            aload 0 /* this */
            getfield com.sun.tools.classfile.Code_attribute$1.this$0:Lcom/sun/tools/classfile/Code_attribute;
            getfield com.sun.tools.classfile.Code_attribute.code:[B
            aload 0 /* this */
            getfield com.sun.tools.classfile.Code_attribute$1.pc:I
            invokespecial com.sun.tools.classfile.Instruction.<init>:([BI)V
            goto 6
      StackMap locals:
      StackMap stack: com.sun.tools.classfile.Code_attribute$1
         5: aconst_null
      StackMap locals: com.sun.tools.classfile.Code_attribute$1
      StackMap stack: com.sun.tools.classfile.Code_attribute$1 com.sun.tools.classfile.Instruction
         6: putfield com.sun.tools.classfile.Code_attribute$1.next:Lcom/sun/tools/classfile/Instruction;
         7: .line 119
            aload 0 /* this */
            getfield com.sun.tools.classfile.Code_attribute$1.current:Lcom/sun/tools/classfile/Instruction;
            areturn
        end local 0 // com.sun.tools.classfile.Code_attribute$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/classfile/Code_attribute$1;

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