final class org.apache.lucene.index.CompositeReaderContext$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.CompositeReaderContext$Builder
  super_class: java.lang.Object
{
  private final org.apache.lucene.index.CompositeReader reader;
    descriptor: Lorg/apache/lucene/index/CompositeReader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.apache.lucene.index.LeafReaderContext> leaves;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/lucene/index/LeafReaderContext;>;

  private int leafDocBase;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 81
            ldc Lorg/apache/lucene/index/CompositeReaderContext;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.index.CompositeReaderContext$Builder.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.index.CompositeReader);
    descriptor: (Lorg/apache/lucene/index/CompositeReader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.CompositeReaderContext$Builder this
        start local 1 // org.apache.lucene.index.CompositeReader reader
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.lucene.index.CompositeReaderContext$Builder.leaves:Ljava/util/List;
         2: .line 84
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.CompositeReaderContext$Builder.leafDocBase:I
         3: .line 87
            aload 0 /* this */
            aload 1 /* reader */
            putfield org.apache.lucene.index.CompositeReaderContext$Builder.reader:Lorg/apache/lucene/index/CompositeReader;
         4: .line 88
            return
        end local 1 // org.apache.lucene.index.CompositeReader reader
        end local 0 // org.apache.lucene.index.CompositeReaderContext$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/index/CompositeReaderContext$Builder;
            0    5     1  reader  Lorg/apache/lucene/index/CompositeReader;
    MethodParameters:
        Name  Flags
      reader  

  public org.apache.lucene.index.CompositeReaderContext build();
    descriptor: ()Lorg/apache/lucene/index/CompositeReaderContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.CompositeReaderContext$Builder this
         0: .line 91
            aload 0 /* this */
            aconst_null
            aload 0 /* this */
            getfield org.apache.lucene.index.CompositeReaderContext$Builder.reader:Lorg/apache/lucene/index/CompositeReader;
            iconst_0
            iconst_0
            invokevirtual org.apache.lucene.index.CompositeReaderContext$Builder.build:(Lorg/apache/lucene/index/CompositeReaderContext;Lorg/apache/lucene/index/IndexReader;II)Lorg/apache/lucene/index/IndexReaderContext;
            checkcast org.apache.lucene.index.CompositeReaderContext
            areturn
        end local 0 // org.apache.lucene.index.CompositeReaderContext$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/CompositeReaderContext$Builder;

  private org.apache.lucene.index.IndexReaderContext build(org.apache.lucene.index.CompositeReaderContext, org.apache.lucene.index.IndexReader, int, int);
    descriptor: (Lorg/apache/lucene/index/CompositeReaderContext;Lorg/apache/lucene/index/IndexReader;II)Lorg/apache/lucene/index/IndexReaderContext;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=13, args_size=5
        start local 0 // org.apache.lucene.index.CompositeReaderContext$Builder this
        start local 1 // org.apache.lucene.index.CompositeReaderContext parent
        start local 2 // org.apache.lucene.index.IndexReader reader
        start local 3 // int ord
        start local 4 // int docBase
         0: .line 95
            aload 2 /* reader */
            instanceof org.apache.lucene.index.LeafReader
            ifeq 6
         1: .line 96
            aload 2 /* reader */
            checkcast org.apache.lucene.index.LeafReader
            astore 5 /* ar */
        start local 5 // org.apache.lucene.index.LeafReader ar
         2: .line 97
            new org.apache.lucene.index.LeafReaderContext
            dup
            aload 1 /* parent */
            aload 5 /* ar */
            iload 3 /* ord */
            iload 4 /* docBase */
            aload 0 /* this */
            getfield org.apache.lucene.index.CompositeReaderContext$Builder.leaves:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            aload 0 /* this */
            getfield org.apache.lucene.index.CompositeReaderContext$Builder.leafDocBase:I
            invokespecial org.apache.lucene.index.LeafReaderContext.<init>:(Lorg/apache/lucene/index/CompositeReaderContext;Lorg/apache/lucene/index/LeafReader;IIII)V
            astore 6 /* atomic */
        start local 6 // org.apache.lucene.index.LeafReaderContext atomic
         3: .line 98
            aload 0 /* this */
            getfield org.apache.lucene.index.CompositeReaderContext$Builder.leaves:Ljava/util/List;
            aload 6 /* atomic */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 99
            aload 0 /* this */
            dup
            getfield org.apache.lucene.index.CompositeReaderContext$Builder.leafDocBase:I
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.IndexReader.maxDoc:()I
            iadd
            putfield org.apache.lucene.index.CompositeReaderContext$Builder.leafDocBase:I
         5: .line 100
            aload 6 /* atomic */
            areturn
        end local 6 // org.apache.lucene.index.LeafReaderContext atomic
        end local 5 // org.apache.lucene.index.LeafReader ar
         6: .line 102
      StackMap locals:
      StackMap stack:
            aload 2 /* reader */
            checkcast org.apache.lucene.index.CompositeReader
            astore 5 /* cr */
        start local 5 // org.apache.lucene.index.CompositeReader cr
         7: .line 103
            aload 5 /* cr */
            invokevirtual org.apache.lucene.index.CompositeReader.getSequentialSubReaders:()Ljava/util/List;
            astore 6 /* sequentialSubReaders */
        start local 6 // java.util.List sequentialSubReaders
         8: .line 104
            aload 6 /* sequentialSubReaders */
            invokeinterface java.util.List.size:()I
            anewarray org.apache.lucene.index.IndexReaderContext
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            astore 7 /* children */
        start local 7 // java.util.List children
         9: .line 106
            aload 1 /* parent */
            ifnonnull 12
        10: .line 107
            new org.apache.lucene.index.CompositeReaderContext
            dup
            aload 5 /* cr */
            aload 7 /* children */
            aload 0 /* this */
            getfield org.apache.lucene.index.CompositeReaderContext$Builder.leaves:Ljava/util/List;
            invokespecial org.apache.lucene.index.CompositeReaderContext.<init>:(Lorg/apache/lucene/index/CompositeReader;Ljava/util/List;Ljava/util/List;)V
            astore 8 /* newParent */
        start local 8 // org.apache.lucene.index.CompositeReaderContext newParent
        11: .line 108
            goto 13
        end local 8 // org.apache.lucene.index.CompositeReaderContext newParent
        12: .line 109
      StackMap locals: org.apache.lucene.index.CompositeReader java.util.List java.util.List
      StackMap stack:
            new org.apache.lucene.index.CompositeReaderContext
            dup
            aload 1 /* parent */
            aload 5 /* cr */
            iload 3 /* ord */
            iload 4 /* docBase */
            aload 7 /* children */
            invokespecial org.apache.lucene.index.CompositeReaderContext.<init>:(Lorg/apache/lucene/index/CompositeReaderContext;Lorg/apache/lucene/index/CompositeReader;IILjava/util/List;)V
            astore 8 /* newParent */
        start local 8 // org.apache.lucene.index.CompositeReaderContext newParent
        13: .line 111
      StackMap locals: org.apache.lucene.index.CompositeReaderContext
      StackMap stack:
            iconst_0
            istore 9 /* newDocBase */
        start local 9 // int newDocBase
        14: .line 112
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        15: aload 6 /* sequentialSubReaders */
            invokeinterface java.util.List.size:()I
            istore 11 /* c */
        start local 11 // int c
        16: goto 21
        17: .line 113
      StackMap locals: int int int
      StackMap stack:
            aload 6 /* sequentialSubReaders */
            iload 10 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.IndexReader
            astore 12 /* r */
        start local 12 // org.apache.lucene.index.IndexReader r
        18: .line 114
            aload 7 /* children */
            iload 10 /* i */
            aload 0 /* this */
            aload 8 /* newParent */
            aload 12 /* r */
            iload 10 /* i */
            iload 9 /* newDocBase */
            invokevirtual org.apache.lucene.index.CompositeReaderContext$Builder.build:(Lorg/apache/lucene/index/CompositeReaderContext;Lorg/apache/lucene/index/IndexReader;II)Lorg/apache/lucene/index/IndexReaderContext;
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        19: .line 115
            iload 9 /* newDocBase */
            aload 12 /* r */
            invokevirtual org.apache.lucene.index.IndexReader.maxDoc:()I
            iadd
            istore 9 /* newDocBase */
        end local 12 // org.apache.lucene.index.IndexReader r
        20: .line 112
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 10 /* i */
            iload 11 /* c */
            if_icmplt 17
        end local 11 // int c
        end local 10 // int i
        22: .line 117
            getstatic org.apache.lucene.index.CompositeReaderContext$Builder.$assertionsDisabled:Z
            ifne 23
            iload 9 /* newDocBase */
            aload 5 /* cr */
            invokevirtual org.apache.lucene.index.CompositeReader.maxDoc:()I
            if_icmpeq 23
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        23: .line 118
      StackMap locals:
      StackMap stack:
            aload 8 /* newParent */
            areturn
        end local 9 // int newDocBase
        end local 8 // org.apache.lucene.index.CompositeReaderContext newParent
        end local 7 // java.util.List children
        end local 6 // java.util.List sequentialSubReaders
        end local 5 // org.apache.lucene.index.CompositeReader cr
        end local 4 // int docBase
        end local 3 // int ord
        end local 2 // org.apache.lucene.index.IndexReader reader
        end local 1 // org.apache.lucene.index.CompositeReaderContext parent
        end local 0 // org.apache.lucene.index.CompositeReaderContext$Builder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   24     0                  this  Lorg/apache/lucene/index/CompositeReaderContext$Builder;
            0   24     1                parent  Lorg/apache/lucene/index/CompositeReaderContext;
            0   24     2                reader  Lorg/apache/lucene/index/IndexReader;
            0   24     3                   ord  I
            0   24     4               docBase  I
            2    6     5                    ar  Lorg/apache/lucene/index/LeafReader;
            3    6     6                atomic  Lorg/apache/lucene/index/LeafReaderContext;
            7   24     5                    cr  Lorg/apache/lucene/index/CompositeReader;
            8   24     6  sequentialSubReaders  Ljava/util/List<+Lorg/apache/lucene/index/IndexReader;>;
            9   24     7              children  Ljava/util/List<Lorg/apache/lucene/index/IndexReaderContext;>;
           11   12     8             newParent  Lorg/apache/lucene/index/CompositeReaderContext;
           13   24     8             newParent  Lorg/apache/lucene/index/CompositeReaderContext;
           14   24     9            newDocBase  I
           15   22    10                     i  I
           16   22    11                     c  I
           18   20    12                     r  Lorg/apache/lucene/index/IndexReader;
    MethodParameters:
         Name  Flags
      parent   
      reader   
      ord      
      docBase  
}
SourceFile: "CompositeReaderContext.java"
NestHost: org.apache.lucene.index.CompositeReaderContext
InnerClasses:
  private final Builder = org.apache.lucene.index.CompositeReaderContext$Builder of org.apache.lucene.index.CompositeReaderContext