class org.apache.lucene.index.SegmentDocValuesProducer extends org.apache.lucene.codecs.DocValuesProducer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.SegmentDocValuesProducer
  super_class: org.apache.lucene.codecs.DocValuesProducer
{
  private static final long LONG_RAM_BYTES_USED;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long BASE_RAM_BYTES_USED;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  final java.util.Map<java.lang.String, org.apache.lucene.codecs.DocValuesProducer> dvProducersByField;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/apache/lucene/codecs/DocValuesProducer;>;

  final java.util.Set<org.apache.lucene.codecs.DocValuesProducer> dvProducers;
    descriptor: Ljava/util/Set;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Set<Lorg/apache/lucene/codecs/DocValuesProducer;>;

  final java.util.List<java.lang.Long> dvGens;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Long;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 39
            ldc Lorg/apache/lucene/index/SegmentDocValuesProducer;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.index.SegmentDocValuesProducer.$assertionsDisabled:Z
         3: .line 41
            ldc Ljava/lang/Long;
            invokestatic org.apache.lucene.util.RamUsageEstimator.shallowSizeOfInstance:(Ljava/lang/Class;)J
            putstatic org.apache.lucene.index.SegmentDocValuesProducer.LONG_RAM_BYTES_USED:J
         4: .line 43
            ldc Lorg/apache/lucene/index/SegmentDocValuesProducer;
            invokestatic org.apache.lucene.util.RamUsageEstimator.shallowSizeOfInstance:(Ljava/lang/Class;)J
         5: .line 42
            putstatic org.apache.lucene.index.SegmentDocValuesProducer.BASE_RAM_BYTES_USED:J
         6: .line 43
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.apache.lucene.index.SegmentCommitInfo, org.apache.lucene.store.Directory, org.apache.lucene.index.FieldInfos, org.apache.lucene.index.FieldInfos, org.apache.lucene.index.SegmentDocValues);
    descriptor: (Lorg/apache/lucene/index/SegmentCommitInfo;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/FieldInfos;Lorg/apache/lucene/index/FieldInfos;Lorg/apache/lucene/index/SegmentDocValues;)V
    flags: (0x0000) 
    Code:
      stack=11, locals=12, args_size=6
        start local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
        start local 1 // org.apache.lucene.index.SegmentCommitInfo si
        start local 2 // org.apache.lucene.store.Directory dir
        start local 3 // org.apache.lucene.index.FieldInfos coreInfos
        start local 4 // org.apache.lucene.index.FieldInfos allInfos
        start local 5 // org.apache.lucene.index.SegmentDocValues segDocValues
         0: .line 57
            aload 0 /* this */
            invokespecial org.apache.lucene.codecs.DocValuesProducer.<init>:()V
         1: .line 45
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducersByField:Ljava/util/Map;
         2: .line 46
            aload 0 /* this */
            new java.util.IdentityHashMap
            dup
            invokespecial java.util.IdentityHashMap.<init>:()V
            invokestatic java.util.Collections.newSetFromMap:(Ljava/util/Map;)Ljava/util/Set;
            putfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducers:Ljava/util/Set;
         3: .line 47
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.lucene.index.SegmentDocValuesProducer.dvGens:Ljava/util/List;
         4: .line 59
            aconst_null
            astore 6 /* baseProducer */
        start local 6 // org.apache.lucene.codecs.DocValuesProducer baseProducer
         5: .line 60
            aload 4 /* allInfos */
            invokevirtual org.apache.lucene.index.FieldInfos.iterator:()Ljava/util/Iterator;
            astore 8
            goto 22
      StackMap locals: org.apache.lucene.index.SegmentDocValuesProducer org.apache.lucene.index.SegmentCommitInfo org.apache.lucene.store.Directory org.apache.lucene.index.FieldInfos org.apache.lucene.index.FieldInfos org.apache.lucene.index.SegmentDocValues org.apache.lucene.codecs.DocValuesProducer top java.util.Iterator
      StackMap stack:
         6: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.index.FieldInfo
            astore 7 /* fi */
        start local 7 // org.apache.lucene.index.FieldInfo fi
         7: .line 61
            aload 7 /* fi */
            invokevirtual org.apache.lucene.index.FieldInfo.getDocValuesType:()Lorg/apache/lucene/index/DocValuesType;
            getstatic org.apache.lucene.index.DocValuesType.NONE:Lorg/apache/lucene/index/DocValuesType;
            if_acmpne 9
         8: .line 62
            goto 22
         9: .line 64
      StackMap locals: org.apache.lucene.index.SegmentDocValuesProducer org.apache.lucene.index.SegmentCommitInfo org.apache.lucene.store.Directory org.apache.lucene.index.FieldInfos org.apache.lucene.index.FieldInfos org.apache.lucene.index.SegmentDocValues org.apache.lucene.codecs.DocValuesProducer org.apache.lucene.index.FieldInfo java.util.Iterator
      StackMap stack:
            aload 7 /* fi */
            invokevirtual org.apache.lucene.index.FieldInfo.getDocValuesGen:()J
            lstore 9 /* docValuesGen */
        start local 9 // long docValuesGen
        10: .line 65
            lload 9 /* docValuesGen */
            ldc -1
            lcmp
            ifne 17
        11: .line 66
            aload 6 /* baseProducer */
            ifnonnull 15
        12: .line 68
            aload 5 /* segDocValues */
            lload 9 /* docValuesGen */
            aload 1 /* si */
            aload 2 /* dir */
            aload 3 /* coreInfos */
            invokevirtual org.apache.lucene.index.SegmentDocValues.getDocValuesProducer:(JLorg/apache/lucene/index/SegmentCommitInfo;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/FieldInfos;)Lorg/apache/lucene/codecs/DocValuesProducer;
            astore 6 /* baseProducer */
        13: .line 69
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvGens:Ljava/util/List;
            lload 9 /* docValuesGen */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 70
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducers:Ljava/util/Set;
            aload 6 /* baseProducer */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        15: .line 72
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducersByField:Ljava/util/Map;
            aload 7 /* fi */
            getfield org.apache.lucene.index.FieldInfo.name:Ljava/lang/String;
            aload 6 /* baseProducer */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 73
            goto 22
        17: .line 74
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.SegmentDocValuesProducer.$assertionsDisabled:Z
            ifne 18
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvGens:Ljava/util/List;
            lload 9 /* docValuesGen */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 18
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        18: .line 76
      StackMap locals:
      StackMap stack:
            aload 5 /* segDocValues */
            lload 9 /* docValuesGen */
            aload 1 /* si */
            aload 2 /* dir */
            new org.apache.lucene.index.FieldInfos
            dup
            iconst_1
            anewarray org.apache.lucene.index.FieldInfo
            dup
            iconst_0
            aload 7 /* fi */
            aastore
            invokespecial org.apache.lucene.index.FieldInfos.<init>:([Lorg/apache/lucene/index/FieldInfo;)V
            invokevirtual org.apache.lucene.index.SegmentDocValues.getDocValuesProducer:(JLorg/apache/lucene/index/SegmentCommitInfo;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/FieldInfos;)Lorg/apache/lucene/codecs/DocValuesProducer;
            astore 11 /* dvp */
        start local 11 // org.apache.lucene.codecs.DocValuesProducer dvp
        19: .line 77
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvGens:Ljava/util/List;
            lload 9 /* docValuesGen */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        20: .line 78
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducers:Ljava/util/Set;
            aload 11 /* dvp */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        21: .line 79
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducersByField:Ljava/util/Map;
            aload 7 /* fi */
            getfield org.apache.lucene.index.FieldInfo.name:Ljava/lang/String;
            aload 11 /* dvp */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 11 // org.apache.lucene.codecs.DocValuesProducer dvp
        end local 9 // long docValuesGen
        end local 7 // org.apache.lucene.index.FieldInfo fi
        22: .line 60
      StackMap locals: org.apache.lucene.index.SegmentDocValuesProducer org.apache.lucene.index.SegmentCommitInfo org.apache.lucene.store.Directory org.apache.lucene.index.FieldInfos org.apache.lucene.index.FieldInfos org.apache.lucene.index.SegmentDocValues org.apache.lucene.codecs.DocValuesProducer top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 6 // org.apache.lucene.codecs.DocValuesProducer baseProducer
        23: .line 82
            goto 30
      StackMap locals: org.apache.lucene.index.SegmentDocValuesProducer org.apache.lucene.index.SegmentCommitInfo org.apache.lucene.store.Directory org.apache.lucene.index.FieldInfos org.apache.lucene.index.FieldInfos org.apache.lucene.index.SegmentDocValues
      StackMap stack: java.lang.Throwable
        24: astore 6 /* t */
        start local 6 // java.lang.Throwable t
        25: .line 84
            aload 5 /* segDocValues */
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvGens:Ljava/util/List;
            invokevirtual org.apache.lucene.index.SegmentDocValues.decRef:(Ljava/util/List;)V
        26: .line 85
            goto 29
      StackMap locals: org.apache.lucene.index.SegmentDocValuesProducer org.apache.lucene.index.SegmentCommitInfo org.apache.lucene.store.Directory org.apache.lucene.index.FieldInfos org.apache.lucene.index.FieldInfos org.apache.lucene.index.SegmentDocValues java.lang.Throwable
      StackMap stack: java.lang.Throwable
        27: astore 7 /* t1 */
        start local 7 // java.lang.Throwable t1
        28: .line 86
            aload 6 /* t */
            aload 7 /* t1 */
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
        end local 7 // java.lang.Throwable t1
        29: .line 88
      StackMap locals:
      StackMap stack:
            aload 6 /* t */
            athrow
        end local 6 // java.lang.Throwable t
        30: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.apache.lucene.index.SegmentDocValues segDocValues
        end local 4 // org.apache.lucene.index.FieldInfos allInfos
        end local 3 // org.apache.lucene.index.FieldInfos coreInfos
        end local 2 // org.apache.lucene.store.Directory dir
        end local 1 // org.apache.lucene.index.SegmentCommitInfo si
        end local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   31     0          this  Lorg/apache/lucene/index/SegmentDocValuesProducer;
            0   31     1            si  Lorg/apache/lucene/index/SegmentCommitInfo;
            0   31     2           dir  Lorg/apache/lucene/store/Directory;
            0   31     3     coreInfos  Lorg/apache/lucene/index/FieldInfos;
            0   31     4      allInfos  Lorg/apache/lucene/index/FieldInfos;
            0   31     5  segDocValues  Lorg/apache/lucene/index/SegmentDocValues;
            5   23     6  baseProducer  Lorg/apache/lucene/codecs/DocValuesProducer;
            7   22     7            fi  Lorg/apache/lucene/index/FieldInfo;
           10   22     9  docValuesGen  J
           19   22    11           dvp  Lorg/apache/lucene/codecs/DocValuesProducer;
           25   30     6             t  Ljava/lang/Throwable;
           28   29     7            t1  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4    23      24  Class java.lang.Throwable
          25    26      27  Class java.lang.Throwable
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      si            
      dir           
      coreInfos     
      allInfos      
      segDocValues  

  public org.apache.lucene.index.NumericDocValues getNumeric(org.apache.lucene.index.FieldInfo);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/NumericDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
        start local 1 // org.apache.lucene.index.FieldInfo field
         0: .line 94
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducersByField:Ljava/util/Map;
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.name:Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.codecs.DocValuesProducer
            astore 2 /* dvProducer */
        start local 2 // org.apache.lucene.codecs.DocValuesProducer dvProducer
         1: .line 95
            getstatic org.apache.lucene.index.SegmentDocValuesProducer.$assertionsDisabled:Z
            ifne 2
            aload 2 /* dvProducer */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 96
      StackMap locals: org.apache.lucene.codecs.DocValuesProducer
      StackMap stack:
            aload 2 /* dvProducer */
            aload 1 /* field */
            invokevirtual org.apache.lucene.codecs.DocValuesProducer.getNumeric:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/NumericDocValues;
            areturn
        end local 2 // org.apache.lucene.codecs.DocValuesProducer dvProducer
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/lucene/index/SegmentDocValuesProducer;
            0    3     1       field  Lorg/apache/lucene/index/FieldInfo;
            1    3     2  dvProducer  Lorg/apache/lucene/codecs/DocValuesProducer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

  public org.apache.lucene.index.BinaryDocValues getBinary(org.apache.lucene.index.FieldInfo);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/BinaryDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
        start local 1 // org.apache.lucene.index.FieldInfo field
         0: .line 101
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducersByField:Ljava/util/Map;
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.name:Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.codecs.DocValuesProducer
            astore 2 /* dvProducer */
        start local 2 // org.apache.lucene.codecs.DocValuesProducer dvProducer
         1: .line 102
            getstatic org.apache.lucene.index.SegmentDocValuesProducer.$assertionsDisabled:Z
            ifne 2
            aload 2 /* dvProducer */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 103
      StackMap locals: org.apache.lucene.codecs.DocValuesProducer
      StackMap stack:
            aload 2 /* dvProducer */
            aload 1 /* field */
            invokevirtual org.apache.lucene.codecs.DocValuesProducer.getBinary:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/BinaryDocValues;
            areturn
        end local 2 // org.apache.lucene.codecs.DocValuesProducer dvProducer
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/lucene/index/SegmentDocValuesProducer;
            0    3     1       field  Lorg/apache/lucene/index/FieldInfo;
            1    3     2  dvProducer  Lorg/apache/lucene/codecs/DocValuesProducer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

  public org.apache.lucene.index.SortedDocValues getSorted(org.apache.lucene.index.FieldInfo);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
        start local 1 // org.apache.lucene.index.FieldInfo field
         0: .line 108
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducersByField:Ljava/util/Map;
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.name:Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.codecs.DocValuesProducer
            astore 2 /* dvProducer */
        start local 2 // org.apache.lucene.codecs.DocValuesProducer dvProducer
         1: .line 109
            getstatic org.apache.lucene.index.SegmentDocValuesProducer.$assertionsDisabled:Z
            ifne 2
            aload 2 /* dvProducer */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 110
      StackMap locals: org.apache.lucene.codecs.DocValuesProducer
      StackMap stack:
            aload 2 /* dvProducer */
            aload 1 /* field */
            invokevirtual org.apache.lucene.codecs.DocValuesProducer.getSorted:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedDocValues;
            areturn
        end local 2 // org.apache.lucene.codecs.DocValuesProducer dvProducer
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/lucene/index/SegmentDocValuesProducer;
            0    3     1       field  Lorg/apache/lucene/index/FieldInfo;
            1    3     2  dvProducer  Lorg/apache/lucene/codecs/DocValuesProducer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

  public org.apache.lucene.index.SortedNumericDocValues getSortedNumeric(org.apache.lucene.index.FieldInfo);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedNumericDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
        start local 1 // org.apache.lucene.index.FieldInfo field
         0: .line 115
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducersByField:Ljava/util/Map;
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.name:Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.codecs.DocValuesProducer
            astore 2 /* dvProducer */
        start local 2 // org.apache.lucene.codecs.DocValuesProducer dvProducer
         1: .line 116
            getstatic org.apache.lucene.index.SegmentDocValuesProducer.$assertionsDisabled:Z
            ifne 2
            aload 2 /* dvProducer */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 117
      StackMap locals: org.apache.lucene.codecs.DocValuesProducer
      StackMap stack:
            aload 2 /* dvProducer */
            aload 1 /* field */
            invokevirtual org.apache.lucene.codecs.DocValuesProducer.getSortedNumeric:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedNumericDocValues;
            areturn
        end local 2 // org.apache.lucene.codecs.DocValuesProducer dvProducer
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/lucene/index/SegmentDocValuesProducer;
            0    3     1       field  Lorg/apache/lucene/index/FieldInfo;
            1    3     2  dvProducer  Lorg/apache/lucene/codecs/DocValuesProducer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

  public org.apache.lucene.index.SortedSetDocValues getSortedSet(org.apache.lucene.index.FieldInfo);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedSetDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
        start local 1 // org.apache.lucene.index.FieldInfo field
         0: .line 122
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducersByField:Ljava/util/Map;
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.name:Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.lucene.codecs.DocValuesProducer
            astore 2 /* dvProducer */
        start local 2 // org.apache.lucene.codecs.DocValuesProducer dvProducer
         1: .line 123
            getstatic org.apache.lucene.index.SegmentDocValuesProducer.$assertionsDisabled:Z
            ifne 2
            aload 2 /* dvProducer */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 124
      StackMap locals: org.apache.lucene.codecs.DocValuesProducer
      StackMap stack:
            aload 2 /* dvProducer */
            aload 1 /* field */
            invokevirtual org.apache.lucene.codecs.DocValuesProducer.getSortedSet:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedSetDocValues;
            areturn
        end local 2 // org.apache.lucene.codecs.DocValuesProducer dvProducer
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/lucene/index/SegmentDocValuesProducer;
            0    3     1       field  Lorg/apache/lucene/index/FieldInfo;
            1    3     2  dvProducer  Lorg/apache/lucene/codecs/DocValuesProducer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

  public void checkIntegrity();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
         0: .line 129
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducers:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: org.apache.lucene.index.SegmentDocValuesProducer top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.codecs.DocValuesProducer
            astore 1 /* producer */
        start local 1 // org.apache.lucene.codecs.DocValuesProducer producer
         2: .line 130
            aload 1 /* producer */
            invokevirtual org.apache.lucene.codecs.DocValuesProducer.checkIntegrity:()V
        end local 1 // org.apache.lucene.codecs.DocValuesProducer producer
         3: .line 129
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 132
            return
        end local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/lucene/index/SegmentDocValuesProducer;
            2    3     1  producer  Lorg/apache/lucene/codecs/DocValuesProducer;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
         0: .line 136
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SegmentDocValuesProducer;
    Exceptions:
      throws java.io.IOException

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
         0: .line 141
            getstatic org.apache.lucene.index.SegmentDocValuesProducer.BASE_RAM_BYTES_USED:J
            lstore 1 /* ramBytesUsed */
        start local 1 // long ramBytesUsed
         1: .line 142
            lload 1 /* ramBytesUsed */
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvGens:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            i2l
            getstatic org.apache.lucene.index.SegmentDocValuesProducer.LONG_RAM_BYTES_USED:J
            lmul
            ladd
            lstore 1 /* ramBytesUsed */
         2: .line 143
            lload 1 /* ramBytesUsed */
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducers:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_OBJECT_REF:I
            imul
            i2l
            ladd
            lstore 1 /* ramBytesUsed */
         3: .line 144
            lload 1 /* ramBytesUsed */
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducersByField:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            iconst_2
            imul
            getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_OBJECT_REF:I
            imul
            i2l
            ladd
            lstore 1 /* ramBytesUsed */
         4: .line 145
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducers:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: org.apache.lucene.index.SegmentDocValuesProducer long top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.codecs.DocValuesProducer
            astore 3 /* producer */
        start local 3 // org.apache.lucene.codecs.DocValuesProducer producer
         6: .line 146
            lload 1 /* ramBytesUsed */
            aload 3 /* producer */
            invokevirtual org.apache.lucene.codecs.DocValuesProducer.ramBytesUsed:()J
            ladd
            lstore 1 /* ramBytesUsed */
        end local 3 // org.apache.lucene.codecs.DocValuesProducer producer
         7: .line 145
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 148
            lload 1 /* ramBytesUsed */
            lreturn
        end local 1 // long ramBytesUsed
        end local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/lucene/index/SegmentDocValuesProducer;
            1    9     1  ramBytesUsed  J
            6    7     3      producer  Lorg/apache/lucene/codecs/DocValuesProducer;

  public java.util.Collection<org.apache.lucene.util.Accountable> getChildResources();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
         0: .line 153
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducers:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* resources */
        start local 1 // java.util.List resources
         1: .line 154
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducers:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.apache.lucene.index.SegmentDocValuesProducer java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.util.Accountable
            astore 2 /* producer */
        start local 2 // org.apache.lucene.util.Accountable producer
         3: .line 155
            aload 1 /* resources */
            ldc "delegate"
            aload 2 /* producer */
            invokestatic org.apache.lucene.util.Accountables.namedAccountable:(Ljava/lang/String;Lorg/apache/lucene/util/Accountable;)Lorg/apache/lucene/util/Accountable;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // org.apache.lucene.util.Accountable producer
         4: .line 154
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 157
            aload 1 /* resources */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 1 // java.util.List resources
        end local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/apache/lucene/index/SegmentDocValuesProducer;
            1    6     1  resources  Ljava/util/List<Lorg/apache/lucene/util/Accountable;>;
            3    4     2   producer  Lorg/apache/lucene/util/Accountable;
    Signature: ()Ljava/util/Collection<Lorg/apache/lucene/util/Accountable;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
         0: .line 162
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "(producers="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.index.SegmentDocValuesProducer.dvProducers:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.index.SegmentDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SegmentDocValuesProducer;
}
SourceFile: "SegmentDocValuesProducer.java"