public class org.apache.lucene.index.MultiReader extends org.apache.lucene.index.BaseCompositeReader<org.apache.lucene.index.IndexReader>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.index.MultiReader
  super_class: org.apache.lucene.index.BaseCompositeReader
{
  private final boolean closeSubReaders;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.lucene.index.IndexReader[]);
    descriptor: ([Lorg/apache/lucene/index/IndexReader;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.MultiReader this
        start local 1 // org.apache.lucene.index.IndexReader[] subReaders
         0: .line 49
            aload 0 /* this */
            aload 1 /* subReaders */
            iconst_1
            invokespecial org.apache.lucene.index.MultiReader.<init>:([Lorg/apache/lucene/index/IndexReader;Z)V
         1: .line 50
            return
        end local 1 // org.apache.lucene.index.IndexReader[] subReaders
        end local 0 // org.apache.lucene.index.MultiReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/lucene/index/MultiReader;
            0    2     1  subReaders  [Lorg/apache/lucene/index/IndexReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      subReaders  

  public void <init>(org.apache.lucene.index.IndexReader[], boolean);
    descriptor: ([Lorg/apache/lucene/index/IndexReader;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.apache.lucene.index.MultiReader this
        start local 1 // org.apache.lucene.index.IndexReader[] subReaders
        start local 2 // boolean closeSubReaders
         0: .line 59
            aload 0 /* this */
            aload 1 /* subReaders */
            invokevirtual org.apache.lucene.index.IndexReader[].clone:()Ljava/lang/Object;
            checkcast org.apache.lucene.index.IndexReader[]
            invokespecial org.apache.lucene.index.BaseCompositeReader.<init>:([Lorg/apache/lucene/index/IndexReader;)V
         1: .line 60
            aload 0 /* this */
            iload 2 /* closeSubReaders */
            putfield org.apache.lucene.index.MultiReader.closeSubReaders:Z
         2: .line 61
            iload 2 /* closeSubReaders */
            ifne 8
         3: .line 62
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 63
      StackMap locals: org.apache.lucene.index.MultiReader org.apache.lucene.index.IndexReader[] int int
      StackMap stack:
            aload 1 /* subReaders */
            iload 3 /* i */
            aaload
            invokevirtual org.apache.lucene.index.IndexReader.incRef:()V
         6: .line 62
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 1 /* subReaders */
            arraylength
            if_icmplt 5
        end local 3 // int i
         8: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean closeSubReaders
        end local 1 // org.apache.lucene.index.IndexReader[] subReaders
        end local 0 // org.apache.lucene.index.MultiReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/apache/lucene/index/MultiReader;
            0    9     1       subReaders  [Lorg/apache/lucene/index/IndexReader;
            0    9     2  closeSubReaders  Z
            4    8     3                i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      subReaders       
      closeSubReaders  

  public org.apache.lucene.index.IndexReader$CacheHelper getReaderCacheHelper();
    descriptor: ()Lorg/apache/lucene/index/IndexReader$CacheHelper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiReader this
         0: .line 73
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.MultiReader.getSequentialSubReaders:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 2
         1: .line 74
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.MultiReader.getSequentialSubReaders:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.IndexReader
            invokevirtual org.apache.lucene.index.IndexReader.getReaderCacheHelper:()Lorg/apache/lucene/index/IndexReader$CacheHelper;
            areturn
         2: .line 76
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.apache.lucene.index.MultiReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/MultiReader;

  protected synchronized void doClose();
    descriptor: ()V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=5, args_size=1
        start local 0 // org.apache.lucene.index.MultiReader this
         0: .line 81
            aconst_null
            astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
         1: .line 82
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.MultiReader.getSequentialSubReaders:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 10
      StackMap locals: org.apache.lucene.index.MultiReader java.io.IOException top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.index.IndexReader
            astore 2 /* r */
        start local 2 // org.apache.lucene.index.IndexReader r
         3: .line 84
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiReader.closeSubReaders:Z
            ifeq 6
         4: .line 85
            aload 2 /* r */
            invokevirtual org.apache.lucene.index.IndexReader.close:()V
         5: .line 86
            goto 10
         6: .line 87
      StackMap locals: org.apache.lucene.index.MultiReader java.io.IOException org.apache.lucene.index.IndexReader java.util.Iterator
      StackMap stack:
            aload 2 /* r */
            invokevirtual org.apache.lucene.index.IndexReader.decRef:()V
         7: .line 89
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 4 /* e */
        start local 4 // java.io.IOException e
         9: .line 90
            aload 1 /* ioe */
            ifnonnull 10
            aload 4 /* e */
            astore 1 /* ioe */
        end local 4 // java.io.IOException e
        end local 2 // org.apache.lucene.index.IndexReader r
        10: .line 82
      StackMap locals: org.apache.lucene.index.MultiReader java.io.IOException top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        11: .line 94
            aload 1 /* ioe */
            ifnull 12
            aload 1 /* ioe */
            athrow
        12: .line 95
      StackMap locals: org.apache.lucene.index.MultiReader java.io.IOException
      StackMap stack:
            return
        end local 1 // java.io.IOException ioe
        end local 0 // org.apache.lucene.index.MultiReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/lucene/index/MultiReader;
            1   13     1   ioe  Ljava/io/IOException;
            3   10     2     r  Lorg/apache/lucene/index/IndexReader;
            9   10     4     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           3     7       8  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
}
Signature: Lorg/apache/lucene/index/BaseCompositeReader<Lorg/apache/lucene/index/IndexReader;>;
SourceFile: "MultiReader.java"
InnerClasses:
  public abstract CacheHelper = org.apache.lucene.index.IndexReader$CacheHelper of org.apache.lucene.index.IndexReader