public class org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk extends org.eclipse.jgit.revwalk.ObjectWalk implements org.eclipse.jgit.revwalk.DepthWalk
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk
  super_class: org.eclipse.jgit.revwalk.ObjectWalk
{
  private final int depth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private java.util.List<org.eclipse.jgit.lib.ObjectId> deepenNots;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/eclipse/jgit/lib/ObjectId;>;

  private final org.eclipse.jgit.revwalk.RevFlag UNSHALLOW;
    descriptor: Lorg/eclipse/jgit/revwalk/RevFlag;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jgit.revwalk.RevFlag REINTERESTING;
    descriptor: Lorg/eclipse/jgit/revwalk/RevFlag;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jgit.revwalk.RevFlag DEEPEN_NOT;
    descriptor: Lorg/eclipse/jgit/revwalk/RevFlag;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.eclipse.jgit.lib.Repository, int);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
        start local 1 // org.eclipse.jgit.lib.Repository repo
        start local 2 // int depth
         0: .line 296
            aload 0 /* this */
            aload 1 /* repo */
            invokespecial org.eclipse.jgit.revwalk.ObjectWalk.<init>:(Lorg/eclipse/jgit/lib/Repository;)V
         1: .line 298
            aload 0 /* this */
            iload 2 /* depth */
            putfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.depth:I
         2: .line 299
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.deepenNots:Ljava/util/List;
         3: .line 300
            aload 0 /* this */
            aload 0 /* this */
            ldc "UNSHALLOW"
            invokevirtual org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.newFlag:(Ljava/lang/String;)Lorg/eclipse/jgit/revwalk/RevFlag;
            putfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.UNSHALLOW:Lorg/eclipse/jgit/revwalk/RevFlag;
         4: .line 301
            aload 0 /* this */
            aload 0 /* this */
            ldc "REINTERESTING"
            invokevirtual org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.newFlag:(Ljava/lang/String;)Lorg/eclipse/jgit/revwalk/RevFlag;
            putfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.REINTERESTING:Lorg/eclipse/jgit/revwalk/RevFlag;
         5: .line 302
            aload 0 /* this */
            aload 0 /* this */
            ldc "DEEPEN_NOT"
            invokevirtual org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.newFlag:(Ljava/lang/String;)Lorg/eclipse/jgit/revwalk/RevFlag;
            putfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.DEEPEN_NOT:Lorg/eclipse/jgit/revwalk/RevFlag;
         6: .line 303
            return
        end local 2 // int depth
        end local 1 // org.eclipse.jgit.lib.Repository repo
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jgit/revwalk/DepthWalk$ObjectWalk;
            0    7     1   repo  Lorg/eclipse/jgit/lib/Repository;
            0    7     2  depth  I
    MethodParameters:
       Name  Flags
      repo   
      depth  

  public void <init>(org.eclipse.jgit.lib.ObjectReader, int);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectReader;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
        start local 1 // org.eclipse.jgit.lib.ObjectReader or
        start local 2 // int depth
         0: .line 310
            aload 0 /* this */
            aload 1 /* or */
            invokespecial org.eclipse.jgit.revwalk.ObjectWalk.<init>:(Lorg/eclipse/jgit/lib/ObjectReader;)V
         1: .line 312
            aload 0 /* this */
            iload 2 /* depth */
            putfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.depth:I
         2: .line 313
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.deepenNots:Ljava/util/List;
         3: .line 314
            aload 0 /* this */
            aload 0 /* this */
            ldc "UNSHALLOW"
            invokevirtual org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.newFlag:(Ljava/lang/String;)Lorg/eclipse/jgit/revwalk/RevFlag;
            putfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.UNSHALLOW:Lorg/eclipse/jgit/revwalk/RevFlag;
         4: .line 315
            aload 0 /* this */
            aload 0 /* this */
            ldc "REINTERESTING"
            invokevirtual org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.newFlag:(Ljava/lang/String;)Lorg/eclipse/jgit/revwalk/RevFlag;
            putfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.REINTERESTING:Lorg/eclipse/jgit/revwalk/RevFlag;
         5: .line 316
            aload 0 /* this */
            aload 0 /* this */
            ldc "DEEPEN_NOT"
            invokevirtual org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.newFlag:(Ljava/lang/String;)Lorg/eclipse/jgit/revwalk/RevFlag;
            putfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.DEEPEN_NOT:Lorg/eclipse/jgit/revwalk/RevFlag;
         6: .line 317
            return
        end local 2 // int depth
        end local 1 // org.eclipse.jgit.lib.ObjectReader or
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jgit/revwalk/DepthWalk$ObjectWalk;
            0    7     1     or  Lorg/eclipse/jgit/lib/ObjectReader;
            0    7     2  depth  I
    MethodParameters:
       Name  Flags
      or     
      depth  

  public void markRoot(org.eclipse.jgit.revwalk.RevObject);
    descriptor: (Lorg/eclipse/jgit/revwalk/RevObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
        start local 1 // org.eclipse.jgit.revwalk.RevObject o
         0: .line 330
            aload 1 /* o */
            astore 2 /* c */
        start local 2 // org.eclipse.jgit.revwalk.RevObject c
         1: .line 331
            goto 4
         2: .line 332
      StackMap locals: org.eclipse.jgit.revwalk.RevObject
      StackMap stack:
            aload 2 /* c */
            checkcast org.eclipse.jgit.revwalk.RevTag
            invokevirtual org.eclipse.jgit.revwalk.RevTag.getObject:()Lorg/eclipse/jgit/revwalk/RevObject;
            astore 2 /* c */
         3: .line 333
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.parseHeaders:(Lorg/eclipse/jgit/revwalk/RevObject;)V
         4: .line 331
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            instanceof org.eclipse.jgit.revwalk.RevTag
            ifne 2
         5: .line 335
            aload 2 /* c */
            instanceof org.eclipse.jgit.revwalk.DepthWalk$Commit
            ifeq 7
         6: .line 336
            aload 2 /* c */
            checkcast org.eclipse.jgit.revwalk.DepthWalk$Commit
            iconst_0
            putfield org.eclipse.jgit.revwalk.DepthWalk$Commit.depth:I
         7: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            invokespecial org.eclipse.jgit.revwalk.ObjectWalk.markStart:(Lorg/eclipse/jgit/revwalk/RevObject;)V
         8: .line 338
            return
        end local 2 // org.eclipse.jgit.revwalk.RevObject c
        end local 1 // org.eclipse.jgit.revwalk.RevObject o
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$ObjectWalk;
            0    9     1     o  Lorg/eclipse/jgit/revwalk/RevObject;
            1    9     2     c  Lorg/eclipse/jgit/revwalk/RevObject;
    Exceptions:
      throws org.eclipse.jgit.errors.MissingObjectException, org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
    MethodParameters:
      Name  Flags
      o     

  public void markUnshallow(org.eclipse.jgit.revwalk.RevObject);
    descriptor: (Lorg/eclipse/jgit/revwalk/RevObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
        start local 1 // org.eclipse.jgit.revwalk.RevObject c
         0: .line 354
            aload 1 /* c */
            instanceof org.eclipse.jgit.revwalk.RevCommit
            ifeq 2
         1: .line 355
            aload 1 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.UNSHALLOW:Lorg/eclipse/jgit/revwalk/RevFlag;
            invokevirtual org.eclipse.jgit.revwalk.RevObject.add:(Lorg/eclipse/jgit/revwalk/RevFlag;)V
         2: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            invokespecial org.eclipse.jgit.revwalk.ObjectWalk.markStart:(Lorg/eclipse/jgit/revwalk/RevObject;)V
         3: .line 357
            return
        end local 1 // org.eclipse.jgit.revwalk.RevObject c
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$ObjectWalk;
            0    4     1     c  Lorg/eclipse/jgit/revwalk/RevObject;
    Exceptions:
      throws org.eclipse.jgit.errors.MissingObjectException, org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  protected org.eclipse.jgit.revwalk.RevCommit createCommit(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/revwalk/RevCommit;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId id
         0: .line 361
            new org.eclipse.jgit.revwalk.DepthWalk$Commit
            dup
            aload 1 /* id */
            invokespecial org.eclipse.jgit.revwalk.DepthWalk$Commit.<init>:(Lorg/eclipse/jgit/lib/AnyObjectId;)V
            areturn
        end local 1 // org.eclipse.jgit.lib.AnyObjectId id
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$ObjectWalk;
            0    1     1    id  Lorg/eclipse/jgit/lib/AnyObjectId;
    MethodParameters:
      Name  Flags
      id    

  public int getDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
         0: .line 366
            aload 0 /* this */
            getfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.depth:I
            ireturn
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$ObjectWalk;

  public int getDeepenSince();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
         0: .line 371
            aload 0 /* this */
            getfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.deepenSince:I
            ireturn
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$ObjectWalk;

  public java.util.List<org.eclipse.jgit.lib.ObjectId> getDeepenNots();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
         0: .line 376
            aload 0 /* this */
            getfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.deepenNots:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$ObjectWalk;
    Signature: ()Ljava/util/List<Lorg/eclipse/jgit/lib/ObjectId;>;

  public org.eclipse.jgit.revwalk.RevFlag getUnshallowFlag();
    descriptor: ()Lorg/eclipse/jgit/revwalk/RevFlag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
         0: .line 381
            aload 0 /* this */
            getfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.UNSHALLOW:Lorg/eclipse/jgit/revwalk/RevFlag;
            areturn
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$ObjectWalk;

  public org.eclipse.jgit.revwalk.RevFlag getReinterestingFlag();
    descriptor: ()Lorg/eclipse/jgit/revwalk/RevFlag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
         0: .line 386
            aload 0 /* this */
            getfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.REINTERESTING:Lorg/eclipse/jgit/revwalk/RevFlag;
            areturn
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$ObjectWalk;

  public org.eclipse.jgit.revwalk.RevFlag getDeepenNotFlag();
    descriptor: ()Lorg/eclipse/jgit/revwalk/RevFlag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
         0: .line 391
            aload 0 /* this */
            getfield org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk.DEEPEN_NOT:Lorg/eclipse/jgit/revwalk/RevFlag;
            areturn
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$ObjectWalk;
}
SourceFile: "DepthWalk.java"
NestHost: org.eclipse.jgit.revwalk.DepthWalk
InnerClasses:
  public Commit = org.eclipse.jgit.revwalk.DepthWalk$Commit of org.eclipse.jgit.revwalk.DepthWalk
  public ObjectWalk = org.eclipse.jgit.revwalk.DepthWalk$ObjectWalk of org.eclipse.jgit.revwalk.DepthWalk