abstract class org.eclipse.jgit.revwalk.Generator
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jgit.revwalk.Generator
  super_class: java.lang.Object
{
  static final int SORT_COMMIT_TIME_DESC;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int HAS_REWRITE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int NEEDS_REWRITE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int SORT_TOPO;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  static final int HAS_UNINTERESTING;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  protected final boolean firstParent;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.revwalk.Generator this
        start local 1 // boolean firstParent
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            iload 1 /* firstParent */
            putfield org.eclipse.jgit.revwalk.Generator.firstParent:Z
         2: .line 49
            return
        end local 1 // boolean firstParent
        end local 0 // org.eclipse.jgit.revwalk.Generator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/jgit/revwalk/Generator;
            0    3     1  firstParent  Z
    MethodParameters:
             Name  Flags
      firstParent  

  void shareFreeList(org.eclipse.jgit.revwalk.BlockRevQueue);
    descriptor: (Lorg/eclipse/jgit/revwalk/BlockRevQueue;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.revwalk.Generator this
        start local 1 // org.eclipse.jgit.revwalk.BlockRevQueue q
         0: .line 59
            return
        end local 1 // org.eclipse.jgit.revwalk.BlockRevQueue q
        end local 0 // org.eclipse.jgit.revwalk.Generator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/revwalk/Generator;
            0    1     1     q  Lorg/eclipse/jgit/revwalk/BlockRevQueue;
    MethodParameters:
      Name  Flags
      q     

  abstract int outputType();
    descriptor: ()I
    flags: (0x0400) ACC_ABSTRACT

  abstract org.eclipse.jgit.revwalk.RevCommit next();
    descriptor: ()Lorg/eclipse/jgit/revwalk/RevCommit;
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jgit.errors.MissingObjectException, org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
}
SourceFile: "Generator.java"