class org.apache.lucene.queries.intervals.DisjunctionDISIApproximation extends org.apache.lucene.search.DocIdSetIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.queries.intervals.DisjunctionDISIApproximation
  super_class: org.apache.lucene.search.DocIdSetIterator
{
  final org.apache.lucene.queries.intervals.DisiPriorityQueue subIterators;
    descriptor: Lorg/apache/lucene/queries/intervals/DisiPriorityQueue;
    flags: (0x0010) ACC_FINAL

  final long cost;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  public void <init>(org.apache.lucene.queries.intervals.DisiPriorityQueue);
    descriptor: (Lorg/apache/lucene/queries/intervals/DisiPriorityQueue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.apache.lucene.queries.intervals.DisjunctionDISIApproximation this
        start local 1 // org.apache.lucene.queries.intervals.DisiPriorityQueue subIterators
         0: .line 33
            aload 0 /* this */
            invokespecial org.apache.lucene.search.DocIdSetIterator.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* subIterators */
            putfield org.apache.lucene.queries.intervals.DisjunctionDISIApproximation.subIterators:Lorg/apache/lucene/queries/intervals/DisiPriorityQueue;
         2: .line 35
            lconst_0
            lstore 2 /* cost */
        start local 2 // long cost
         3: .line 36
            aload 1 /* subIterators */
            invokevirtual org.apache.lucene.queries.intervals.DisiPriorityQueue.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: org.apache.lucene.queries.intervals.DisjunctionDISIApproximation org.apache.lucene.queries.intervals.DisiPriorityQueue long top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.queries.intervals.DisiWrapper
            astore 4 /* w */
        start local 4 // org.apache.lucene.queries.intervals.DisiWrapper w
         5: .line 37
            lload 2 /* cost */
            aload 4 /* w */
            getfield org.apache.lucene.queries.intervals.DisiWrapper.cost:J
            ladd
            lstore 2 /* cost */
        end local 4 // org.apache.lucene.queries.intervals.DisiWrapper w
         6: .line 36
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 39
            aload 0 /* this */
            lload 2 /* cost */
            putfield org.apache.lucene.queries.intervals.DisjunctionDISIApproximation.cost:J
         8: .line 40
            return
        end local 2 // long cost
        end local 1 // org.apache.lucene.queries.intervals.DisiPriorityQueue subIterators
        end local 0 // org.apache.lucene.queries.intervals.DisjunctionDISIApproximation this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/lucene/queries/intervals/DisjunctionDISIApproximation;
            0    9     1  subIterators  Lorg/apache/lucene/queries/intervals/DisiPriorityQueue;
            3    9     2          cost  J
            5    6     4             w  Lorg/apache/lucene/queries/intervals/DisiWrapper;
    MethodParameters:
              Name  Flags
      subIterators  

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.queries.intervals.DisjunctionDISIApproximation this
         0: .line 44
            aload 0 /* this */
            getfield org.apache.lucene.queries.intervals.DisjunctionDISIApproximation.cost:J
            lreturn
        end local 0 // org.apache.lucene.queries.intervals.DisjunctionDISIApproximation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/queries/intervals/DisjunctionDISIApproximation;

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.queries.intervals.DisjunctionDISIApproximation this
         0: .line 49
            aload 0 /* this */
            getfield org.apache.lucene.queries.intervals.DisjunctionDISIApproximation.subIterators:Lorg/apache/lucene/queries/intervals/DisiPriorityQueue;
            invokevirtual org.apache.lucene.queries.intervals.DisiPriorityQueue.top:()Lorg/apache/lucene/queries/intervals/DisiWrapper;
            getfield org.apache.lucene.queries.intervals.DisiWrapper.doc:I
            ireturn
        end local 0 // org.apache.lucene.queries.intervals.DisjunctionDISIApproximation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/queries/intervals/DisjunctionDISIApproximation;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.apache.lucene.queries.intervals.DisjunctionDISIApproximation this
         0: .line 54
            aload 0 /* this */
            getfield org.apache.lucene.queries.intervals.DisjunctionDISIApproximation.subIterators:Lorg/apache/lucene/queries/intervals/DisiPriorityQueue;
            invokevirtual org.apache.lucene.queries.intervals.DisiPriorityQueue.top:()Lorg/apache/lucene/queries/intervals/DisiWrapper;
            astore 1 /* top */
        start local 1 // org.apache.lucene.queries.intervals.DisiWrapper top
         1: .line 55
            aload 1 /* top */
            getfield org.apache.lucene.queries.intervals.DisiWrapper.doc:I
            istore 2 /* doc */
        start local 2 // int doc
         2: .line 57
      StackMap locals: org.apache.lucene.queries.intervals.DisiWrapper int
      StackMap stack:
            aload 1 /* top */
            aload 1 /* top */
            getfield org.apache.lucene.queries.intervals.DisiWrapper.approximation:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.nextDoc:()I
            putfield org.apache.lucene.queries.intervals.DisiWrapper.doc:I
         3: .line 58
            aload 0 /* this */
            getfield org.apache.lucene.queries.intervals.DisjunctionDISIApproximation.subIterators:Lorg/apache/lucene/queries/intervals/DisiPriorityQueue;
            invokevirtual org.apache.lucene.queries.intervals.DisiPriorityQueue.updateTop:()Lorg/apache/lucene/queries/intervals/DisiWrapper;
            astore 1 /* top */
         4: .line 59
            aload 1 /* top */
            getfield org.apache.lucene.queries.intervals.DisiWrapper.doc:I
            iload 2 /* doc */
            if_icmpeq 2
         5: .line 61
            aload 1 /* top */
            getfield org.apache.lucene.queries.intervals.DisiWrapper.doc:I
            ireturn
        end local 2 // int doc
        end local 1 // org.apache.lucene.queries.intervals.DisiWrapper top
        end local 0 // org.apache.lucene.queries.intervals.DisjunctionDISIApproximation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/queries/intervals/DisjunctionDISIApproximation;
            1    6     1   top  Lorg/apache/lucene/queries/intervals/DisiWrapper;
            2    6     2   doc  I
    Exceptions:
      throws java.io.IOException

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.queries.intervals.DisjunctionDISIApproximation this
        start local 1 // int target
         0: .line 66
            aload 0 /* this */
            getfield org.apache.lucene.queries.intervals.DisjunctionDISIApproximation.subIterators:Lorg/apache/lucene/queries/intervals/DisiPriorityQueue;
            invokevirtual org.apache.lucene.queries.intervals.DisiPriorityQueue.top:()Lorg/apache/lucene/queries/intervals/DisiWrapper;
            astore 2 /* top */
        start local 2 // org.apache.lucene.queries.intervals.DisiWrapper top
         1: .line 68
      StackMap locals: org.apache.lucene.queries.intervals.DisiWrapper
      StackMap stack:
            aload 2 /* top */
            aload 2 /* top */
            getfield org.apache.lucene.queries.intervals.DisiWrapper.approximation:Lorg/apache/lucene/search/DocIdSetIterator;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.DocIdSetIterator.advance:(I)I
            putfield org.apache.lucene.queries.intervals.DisiWrapper.doc:I
         2: .line 69
            aload 0 /* this */
            getfield org.apache.lucene.queries.intervals.DisjunctionDISIApproximation.subIterators:Lorg/apache/lucene/queries/intervals/DisiPriorityQueue;
            invokevirtual org.apache.lucene.queries.intervals.DisiPriorityQueue.updateTop:()Lorg/apache/lucene/queries/intervals/DisiWrapper;
            astore 2 /* top */
         3: .line 70
            aload 2 /* top */
            getfield org.apache.lucene.queries.intervals.DisiWrapper.doc:I
            iload 1 /* target */
         4: .line 67
            if_icmplt 1
         5: .line 72
            aload 2 /* top */
            getfield org.apache.lucene.queries.intervals.DisiWrapper.doc:I
            ireturn
        end local 2 // org.apache.lucene.queries.intervals.DisiWrapper top
        end local 1 // int target
        end local 0 // org.apache.lucene.queries.intervals.DisjunctionDISIApproximation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/queries/intervals/DisjunctionDISIApproximation;
            0    6     1  target  I
            1    6     2     top  Lorg/apache/lucene/queries/intervals/DisiWrapper;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  
}
SourceFile: "DisjunctionDISIApproximation.java"