final class org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum 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$LowFreqDocsEnum
  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 int upto;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int freq;
    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 1667
            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$LowFreqDocsEnum.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
        start local 1 // int posMult
         0: .line 1673
            aload 0 /* this */
            invokespecial org.apache.lucene.index.PostingsEnum.<init>:()V
         1: .line 1674
            aload 0 /* this */
            iload 1 /* posMult */
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.posMult:I
         2: .line 1678
            return
        end local 1 // int posMult
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;
            0    3     1  posMult  I
    MethodParameters:
         Name  Flags
      posMult  

  public boolean canReuse(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
        start local 1 // int posMult
         0: .line 1681
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.posMult:I
            iload 1 /* posMult */
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int posMult
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;
            0    2     1  posMult  I
    MethodParameters:
         Name  Flags
      posMult  

  public org.apache.lucene.index.PostingsEnum reset(int[]);
    descriptor: ([I)Lorg/apache/lucene/index/PostingsEnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
        start local 1 // int[] postings
         0: .line 1685
            aload 0 /* this */
            aload 1 /* postings */
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.postings:[I
         1: .line 1686
            aload 0 /* this */
            bipush -2
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.upto:I
         2: .line 1687
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.freq:I
         3: .line 1688
            aload 0 /* this */
            areturn
        end local 1 // int[] postings
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;
            0    4     1  postings  [I
    MethodParameters:
          Name  Flags
      postings  

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
         0: .line 1694
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.upto:I
            iconst_2
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.freq:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.posMult:I
            imul
            iadd
            iadd
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.upto:I
         1: .line 1698
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.upto:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.postings:[I
            arraylength
            if_icmpge 5
         2: .line 1699
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.postings:[I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.upto:I
            iconst_1
            iadd
            iaload
            putfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.freq:I
         3: .line 1700
            getstatic org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.freq:I
            ifgt 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 1701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.postings:[I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.upto:I
            iaload
            ireturn
         5: .line 1703
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
         0: .line 1709
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.upto:I
            ifge 2
         1: .line 1710
            iconst_m1
            ireturn
         2: .line 1711
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.upto:I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.postings:[I
            arraylength
            if_icmpge 4
         3: .line 1712
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.postings:[I
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.upto:I
            iaload
            ireturn
         4: .line 1714
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;

  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$LowFreqDocsEnum this
         0: .line 1721
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.freq:I
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;

  public int nextPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
         0: .line 1726
            iconst_m1
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;
    Exceptions:
      throws java.io.IOException

  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$LowFreqDocsEnum this
         0: .line 1731
            iconst_m1
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;
    Exceptions:
      throws java.io.IOException

  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$LowFreqDocsEnum this
         0: .line 1736
            iconst_m1
            ireturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;
    Exceptions:
      throws java.io.IOException

  public org.apache.lucene.util.BytesRef getPayload();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
         0: .line 1741
            aconst_null
            areturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;
    Exceptions:
      throws java.io.IOException

  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$LowFreqDocsEnum this
        start local 1 // int target
         0: .line 1748
            aload 0 /* this */
            iload 1 /* target */
            invokevirtual org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.slowAdvance:(I)I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  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$LowFreqDocsEnum this
         0: .line 1754
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.postings:[I
            arraylength
            iconst_2
            idiv
            i2l
            lreturn
        end local 0 // org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/memory/DirectPostingsFormat$LowFreqDocsEnum;
}
SourceFile: "DirectPostingsFormat.java"
NestHost: org.apache.lucene.codecs.memory.DirectPostingsFormat
InnerClasses:
  private final LowFreqDocsEnum = org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum of org.apache.lucene.codecs.memory.DirectPostingsFormat