class org.apache.lucene.index.IndexWriter$3 implements org.apache.lucene.util.Bits
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.IndexWriter$3
  super_class: java.lang.Object
{
  final org.apache.lucene.index.IndexWriter this$0;
    descriptor: Lorg/apache/lucene/index/IndexWriter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.util.Bits val$hardLiveDocs;
    descriptor: Lorg/apache/lucene/util/Bits;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.util.Bits val$wrappedLiveDocs;
    descriptor: Lorg/apache/lucene/util/Bits;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.index.IndexWriter, org.apache.lucene.util.Bits, org.apache.lucene.util.Bits);
    descriptor: (Lorg/apache/lucene/index/IndexWriter;Lorg/apache/lucene/util/Bits;Lorg/apache/lucene/util/Bits;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.index.IndexWriter$3 this
         0: .line 4726
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.IndexWriter$3.this$0:Lorg/apache/lucene/index/IndexWriter;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.index.IndexWriter$3.val$hardLiveDocs:Lorg/apache/lucene/util/Bits;
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.index.IndexWriter$3.val$wrappedLiveDocs:Lorg/apache/lucene/util/Bits;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.index.IndexWriter$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/IndexWriter$3;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$hardLiveDocs     final
      val$wrappedLiveDocs  final

  public boolean get(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.IndexWriter$3 this
        start local 1 // int index
         0: .line 4729
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$3.val$hardLiveDocs:Lorg/apache/lucene/util/Bits;
            iload 1 /* index */
            invokeinterface org.apache.lucene.util.Bits.get:(I)Z
            ifeq 1
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$3.val$wrappedLiveDocs:Lorg/apache/lucene/util/Bits;
            iload 1 /* index */
            invokeinterface org.apache.lucene.util.Bits.get:(I)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int index
        end local 0 // org.apache.lucene.index.IndexWriter$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/index/IndexWriter$3;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.IndexWriter$3 this
         0: .line 4734
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$3.val$hardLiveDocs:Lorg/apache/lucene/util/Bits;
            invokeinterface org.apache.lucene.util.Bits.length:()I
            ireturn
        end local 0 // org.apache.lucene.index.IndexWriter$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/IndexWriter$3;
}
SourceFile: "IndexWriter.java"
EnclosingMethod: org.apache.lucene.index.IndexWriter.mergeMiddle:(Lorg/apache/lucene/index/MergePolicy$OneMerge;Lorg/apache/lucene/index/MergePolicy;)I
NestHost: org.apache.lucene.index.IndexWriter
InnerClasses:
  org.apache.lucene.index.IndexWriter$3
  public OneMerge = org.apache.lucene.index.MergePolicy$OneMerge of org.apache.lucene.index.MergePolicy