public class org.apache.lucene.index.CheckIndex$Status$SegmentInfoStatus
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.index.CheckIndex$Status$SegmentInfoStatus
  super_class: java.lang.Object
{
  public java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public org.apache.lucene.codecs.Codec codec;
    descriptor: Lorg/apache/lucene/codecs/Codec;
    flags: (0x0001) ACC_PUBLIC

  public int maxDoc;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public boolean compound;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public int numFiles;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public double sizeMB;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  public boolean hasDeletions;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

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

  public boolean openReaderPassed;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

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

  public org.apache.lucene.index.CheckIndex$Status$LiveDocStatus liveDocStatus;
    descriptor: Lorg/apache/lucene/index/CheckIndex$Status$LiveDocStatus;
    flags: (0x0001) ACC_PUBLIC

  public org.apache.lucene.index.CheckIndex$Status$FieldInfoStatus fieldInfoStatus;
    descriptor: Lorg/apache/lucene/index/CheckIndex$Status$FieldInfoStatus;
    flags: (0x0001) ACC_PUBLIC

  public org.apache.lucene.index.CheckIndex$Status$FieldNormStatus fieldNormStatus;
    descriptor: Lorg/apache/lucene/index/CheckIndex$Status$FieldNormStatus;
    flags: (0x0001) ACC_PUBLIC

  public org.apache.lucene.index.CheckIndex$Status$TermIndexStatus termIndexStatus;
    descriptor: Lorg/apache/lucene/index/CheckIndex$Status$TermIndexStatus;
    flags: (0x0001) ACC_PUBLIC

  public org.apache.lucene.index.CheckIndex$Status$StoredFieldStatus storedFieldStatus;
    descriptor: Lorg/apache/lucene/index/CheckIndex$Status$StoredFieldStatus;
    flags: (0x0001) ACC_PUBLIC

  public org.apache.lucene.index.CheckIndex$Status$TermVectorStatus termVectorStatus;
    descriptor: Lorg/apache/lucene/index/CheckIndex$Status$TermVectorStatus;
    flags: (0x0001) ACC_PUBLIC

  public org.apache.lucene.index.CheckIndex$Status$DocValuesStatus docValuesStatus;
    descriptor: Lorg/apache/lucene/index/CheckIndex$Status$DocValuesStatus;
    flags: (0x0001) ACC_PUBLIC

  public org.apache.lucene.index.CheckIndex$Status$PointsStatus pointsStatus;
    descriptor: Lorg/apache/lucene/index/CheckIndex$Status$PointsStatus;
    flags: (0x0001) ACC_PUBLIC

  public org.apache.lucene.index.CheckIndex$Status$IndexSortStatus indexSortStatus;
    descriptor: Lorg/apache/lucene/index/CheckIndex$Status$IndexSortStatus;
    flags: (0x0001) ACC_PUBLIC

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.CheckIndex$Status$SegmentInfoStatus this
         0: .line 161
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 162
            return
        end local 0 // org.apache.lucene.index.CheckIndex$Status$SegmentInfoStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/CheckIndex$Status$SegmentInfoStatus;
}
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 DocValuesStatus = org.apache.lucene.index.CheckIndex$Status$DocValuesStatus of org.apache.lucene.index.CheckIndex$Status
  public final FieldInfoStatus = org.apache.lucene.index.CheckIndex$Status$FieldInfoStatus of org.apache.lucene.index.CheckIndex$Status
  public final FieldNormStatus = org.apache.lucene.index.CheckIndex$Status$FieldNormStatus of org.apache.lucene.index.CheckIndex$Status
  public final IndexSortStatus = org.apache.lucene.index.CheckIndex$Status$IndexSortStatus of org.apache.lucene.index.CheckIndex$Status
  public final LiveDocStatus = org.apache.lucene.index.CheckIndex$Status$LiveDocStatus of org.apache.lucene.index.CheckIndex$Status
  public final PointsStatus = org.apache.lucene.index.CheckIndex$Status$PointsStatus of org.apache.lucene.index.CheckIndex$Status
  public SegmentInfoStatus = org.apache.lucene.index.CheckIndex$Status$SegmentInfoStatus of org.apache.lucene.index.CheckIndex$Status
  public final StoredFieldStatus = org.apache.lucene.index.CheckIndex$Status$StoredFieldStatus of org.apache.lucene.index.CheckIndex$Status
  public final TermIndexStatus = org.apache.lucene.index.CheckIndex$Status$TermIndexStatus of org.apache.lucene.index.CheckIndex$Status
  public final TermVectorStatus = org.apache.lucene.index.CheckIndex$Status$TermVectorStatus of org.apache.lucene.index.CheckIndex$Status