final class org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray extends org.apache.lucene.index.ParallelPostingsArray
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray
  super_class: org.apache.lucene.index.ParallelPostingsArray
{
  int[] termFreqs;
    descriptor: [I
    flags: (0x0000) 

  int[] lastDocIDs;
    descriptor: [I
    flags: (0x0000) 

  int[] lastDocCodes;
    descriptor: [I
    flags: (0x0000) 

  int[] lastPositions;
    descriptor: [I
    flags: (0x0000) 

  int[] lastOffsets;
    descriptor: [I
    flags: (0x0000) 

  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 211
            ldc Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
            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.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int, boolean, boolean, boolean);
    descriptor: (IZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray this
        start local 1 // int size
        start local 2 // boolean writeFreqs
        start local 3 // boolean writeProx
        start local 4 // boolean writeOffsets
         0: .line 213
            aload 0 /* this */
            iload 1 /* size */
            invokespecial org.apache.lucene.index.ParallelPostingsArray.<init>:(I)V
         1: .line 214
            iload 2 /* writeFreqs */
            ifeq 3
         2: .line 215
            aload 0 /* this */
            iload 1 /* size */
            newarray 10
            putfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
         3: .line 217
      StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int int int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* size */
            newarray 10
            putfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocIDs:[I
         4: .line 218
            aload 0 /* this */
            iload 1 /* size */
            newarray 10
            putfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocCodes:[I
         5: .line 219
            iload 3 /* writeProx */
            ifeq 10
         6: .line 220
            aload 0 /* this */
            iload 1 /* size */
            newarray 10
            putfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
         7: .line 221
            iload 4 /* writeOffsets */
            ifeq 11
         8: .line 222
            aload 0 /* this */
            iload 1 /* size */
            newarray 10
            putfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
         9: .line 224
            goto 11
        10: .line 225
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
            ifne 11
            iload 4 /* writeOffsets */
            ifeq 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 228
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean writeOffsets
        end local 3 // boolean writeProx
        end local 2 // boolean writeFreqs
        end local 1 // int size
        end local 0 // org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
            0   12     1          size  I
            0   12     2    writeFreqs  Z
            0   12     3     writeProx  Z
            0   12     4  writeOffsets  Z
    MethodParameters:
              Name  Flags
      size          
      writeFreqs    
      writeProx     
      writeOffsets  

  org.apache.lucene.index.ParallelPostingsArray newInstance(int);
    descriptor: (I)Lorg/apache/lucene/index/ParallelPostingsArray;
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray this
        start local 1 // int size
         0: .line 238
            new org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray
            dup
            iload 1 /* size */
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
            ifnull 1
            iconst_1
            goto 2
      StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
      StackMap stack: new 0 new 0 int
         1: iconst_0
      StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
      StackMap stack: new 0 new 0 int int
         2: aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
            ifnull 3
            iconst_1
            goto 4
      StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
      StackMap stack: new 0 new 0 int int
         3: iconst_0
      StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
      StackMap stack: new 0 new 0 int int int
         4: aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
            ifnull 5
            iconst_1
            goto 6
      StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
      StackMap stack: new 0 new 0 int int int
         5: iconst_0
      StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray int
      StackMap stack: new 0 new 0 int int int int
         6: invokespecial org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.<init>:(IZZZ)V
            areturn
        end local 1 // int size
        end local 0 // org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
            0    7     1  size  I
    MethodParameters:
      Name  Flags
      size  

  void copyTo(org.apache.lucene.index.ParallelPostingsArray, int);
    descriptor: (Lorg/apache/lucene/index/ParallelPostingsArray;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray this
        start local 1 // org.apache.lucene.index.ParallelPostingsArray toArray
        start local 2 // int numToCopy
         0: .line 243
            getstatic org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
            ifne 1
            aload 1 /* toArray */
            instanceof org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 244
      StackMap locals:
      StackMap stack:
            aload 1 /* toArray */
            checkcast org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray
            astore 3 /* to */
        start local 3 // org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray to
         2: .line 246
            aload 0 /* this */
            aload 1 /* toArray */
            iload 2 /* numToCopy */
            invokespecial org.apache.lucene.index.ParallelPostingsArray.copyTo:(Lorg/apache/lucene/index/ParallelPostingsArray;I)V
         3: .line 248
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocIDs:[I
            iconst_0
            aload 3 /* to */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocIDs:[I
            iconst_0
            iload 2 /* numToCopy */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 249
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocCodes:[I
            iconst_0
            aload 3 /* to */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocCodes:[I
            iconst_0
            iload 2 /* numToCopy */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 250
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
            ifnull 8
         6: .line 251
            getstatic org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
            ifne 7
            aload 3 /* to */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
            ifnonnull 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 252
      StackMap locals: org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
            iconst_0
            aload 3 /* to */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
            iconst_0
            iload 2 /* numToCopy */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
            ifnull 11
         9: .line 255
            getstatic org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
            ifne 10
            aload 3 /* to */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
            ifnonnull 10
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
            iconst_0
            aload 3 /* to */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
            iconst_0
            iload 2 /* numToCopy */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
            ifnull 14
        12: .line 259
            getstatic org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.$assertionsDisabled:Z
            ifne 13
            aload 3 /* to */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
            ifnonnull 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
            iconst_0
            aload 3 /* to */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
            iconst_0
            iload 2 /* numToCopy */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 262
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray to
        end local 2 // int numToCopy
        end local 1 // org.apache.lucene.index.ParallelPostingsArray toArray
        end local 0 // org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
            0   15     1    toArray  Lorg/apache/lucene/index/ParallelPostingsArray;
            0   15     2  numToCopy  I
            2   15     3         to  Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
    MethodParameters:
           Name  Flags
      toArray    
      numToCopy  

  int bytesPerPosting();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray this
         0: .line 266
            bipush 20
            istore 1 /* bytes */
        start local 1 // int bytes
         1: .line 267
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastPositions:[I
            ifnull 3
         2: .line 268
            iinc 1 /* bytes */ 4
         3: .line 270
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastOffsets:[I
            ifnull 5
         4: .line 271
            iinc 1 /* bytes */ 4
         5: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
            ifnull 7
         6: .line 274
            iinc 1 /* bytes */ 4
         7: .line 277
      StackMap locals:
      StackMap stack:
            iload 1 /* bytes */
            ireturn
        end local 1 // int bytes
        end local 0 // org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
            1    8     1  bytes  I
}
SourceFile: "FreqProxTermsWriterPerField.java"
NestHost: org.apache.lucene.index.FreqProxTermsWriterPerField
InnerClasses:
  final FreqProxPostingsArray = org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray of org.apache.lucene.index.FreqProxTermsWriterPerField