public final class org.apache.lucene.index.CheckIndex$Status$TermIndexStatus
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.CheckIndex$Status$TermIndexStatus
  super_class: java.lang.Object
{
  public long termCount;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long delTermCount;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long totFreq;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long totPos;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public java.lang.Throwable error;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC

  public java.util.Map<java.lang.String, java.lang.Object> blockTreeStats;
    descriptor: Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.CheckIndex$Status$TermIndexStatus this
         0: .line 273
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 277
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.index.CheckIndex$Status$TermIndexStatus.termCount:J
         2: .line 280
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.index.CheckIndex$Status$TermIndexStatus.delTermCount:J
         3: .line 283
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.index.CheckIndex$Status$TermIndexStatus.totFreq:J
         4: .line 286
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.index.CheckIndex$Status$TermIndexStatus.totPos:J
         5: .line 289
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.CheckIndex$Status$TermIndexStatus.error:Ljava/lang/Throwable;
         6: .line 295
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.CheckIndex$Status$TermIndexStatus.blockTreeStats:Ljava/util/Map;
         7: .line 274
            return
        end local 0 // org.apache.lucene.index.CheckIndex$Status$TermIndexStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/lucene/index/CheckIndex$Status$TermIndexStatus;
}
SourceFile: "CheckIndex.java"
NestHost: org.apache.lucene.index.CheckIndex
InnerClasses:
  public Status = org.apache.lucene.index.CheckIndex$Status of org.apache.lucene.index.CheckIndex
  public final TermIndexStatus = org.apache.lucene.index.CheckIndex$Status$TermIndexStatus of org.apache.lucene.index.CheckIndex$Status