class org.apache.lucene.search.DisjunctionScorer$TwoPhase$1 extends org.apache.lucene.util.PriorityQueue<org.apache.lucene.search.DisiWrapper>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.DisjunctionScorer$TwoPhase$1
  super_class: org.apache.lucene.util.PriorityQueue
{
  final org.apache.lucene.search.DisjunctionScorer$TwoPhase this$1;
    descriptor: Lorg/apache/lucene/search/DisjunctionScorer$TwoPhase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.search.DisjunctionScorer$TwoPhase, int);
    descriptor: (Lorg/apache/lucene/search/DisjunctionScorer$TwoPhase;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.DisjunctionScorer$TwoPhase$1 this
        start local 2 // int $anonymous0
         0: .line 108
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.DisjunctionScorer$TwoPhase$1.this$1:Lorg/apache/lucene/search/DisjunctionScorer$TwoPhase;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            invokespecial org.apache.lucene.util.PriorityQueue.<init>:(I)V
            return
        end local 2 // int $anonymous0
        end local 0 // org.apache.lucene.search.DisjunctionScorer$TwoPhase$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/search/DisjunctionScorer$TwoPhase$1;
            0    1     2  $anonymous0  I
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  protected boolean lessThan(org.apache.lucene.search.DisiWrapper, org.apache.lucene.search.DisiWrapper);
    descriptor: (Lorg/apache/lucene/search/DisiWrapper;Lorg/apache/lucene/search/DisiWrapper;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.DisjunctionScorer$TwoPhase$1 this
        start local 1 // org.apache.lucene.search.DisiWrapper a
        start local 2 // org.apache.lucene.search.DisiWrapper b
         0: .line 111
            aload 1 /* a */
            getfield org.apache.lucene.search.DisiWrapper.matchCost:F
            aload 2 /* b */
            getfield org.apache.lucene.search.DisiWrapper.matchCost:F
            fcmpg
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.apache.lucene.search.DisiWrapper b
        end local 1 // org.apache.lucene.search.DisiWrapper a
        end local 0 // org.apache.lucene.search.DisjunctionScorer$TwoPhase$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/search/DisjunctionScorer$TwoPhase$1;
            0    2     1     a  Lorg/apache/lucene/search/DisiWrapper;
            0    2     2     b  Lorg/apache/lucene/search/DisiWrapper;
    MethodParameters:
      Name  Flags
      a     
      b     

  protected boolean lessThan(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.lucene.search.DisiWrapper
            aload 2
            checkcast org.apache.lucene.search.DisiWrapper
            invokevirtual org.apache.lucene.search.DisjunctionScorer$TwoPhase$1.lessThan:(Lorg/apache/lucene/search/DisiWrapper;Lorg/apache/lucene/search/DisiWrapper;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/apache/lucene/util/PriorityQueue<Lorg/apache/lucene/search/DisiWrapper;>;
SourceFile: "DisjunctionScorer.java"
EnclosingMethod: org.apache.lucene.search.DisjunctionScorer$TwoPhase.<init>:(Lorg/apache/lucene/search/DisjunctionScorer;Lorg/apache/lucene/search/DocIdSetIterator;F)V
NestHost: org.apache.lucene.search.DisjunctionScorer
InnerClasses:
  private TwoPhase = org.apache.lucene.search.DisjunctionScorer$TwoPhase of org.apache.lucene.search.DisjunctionScorer
  org.apache.lucene.search.DisjunctionScorer$TwoPhase$1