public class org.eclipse.jgit.dircache.DirCacheIterator extends org.eclipse.jgit.treewalk.AbstractTreeIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.dircache.DirCacheIterator
  super_class: org.eclipse.jgit.treewalk.AbstractTreeIterator
{
  private static final byte[] DOT_GIT_ATTRIBUTES_BYTES;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected final org.eclipse.jgit.dircache.DirCache cache;
    descriptor: Lorg/eclipse/jgit/dircache/DirCache;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private final org.eclipse.jgit.dircache.DirCacheTree tree;
    descriptor: Lorg/eclipse/jgit/dircache/DirCacheTree;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int treeStart;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int treeEnd;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] subtreeId;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected int ptr;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

  protected org.eclipse.jgit.dircache.DirCacheEntry currentEntry;
    descriptor: Lorg/eclipse/jgit/dircache/DirCacheEntry;
    flags: (0x0004) ACC_PROTECTED

  protected org.eclipse.jgit.dircache.DirCacheTree currentSubtree;
    descriptor: Lorg/eclipse/jgit/dircache/DirCacheTree;
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 46
            ldc ".gitattributes"
         1: .line 47
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
         2: .line 46
            putstatic org.eclipse.jgit.dircache.DirCacheIterator.DOT_GIT_ATTRIBUTES_BYTES:[B
         3: .line 47
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jgit.dircache.DirCache);
    descriptor: (Lorg/eclipse/jgit/dircache/DirCache;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
        start local 1 // org.eclipse.jgit.dircache.DirCache dc
         0: .line 86
            aload 0 /* this */
            invokespecial org.eclipse.jgit.treewalk.AbstractTreeIterator.<init>:()V
         1: .line 87
            aload 0 /* this */
            aload 1 /* dc */
            putfield org.eclipse.jgit.dircache.DirCacheIterator.cache:Lorg/eclipse/jgit/dircache/DirCache;
         2: .line 88
            aload 0 /* this */
            aload 1 /* dc */
            iconst_1
            invokevirtual org.eclipse.jgit.dircache.DirCache.getCacheTree:(Z)Lorg/eclipse/jgit/dircache/DirCacheTree;
            putfield org.eclipse.jgit.dircache.DirCacheIterator.tree:Lorg/eclipse/jgit/dircache/DirCacheTree;
         3: .line 89
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.dircache.DirCacheIterator.treeStart:I
         4: .line 90
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.tree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.getEntrySpan:()I
            putfield org.eclipse.jgit.dircache.DirCacheIterator.treeEnd:I
         5: .line 91
            aload 0 /* this */
            bipush 20
            newarray 8
            putfield org.eclipse.jgit.dircache.DirCacheIterator.subtreeId:[B
         6: .line 92
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator.eof:()Z
            ifne 8
         7: .line 93
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator.parseEntry:()V
         8: .line 94
      StackMap locals: org.eclipse.jgit.dircache.DirCacheIterator org.eclipse.jgit.dircache.DirCache
      StackMap stack:
            return
        end local 1 // org.eclipse.jgit.dircache.DirCache dc
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jgit/dircache/DirCacheIterator;
            0    9     1    dc  Lorg/eclipse/jgit/dircache/DirCache;
    MethodParameters:
      Name  Flags
      dc    

  void <init>(org.eclipse.jgit.dircache.DirCacheIterator, org.eclipse.jgit.dircache.DirCacheTree);
    descriptor: (Lorg/eclipse/jgit/dircache/DirCacheIterator;Lorg/eclipse/jgit/dircache/DirCacheTree;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
        start local 1 // org.eclipse.jgit.dircache.DirCacheIterator p
        start local 2 // org.eclipse.jgit.dircache.DirCacheTree dct
         0: .line 97
            aload 0 /* this */
            aload 1 /* p */
            aload 1 /* p */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.path:[B
            aload 1 /* p */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.pathLen:I
            iconst_1
            iadd
            invokespecial org.eclipse.jgit.treewalk.AbstractTreeIterator.<init>:(Lorg/eclipse/jgit/treewalk/AbstractTreeIterator;[BI)V
         1: .line 98
            aload 0 /* this */
            aload 1 /* p */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.cache:Lorg/eclipse/jgit/dircache/DirCache;
            putfield org.eclipse.jgit.dircache.DirCacheIterator.cache:Lorg/eclipse/jgit/dircache/DirCache;
         2: .line 99
            aload 0 /* this */
            aload 2 /* dct */
            putfield org.eclipse.jgit.dircache.DirCacheIterator.tree:Lorg/eclipse/jgit/dircache/DirCacheTree;
         3: .line 100
            aload 0 /* this */
            aload 1 /* p */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
            putfield org.eclipse.jgit.dircache.DirCacheIterator.treeStart:I
         4: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.treeStart:I
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.tree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.getEntrySpan:()I
            iadd
            putfield org.eclipse.jgit.dircache.DirCacheIterator.treeEnd:I
         5: .line 102
            aload 0 /* this */
            aload 1 /* p */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.subtreeId:[B
            putfield org.eclipse.jgit.dircache.DirCacheIterator.subtreeId:[B
         6: .line 103
            aload 0 /* this */
            aload 1 /* p */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
            putfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
         7: .line 104
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator.parseEntry:()V
         8: .line 105
            return
        end local 2 // org.eclipse.jgit.dircache.DirCacheTree dct
        end local 1 // org.eclipse.jgit.dircache.DirCacheIterator p
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jgit/dircache/DirCacheIterator;
            0    9     1     p  Lorg/eclipse/jgit/dircache/DirCacheIterator;
            0    9     2   dct  Lorg/eclipse/jgit/dircache/DirCacheTree;
    MethodParameters:
      Name  Flags
      p     
      dct   

  public org.eclipse.jgit.treewalk.AbstractTreeIterator createSubtreeIterator(org.eclipse.jgit.lib.ObjectReader);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;)Lorg/eclipse/jgit/treewalk/AbstractTreeIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
        start local 1 // org.eclipse.jgit.lib.ObjectReader reader
         0: .line 111
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            ifnonnull 4
         1: .line 112
            new org.eclipse.jgit.errors.IncorrectObjectTypeException
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator.getEntryObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
         2: .line 113
            ldc "tree"
         3: .line 112
            invokespecial org.eclipse.jgit.errors.IncorrectObjectTypeException.<init>:(Lorg/eclipse/jgit/lib/ObjectId;Ljava/lang/String;)V
            athrow
         4: .line 114
      StackMap locals:
      StackMap stack:
            new org.eclipse.jgit.dircache.DirCacheIterator
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            invokespecial org.eclipse.jgit.dircache.DirCacheIterator.<init>:(Lorg/eclipse/jgit/dircache/DirCacheIterator;Lorg/eclipse/jgit/dircache/DirCacheTree;)V
            areturn
        end local 1 // org.eclipse.jgit.lib.ObjectReader reader
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jgit/dircache/DirCacheIterator;
            0    5     1  reader  Lorg/eclipse/jgit/lib/ObjectReader;
    Exceptions:
      throws org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
    MethodParameters:
        Name  Flags
      reader  

  public org.eclipse.jgit.treewalk.EmptyTreeIterator createEmptyTreeIterator();
    descriptor: ()Lorg/eclipse/jgit/treewalk/EmptyTreeIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
         0: .line 120
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.pathLen:I
            iconst_1
            iadd
            sipush 128
            invokestatic java.lang.Math.max:(II)I
            newarray 8
            astore 1 /* n */
        start local 1 // byte[] n
         1: .line 121
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.path:[B
            iconst_0
            aload 1 /* n */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.pathLen:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 122
            aload 1 /* n */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.pathLen:I
            bipush 47
            bastore
         3: .line 123
            new org.eclipse.jgit.treewalk.EmptyTreeIterator
            dup
            aload 0 /* this */
            aload 1 /* n */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.pathLen:I
            iconst_1
            iadd
            invokespecial org.eclipse.jgit.treewalk.EmptyTreeIterator.<init>:(Lorg/eclipse/jgit/treewalk/AbstractTreeIterator;[BI)V
            areturn
        end local 1 // byte[] n
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/dircache/DirCacheIterator;
            1    4     1     n  [B

  public boolean hasId();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
         0: .line 129
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            ifnull 2
         1: .line 130
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.isValid:()Z
            ireturn
         2: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentEntry:Lorg/eclipse/jgit/dircache/DirCacheEntry;
            ifnull 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/dircache/DirCacheIterator;

  public byte[] idBuffer();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
         0: .line 137
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            ifnull 4
         1: .line 138
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.isValid:()Z
            ifeq 2
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.subtreeId:[B
            goto 3
      StackMap locals:
      StackMap stack:
         2: getstatic org.eclipse.jgit.dircache.DirCacheIterator.zeroid:[B
      StackMap locals:
      StackMap stack: byte[]
         3: areturn
         4: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentEntry:Lorg/eclipse/jgit/dircache/DirCacheEntry;
            ifnull 6
         5: .line 140
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentEntry:Lorg/eclipse/jgit/dircache/DirCacheEntry;
            invokevirtual org.eclipse.jgit.dircache.DirCacheEntry.idBuffer:()[B
            areturn
         6: .line 141
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jgit.dircache.DirCacheIterator.zeroid:[B
            areturn
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jgit/dircache/DirCacheIterator;

  public int idOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
         0: .line 147
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            ifnull 2
         1: .line 148
            iconst_0
            ireturn
         2: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentEntry:Lorg/eclipse/jgit/dircache/DirCacheEntry;
            ifnull 4
         3: .line 150
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentEntry:Lorg/eclipse/jgit/dircache/DirCacheEntry;
            invokevirtual org.eclipse.jgit.dircache.DirCacheEntry.idOffset:()I
            ireturn
         4: .line 151
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/dircache/DirCacheIterator;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
         0: .line 157
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator.first:()Z
            ifne 7
         1: .line 158
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.treeStart:I
            putfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
         2: .line 159
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.dircache.DirCacheIterator.nextSubtreePos:I
         3: .line 160
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jgit.dircache.DirCacheIterator.currentEntry:Lorg/eclipse/jgit/dircache/DirCacheEntry;
         4: .line 161
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
         5: .line 162
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator.eof:()Z
            ifne 7
         6: .line 163
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator.parseEntry:()V
         7: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jgit/dircache/DirCacheIterator;

  public boolean first();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
         0: .line 170
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.treeStart:I
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/dircache/DirCacheIterator;

  public boolean eof();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
         0: .line 176
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.treeEnd:I
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/dircache/DirCacheIterator;

  public void next(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
        start local 1 // int delta
         0: .line 182
            goto 7
         1: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            ifnull 3
         2: .line 184
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.getEntrySpan:()I
            iadd
            putfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
            goto 4
         3: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
            iconst_1
            iadd
            putfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
         4: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator.eof:()Z
            ifeq 6
         5: .line 188
            goto 8
         6: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator.parseEntry:()V
         7: .line 182
      StackMap locals:
      StackMap stack:
            iinc 1 /* delta */ -1
            iload 1 /* delta */
            ifge 1
         8: .line 191
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int delta
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/jgit/dircache/DirCacheIterator;
            0    9     1  delta  I
    MethodParameters:
       Name  Flags
      delta  

  public void back(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
        start local 1 // int delta
         0: .line 196
            goto 7
         1: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            ifnull 3
         2: .line 198
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.dircache.DirCacheIterator.nextSubtreePos:I
            iconst_1
            isub
            putfield org.eclipse.jgit.dircache.DirCacheIterator.nextSubtreePos:I
         3: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
            iconst_1
            isub
            putfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
         4: .line 200
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator.parseEntry:(Z)V
         5: .line 201
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            ifnull 7
         6: .line 202
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.getEntrySpan:()I
            iconst_1
            isub
            isub
            putfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
         7: .line 196
      StackMap locals:
      StackMap stack:
            iinc 1 /* delta */ -1
            iload 1 /* delta */
            ifge 1
         8: .line 204
            return
        end local 1 // int delta
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/jgit/dircache/DirCacheIterator;
            0    9     1  delta  I
    MethodParameters:
       Name  Flags
      delta  

  private void parseEntry();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
         0: .line 207
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator.parseEntry:(Z)V
         1: .line 208
            return
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/dircache/DirCacheIterator;

  private void parseEntry(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
        start local 1 // boolean forward
         0: .line 211
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.cache:Lorg/eclipse/jgit/dircache/DirCache;
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.ptr:I
            invokevirtual org.eclipse.jgit.dircache.DirCache.getEntry:(I)Lorg/eclipse/jgit/dircache/DirCacheEntry;
            putfield org.eclipse.jgit.dircache.DirCacheIterator.currentEntry:Lorg/eclipse/jgit/dircache/DirCacheEntry;
         1: .line 212
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentEntry:Lorg/eclipse/jgit/dircache/DirCacheEntry;
            getfield org.eclipse.jgit.dircache.DirCacheEntry.path:[B
            astore 2 /* cep */
        start local 2 // byte[] cep
         2: .line 214
            iload 1 /* forward */
            ifne 8
         3: .line 215
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.nextSubtreePos:I
            ifle 8
         4: .line 216
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.tree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.nextSubtreePos:I
            iconst_1
            isub
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.getChild:(I)Lorg/eclipse/jgit/dircache/DirCacheTree;
            astore 3 /* p */
        start local 3 // org.eclipse.jgit.dircache.DirCacheTree p
         5: .line 217
            aload 3 /* p */
            aload 2 /* cep */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.pathOffset:I
            aload 2 /* cep */
            arraylength
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.contains:([BII)Z
            ifeq 8
         6: .line 218
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.dircache.DirCacheIterator.nextSubtreePos:I
            iconst_1
            isub
            putfield org.eclipse.jgit.dircache.DirCacheIterator.nextSubtreePos:I
         7: .line 219
            aload 0 /* this */
            aload 3 /* p */
            putfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
        end local 3 // org.eclipse.jgit.dircache.DirCacheTree p
         8: .line 223
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.nextSubtreePos:I
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.tree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.getChildCount:()I
            if_icmpeq 19
         9: .line 224
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.tree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.nextSubtreePos:I
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.getChild:(I)Lorg/eclipse/jgit/dircache/DirCacheTree;
            astore 3 /* s */
        start local 3 // org.eclipse.jgit.dircache.DirCacheTree s
        10: .line 225
            aload 3 /* s */
            aload 2 /* cep */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.pathOffset:I
            aload 2 /* cep */
            arraylength
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.contains:([BII)Z
            ifeq 19
        11: .line 229
            aload 0 /* this */
            aload 3 /* s */
            putfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
        12: .line 230
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.dircache.DirCacheIterator.nextSubtreePos:I
            iconst_1
            iadd
            putfield org.eclipse.jgit.dircache.DirCacheIterator.nextSubtreePos:I
        13: .line 232
            aload 3 /* s */
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.isValid:()Z
            ifeq 15
        14: .line 233
            aload 3 /* s */
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.getObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.subtreeId:[B
            iconst_0
            invokevirtual org.eclipse.jgit.lib.ObjectId.copyRawTo:([BI)V
        15: .line 234
      StackMap locals: org.eclipse.jgit.dircache.DirCacheTree
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jgit.lib.FileMode.TREE:Lorg/eclipse/jgit/lib/FileMode;
            invokevirtual org.eclipse.jgit.lib.FileMode.getBits:()I
            putfield org.eclipse.jgit.dircache.DirCacheIterator.mode:I
        16: .line 235
            aload 0 /* this */
            aload 2 /* cep */
            putfield org.eclipse.jgit.dircache.DirCacheIterator.path:[B
        17: .line 236
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.pathOffset:I
            aload 3 /* s */
            invokevirtual org.eclipse.jgit.dircache.DirCacheTree.nameLength:()I
            iadd
            putfield org.eclipse.jgit.dircache.DirCacheIterator.pathLen:I
        18: .line 237
            return
        end local 3 // org.eclipse.jgit.dircache.DirCacheTree s
        19: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentEntry:Lorg/eclipse/jgit/dircache/DirCacheEntry;
            invokevirtual org.eclipse.jgit.dircache.DirCacheEntry.getRawMode:()I
            putfield org.eclipse.jgit.dircache.DirCacheIterator.mode:I
        20: .line 245
            aload 0 /* this */
            aload 2 /* cep */
            putfield org.eclipse.jgit.dircache.DirCacheIterator.path:[B
        21: .line 246
            aload 0 /* this */
            aload 2 /* cep */
            arraylength
            putfield org.eclipse.jgit.dircache.DirCacheIterator.pathLen:I
        22: .line 247
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
        23: .line 249
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.path:[B
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.pathOffset:I
            getstatic org.eclipse.jgit.dircache.DirCacheIterator.DOT_GIT_ATTRIBUTES_BYTES:[B
            invokestatic org.eclipse.jgit.util.RawParseUtils.match:([BI[B)I
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.path:[B
            arraylength
            if_icmpne 27
        24: .line 250
            aload 0 /* this */
            new org.eclipse.jgit.dircache.DirCacheIterator$LazyLoadingAttributesNode
            dup
        25: .line 251
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentEntry:Lorg/eclipse/jgit/dircache/DirCacheEntry;
            invokevirtual org.eclipse.jgit.dircache.DirCacheEntry.getObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            invokespecial org.eclipse.jgit.dircache.DirCacheIterator$LazyLoadingAttributesNode.<init>:(Lorg/eclipse/jgit/lib/ObjectId;)V
        26: .line 250
            putfield org.eclipse.jgit.dircache.DirCacheIterator.attributesNode:Lorg/eclipse/jgit/attributes/AttributesNode;
        27: .line 252
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte[] cep
        end local 1 // boolean forward
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0     this  Lorg/eclipse/jgit/dircache/DirCacheIterator;
            0   28     1  forward  Z
            2   28     2      cep  [B
            5    8     3        p  Lorg/eclipse/jgit/dircache/DirCacheTree;
           10   19     3        s  Lorg/eclipse/jgit/dircache/DirCacheTree;
    MethodParameters:
         Name  Flags
      forward  

  public org.eclipse.jgit.dircache.DirCacheEntry getDirCacheEntry();
    descriptor: ()Lorg/eclipse/jgit/dircache/DirCacheEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
         0: .line 261
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentSubtree:Lorg/eclipse/jgit/dircache/DirCacheTree;
            ifnonnull 1
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.currentEntry:Lorg/eclipse/jgit/dircache/DirCacheEntry;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jgit.dircache.DirCacheEntry
         2: areturn
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/dircache/DirCacheIterator;

  public org.eclipse.jgit.attributes.AttributesNode getEntryAttributesNode(org.eclipse.jgit.lib.ObjectReader);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;)Lorg/eclipse/jgit/attributes/AttributesNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
        start local 1 // org.eclipse.jgit.lib.ObjectReader reader
         0: .line 278
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.attributesNode:Lorg/eclipse/jgit/attributes/AttributesNode;
            instanceof org.eclipse.jgit.dircache.DirCacheIterator$LazyLoadingAttributesNode
            ifeq 4
         1: .line 279
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.attributesNode:Lorg/eclipse/jgit/attributes/AttributesNode;
            checkcast org.eclipse.jgit.dircache.DirCacheIterator$LazyLoadingAttributesNode
         2: .line 280
            aload 1 /* reader */
            invokevirtual org.eclipse.jgit.dircache.DirCacheIterator$LazyLoadingAttributesNode.load:(Lorg/eclipse/jgit/lib/ObjectReader;)Lorg/eclipse/jgit/attributes/AttributesNode;
         3: .line 279
            putfield org.eclipse.jgit.dircache.DirCacheIterator.attributesNode:Lorg/eclipse/jgit/attributes/AttributesNode;
         4: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheIterator.attributesNode:Lorg/eclipse/jgit/attributes/AttributesNode;
            areturn
        end local 1 // org.eclipse.jgit.lib.ObjectReader reader
        end local 0 // org.eclipse.jgit.dircache.DirCacheIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jgit/dircache/DirCacheIterator;
            0    5     1  reader  Lorg/eclipse/jgit/lib/ObjectReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  
}
SourceFile: "DirCacheIterator.java"
NestMembers:
  org.eclipse.jgit.dircache.DirCacheIterator$LazyLoadingAttributesNode
InnerClasses:
  private LazyLoadingAttributesNode = org.eclipse.jgit.dircache.DirCacheIterator$LazyLoadingAttributesNode of org.eclipse.jgit.dircache.DirCacheIterator