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

  private org.apache.lucene.index.NumericDocValues currentValues;
    descriptor: Lorg/apache/lucene/index/NumericDocValues;
    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$1 this
         0: .line 64
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.MultiDocValues$1.val$leaves:Ljava/util/List;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.index.MultiDocValues$1.val$field:Ljava/lang/String;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.NumericDocValues.<init>:()V
         1: .line 68
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.index.MultiDocValues$1.docID:I
         2: .line 64
            return
        end local 0 // org.apache.lucene.index.MultiDocValues$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/MultiDocValues$1;
    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$1 this
         0: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            ifnonnull 8
         1: .line 74
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.nextLeaf:I
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 4
         2: .line 75
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.index.MultiDocValues$1.docID:I
         3: .line 76
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.docID:I
            ireturn
         4: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.val$leaves:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.nextLeaf:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.LeafReaderContext
            putfield org.apache.lucene.index.MultiDocValues$1.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         5: .line 79
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.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$1.val$field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.getNormValues:(Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
            putfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
         6: .line 80
            aload 0 /* this */
            dup
            getfield org.apache.lucene.index.MultiDocValues$1.nextLeaf:I
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$1.nextLeaf:I
         7: .line 81
            goto 0
         8: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.nextDoc:()I
            istore 1 /* newDocID */
        start local 1 // int newDocID
         9: .line 86
            iload 1 /* newDocID */
            ldc 2147483647
            if_icmpne 12
        10: .line 87
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
        11: .line 88
            goto 0
        12: .line 90
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            iload 1 /* newDocID */
            iadd
            putfield org.apache.lucene.index.MultiDocValues$1.docID:I
        13: .line 91
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.docID:I
            ireturn
        end local 1 // int newDocID
        end local 0 // org.apache.lucene.index.MultiDocValues$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lorg/apache/lucene/index/MultiDocValues$1;
            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$1 this
         0: .line 98
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.docID:I
            ireturn
        end local 0 // org.apache.lucene.index.MultiDocValues$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$1;

  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$1 this
        start local 1 // int targetDocID
         0: .line 103
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.docID:I
            if_icmpgt 2
         1: .line 104
            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$1.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 106
      StackMap locals:
      StackMap stack:
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.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 107
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.nextLeaf:I
            if_icmplt 13
         4: .line 108
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 8
         5: .line 109
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
         6: .line 110
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.index.MultiDocValues$1.docID:I
         7: .line 111
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.docID:I
            ireturn
         8: .line 113
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.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$1.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         9: .line 114
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.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$1.val$field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.getNormValues:(Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
            putfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
        10: .line 115
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            ifnonnull 12
        11: .line 116
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.MultiDocValues$1.nextDoc:()I
            ireturn
        12: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* readerIndex */
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$1.nextLeaf:I
        13: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            isub
            invokevirtual org.apache.lucene.index.NumericDocValues.advance:(I)I
            istore 3 /* newDocID */
        start local 3 // int newDocID
        14: .line 121
            iload 3 /* newDocID */
            ldc 2147483647
            if_icmpne 17
        15: .line 122
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
        16: .line 123
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.MultiDocValues$1.nextDoc:()I
            ireturn
        17: .line 125
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            iload 3 /* newDocID */
            iadd
            putfield org.apache.lucene.index.MultiDocValues$1.docID:I
        18: .line 126
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.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$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lorg/apache/lucene/index/MultiDocValues$1;
            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$1 this
        start local 1 // int targetDocID
         0: .line 132
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.docID:I
            if_icmpge 2
         1: .line 133
            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$1.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 135
      StackMap locals:
      StackMap stack:
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.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 136
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.nextLeaf:I
            if_icmplt 9
         4: .line 137
            iload 2 /* readerIndex */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.val$leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 6
         5: .line 138
            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 140
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.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$1.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
         7: .line 141
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.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$1.val$field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.getNormValues:(Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
            putfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
         8: .line 142
            aload 0 /* this */
            iload 2 /* readerIndex */
            iconst_1
            iadd
            putfield org.apache.lucene.index.MultiDocValues$1.nextLeaf:I
         9: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* targetDocID */
            putfield org.apache.lucene.index.MultiDocValues$1.docID:I
        10: .line 145
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            ifnonnull 12
        11: .line 146
            iconst_0
            ireturn
        12: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            iload 1 /* targetDocID */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.currentLeaf:Lorg/apache/lucene/index/LeafReaderContext;
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            isub
            invokevirtual org.apache.lucene.index.NumericDocValues.advanceExact:(I)Z
            ireturn
        end local 2 // int readerIndex
        end local 1 // int targetDocID
        end local 0 // org.apache.lucene.index.MultiDocValues$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/apache/lucene/index/MultiDocValues$1;
            0   13     1  targetDocID  I
            3   13     2  readerIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      targetDocID  

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiDocValues$1 this
         0: .line 153
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiDocValues$1.currentValues:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.longValue:()J
            lreturn
        end local 0 // org.apache.lucene.index.MultiDocValues$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$1;
    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$1 this
         0: .line 159
            lconst_0
            lreturn
        end local 0 // org.apache.lucene.index.MultiDocValues$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiDocValues$1;
}
SourceFile: "MultiDocValues.java"
EnclosingMethod: org.apache.lucene.index.MultiDocValues.getNormValues:(Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
NestHost: org.apache.lucene.index.MultiDocValues
InnerClasses:
  org.apache.lucene.index.MultiDocValues$1