class com.sun.tools.jdeps.ClassFileReader$FileIterator implements java.util.Iterator<com.sun.tools.classfile.ClassFile>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdeps.ClassFileReader$FileIterator
  super_class: java.lang.Object
{
  int count;
    descriptor: I
    flags: (0x0000) 

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

  void <init>(com.sun.tools.jdeps.ClassFileReader);
    descriptor: (Lcom/sun/tools/jdeps/ClassFileReader;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdeps.ClassFileReader$FileIterator this
         0: .line 187
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdeps.ClassFileReader$FileIterator.this$0:Lcom/sun/tools/jdeps/ClassFileReader;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 188
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdeps.ClassFileReader$FileIterator.count:I
         2: .line 189
            return
        end local 0 // com.sun.tools.jdeps.ClassFileReader$FileIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdeps/ClassFileReader$FileIterator;
    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.jdeps.ClassFileReader$FileIterator this
         0: .line 191
            aload 0 /* this */
            getfield com.sun.tools.jdeps.ClassFileReader$FileIterator.count:I
            ifne 1
            aload 0 /* this */
            getfield com.sun.tools.jdeps.ClassFileReader$FileIterator.this$0:Lcom/sun/tools/jdeps/ClassFileReader;
            getfield com.sun.tools.jdeps.ClassFileReader.baseFileName:Ljava/lang/String;
            ldc ".class"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdeps.ClassFileReader$FileIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdeps/ClassFileReader$FileIterator;

  public com.sun.tools.classfile.ClassFile next();
    descriptor: ()Lcom/sun/tools/classfile/ClassFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdeps.ClassFileReader$FileIterator this
         0: .line 195
            aload 0 /* this */
            invokevirtual com.sun.tools.jdeps.ClassFileReader$FileIterator.hasNext:()Z
            ifne 2
         1: .line 196
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.ClassFileReader$FileIterator.this$0:Lcom/sun/tools/jdeps/ClassFileReader;
            aload 0 /* this */
            getfield com.sun.tools.jdeps.ClassFileReader$FileIterator.this$0:Lcom/sun/tools/jdeps/ClassFileReader;
            getfield com.sun.tools.jdeps.ClassFileReader.path:Ljava/nio/file/Path;
            invokevirtual com.sun.tools.jdeps.ClassFileReader.readClassFile:(Ljava/nio/file/Path;)Lcom/sun/tools/classfile/ClassFile;
            astore 1 /* cf */
        start local 1 // com.sun.tools.classfile.ClassFile cf
         3: .line 200
            aload 0 /* this */
            dup
            getfield com.sun.tools.jdeps.ClassFileReader$FileIterator.count:I
            iconst_1
            iadd
            putfield com.sun.tools.jdeps.ClassFileReader$FileIterator.count:I
         4: .line 201
            aload 1 /* cf */
         5: areturn
        end local 1 // com.sun.tools.classfile.ClassFile cf
         6: .line 202
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         7: .line 203
            new com.sun.tools.classfile.Dependencies$ClassFileError
            dup
            aload 1 /* e */
            invokespecial com.sun.tools.classfile.Dependencies$ClassFileError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.sun.tools.jdeps.ClassFileReader$FileIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdeps/ClassFileReader$FileIterator;
            3    6     1    cf  Lcom/sun/tools/classfile/ClassFile;
            7    8     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     5       6  Class java.io.IOException

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.ClassFileReader$FileIterator this
         0: .line 208
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported yet."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.tools.jdeps.ClassFileReader$FileIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/ClassFileReader$FileIterator;

  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.jdeps.ClassFileReader$FileIterator.next:()Lcom/sun/tools/classfile/ClassFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lcom/sun/tools/classfile/ClassFile;>;
SourceFile: "ClassFileReader.java"
NestHost: com.sun.tools.jdeps.ClassFileReader
InnerClasses:
  public ClassFileError = com.sun.tools.classfile.Dependencies$ClassFileError of com.sun.tools.classfile.Dependencies
  FileIterator = com.sun.tools.jdeps.ClassFileReader$FileIterator of com.sun.tools.jdeps.ClassFileReader