final class org.eclipse.jgit.blame.Candidate$ReverseCandidate extends org.eclipse.jgit.blame.Candidate
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jgit.blame.Candidate$ReverseCandidate
  super_class: org.eclipse.jgit.blame.Candidate
{
  void <init>(org.eclipse.jgit.lib.Repository, org.eclipse.jgit.blame.ReverseWalk$ReverseCommit, org.eclipse.jgit.treewalk.filter.PathFilter);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;Lorg/eclipse/jgit/blame/ReverseWalk$ReverseCommit;Lorg/eclipse/jgit/treewalk/filter/PathFilter;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
        start local 1 // org.eclipse.jgit.lib.Repository repo
        start local 2 // org.eclipse.jgit.blame.ReverseWalk$ReverseCommit commit
        start local 3 // org.eclipse.jgit.treewalk.filter.PathFilter path
         0: .line 333
            aload 0 /* this */
            aload 1 /* repo */
            aload 2 /* commit */
            aload 3 /* path */
            invokespecial org.eclipse.jgit.blame.Candidate.<init>:(Lorg/eclipse/jgit/lib/Repository;Lorg/eclipse/jgit/revwalk/RevCommit;Lorg/eclipse/jgit/treewalk/filter/PathFilter;)V
         1: .line 334
            return
        end local 3 // org.eclipse.jgit.treewalk.filter.PathFilter path
        end local 2 // org.eclipse.jgit.blame.ReverseWalk$ReverseCommit commit
        end local 1 // org.eclipse.jgit.lib.Repository repo
        end local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jgit/blame/Candidate$ReverseCandidate;
            0    2     1    repo  Lorg/eclipse/jgit/lib/Repository;
            0    2     2  commit  Lorg/eclipse/jgit/blame/ReverseWalk$ReverseCommit;
            0    2     3    path  Lorg/eclipse/jgit/treewalk/filter/PathFilter;
    MethodParameters:
        Name  Flags
      repo    
      commit  
      path    

  int getParentCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
         0: .line 338
            aload 0 /* this */
            getfield org.eclipse.jgit.blame.Candidate$ReverseCandidate.sourceCommit:Lorg/eclipse/jgit/revwalk/RevCommit;
            checkcast org.eclipse.jgit.blame.ReverseWalk$ReverseCommit
            invokevirtual org.eclipse.jgit.blame.ReverseWalk$ReverseCommit.getChildCount:()I
            ireturn
        end local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/blame/Candidate$ReverseCandidate;

  org.eclipse.jgit.revwalk.RevCommit getParent(int);
    descriptor: (I)Lorg/eclipse/jgit/revwalk/RevCommit;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
        start local 1 // int idx
         0: .line 343
            aload 0 /* this */
            getfield org.eclipse.jgit.blame.Candidate$ReverseCandidate.sourceCommit:Lorg/eclipse/jgit/revwalk/RevCommit;
            checkcast org.eclipse.jgit.blame.ReverseWalk$ReverseCommit
            iload 1 /* idx */
            invokevirtual org.eclipse.jgit.blame.ReverseWalk$ReverseCommit.getChild:(I)Lorg/eclipse/jgit/blame/ReverseWalk$ReverseCommit;
            areturn
        end local 1 // int idx
        end local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/blame/Candidate$ReverseCandidate;
            0    1     1   idx  I
    MethodParameters:
      Name  Flags
      idx   

  int getTime();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
         0: .line 349
            aload 0 /* this */
            getfield org.eclipse.jgit.blame.Candidate$ReverseCandidate.sourceCommit:Lorg/eclipse/jgit/revwalk/RevCommit;
            invokevirtual org.eclipse.jgit.revwalk.RevCommit.getCommitTime:()I
            ineg
            ireturn
        end local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/blame/Candidate$ReverseCandidate;

  org.eclipse.jgit.blame.Candidate create(org.eclipse.jgit.lib.Repository, org.eclipse.jgit.revwalk.RevCommit, org.eclipse.jgit.treewalk.filter.PathFilter);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;Lorg/eclipse/jgit/revwalk/RevCommit;Lorg/eclipse/jgit/treewalk/filter/PathFilter;)Lorg/eclipse/jgit/blame/Candidate;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
        start local 1 // org.eclipse.jgit.lib.Repository repo
        start local 2 // org.eclipse.jgit.revwalk.RevCommit commit
        start local 3 // org.eclipse.jgit.treewalk.filter.PathFilter path
         0: .line 354
            new org.eclipse.jgit.blame.Candidate$ReverseCandidate
            dup
            aload 1 /* repo */
            aload 2 /* commit */
            checkcast org.eclipse.jgit.blame.ReverseWalk$ReverseCommit
            aload 3 /* path */
            invokespecial org.eclipse.jgit.blame.Candidate$ReverseCandidate.<init>:(Lorg/eclipse/jgit/lib/Repository;Lorg/eclipse/jgit/blame/ReverseWalk$ReverseCommit;Lorg/eclipse/jgit/treewalk/filter/PathFilter;)V
            areturn
        end local 3 // org.eclipse.jgit.treewalk.filter.PathFilter path
        end local 2 // org.eclipse.jgit.revwalk.RevCommit commit
        end local 1 // org.eclipse.jgit.lib.Repository repo
        end local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jgit/blame/Candidate$ReverseCandidate;
            0    1     1    repo  Lorg/eclipse/jgit/lib/Repository;
            0    1     2  commit  Lorg/eclipse/jgit/revwalk/RevCommit;
            0    1     3    path  Lorg/eclipse/jgit/treewalk/filter/PathFilter;
    MethodParameters:
        Name  Flags
      repo    
      commit  
      path    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
         0: .line 359
            new java.lang.StringBuilder
            dup
            ldc "Reverse"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokespecial org.eclipse.jgit.blame.Candidate.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jgit.blame.Candidate$ReverseCandidate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/blame/Candidate$ReverseCandidate;
}
SourceFile: "Candidate.java"
NestHost: org.eclipse.jgit.blame.Candidate
InnerClasses:
  final ReverseCandidate = org.eclipse.jgit.blame.Candidate$ReverseCandidate of org.eclipse.jgit.blame.Candidate
  final ReverseCommit = org.eclipse.jgit.blame.ReverseWalk$ReverseCommit of org.eclipse.jgit.blame.ReverseWalk