class org.apache.lucene.codecs.NormsConsumer$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.NormsConsumer$1$1
  super_class: org.apache.lucene.index.NumericDocValues
{
  private int docID;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  final org.apache.lucene.codecs.NormsConsumer$1 this$1;
    descriptor: Lorg/apache/lucene/codecs/NormsConsumer$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

  void <init>(org.apache.lucene.codecs.NormsConsumer$1, org.apache.lucene.index.DocIDMerger);
    descriptor: (Lorg/apache/lucene/codecs/NormsConsumer$1;Lorg/apache/lucene/index/DocIDMerger;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.codecs.NormsConsumer$1$1 this
         0: .line 135
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.codecs.NormsConsumer$1$1.this$1:Lorg/apache/lucene/codecs/NormsConsumer$1;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.codecs.NormsConsumer$1$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.NumericDocValues.<init>:()V
         1: .line 136
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.NormsConsumer$1$1.docID:I
         2: .line 135
            return
        end local 0 // org.apache.lucene.codecs.NormsConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/codecs/NormsConsumer$1$1;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$docIDMerger  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.NormsConsumer$1$1 this
         0: .line 141
            aload 0 /* this */
            getfield org.apache.lucene.codecs.NormsConsumer$1$1.docID:I
            ireturn
        end local 0 // org.apache.lucene.codecs.NormsConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/NormsConsumer$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.NormsConsumer$1$1 this
         0: .line 146
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.NormsConsumer$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.NormsConsumer$NumericDocValuesSub
            putfield org.apache.lucene.codecs.NormsConsumer$1$1.current:Lorg/apache/lucene/codecs/NormsConsumer$NumericDocValuesSub;
         1: .line 147
            aload 0 /* this */
            getfield org.apache.lucene.codecs.NormsConsumer$1$1.current:Lorg/apache/lucene/codecs/NormsConsumer$NumericDocValuesSub;
            ifnonnull 4
         2: .line 148
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.codecs.NormsConsumer$1$1.docID:I
         3: .line 149
            goto 5
         4: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.NormsConsumer$1$1.current:Lorg/apache/lucene/codecs/NormsConsumer$NumericDocValuesSub;
            getfield org.apache.lucene.codecs.NormsConsumer$NumericDocValuesSub.mappedDocID:I
            putfield org.apache.lucene.codecs.NormsConsumer$1$1.docID:I
         5: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.NormsConsumer$1$1.docID:I
            ireturn
        end local 0 // org.apache.lucene.codecs.NormsConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/codecs/NormsConsumer$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.NormsConsumer$1$1 this
        start local 1 // int target
         0: .line 157
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.NormsConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/NormsConsumer$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.NormsConsumer$1$1 this
        start local 1 // int target
         0: .line 162
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.NormsConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/NormsConsumer$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.NormsConsumer$1$1 this
         0: .line 167
            lconst_0
            lreturn
        end local 0 // org.apache.lucene.codecs.NormsConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/NormsConsumer$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.NormsConsumer$1$1 this
         0: .line 172
            aload 0 /* this */
            getfield org.apache.lucene.codecs.NormsConsumer$1$1.current:Lorg/apache/lucene/codecs/NormsConsumer$NumericDocValuesSub;
            getfield org.apache.lucene.codecs.NormsConsumer$NumericDocValuesSub.values:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.longValue:()J
            lreturn
        end local 0 // org.apache.lucene.codecs.NormsConsumer$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/NormsConsumer$1$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "NormsConsumer.java"
EnclosingMethod: org.apache.lucene.codecs.NormsConsumer$1.getNorms:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/NumericDocValues;
NestHost: org.apache.lucene.codecs.NormsConsumer
InnerClasses:
  org.apache.lucene.codecs.NormsConsumer$1
  org.apache.lucene.codecs.NormsConsumer$1$1
  private NumericDocValuesSub = org.apache.lucene.codecs.NormsConsumer$NumericDocValuesSub of org.apache.lucene.codecs.NormsConsumer
  public abstract Sub = org.apache.lucene.index.DocIDMerger$Sub of org.apache.lucene.index.DocIDMerger