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

  private final org.apache.lucene.index.SortedSetDocValues val$values;
    descriptor: Lorg/apache/lucene/index/SortedSetDocValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$minOrd;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$maxOrd;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.document.SortedSetDocValuesRangeQuery$1, org.apache.lucene.search.DocIdSetIterator, org.apache.lucene.index.SortedSetDocValues, long, long);
    descriptor: (Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1;Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/index/SortedSetDocValues;JJ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=6
        start local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2 this
        start local 2 // org.apache.lucene.search.DocIdSetIterator $anonymous0
         0: .line 172
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2.this$1:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1;
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            aload 0 /* this */
            lload 4
            putfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2.val$minOrd:J
            aload 0 /* this */
            lload 6
            putfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2.val$maxOrd:J
            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.document.SortedSetDocValuesRangeQuery$1$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1$2;
            0    1     2  $anonymous0  Lorg/apache/lucene/search/DocIdSetIterator;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      val$values   final
      val$minOrd   final
      val$maxOrd   final

  public boolean matches();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2 this
         0: .line 175
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.nextOrd:()J
            lstore 1 /* ord */
        start local 1 // long ord
         1: goto 7
         2: .line 176
      StackMap locals: long
      StackMap stack:
            lload 1 /* ord */
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2.val$minOrd:J
            lcmp
            ifge 4
         3: .line 177
            goto 6
         4: .line 180
      StackMap locals:
      StackMap stack:
            lload 1 /* ord */
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2.val$maxOrd:J
            lcmp
            ifgt 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
         6: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2.val$values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.nextOrd:()J
            lstore 1 /* ord */
      StackMap locals:
      StackMap stack:
         7: lload 1 /* ord */
            ldc -1
            lcmp
            ifne 2
        end local 1 // long ord
         8: .line 182
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1$2;
            1    8     1   ord  J
    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.document.SortedSetDocValuesRangeQuery$1$2 this
         0: .line 187
            fconst_2
            freturn
        end local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1$2;
}
SourceFile: "SortedSetDocValuesRangeQuery.java"
EnclosingMethod: org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.scorer:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/Scorer;
NestHost: org.apache.lucene.document.SortedSetDocValuesRangeQuery
InnerClasses:
  org.apache.lucene.document.SortedSetDocValuesRangeQuery$1
  org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2