class org.apache.lucene.index.MultiDocValues$3 extends org.apache.lucene.index.BinaryDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.MultiDocValues$3
  super_class: org.apache.lucene.index.BinaryDocValues
{
  private int nextLeaf;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.apache.lucene.index.BinaryDocValues currentValues;
    descriptor: Lorg/apache/lucene/index/BinaryDocValues;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.lucene.index.LeafReaderContext currentLeaf;
    descriptor: Lorg/apache/lucene/index/LeafReaderContext;
    flags: (0x0002) ACC_PRIVATE

  private int docID;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final java.util.List val$leaves;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$field;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.List, java.lang.String);
    descriptor: (Ljava/util/List;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.MultiDocValues$3 this
         0: .line 315
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.MultiDocValues$3.val$leaves:Ljava/util/List;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.index.MultiDocValues$3.val$field:Ljava/lang/String;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.BinaryDocValues.<init>:()V
         1: .line 319
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.index.MultiDocValues$3.docID:I
         2: .line 315
            return
        end local 0 // org.apache.lucene.index.MultiDocValues$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/MultiDocValues$3;
    MethodParameters:
            Name  Flags
      val$leaves  final
      val$field   final

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.MultiDocValues$3 this
         0: .line 324
            goto 7
         1: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.nextLeaf:I
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 4
         2: .line 326
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.index.MultiDocValues$3.docID:I
         3: .line 327
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.docID:I
            ireturn
         4: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.val$leaves:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.nextLeaf:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.LeafReaderContext
            putfield org.apache.lucene.index.MultiDocValues$3.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         5: .line 330
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.val$field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.getBinaryDocValues:(Ljava/lang/String;)Lorg/apache/lucene/index/BinaryDocValues;
            putfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
         6: .line 331
            aload 0 /* this */
            dup
            getfield org.apache.lucene.index.MultiDocValues$3.nextLeaf:I
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$3.nextLeaf:I
         7: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
            ifnull 1
         8: .line 334
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
            invokevirtual org.apache.lucene.index.BinaryDocValues.nextDoc:()I
            istore 1 /* newDocID */
        start local 1 // int newDocID
         9: .line 336
            iload 1 /* newDocID */
            ldc 2147483647
            if_icmpne 12
        10: .line 337
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
        11: .line 338
            goto 14
        12: .line 340
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            iload 1 /* newDocID */
            iadd
            putfield org.apache.lucene.index.MultiDocValues$3.docID:I
        13: .line 341
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.docID:I
            ireturn
        end local 1 // int newDocID
        14: .line 323
      StackMap locals:
      StackMap stack:
            goto 7
        end local 0 // org.apache.lucene.index.MultiDocValues$3 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lorg/apache/lucene/index/MultiDocValues$3;
            9   14     1  newDocID  I
    Exceptions:
      throws java.io.IOException

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

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.lucene.index.MultiDocValues$3 this
        start local 1 // int targetDocID
         0: .line 353
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.docID:I
            if_icmpgt 2
         1: .line 354
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "can only advance beyond current document: on docID="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.docID:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " but targetDocID="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* targetDocID */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 356
      StackMap locals:
      StackMap stack:
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.val$leaves:Ljava/util/List;
            invokestatic org.apache.lucene.index.ReaderUtil.subIndex:(ILjava/util/List;)I
            istore 2 /* readerIndex */
        start local 2 // int readerIndex
         3: .line 357
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.nextLeaf:I
            if_icmplt 13
         4: .line 358
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 8
         5: .line 359
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
         6: .line 360
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.index.MultiDocValues$3.docID:I
         7: .line 361
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.docID:I
            ireturn
         8: .line 363
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.val$leaves:Ljava/util/List;
            iload 2 /* readerIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.LeafReaderContext
            putfield org.apache.lucene.index.MultiDocValues$3.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         9: .line 364
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.val$field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.getBinaryDocValues:(Ljava/lang/String;)Lorg/apache/lucene/index/BinaryDocValues;
            putfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
        10: .line 365
            aload 0 /* this */
            iload 2 /* readerIndex */
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$3.nextLeaf:I
        11: .line 366
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
            ifnonnull 13
        12: .line 367
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.MultiDocValues$3.nextDoc:()I
            ireturn
        13: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            isub
            invokevirtual org.apache.lucene.index.BinaryDocValues.advance:(I)I
            istore 3 /* newDocID */
        start local 3 // int newDocID
        14: .line 371
            iload 3 /* newDocID */
            ldc 2147483647
            if_icmpne 17
        15: .line 372
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
        16: .line 373
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.MultiDocValues$3.nextDoc:()I
            ireturn
        17: .line 375
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            iload 3 /* newDocID */
            iadd
            putfield org.apache.lucene.index.MultiDocValues$3.docID:I
        18: .line 376
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.docID:I
            ireturn
        end local 3 // int newDocID
        end local 2 // int readerIndex
        end local 1 // int targetDocID
        end local 0 // org.apache.lucene.index.MultiDocValues$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lorg/apache/lucene/index/MultiDocValues$3;
            0   19     1  targetDocID  I
            3   19     2  readerIndex  I
           14   19     3     newDocID  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      targetDocID  

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.MultiDocValues$3 this
        start local 1 // int targetDocID
         0: .line 382
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.docID:I
            if_icmpge 2
         1: .line 383
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "can only advance beyond current document: on docID="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.docID:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " but targetDocID="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* targetDocID */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 385
      StackMap locals:
      StackMap stack:
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.val$leaves:Ljava/util/List;
            invokestatic org.apache.lucene.index.ReaderUtil.subIndex:(ILjava/util/List;)I
            istore 2 /* readerIndex */
        start local 2 // int readerIndex
         3: .line 386
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.nextLeaf:I
            if_icmplt 9
         4: .line 387
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 6
         5: .line 388
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Out of range: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* targetDocID */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 390
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.val$leaves:Ljava/util/List;
            iload 2 /* readerIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.LeafReaderContext
            putfield org.apache.lucene.index.MultiDocValues$3.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         7: .line 391
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.val$field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.getBinaryDocValues:(Ljava/lang/String;)Lorg/apache/lucene/index/BinaryDocValues;
            putfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
         8: .line 392
            aload 0 /* this */
            iload 2 /* readerIndex */
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$3.nextLeaf:I
         9: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* targetDocID */
            putfield org.apache.lucene.index.MultiDocValues$3.docID:I
        10: .line 395
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
            ifnonnull 12
        11: .line 396
            iconst_0
            ireturn
        12: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            isub
            invokevirtual org.apache.lucene.index.BinaryDocValues.advanceExact:(I)Z
            ireturn
        end local 2 // int readerIndex
        end local 1 // int targetDocID
        end local 0 // org.apache.lucene.index.MultiDocValues$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/apache/lucene/index/MultiDocValues$3;
            0   13     1  targetDocID  I
            3   13     2  readerIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      targetDocID  

  public org.apache.lucene.util.BytesRef binaryValue();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiDocValues$3 this
         0: .line 403
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$3.currentValues:Lorg/apache/lucene/index/BinaryDocValues;
            invokevirtual org.apache.lucene.index.BinaryDocValues.binaryValue:()Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.index.MultiDocValues$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$3;
    Exceptions:
      throws java.io.IOException

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiDocValues$3 this
         0: .line 409
            lconst_0
            lreturn
        end local 0 // org.apache.lucene.index.MultiDocValues$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$3;
}
SourceFile: "MultiDocValues.java"
EnclosingMethod: org.apache.lucene.index.MultiDocValues.getBinaryValues:(Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;)Lorg/apache/lucene/index/BinaryDocValues;
NestHost: org.apache.lucene.index.MultiDocValues
InnerClasses:
  org.apache.lucene.index.MultiDocValues$3