class org.apache.lucene.util.fst.FST$Arc$BitTable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.util.fst.FST$Arc$BitTable
  super_class: java.lang.Object
{
  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 335
            ldc Lorg/apache/lucene/util/fst/FST;
            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.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.FST$Arc$BitTable this
         0: .line 335
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.util.fst.FST$Arc$BitTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/FST$Arc$BitTable;

  static boolean isBitSet(int, org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // int bitIndex
        start local 1 // org.apache.lucene.util.fst.FST$Arc arc
        start local 2 // org.apache.lucene.util.fst.FST$BytesReader in
         0: .line 339
            getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
            ifne 1
            aload 1 /* arc */
            invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
            bipush 64
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 340
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            aload 1 /* arc */
            getfield org.apache.lucene.util.fst.FST$Arc.bitTableStart:J
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.setPosition:(J)V
         2: .line 341
            iload 0 /* bitIndex */
            aload 2 /* in */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.isBitSet:(ILorg/apache/lucene/util/fst/FST$BytesReader;)Z
            ireturn
        end local 2 // org.apache.lucene.util.fst.FST$BytesReader in
        end local 1 // org.apache.lucene.util.fst.FST$Arc arc
        end local 0 // int bitIndex
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  bitIndex  I
            0    3     1       arc  Lorg/apache/lucene/util/fst/FST$Arc;
            0    3     2        in  Lorg/apache/lucene/util/fst/FST$BytesReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      bitIndex  
      arc       
      in        

  static int countBits(org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (Lorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.fst.FST$Arc arc
        start local 1 // org.apache.lucene.util.fst.FST$BytesReader in
         0: .line 349
            getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
            ifne 1
            aload 0 /* arc */
            invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
            bipush 64
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 350
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            aload 0 /* arc */
            getfield org.apache.lucene.util.fst.FST$Arc.bitTableStart:J
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.setPosition:(J)V
         2: .line 351
            aload 0 /* arc */
            invokevirtual org.apache.lucene.util.fst.FST$Arc.numArcs:()I
            invokestatic org.apache.lucene.util.fst.FST.getNumPresenceBytes:(I)I
            aload 1 /* in */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.countBits:(ILorg/apache/lucene/util/fst/FST$BytesReader;)I
            ireturn
        end local 1 // org.apache.lucene.util.fst.FST$BytesReader in
        end local 0 // org.apache.lucene.util.fst.FST$Arc arc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arc  Lorg/apache/lucene/util/fst/FST$Arc;
            0    3     1    in  Lorg/apache/lucene/util/fst/FST$BytesReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      arc   
      in    

  static int countBitsUpTo(int, org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // int bitIndex
        start local 1 // org.apache.lucene.util.fst.FST$Arc arc
        start local 2 // org.apache.lucene.util.fst.FST$BytesReader in
         0: .line 356
            getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
            ifne 1
            aload 1 /* arc */
            invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
            bipush 64
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 357
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            aload 1 /* arc */
            getfield org.apache.lucene.util.fst.FST$Arc.bitTableStart:J
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.setPosition:(J)V
         2: .line 358
            iload 0 /* bitIndex */
            aload 2 /* in */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.countBitsUpTo:(ILorg/apache/lucene/util/fst/FST$BytesReader;)I
            ireturn
        end local 2 // org.apache.lucene.util.fst.FST$BytesReader in
        end local 1 // org.apache.lucene.util.fst.FST$Arc arc
        end local 0 // int bitIndex
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  bitIndex  I
            0    3     1       arc  Lorg/apache/lucene/util/fst/FST$Arc;
            0    3     2        in  Lorg/apache/lucene/util/fst/FST$BytesReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      bitIndex  
      arc       
      in        

  static int nextBitSet(int, org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // int bitIndex
        start local 1 // org.apache.lucene.util.fst.FST$Arc arc
        start local 2 // org.apache.lucene.util.fst.FST$BytesReader in
         0: .line 363
            getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
            ifne 1
            aload 1 /* arc */
            invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
            bipush 64
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 364
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            aload 1 /* arc */
            getfield org.apache.lucene.util.fst.FST$Arc.bitTableStart:J
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.setPosition:(J)V
         2: .line 365
            iload 0 /* bitIndex */
            aload 1 /* arc */
            invokevirtual org.apache.lucene.util.fst.FST$Arc.numArcs:()I
            invokestatic org.apache.lucene.util.fst.FST.getNumPresenceBytes:(I)I
            aload 2 /* in */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.nextBitSet:(IILorg/apache/lucene/util/fst/FST$BytesReader;)I
            ireturn
        end local 2 // org.apache.lucene.util.fst.FST$BytesReader in
        end local 1 // org.apache.lucene.util.fst.FST$Arc arc
        end local 0 // int bitIndex
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  bitIndex  I
            0    3     1       arc  Lorg/apache/lucene/util/fst/FST$Arc;
            0    3     2        in  Lorg/apache/lucene/util/fst/FST$BytesReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      bitIndex  
      arc       
      in        

  static int previousBitSet(int, org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // int bitIndex
        start local 1 // org.apache.lucene.util.fst.FST$Arc arc
        start local 2 // org.apache.lucene.util.fst.FST$BytesReader in
         0: .line 370
            getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
            ifne 1
            aload 1 /* arc */
            invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
            bipush 64
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 371
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            aload 1 /* arc */
            getfield org.apache.lucene.util.fst.FST$Arc.bitTableStart:J
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.setPosition:(J)V
         2: .line 372
            iload 0 /* bitIndex */
            aload 2 /* in */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.previousBitSet:(ILorg/apache/lucene/util/fst/FST$BytesReader;)I
            ireturn
        end local 2 // org.apache.lucene.util.fst.FST$BytesReader in
        end local 1 // org.apache.lucene.util.fst.FST$Arc arc
        end local 0 // int bitIndex
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  bitIndex  I
            0    3     1       arc  Lorg/apache/lucene/util/fst/FST$Arc;
            0    3     2        in  Lorg/apache/lucene/util/fst/FST$BytesReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      bitIndex  
      arc       
      in        

  static boolean assertIsValid(org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (Lorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.fst.FST$Arc arc
        start local 1 // org.apache.lucene.util.fst.FST$BytesReader in
         0: .line 379
            getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
            ifne 1
            aload 0 /* arc */
            invokevirtual org.apache.lucene.util.fst.FST$Arc.bytesPerArc:()I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 380
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
            ifne 2
            aload 0 /* arc */
            invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
            bipush 64
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 382
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
            ifne 3
            iconst_0
            aload 0 /* arc */
            aload 1 /* in */
            invokestatic org.apache.lucene.util.fst.FST$Arc$BitTable.isBitSet:(ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)Z
            ifne 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 384
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
            ifne 4
            aload 0 /* arc */
            invokevirtual org.apache.lucene.util.fst.FST$Arc.numArcs:()I
            iconst_1
            isub
            aload 0 /* arc */
            aload 1 /* in */
            invokestatic org.apache.lucene.util.fst.FST$Arc$BitTable.isBitSet:(ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)Z
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 386
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
            ifne 5
            aload 0 /* arc */
            invokevirtual org.apache.lucene.util.fst.FST$Arc.numArcs:()I
            iconst_1
            isub
            aload 0 /* arc */
            aload 1 /* in */
            invokestatic org.apache.lucene.util.fst.FST$Arc$BitTable.nextBitSet:(ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)I
            iconst_m1
            if_icmpeq 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 387
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // org.apache.lucene.util.fst.FST$BytesReader in
        end local 0 // org.apache.lucene.util.fst.FST$Arc arc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0   arc  Lorg/apache/lucene/util/fst/FST$Arc;
            0    6     1    in  Lorg/apache/lucene/util/fst/FST$BytesReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      arc   
      in    
}
SourceFile: "FST.java"
NestHost: org.apache.lucene.util.fst.FST
InnerClasses:
  public final Arc = org.apache.lucene.util.fst.FST$Arc of org.apache.lucene.util.fst.FST
  BitTable = org.apache.lucene.util.fst.FST$Arc$BitTable of org.apache.lucene.util.fst.FST$Arc
  public abstract BytesReader = org.apache.lucene.util.fst.FST$BytesReader of org.apache.lucene.util.fst.FST