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

  private static final byte[] ATTRS;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private byte[] raw;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 73
            iconst_0
            newarray 8
            putstatic org.eclipse.jgit.treewalk.CanonicalTreeParser.EMPTY:[B
         1: .line 74
            ldc ".gitattributes"
            invokestatic org.eclipse.jgit.lib.Constants.encode:(Ljava/lang/String;)[B
            putstatic org.eclipse.jgit.treewalk.CanonicalTreeParser.ATTRS:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
         0: .line 90
            aload 0 /* this */
            invokespecial org.eclipse.jgit.treewalk.AbstractTreeIterator.<init>:()V
         1: .line 91
            aload 0 /* this */
            getstatic org.eclipse.jgit.treewalk.CanonicalTreeParser.EMPTY:[B
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.reset:([B)V
         2: .line 92
            return
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;

  public void <init>(byte[], org.eclipse.jgit.lib.ObjectReader, org.eclipse.jgit.lib.AnyObjectId);
    descriptor: ([BLorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/AnyObjectId;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
        start local 1 // byte[] prefix
        start local 2 // org.eclipse.jgit.lib.ObjectReader reader
        start local 3 // org.eclipse.jgit.lib.AnyObjectId treeId
         0: .line 118
            aload 0 /* this */
            aload 1 /* prefix */
            invokespecial org.eclipse.jgit.treewalk.AbstractTreeIterator.<init>:([B)V
         1: .line 119
            aload 0 /* this */
            aload 2 /* reader */
            aload 3 /* treeId */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.reset:(Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/AnyObjectId;)V
         2: .line 120
            return
        end local 3 // org.eclipse.jgit.lib.AnyObjectId treeId
        end local 2 // org.eclipse.jgit.lib.ObjectReader reader
        end local 1 // byte[] prefix
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0    3     1  prefix  [B
            0    3     2  reader  Lorg/eclipse/jgit/lib/ObjectReader;
            0    3     3  treeId  Lorg/eclipse/jgit/lib/AnyObjectId;
    Exceptions:
      throws org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
    MethodParameters:
        Name  Flags
      prefix  final
      reader  final
      treeId  final

  private void <init>(org.eclipse.jgit.treewalk.CanonicalTreeParser);
    descriptor: (Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
        start local 1 // org.eclipse.jgit.treewalk.CanonicalTreeParser p
         0: .line 123
            aload 0 /* this */
            aload 1 /* p */
            invokespecial org.eclipse.jgit.treewalk.AbstractTreeIterator.<init>:(Lorg/eclipse/jgit/treewalk/AbstractTreeIterator;)V
         1: .line 124
            return
        end local 1 // org.eclipse.jgit.treewalk.CanonicalTreeParser p
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0    2     1     p  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
    MethodParameters:
      Name  Flags
      p     

  public org.eclipse.jgit.treewalk.CanonicalTreeParser getParent();
    descriptor: ()Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
         0: .line 134
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.parent:Lorg/eclipse/jgit/treewalk/AbstractTreeIterator;
            checkcast org.eclipse.jgit.treewalk.CanonicalTreeParser
            areturn
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void reset(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
        start local 1 // byte[] treeData
         0: .line 144
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.attributesNode:Lorg/eclipse/jgit/attributes/AttributesNode;
         1: .line 145
            aload 0 /* this */
            aload 1 /* treeData */
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
         2: .line 146
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.prevPtr:I
         3: .line 147
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
         4: .line 148
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.eof:()Z
            ifeq 6
         5: .line 149
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.nextPtr:I
            goto 7
         6: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.parseEntry:()V
         7: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte[] treeData
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0    8     1  treeData  [B
    MethodParameters:
          Name  Flags
      treeData  

  public org.eclipse.jgit.treewalk.CanonicalTreeParser resetRoot(org.eclipse.jgit.lib.ObjectReader, org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
        start local 1 // org.eclipse.jgit.lib.ObjectReader reader
        start local 2 // org.eclipse.jgit.lib.AnyObjectId id
         0: .line 174
            aload 0 /* this */
            astore 3 /* p */
        start local 3 // org.eclipse.jgit.treewalk.CanonicalTreeParser p
         1: .line 175
            goto 3
         2: .line 176
      StackMap locals: org.eclipse.jgit.treewalk.CanonicalTreeParser
      StackMap stack:
            aload 3 /* p */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.parent:Lorg/eclipse/jgit/treewalk/AbstractTreeIterator;
            checkcast org.eclipse.jgit.treewalk.CanonicalTreeParser
            astore 3 /* p */
         3: .line 175
      StackMap locals:
      StackMap stack:
            aload 3 /* p */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.parent:Lorg/eclipse/jgit/treewalk/AbstractTreeIterator;
            ifnonnull 2
         4: .line 177
            aload 3 /* p */
            aload 1 /* reader */
            aload 2 /* id */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.reset:(Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/AnyObjectId;)V
         5: .line 178
            aload 3 /* p */
            areturn
        end local 3 // org.eclipse.jgit.treewalk.CanonicalTreeParser p
        end local 2 // org.eclipse.jgit.lib.AnyObjectId id
        end local 1 // org.eclipse.jgit.lib.ObjectReader reader
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0    6     1  reader  Lorg/eclipse/jgit/lib/ObjectReader;
            0    6     2      id  Lorg/eclipse/jgit/lib/AnyObjectId;
            1    6     3       p  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
    Exceptions:
      throws org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
    MethodParameters:
        Name  Flags
      reader  final
      id      final

  public org.eclipse.jgit.treewalk.CanonicalTreeParser next();
    descriptor: ()Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
         0: .line 187
            aload 0 /* this */
            astore 1 /* p */
        start local 1 // org.eclipse.jgit.treewalk.CanonicalTreeParser p
         1: .line 189
      StackMap locals: org.eclipse.jgit.treewalk.CanonicalTreeParser
      StackMap stack:
            aload 1 /* p */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.nextPtr:I
            aload 1 /* p */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
            arraylength
            if_icmpne 7
         2: .line 191
            aload 1 /* p */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.parent:Lorg/eclipse/jgit/treewalk/AbstractTreeIterator;
            ifnonnull 5
         3: .line 192
            aload 1 /* p */
            aload 1 /* p */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.nextPtr:I
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
         4: .line 193
            aload 1 /* p */
            areturn
         5: .line 195
      StackMap locals:
      StackMap stack:
            aload 1 /* p */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.parent:Lorg/eclipse/jgit/treewalk/AbstractTreeIterator;
            checkcast org.eclipse.jgit.treewalk.CanonicalTreeParser
            astore 1 /* p */
         6: .line 196
            goto 1
         7: .line 199
      StackMap locals:
      StackMap stack:
            aload 1 /* p */
            aload 1 /* p */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.prevPtr:I
         8: .line 200
            aload 1 /* p */
            aload 1 /* p */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.nextPtr:I
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
         9: .line 201
            aload 1 /* p */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.parseEntry:()V
        10: .line 202
            aload 1 /* p */
            areturn
        end local 1 // org.eclipse.jgit.treewalk.CanonicalTreeParser p
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            1   11     1     p  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;

  public void reset(org.eclipse.jgit.lib.ObjectReader, org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/AnyObjectId;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
        start local 1 // org.eclipse.jgit.lib.ObjectReader reader
        start local 2 // org.eclipse.jgit.lib.AnyObjectId id
         0: .line 224
            aload 0 /* this */
            aload 1 /* reader */
            aload 2 /* id */
            iconst_2
            invokevirtual org.eclipse.jgit.lib.ObjectReader.open:(Lorg/eclipse/jgit/lib/AnyObjectId;I)Lorg/eclipse/jgit/lib/ObjectLoader;
            invokevirtual org.eclipse.jgit.lib.ObjectLoader.getCachedBytes:()[B
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.reset:([B)V
         1: .line 225
            return
        end local 2 // org.eclipse.jgit.lib.AnyObjectId id
        end local 1 // org.eclipse.jgit.lib.ObjectReader reader
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0    2     1  reader  Lorg/eclipse/jgit/lib/ObjectReader;
            0    2     2      id  Lorg/eclipse/jgit/lib/AnyObjectId;
    Exceptions:
      throws org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
    MethodParameters:
        Name  Flags
      reader  
      id      

  public org.eclipse.jgit.treewalk.CanonicalTreeParser createSubtreeIterator(org.eclipse.jgit.lib.ObjectReader, org.eclipse.jgit.lib.MutableObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/MutableObjectId;)Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
        start local 1 // org.eclipse.jgit.lib.ObjectReader reader
        start local 2 // org.eclipse.jgit.lib.MutableObjectId idBuffer
         0: .line 232
            aload 2 /* idBuffer */
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.idBuffer:()[B
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.idOffset:()I
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.fromRaw:([BI)V
         1: .line 233
            getstatic org.eclipse.jgit.lib.FileMode.TREE:Lorg/eclipse/jgit/lib/FileMode;
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.mode:I
            invokevirtual org.eclipse.jgit.lib.FileMode.equals:(I)Z
            ifne 4
         2: .line 234
            aload 2 /* idBuffer */
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.toObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            astore 3 /* me */
        start local 3 // org.eclipse.jgit.lib.ObjectId me
         3: .line 235
            new org.eclipse.jgit.errors.IncorrectObjectTypeException
            dup
            aload 3 /* me */
            ldc "tree"
            invokespecial org.eclipse.jgit.errors.IncorrectObjectTypeException.<init>:(Lorg/eclipse/jgit/lib/ObjectId;Ljava/lang/String;)V
            athrow
        end local 3 // org.eclipse.jgit.lib.ObjectId me
         4: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* reader */
            aload 2 /* idBuffer */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.createSubtreeIterator0:(Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            areturn
        end local 2 // org.eclipse.jgit.lib.MutableObjectId idBuffer
        end local 1 // org.eclipse.jgit.lib.ObjectReader reader
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0    5     1    reader  Lorg/eclipse/jgit/lib/ObjectReader;
            0    5     2  idBuffer  Lorg/eclipse/jgit/lib/MutableObjectId;
            3    4     3        me  Lorg/eclipse/jgit/lib/ObjectId;
    Exceptions:
      throws org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
    MethodParameters:
          Name  Flags
      reader    final
      idBuffer  final

  public final org.eclipse.jgit.treewalk.CanonicalTreeParser createSubtreeIterator0(org.eclipse.jgit.lib.ObjectReader, org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
        start local 1 // org.eclipse.jgit.lib.ObjectReader reader
        start local 2 // org.eclipse.jgit.lib.AnyObjectId id
         0: .line 258
            new org.eclipse.jgit.treewalk.CanonicalTreeParser
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jgit.treewalk.CanonicalTreeParser.<init>:(Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;)V
            astore 3 /* p */
        start local 3 // org.eclipse.jgit.treewalk.CanonicalTreeParser p
         1: .line 259
            aload 3 /* p */
            aload 1 /* reader */
            aload 2 /* id */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.reset:(Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/AnyObjectId;)V
         2: .line 260
            aload 3 /* p */
            areturn
        end local 3 // org.eclipse.jgit.treewalk.CanonicalTreeParser p
        end local 2 // org.eclipse.jgit.lib.AnyObjectId id
        end local 1 // org.eclipse.jgit.lib.ObjectReader reader
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0    3     1  reader  Lorg/eclipse/jgit/lib/ObjectReader;
            0    3     2      id  Lorg/eclipse/jgit/lib/AnyObjectId;
            1    3     3       p  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  final
      id      final

  public org.eclipse.jgit.treewalk.CanonicalTreeParser createSubtreeIterator(org.eclipse.jgit.lib.ObjectReader);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;)Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
        start local 1 // org.eclipse.jgit.lib.ObjectReader reader
         0: .line 267
            aload 0 /* this */
            aload 1 /* reader */
            new org.eclipse.jgit.lib.MutableObjectId
            dup
            invokespecial org.eclipse.jgit.lib.MutableObjectId.<init>:()V
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.createSubtreeIterator:(Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/MutableObjectId;)Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            areturn
        end local 1 // org.eclipse.jgit.lib.ObjectReader reader
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0    1     1  reader  Lorg/eclipse/jgit/lib/ObjectReader;
    Exceptions:
      throws org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
    MethodParameters:
        Name  Flags
      reader  

  public boolean hasId();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
         0: .line 273
            iconst_1
            ireturn
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;

  public byte[] idBuffer();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
         0: .line 279
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
            areturn
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;

  public int idOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
         0: .line 285
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.nextPtr:I
            bipush 20
            isub
            ireturn
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
         0: .line 291
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.first:()Z
            ifne 2
         1: .line 292
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.reset:([B)V
         2: .line 293
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;

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

  public boolean eof();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
         0: .line 304
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
            arraylength
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;

  public void next(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
        start local 1 // int delta
         0: .line 310
            iload 1 /* delta */
            iconst_1
            if_icmpne 6
         1: .line 313
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.prevPtr:I
         2: .line 314
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.nextPtr:I
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
         3: .line 315
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.eof:()Z
            ifne 5
         4: .line 316
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.parseEntry:()V
         5: .line 317
      StackMap locals:
      StackMap stack:
            return
         6: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
            arraylength
            istore 2 /* end */
        start local 2 // int end
         7: .line 323
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.nextPtr:I
            istore 3 /* ptr */
        start local 3 // int ptr
         8: .line 324
            goto 14
         9: .line 325
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ptr */
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.prevPtr:I
        10: .line 326
            goto 12
        11: .line 327
      StackMap locals:
      StackMap stack:
            iinc 3 /* ptr */ 1
        12: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
            iload 3 /* ptr */
            baload
            ifne 11
        13: .line 328
            iinc 3 /* ptr */ 21
        14: .line 324
      StackMap locals:
      StackMap stack:
            iinc 1 /* delta */ -1
            iload 1 /* delta */
            ifle 15
            iload 3 /* ptr */
            iload 2 /* end */
            if_icmpne 9
        15: .line 330
      StackMap locals:
      StackMap stack:
            iload 1 /* delta */
            ifeq 17
        16: .line 331
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* delta */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
        17: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* ptr */
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
        18: .line 333
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.eof:()Z
            ifne 20
        19: .line 334
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.parseEntry:()V
        20: .line 335
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int ptr
        end local 2 // int end
        end local 1 // int delta
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0   21     1  delta  I
            7   21     2    end  I
            8   21     3    ptr  I
    MethodParameters:
       Name  Flags
      delta  

  public void back(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
        start local 1 // int delta
         0: .line 340
            iload 1 /* delta */
            iconst_1
            if_icmpne 6
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.prevPtr:I
            iflt 6
         1: .line 344
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.prevPtr:I
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
         2: .line 345
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.prevPtr:I
         3: .line 346
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.eof:()Z
            ifne 5
         4: .line 347
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.parseEntry:()V
         5: .line 348
      StackMap locals:
      StackMap stack:
            return
         6: .line 349
      StackMap locals:
      StackMap stack:
            iload 1 /* delta */
            ifgt 8
         7: .line 350
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* delta */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
         8: .line 357
      StackMap locals:
      StackMap stack:
            iload 1 /* delta */
            iconst_1
            iadd
            newarray 10
            astore 2 /* trace */
        start local 2 // int[] trace
         9: .line 358
            aload 2 /* trace */
            iconst_m1
            invokestatic java.util.Arrays.fill:([II)V
        10: .line 359
            iconst_0
            istore 3 /* ptr */
        start local 3 // int ptr
        11: .line 360
            goto 18
        12: .line 361
      StackMap locals: int[] int
      StackMap stack:
            aload 2 /* trace */
            iconst_1
            aload 2 /* trace */
            iconst_0
            iload 1 /* delta */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 362
            aload 2 /* trace */
            iload 1 /* delta */
            iload 3 /* ptr */
            iastore
        14: .line 363
            goto 16
        15: .line 364
      StackMap locals:
      StackMap stack:
            iinc 3 /* ptr */ 1
        16: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
            iload 3 /* ptr */
            baload
            ifne 15
        17: .line 365
            iinc 3 /* ptr */ 21
        18: .line 360
      StackMap locals:
      StackMap stack:
            iload 3 /* ptr */
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
            if_icmpne 12
        19: .line 367
            aload 2 /* trace */
            iconst_1
            iaload
            iconst_m1
            if_icmpne 21
        20: .line 368
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* delta */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
        21: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* trace */
            iconst_0
            iaload
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.prevPtr:I
        22: .line 370
            aload 0 /* this */
            aload 2 /* trace */
            iconst_1
            iaload
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
        23: .line 371
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.parseEntry:()V
        24: .line 372
            return
        end local 3 // int ptr
        end local 2 // int[] trace
        end local 1 // int delta
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   25     0   this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0   25     1  delta  I
            9   25     2  trace  [I
           11   25     3    ptr  I
    MethodParameters:
       Name  Flags
      delta  

  private void parseEntry();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
         0: .line 375
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.currPtr:I
            istore 1 /* ptr */
        start local 1 // int ptr
         1: .line 376
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
            iload 1 /* ptr */
            iinc 1 /* ptr */ 1
            baload
            istore 2 /* c */
        start local 2 // byte c
         2: .line 377
            iload 2 /* c */
            bipush 48
            isub
            istore 3 /* tmp */
        start local 3 // int tmp
         3: .line 379
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
            iload 1 /* ptr */
            iinc 1 /* ptr */ 1
            baload
            istore 2 /* c */
         4: .line 380
            bipush 32
            iload 2 /* c */
            if_icmpne 6
         5: .line 381
            goto 9
         6: .line 382
      StackMap locals:
      StackMap stack:
            iload 3 /* tmp */
            iconst_3
            ishl
            istore 3 /* tmp */
         7: .line 383
            iload 3 /* tmp */
            iload 2 /* c */
            bipush 48
            isub
            iadd
            istore 3 /* tmp */
         8: .line 378
            goto 3
         9: .line 385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* tmp */
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.mode:I
        10: .line 387
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.pathOffset:I
            istore 3 /* tmp */
        11: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
            iload 1 /* ptr */
            iinc 1 /* ptr */ 1
            baload
            istore 2 /* c */
        12: .line 390
            iload 2 /* c */
            ifne 14
        13: .line 391
            goto 20
        14: .line 393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.path:[B
            iload 3 /* tmp */
            iload 2 /* c */
            bastore
        15: .line 394
            goto 19
      StackMap locals:
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
        16: pop
        17: .line 395
            aload 0 /* this */
            iload 3 /* tmp */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.growPath:(I)V
        18: .line 396
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.path:[B
            iload 3 /* tmp */
            iload 2 /* c */
            bastore
        19: .line 388
      StackMap locals:
      StackMap stack:
            iinc 3 /* tmp */ 1
            goto 11
        20: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* tmp */
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.pathLen:I
        21: .line 400
            aload 0 /* this */
            iload 1 /* ptr */
            bipush 20
            iadd
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.nextPtr:I
        22: .line 401
            return
        end local 3 // int tmp
        end local 2 // byte c
        end local 1 // int ptr
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            1   23     1   ptr  I
            2   23     2     c  B
            3   23     3   tmp  I
      Exception table:
        from    to  target  type
          14    15      16  Class java.lang.ArrayIndexOutOfBoundsException

  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.treewalk.CanonicalTreeParser this
        start local 1 // org.eclipse.jgit.lib.ObjectReader reader
         0: .line 417
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.attributesNode:Lorg/eclipse/jgit/attributes/AttributesNode;
            ifnonnull 2
         1: .line 418
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* reader */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.findAttributes:(Lorg/eclipse/jgit/lib/ObjectReader;)Lorg/eclipse/jgit/attributes/AttributesNode;
            putfield org.eclipse.jgit.treewalk.CanonicalTreeParser.attributesNode:Lorg/eclipse/jgit/attributes/AttributesNode;
         2: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.attributesNode:Lorg/eclipse/jgit/attributes/AttributesNode;
            invokevirtual org.eclipse.jgit.attributes.AttributesNode.getRules:()Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 3
            aconst_null
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.attributesNode:Lorg/eclipse/jgit/attributes/AttributesNode;
      StackMap locals:
      StackMap stack: org.eclipse.jgit.attributes.AttributesNode
         4: areturn
        end local 1 // org.eclipse.jgit.lib.ObjectReader reader
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0    5     1  reader  Lorg/eclipse/jgit/lib/ObjectReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  

  private org.eclipse.jgit.attributes.AttributesNode findAttributes(org.eclipse.jgit.lib.ObjectReader);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;)Lorg/eclipse/jgit/attributes/AttributesNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
        start local 1 // org.eclipse.jgit.lib.ObjectReader reader
         0: .line 425
            new org.eclipse.jgit.treewalk.CanonicalTreeParser
            dup
            invokespecial org.eclipse.jgit.treewalk.CanonicalTreeParser.<init>:()V
            astore 2 /* itr */
        start local 2 // org.eclipse.jgit.treewalk.CanonicalTreeParser itr
         1: .line 426
            aload 2 /* itr */
            aload 0 /* this */
            getfield org.eclipse.jgit.treewalk.CanonicalTreeParser.raw:[B
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.reset:([B)V
         2: .line 427
            aload 2 /* itr */
            getstatic org.eclipse.jgit.treewalk.CanonicalTreeParser.ATTRS:[B
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.findFile:([B)Z
            ifeq 4
         3: .line 428
            aload 1 /* reader */
            aload 2 /* itr */
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.getEntryObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            invokestatic org.eclipse.jgit.treewalk.CanonicalTreeParser.loadAttributes:(Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/attributes/AttributesNode;
            areturn
         4: .line 430
      StackMap locals: org.eclipse.jgit.treewalk.CanonicalTreeParser
      StackMap stack:
            invokestatic org.eclipse.jgit.treewalk.CanonicalTreeParser.noAttributes:()Lorg/eclipse/jgit/attributes/AttributesNode;
            areturn
        end local 2 // org.eclipse.jgit.treewalk.CanonicalTreeParser itr
        end local 1 // org.eclipse.jgit.lib.ObjectReader reader
        end local 0 // org.eclipse.jgit.treewalk.CanonicalTreeParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            0    5     1  reader  Lorg/eclipse/jgit/lib/ObjectReader;
            1    5     2     itr  Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  

  private static org.eclipse.jgit.attributes.AttributesNode loadAttributes(org.eclipse.jgit.lib.ObjectReader, org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/attributes/AttributesNode;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectReader reader
        start local 1 // org.eclipse.jgit.lib.AnyObjectId id
         0: .line 435
            new org.eclipse.jgit.attributes.AttributesNode
            dup
            invokespecial org.eclipse.jgit.attributes.AttributesNode.<init>:()V
            astore 2 /* r */
        start local 2 // org.eclipse.jgit.attributes.AttributesNode r
         1: .line 436
            aconst_null
            astore 3
            aconst_null
            astore 4
         2: aload 0 /* reader */
            aload 1 /* id */
            iconst_3
            invokevirtual org.eclipse.jgit.lib.ObjectReader.open:(Lorg/eclipse/jgit/lib/AnyObjectId;I)Lorg/eclipse/jgit/lib/ObjectLoader;
            invokevirtual org.eclipse.jgit.lib.ObjectLoader.openStream:()Lorg/eclipse/jgit/lib/ObjectStream;
            astore 5 /* in */
        start local 5 // java.io.InputStream in
         3: .line 437
            aload 2 /* r */
            aload 5 /* in */
            invokevirtual org.eclipse.jgit.attributes.AttributesNode.parse:(Ljava/io/InputStream;)V
         4: .line 438
            aload 5 /* in */
            ifnull 10
            aload 5 /* in */
            invokevirtual java.io.InputStream.close:()V
            goto 10
      StackMap locals: org.eclipse.jgit.lib.ObjectReader org.eclipse.jgit.lib.AnyObjectId org.eclipse.jgit.attributes.AttributesNode java.lang.Throwable java.lang.Throwable java.io.InputStream
      StackMap stack: java.lang.Throwable
         5: astore 3
            aload 5 /* in */
            ifnull 6
            aload 5 /* in */
            invokevirtual java.io.InputStream.close:()V
        end local 5 // java.io.InputStream in
      StackMap locals:
      StackMap stack:
         6: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 4
            aload 3
            ifnonnull 8
            aload 4
            astore 3
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 3
            aload 4
            if_acmpeq 9
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         9: aload 3
            athrow
        10: .line 439
      StackMap locals:
      StackMap stack:
            aload 2 /* r */
            invokevirtual org.eclipse.jgit.attributes.AttributesNode.getRules:()Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 11
            invokestatic org.eclipse.jgit.treewalk.CanonicalTreeParser.noAttributes:()Lorg/eclipse/jgit/attributes/AttributesNode;
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2 /* r */
      StackMap locals:
      StackMap stack: org.eclipse.jgit.attributes.AttributesNode
        12: areturn
        end local 2 // org.eclipse.jgit.attributes.AttributesNode r
        end local 1 // org.eclipse.jgit.lib.AnyObjectId id
        end local 0 // org.eclipse.jgit.lib.ObjectReader reader
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0  reader  Lorg/eclipse/jgit/lib/ObjectReader;
            0   13     1      id  Lorg/eclipse/jgit/lib/AnyObjectId;
            1   13     2       r  Lorg/eclipse/jgit/attributes/AttributesNode;
            3    6     5      in  Ljava/io/InputStream;
      Exception table:
        from    to  target  type
           3     4       5  any
           2     7       7  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  
      id      

  private static org.eclipse.jgit.attributes.AttributesNode noAttributes();
    descriptor: ()Lorg/eclipse/jgit/attributes/AttributesNode;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 443
            new org.eclipse.jgit.attributes.AttributesNode
            dup
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokespecial org.eclipse.jgit.attributes.AttributesNode.<init>:(Ljava/util/List;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.jgit.treewalk.AbstractTreeIterator createSubtreeIterator(org.eclipse.jgit.lib.ObjectReader);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;)Lorg/eclipse/jgit/treewalk/AbstractTreeIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.createSubtreeIterator:(Lorg/eclipse/jgit/lib/ObjectReader;)Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException

  public org.eclipse.jgit.treewalk.AbstractTreeIterator createSubtreeIterator(org.eclipse.jgit.lib.ObjectReader, org.eclipse.jgit.lib.MutableObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/MutableObjectId;)Lorg/eclipse/jgit/treewalk/AbstractTreeIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.eclipse.jgit.treewalk.CanonicalTreeParser.createSubtreeIterator:(Lorg/eclipse/jgit/lib/ObjectReader;Lorg/eclipse/jgit/lib/MutableObjectId;)Lorg/eclipse/jgit/treewalk/CanonicalTreeParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
}
SourceFile: "CanonicalTreeParser.java"