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

  void <init>(org.apache.lucene.search.WANDScorer, org.apache.lucene.search.DocIdSetIterator);
    descriptor: (Lorg/apache/lucene/search/WANDScorer;Lorg/apache/lucene/search/DocIdSetIterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.WANDScorer$2 this
        start local 2 // org.apache.lucene.search.DocIdSetIterator $anonymous0
         0: .line 260
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.WANDScorer$2.this$0:Lorg/apache/lucene/search/WANDScorer;
            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.WANDScorer$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/search/WANDScorer$2;
            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=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer$2 this
         0: .line 264
            goto 5
         1: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$2.this$0:Lorg/apache/lucene/search/WANDScorer;
            getfield org.apache.lucene.search.WANDScorer.leadMaxScore:J
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$2.this$0:Lorg/apache/lucene/search/WANDScorer;
            getfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
            ladd
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$2.this$0:Lorg/apache/lucene/search/WANDScorer;
            getfield org.apache.lucene.search.WANDScorer.minCompetitiveScore:J
            lcmp
            iflt 4
         2: .line 268
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$2.this$0:Lorg/apache/lucene/search/WANDScorer;
            invokevirtual org.apache.lucene.search.WANDScorer.advanceTail:()V
         3: .line 269
            goto 5
         4: .line 270
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$2.this$0:Lorg/apache/lucene/search/WANDScorer;
            getfield org.apache.lucene.search.WANDScorer.leadMaxScore:J
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$2.this$0:Lorg/apache/lucene/search/WANDScorer;
            getfield org.apache.lucene.search.WANDScorer.minCompetitiveScore:J
            lcmp
            iflt 1
         6: .line 273
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.search.WANDScorer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/search/WANDScorer$2;
    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.WANDScorer$2 this
         0: .line 279
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$2.this$0:Lorg/apache/lucene/search/WANDScorer;
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            arraylength
            i2f
            freturn
        end local 0 // org.apache.lucene.search.WANDScorer$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/WANDScorer$2;
}
SourceFile: "WANDScorer.java"
EnclosingMethod: org.apache.lucene.search.WANDScorer.twoPhaseIterator:()Lorg/apache/lucene/search/TwoPhaseIterator;
NestHost: org.apache.lucene.search.WANDScorer
InnerClasses:
  org.apache.lucene.search.WANDScorer$2