final class org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum extends org.apache.lucene.index.PostingsEnum
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum
  super_class: org.apache.lucene.index.PostingsEnum
{
  private int[] postings;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private final int posMult;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasOffsets;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasPayloads;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.util.BytesRef payload;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

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

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

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

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

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

  private byte[] payloadBytes;
    descriptor: [B
    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 1758
            ldc Lorg/apache/lucene/codecs/memory/DirectPostingsFormat;
            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.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
        start local 1 // boolean hasOffsets
        start local 2 // boolean hasPayloads
         0: .line 1776
            aload 0 /* this */
            invokespecial org.apache.lucene.index.PostingsEnum.<init>:()V
         1: .line 1763
            aload 0 /* this */
            new org.apache.lucene.util.BytesRef
            dup
            invokespecial org.apache.lucene.util.BytesRef.<init>:()V
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payload:Lorg/apache/lucene/util/BytesRef;
         2: .line 1777
            aload 0 /* this */
            iload 1 /* hasOffsets */
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.hasOffsets:Z
         3: .line 1778
            aload 0 /* this */
            iload 2 /* hasPayloads */
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.hasPayloads:Z
         4: .line 1779
            iload 1 /* hasOffsets */
            ifeq 10
         5: .line 1780
            iload 2 /* hasPayloads */
            ifeq 8
         6: .line 1781
            aload 0 /* this */
            iconst_4
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.posMult:I
         7: .line 1782
            goto 14
         8: .line 1783
      StackMap locals: org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum int int
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.posMult:I
         9: .line 1785
            goto 14
      StackMap locals:
      StackMap stack:
        10: iload 2 /* hasPayloads */
            ifeq 13
        11: .line 1786
            aload 0 /* this */
            iconst_2
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.posMult:I
        12: .line 1787
            goto 14
        13: .line 1788
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.posMult:I
        14: .line 1790
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean hasPayloads
        end local 1 // boolean hasOffsets
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqPostingsEnum;
            0   15     1   hasOffsets  Z
            0   15     2  hasPayloads  Z
    MethodParameters:
             Name  Flags
      hasOffsets   
      hasPayloads  

  public org.apache.lucene.index.PostingsEnum reset(int[], byte[]);
    descriptor: ([I[B)Lorg/apache/lucene/index/PostingsEnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
        start local 1 // int[] postings
        start local 2 // byte[] payloadBytes
         0: .line 1793
            aload 0 /* this */
            aload 1 /* postings */
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.postings:[I
         1: .line 1794
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
         2: .line 1795
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.skipPositions:I
         3: .line 1796
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.pos:I
         4: .line 1797
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.startOffset:I
         5: .line 1798
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.endOffset:I
         6: .line 1799
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.docID:I
         7: .line 1800
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadLength:I
         8: .line 1801
            aload 0 /* this */
            aload 2 /* payloadBytes */
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadBytes:[B
         9: .line 1802
            aload 0 /* this */
            areturn
        end local 2 // byte[] payloadBytes
        end local 1 // int[] postings
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqPostingsEnum;
            0   10     1      postings  [I
            0   10     2  payloadBytes  [B
    MethodParameters:
              Name  Flags
      postings      
      payloadBytes  

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
         0: .line 1807
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.pos:I
         1: .line 1808
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.hasPayloads:Z
            ifeq 11
         2: .line 1809
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 9
         4: .line 1810
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
         5: .line 1811
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.hasOffsets:Z
            ifeq 7
         6: .line 1812
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            iconst_2
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
         7: .line 1814
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadOffset:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.postings:[I
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            iaload
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadOffset:I
         8: .line 1809
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.skipPositions:I
            if_icmplt 4
        end local 1 // int i
        10: .line 1816
            goto 12
        11: .line 1817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.posMult:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.skipPositions:I
            imul
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
        12: .line 1820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.postings:[I
            arraylength
            if_icmpge 17
        13: .line 1821
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.postings:[I
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            iaload
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.docID:I
        14: .line 1822
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.postings:[I
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            iaload
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.freq:I
        15: .line 1823
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.freq:I
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.skipPositions:I
        16: .line 1824
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.docID:I
            ireturn
        17: .line 1827
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 2147483647
            dup_x1
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.docID:I
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqPostingsEnum;
            3   10     1     i  I

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
         0: .line 1832
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.docID:I
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqPostingsEnum;

  public int freq();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
         0: .line 1837
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.freq:I
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqPostingsEnum;

  public int nextPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
         0: .line 1842
            getstatic org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.skipPositions:I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.skipPositions:I
            iconst_1
            isub
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.skipPositions:I
         2: .line 1844
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.postings:[I
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            iaload
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.pos:I
         3: .line 1845
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.hasOffsets:Z
            ifeq 6
         4: .line 1846
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.postings:[I
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            iaload
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.startOffset:I
         5: .line 1847
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.postings:[I
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            iaload
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.endOffset:I
         6: .line 1849
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.hasPayloads:Z
            ifeq 10
         7: .line 1850
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.postings:[I
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.upto:I
            iaload
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadLength:I
         8: .line 1851
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadOffset:I
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.lastPayloadOffset:I
         9: .line 1852
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadOffset:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadLength:I
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadOffset:I
        10: .line 1854
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.pos:I
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqPostingsEnum;

  public int startOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
         0: .line 1859
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.startOffset:I
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqPostingsEnum;

  public int endOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
         0: .line 1864
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.endOffset:I
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqPostingsEnum;

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
        start local 1 // int target
         0: .line 1869
            aload 0 /* this */
            iload 1 /* target */
            invokevirtual org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.slowAdvance:(I)I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqPostingsEnum;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public org.apache.lucene.util.BytesRef getPayload();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
         0: .line 1874
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadLength:I
            ifle 5
         1: .line 1875
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payload:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadBytes:[B
            putfield org.apache.lucene.util.BytesRef.bytes:[B
         2: .line 1876
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payload:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.lastPayloadOffset:I
            putfield org.apache.lucene.util.BytesRef.offset:I
         3: .line 1877
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payload:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payloadLength:I
            putfield org.apache.lucene.util.BytesRef.length:I
         4: .line 1878
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.payload:Lorg/apache/lucene/util/BytesRef;
            areturn
         5: .line 1880
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqPostingsEnum;

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
         0: .line 1887
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum.postings:[I
            arraylength
            iconst_2
            idiv
            i2l
            lreturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqPostingsEnum;
}
SourceFile: "DirectPostingsFormat.java"
NestHost: org.apache.lucene.codecs.memory.DirectPostingsFormat
InnerClasses:
  private final LowFreqPostingsEnum = org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqPostingsEnum of org.apache.lucene.codecs.memory.DirectPostingsFormat