class org.apache.lucene.search.MinShouldMatchSumScorer$3 extends org.apache.lucene.search.TwoPhaseIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.MinShouldMatchSumScorer$3
  super_class: org.apache.lucene.search.TwoPhaseIterator
{
  final org.apache.lucene.search.MinShouldMatchSumScorer this$0;
    descriptor: Lorg/apache/lucene/search/MinShouldMatchSumScorer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public boolean matches();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.MinShouldMatchSumScorer$3 this
         0: .line 207
            goto 6
         1: .line 208
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.search.MinShouldMatchSumScorer.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.lucene.search.MinShouldMatchSumScorer$3.this$0:Lorg/apache/lucene/search/MinShouldMatchSumScorer;
            getfield org.apache.lucene.search.MinShouldMatchSumScorer.freq:I
            ifgt 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.MinShouldMatchSumScorer$3.this$0:Lorg/apache/lucene/search/MinShouldMatchSumScorer;
            getfield org.apache.lucene.search.MinShouldMatchSumScorer.freq:I
            aload 0 /* this */
            getfield org.apache.lucene.search.MinShouldMatchSumScorer$3.this$0:Lorg/apache/lucene/search/MinShouldMatchSumScorer;
            getfield org.apache.lucene.search.MinShouldMatchSumScorer.tailSize:I
            iadd
            aload 0 /* this */
            getfield org.apache.lucene.search.MinShouldMatchSumScorer$3.this$0:Lorg/apache/lucene/search/MinShouldMatchSumScorer;
            getfield org.apache.lucene.search.MinShouldMatchSumScorer.minShouldMatch:I
            if_icmplt 5
         3: .line 212
            aload 0 /* this */
            getfield org.apache.lucene.search.MinShouldMatchSumScorer$3.this$0:Lorg/apache/lucene/search/MinShouldMatchSumScorer;
            invokevirtual org.apache.lucene.search.MinShouldMatchSumScorer.advanceTail:()V
         4: .line 213
            goto 6
         5: .line 214
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.MinShouldMatchSumScorer$3.this$0:Lorg/apache/lucene/search/MinShouldMatchSumScorer;
            getfield org.apache.lucene.search.MinShouldMatchSumScorer.freq:I
            aload 0 /* this */
            getfield org.apache.lucene.search.MinShouldMatchSumScorer$3.this$0:Lorg/apache/lucene/search/MinShouldMatchSumScorer;
            getfield org.apache.lucene.search.MinShouldMatchSumScorer.minShouldMatch:I
            if_icmplt 1
         7: .line 217
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.search.MinShouldMatchSumScorer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/lucene/search/MinShouldMatchSumScorer$3;
    Exceptions:
      throws java.io.IOException

  public float matchCost();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.MinShouldMatchSumScorer$3 this
         0: .line 223
            aload 0 /* this */
            getfield org.apache.lucene.search.MinShouldMatchSumScorer$3.this$0:Lorg/apache/lucene/search/MinShouldMatchSumScorer;
            getfield org.apache.lucene.search.MinShouldMatchSumScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            arraylength
            i2f
            freturn
        end local 0 // org.apache.lucene.search.MinShouldMatchSumScorer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/MinShouldMatchSumScorer$3;
}
SourceFile: "MinShouldMatchSumScorer.java"
EnclosingMethod: org.apache.lucene.search.MinShouldMatchSumScorer.twoPhaseIterator:()Lorg/apache/lucene/search/TwoPhaseIterator;
NestHost: org.apache.lucene.search.MinShouldMatchSumScorer
InnerClasses:
  org.apache.lucene.search.MinShouldMatchSumScorer$3