class org.apache.lucene.search.WANDScorer$1 extends org.apache.lucene.search.DocIdSetIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.WANDScorer$1
  super_class: org.apache.lucene.search.DocIdSetIterator
{
  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);
    descriptor: (Lorg/apache/lucene/search/WANDScorer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer$1 this
         0: .line 221
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.WANDScorer$1.this$0:Lorg/apache/lucene/search/WANDScorer;
            aload 0 /* this */
            invokespecial org.apache.lucene.search.DocIdSetIterator.<init>:()V
            return
        end local 0 // org.apache.lucene.search.WANDScorer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/WANDScorer$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer$1 this
         0: .line 225
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$1.this$0:Lorg/apache/lucene/search/WANDScorer;
            getfield org.apache.lucene.search.WANDScorer.doc:I
            ireturn
        end local 0 // org.apache.lucene.search.WANDScorer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/WANDScorer$1;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer$1 this
         0: .line 230
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$1.this$0:Lorg/apache/lucene/search/WANDScorer;
            getfield org.apache.lucene.search.WANDScorer.doc:I
            iconst_1
            iadd
            invokevirtual org.apache.lucene.search.WANDScorer$1.advance:(I)I
            ireturn
        end local 0 // org.apache.lucene.search.WANDScorer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/WANDScorer$1;
    Exceptions:
      throws java.io.IOException

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer$1 this
        start local 1 // int target
         0: .line 235
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$1.this$0:Lorg/apache/lucene/search/WANDScorer;
            invokevirtual org.apache.lucene.search.WANDScorer.ensureConsistent:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$1.this$0:Lorg/apache/lucene/search/WANDScorer;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.WANDScorer.pushBackLeads:(I)V
         2: .line 241
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$1.this$0:Lorg/apache/lucene/search/WANDScorer;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.WANDScorer.advanceHead:(I)V
         3: .line 244
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$1.this$0:Lorg/apache/lucene/search/WANDScorer;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.WANDScorer.moveToNextCandidate:(I)V
         4: .line 246
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$1.this$0:Lorg/apache/lucene/search/WANDScorer;
            getfield org.apache.lucene.search.WANDScorer.doc:I
            ldc 2147483647
            if_icmpne 6
         5: .line 247
            ldc 2147483647
            ireturn
         6: .line 250
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 7
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$1.this$0:Lorg/apache/lucene/search/WANDScorer;
            invokevirtual org.apache.lucene.search.WANDScorer.ensureConsistent:()Z
            ifne 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$1.this$0:Lorg/apache/lucene/search/WANDScorer;
            invokevirtual org.apache.lucene.search.WANDScorer.doNextCompetitiveCandidate:()I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.search.WANDScorer$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/lucene/search/WANDScorer$1;
            0    8     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer$1 this
         0: .line 258
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer$1.this$0:Lorg/apache/lucene/search/WANDScorer;
            getfield org.apache.lucene.search.WANDScorer.cost:J
            lreturn
        end local 0 // org.apache.lucene.search.WANDScorer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/WANDScorer$1;
}
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$1