final class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData implements org.apache.lucene.util.Accountable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData
  super_class: java.lang.Object
{
  private final org.apache.lucene.util.fst.FST<java.lang.Long> fst;
    descriptor: Lorg/apache/lucene/util/fst/FST;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/lucene/util/fst/FST<Ljava/lang/Long;>;

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

  public void <init>(org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader, org.apache.lucene.store.IndexInput, org.apache.lucene.index.FieldInfo, long);
    descriptor: (Lorg/apache/lucene/codecs/blockterms/VariableGapTermsIndexReader;Lorg/apache/lucene/store/IndexInput;Lorg/apache/lucene/index/FieldInfo;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData this
        start local 2 // org.apache.lucene.store.IndexInput in
        start local 3 // org.apache.lucene.index.FieldInfo fieldInfo
        start local 4 // long indexStart
         0: .line 148
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData.this$0:Lorg/apache/lucene/codecs/blockterms/VariableGapTermsIndexReader;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 149
            aload 2 /* in */
            invokevirtual org.apache.lucene.store.IndexInput.clone:()Lorg/apache/lucene/store/IndexInput;
            astore 6 /* clone */
        start local 6 // org.apache.lucene.store.IndexInput clone
         2: .line 150
            aload 6 /* clone */
            lload 4 /* indexStart */
            invokevirtual org.apache.lucene.store.IndexInput.seek:(J)V
         3: .line 151
            aload 0 /* this */
            new org.apache.lucene.util.fst.FST
            dup
            aload 6 /* clone */
            aload 1
            getfield org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader.fstOutputs:Lorg/apache/lucene/util/fst/PositiveIntOutputs;
            invokespecial org.apache.lucene.util.fst.FST.<init>:(Lorg/apache/lucene/store/DataInput;Lorg/apache/lucene/util/fst/Outputs;)V
            putfield org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData.fst:Lorg/apache/lucene/util/fst/FST;
         4: .line 152
            aload 6 /* clone */
            invokevirtual org.apache.lucene.store.IndexInput.close:()V
         5: .line 161
            return
        end local 6 // org.apache.lucene.store.IndexInput clone
        end local 4 // long indexStart
        end local 3 // org.apache.lucene.index.FieldInfo fieldInfo
        end local 2 // org.apache.lucene.store.IndexInput in
        end local 0 // org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/apache/lucene/codecs/blockterms/VariableGapTermsIndexReader$FieldIndexData;
            0    6     2          in  Lorg/apache/lucene/store/IndexInput;
            0    6     3   fieldInfo  Lorg/apache/lucene/index/FieldInfo;
            0    6     4  indexStart  J
            2    6     6       clone  Lorg/apache/lucene/store/IndexInput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      this$0      final
      in          
      fieldInfo   
      indexStart  

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData this
         0: .line 165
            aload 0 /* this */
            getfield org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData.fst:Lorg/apache/lucene/util/fst/FST;
            ifnonnull 1
            lconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData.fst:Lorg/apache/lucene/util/fst/FST;
            invokevirtual org.apache.lucene.util.fst.FST.ramBytesUsed:()J
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 0 // org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/codecs/blockterms/VariableGapTermsIndexReader$FieldIndexData;

  public java.util.Collection<org.apache.lucene.util.Accountable> getChildResources();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData this
         0: .line 170
            aload 0 /* this */
            getfield org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData.fst:Lorg/apache/lucene/util/fst/FST;
            ifnonnull 2
         1: .line 171
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 173
      StackMap locals:
      StackMap stack:
            ldc "index data"
            aload 0 /* this */
            getfield org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData.fst:Lorg/apache/lucene/util/fst/FST;
            invokestatic org.apache.lucene.util.Accountables.namedAccountable:(Ljava/lang/String;Lorg/apache/lucene/util/Accountable;)Lorg/apache/lucene/util/Accountable;
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/codecs/blockterms/VariableGapTermsIndexReader$FieldIndexData;
    Signature: ()Ljava/util/Collection<Lorg/apache/lucene/util/Accountable;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData this
         0: .line 179
            ldc "VarGapTermIndex"
            areturn
        end local 0 // org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/blockterms/VariableGapTermsIndexReader$FieldIndexData;
}
SourceFile: "VariableGapTermsIndexReader.java"
NestHost: org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader
InnerClasses:
  private final FieldIndexData = org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader$FieldIndexData of org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader