public class org.eclipse.jgit.revwalk.DepthWalk$Commit extends org.eclipse.jgit.revwalk.RevCommit
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.revwalk.DepthWalk$Commit
  super_class: org.eclipse.jgit.revwalk.RevCommit
{
  int depth;
    descriptor: I
    flags: (0x0000) 

  boolean isBoundary;
    descriptor: Z
    flags: (0x0000) 

  boolean makesChildBoundary;
    descriptor: Z
    flags: (0x0000) 

  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$Commit this
         0: .line 90
            aload 0 /* this */
            getfield org.eclipse.jgit.revwalk.DepthWalk$Commit.depth:I
            ireturn
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$Commit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$Commit;

  public boolean isBoundary();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$Commit this
         0: .line 99
            aload 0 /* this */
            getfield org.eclipse.jgit.revwalk.DepthWalk$Commit.isBoundary:Z
            ireturn
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$Commit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$Commit;

  protected void <init>(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.revwalk.DepthWalk$Commit this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId id
         0: .line 109
            aload 0 /* this */
            aload 1 /* id */
            invokespecial org.eclipse.jgit.revwalk.RevCommit.<init>:(Lorg/eclipse/jgit/lib/AnyObjectId;)V
         1: .line 110
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jgit.revwalk.DepthWalk$Commit.depth:I
         2: .line 111
            return
        end local 1 // org.eclipse.jgit.lib.AnyObjectId id
        end local 0 // org.eclipse.jgit.revwalk.DepthWalk$Commit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/revwalk/DepthWalk$Commit;
            0    3     1    id  Lorg/eclipse/jgit/lib/AnyObjectId;
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "DepthWalk.java"
NestHost: org.eclipse.jgit.revwalk.DepthWalk
InnerClasses:
  public Commit = org.eclipse.jgit.revwalk.DepthWalk$Commit of org.eclipse.jgit.revwalk.DepthWalk