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

  private org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub current;
    descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$NumericDocValuesSub;
    flags: (0x0002) ACC_PRIVATE

  final org.apache.lucene.codecs.DocValuesConsumer$1 this$1;
    descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

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

  void <init>(org.apache.lucene.codecs.DocValuesConsumer$1, org.apache.lucene.index.DocIDMerger, long);
    descriptor: (Lorg/apache/lucene/codecs/DocValuesConsumer$1;Lorg/apache/lucene/index/DocIDMerger;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$1$1 this
         0: .line 209
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.codecs.DocValuesConsumer$1$1.this$1:Lorg/apache/lucene/codecs/DocValuesConsumer$1;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.codecs.DocValuesConsumer$1$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
            aload 0 /* this */
            lload 3
            putfield org.apache.lucene.codecs.DocValuesConsumer$1$1.val$finalCost:J
            aload 0 /* this */
            invokespecial org.apache.lucene.index.NumericDocValues.<init>:()V
         1: .line 210
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.DocValuesConsumer$1$1.docID:I
         2: .line 209
            return
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$1$1;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$docIDMerger  final
      val$finalCost    final

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

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$1$1 this
         0: .line 220
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$1$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
            invokevirtual org.apache.lucene.index.DocIDMerger.next:()Lorg/apache/lucene/index/DocIDMerger$Sub;
            checkcast org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub
            putfield org.apache.lucene.codecs.DocValuesConsumer$1$1.current:Lorg/apache/lucene/codecs/DocValuesConsumer$NumericDocValuesSub;
         1: .line 221
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$1$1.current:Lorg/apache/lucene/codecs/DocValuesConsumer$NumericDocValuesSub;
            ifnonnull 4
         2: .line 222
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.codecs.DocValuesConsumer$1$1.docID:I
         3: .line 223
            goto 5
         4: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$1$1.current:Lorg/apache/lucene/codecs/DocValuesConsumer$NumericDocValuesSub;
            getfield org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub.mappedDocID:I
            putfield org.apache.lucene.codecs.DocValuesConsumer$1$1.docID:I
         5: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$1$1.docID:I
            ireturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$1$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.codecs.DocValuesConsumer$1$1 this
        start local 1 // int target
         0: .line 231
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/DocValuesConsumer$1$1;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$1$1 this
        start local 1 // int target
         0: .line 236
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/DocValuesConsumer$1$1;
            0    1     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.codecs.DocValuesConsumer$1$1 this
         0: .line 241
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$1$1.val$finalCost:J
            lreturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$1$1;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$1$1 this
         0: .line 246
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$1$1.current:Lorg/apache/lucene/codecs/DocValuesConsumer$NumericDocValuesSub;
            getfield org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub.values:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.longValue:()J
            lreturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$1$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "DocValuesConsumer.java"
EnclosingMethod: org.apache.lucene.codecs.DocValuesConsumer$1.getNumeric:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/NumericDocValues;
NestHost: org.apache.lucene.codecs.DocValuesConsumer
InnerClasses:
  org.apache.lucene.codecs.DocValuesConsumer$1
  org.apache.lucene.codecs.DocValuesConsumer$1$1
  private NumericDocValuesSub = org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub of org.apache.lucene.codecs.DocValuesConsumer
  public abstract Sub = org.apache.lucene.index.DocIDMerger$Sub of org.apache.lucene.index.DocIDMerger