public class org.apache.lucene.util.fst.Builder<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.util.fst.Builder
  super_class: java.lang.Object
{
  static final int DIRECT_ARC_LOAD_FACTOR;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private final org.apache.lucene.util.fst.NodeHash<T> dedupHash;
    descriptor: Lorg/apache/lucene/util/fst/NodeHash;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/lucene/util/fst/NodeHash<TT;>;

  final org.apache.lucene.util.fst.FST<T> fst;
    descriptor: Lorg/apache/lucene/util/fst/FST;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/apache/lucene/util/fst/FST<TT;>;

  private final T NO_OUTPUT;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TT;

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

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

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

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

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

  private org.apache.lucene.util.fst.Builder$UnCompiledNode<T>[] frontier;
    descriptor: [Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
    flags: (0x0002) ACC_PRIVATE
    Signature: [Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;

  long lastFrozenNode;
    descriptor: J
    flags: (0x0000) 

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

  long arcCount;
    descriptor: J
    flags: (0x0000) 

  long nodeCount;
    descriptor: J
    flags: (0x0000) 

  boolean allowArrayArcs;
    descriptor: Z
    flags: (0x0000) 

  org.apache.lucene.util.fst.BytesStore bytes;
    descriptor: Lorg/apache/lucene/util/fst/BytesStore;
    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 51
            ldc Lorg/apache/lucene/util/fst/Builder;
            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.Builder.$assertionsDisabled:Z
         3: .line 54
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.util.fst.FST$INPUT_TYPE, org.apache.lucene.util.fst.Outputs<T>);
    descriptor: (Lorg/apache/lucene/util/fst/FST$INPUT_TYPE;Lorg/apache/lucene/util/fst/Outputs;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.fst.Builder this
        start local 1 // org.apache.lucene.util.fst.FST$INPUT_TYPE inputType
        start local 2 // org.apache.lucene.util.fst.Outputs outputs
         0: .line 104
            aload 0 /* this */
            aload 1 /* inputType */
            iconst_0
            iconst_0
            iconst_1
            iconst_1
            ldc 2147483647
            aload 2 /* outputs */
            iconst_1
            bipush 15
            invokespecial org.apache.lucene.util.fst.Builder.<init>:(Lorg/apache/lucene/util/fst/FST$INPUT_TYPE;IIZZILorg/apache/lucene/util/fst/Outputs;ZI)V
         1: .line 105
            return
        end local 2 // org.apache.lucene.util.fst.Outputs outputs
        end local 1 // org.apache.lucene.util.fst.FST$INPUT_TYPE inputType
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/lucene/util/fst/Builder<TT;>;
            0    2     1  inputType  Lorg/apache/lucene/util/fst/FST$INPUT_TYPE;
            0    2     2    outputs  Lorg/apache/lucene/util/fst/Outputs<TT;>;
    Signature: (Lorg/apache/lucene/util/fst/FST$INPUT_TYPE;Lorg/apache/lucene/util/fst/Outputs<TT;>;)V
    MethodParameters:
           Name  Flags
      inputType  
      outputs    

  public void <init>(org.apache.lucene.util.fst.FST$INPUT_TYPE, int, int, boolean, boolean, int, org.apache.lucene.util.fst.Outputs<T>, boolean, );
    descriptor: (Lorg/apache/lucene/util/fst/FST$INPUT_TYPE;IIZZILorg/apache/lucene/util/fst/Outputs;ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=10
        start local 0 // org.apache.lucene.util.fst.Builder this
        start local 1 // org.apache.lucene.util.fst.FST$INPUT_TYPE inputType
        start local 2 // int minSuffixCount1
        start local 3 // int minSuffixCount2
        start local 4 // boolean doShareSuffix
        start local 5 // boolean doShareNonSingletonNodes
        start local 6 // int shareMaxTailLength
        start local 7 // org.apache.lucene.util.fst.Outputs outputs
        start local 8 // boolean allowArrayArcs
        start local 9 // int bytesPageBits
         0: .line 153
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 0 /* this */
            new org.apache.lucene.util.IntsRefBuilder
            dup
            invokespecial org.apache.lucene.util.IntsRefBuilder.<init>:()V
            putfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
         2: .line 89
            aload 0 /* this */
            iconst_4
            newarray 10
            putfield org.apache.lucene.util.fst.Builder.reusedBytesPerArc:[I
         3: .line 156
            aload 0 /* this */
            iload 2 /* minSuffixCount1 */
            putfield org.apache.lucene.util.fst.Builder.minSuffixCount1:I
         4: .line 157
            aload 0 /* this */
            iload 3 /* minSuffixCount2 */
            putfield org.apache.lucene.util.fst.Builder.minSuffixCount2:I
         5: .line 158
            aload 0 /* this */
            iload 5 /* doShareNonSingletonNodes */
            putfield org.apache.lucene.util.fst.Builder.doShareNonSingletonNodes:Z
         6: .line 159
            aload 0 /* this */
            iload 6 /* shareMaxTailLength */
            putfield org.apache.lucene.util.fst.Builder.shareMaxTailLength:I
         7: .line 160
            aload 0 /* this */
            iload 8 /* allowArrayArcs */
            putfield org.apache.lucene.util.fst.Builder.allowArrayArcs:Z
         8: .line 161
            aload 0 /* this */
            new org.apache.lucene.util.fst.FST
            dup
            aload 1 /* inputType */
            aload 7 /* outputs */
            iload 9 /* bytesPageBits */
            invokespecial org.apache.lucene.util.fst.FST.<init>:(Lorg/apache/lucene/util/fst/FST$INPUT_TYPE;Lorg/apache/lucene/util/fst/Outputs;I)V
            putfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
         9: .line 162
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            getfield org.apache.lucene.util.fst.FST.bytes:Lorg/apache/lucene/util/fst/BytesStore;
            putfield org.apache.lucene.util.fst.Builder.bytes:Lorg/apache/lucene/util/fst/BytesStore;
        10: .line 163
            getstatic org.apache.lucene.util.fst.Builder.$assertionsDisabled:Z
            ifne 11
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.bytes:Lorg/apache/lucene/util/fst/BytesStore;
            ifnonnull 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 164
      StackMap locals: org.apache.lucene.util.fst.Builder org.apache.lucene.util.fst.FST$INPUT_TYPE int int int int int org.apache.lucene.util.fst.Outputs int int
      StackMap stack:
            iload 4 /* doShareSuffix */
            ifeq 14
        12: .line 165
            aload 0 /* this */
            new org.apache.lucene.util.fst.NodeHash
            dup
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.bytes:Lorg/apache/lucene/util/fst/BytesStore;
            iconst_0
            invokevirtual org.apache.lucene.util.fst.BytesStore.getReverseReader:(Z)Lorg/apache/lucene/util/fst/FST$BytesReader;
            invokespecial org.apache.lucene.util.fst.NodeHash.<init>:(Lorg/apache/lucene/util/fst/FST;Lorg/apache/lucene/util/fst/FST$BytesReader;)V
            putfield org.apache.lucene.util.fst.Builder.dedupHash:Lorg/apache/lucene/util/fst/NodeHash;
        13: .line 166
            goto 15
        14: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.util.fst.Builder.dedupHash:Lorg/apache/lucene/util/fst/NodeHash;
        15: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* outputs */
            invokevirtual org.apache.lucene.util.fst.Outputs.getNoOutput:()Ljava/lang/Object;
            putfield org.apache.lucene.util.fst.Builder.NO_OUTPUT:Ljava/lang/Object;
        16: .line 172
            bipush 10
            anewarray org.apache.lucene.util.fst.Builder$UnCompiledNode
        17: .line 171
            astore 10 /* f */
        start local 10 // org.apache.lucene.util.fst.Builder$UnCompiledNode[] f
        18: .line 173
            aload 0 /* this */
            aload 10 /* f */
            putfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
        19: .line 174
            iconst_0
            istore 11 /* idx */
        start local 11 // int idx
        20: goto 23
        21: .line 175
      StackMap locals: org.apache.lucene.util.fst.Builder$UnCompiledNode[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iload 11 /* idx */
            new org.apache.lucene.util.fst.Builder$UnCompiledNode
            dup
            aload 0 /* this */
            iload 11 /* idx */
            invokespecial org.apache.lucene.util.fst.Builder$UnCompiledNode.<init>:(Lorg/apache/lucene/util/fst/Builder;I)V
            aastore
        22: .line 174
            iinc 11 /* idx */ 1
      StackMap locals:
      StackMap stack:
        23: iload 11 /* idx */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            arraylength
            if_icmplt 21
        end local 11 // int idx
        24: .line 177
            return
        end local 10 // org.apache.lucene.util.fst.Builder$UnCompiledNode[] f
        end local 9 // int bytesPageBits
        end local 8 // boolean allowArrayArcs
        end local 7 // org.apache.lucene.util.fst.Outputs outputs
        end local 6 // int shareMaxTailLength
        end local 5 // boolean doShareNonSingletonNodes
        end local 4 // boolean doShareSuffix
        end local 3 // int minSuffixCount2
        end local 2 // int minSuffixCount1
        end local 1 // org.apache.lucene.util.fst.FST$INPUT_TYPE inputType
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   25     0                      this  Lorg/apache/lucene/util/fst/Builder<TT;>;
            0   25     1                 inputType  Lorg/apache/lucene/util/fst/FST$INPUT_TYPE;
            0   25     2           minSuffixCount1  I
            0   25     3           minSuffixCount2  I
            0   25     4             doShareSuffix  Z
            0   25     5  doShareNonSingletonNodes  Z
            0   25     6        shareMaxTailLength  I
            0   25     7                   outputs  Lorg/apache/lucene/util/fst/Outputs<TT;>;
            0   25     8            allowArrayArcs  Z
            0   25     9             bytesPageBits  I
           18   25    10                         f  [Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
           20   24    11                       idx  I
    Signature: (Lorg/apache/lucene/util/fst/FST$INPUT_TYPE;IIZZILorg/apache/lucene/util/fst/Outputs<TT;>;ZI)V
    MethodParameters:
                          Name  Flags
      inputType                 
      minSuffixCount1           
      minSuffixCount2           
      doShareSuffix             
      doShareNonSingletonNodes  
      shareMaxTailLength        
      outputs                   
      allowArrayArcs            
      bytesPageBits             

  public long getTermCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.Builder this
         0: .line 180
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iconst_0
            aaload
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
            lreturn
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/Builder<TT;>;

  public long getNodeCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.Builder this
         0: .line 185
            lconst_1
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.nodeCount:J
            ladd
            lreturn
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/Builder<TT;>;

  public long getArcCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.Builder this
         0: .line 189
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.arcCount:J
            lreturn
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/Builder<TT;>;

  public long getMappedStateCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.Builder this
         0: .line 193
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.dedupHash:Lorg/apache/lucene/util/fst/NodeHash;
            ifnonnull 1
            lconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.nodeCount:J
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/util/fst/Builder<TT;>;

  private org.apache.lucene.util.fst.Builder$CompiledNode compileNode(org.apache.lucene.util.fst.Builder$UnCompiledNode<T>, int);
    descriptor: (Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;I)Lorg/apache/lucene/util/fst/Builder$CompiledNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // org.apache.lucene.util.fst.Builder this
        start local 1 // org.apache.lucene.util.fst.Builder$UnCompiledNode nodeIn
        start local 2 // int tailLength
         0: .line 198
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.bytes:Lorg/apache/lucene/util/fst/BytesStore;
            invokevirtual org.apache.lucene.util.fst.BytesStore.getPosition:()J
            lstore 5 /* bytesPosStart */
        start local 5 // long bytesPosStart
         1: .line 199
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.dedupHash:Lorg/apache/lucene/util/fst/NodeHash;
            ifnull 9
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.doShareNonSingletonNodes:Z
            ifne 2
            aload 1 /* nodeIn */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            iconst_1
            if_icmpgt 9
      StackMap locals: org.apache.lucene.util.fst.Builder org.apache.lucene.util.fst.Builder$UnCompiledNode int top top long
      StackMap stack:
         2: iload 2 /* tailLength */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.shareMaxTailLength:I
            if_icmpgt 9
         3: .line 200
            aload 1 /* nodeIn */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            ifne 7
         4: .line 201
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            aload 0 /* this */
            aload 1 /* nodeIn */
            invokevirtual org.apache.lucene.util.fst.FST.addNode:(Lorg/apache/lucene/util/fst/Builder;Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;)J
            lstore 3 /* node */
        start local 3 // long node
         5: .line 202
            aload 0 /* this */
            lload 3 /* node */
            putfield org.apache.lucene.util.fst.Builder.lastFrozenNode:J
         6: .line 203
            goto 10
        end local 3 // long node
         7: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.dedupHash:Lorg/apache/lucene/util/fst/NodeHash;
            aload 0 /* this */
            aload 1 /* nodeIn */
            invokevirtual org.apache.lucene.util.fst.NodeHash.add:(Lorg/apache/lucene/util/fst/Builder;Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;)J
            lstore 3 /* node */
        start local 3 // long node
         8: .line 206
            goto 10
        end local 3 // long node
         9: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            aload 0 /* this */
            aload 1 /* nodeIn */
            invokevirtual org.apache.lucene.util.fst.FST.addNode:(Lorg/apache/lucene/util/fst/Builder;Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;)J
            lstore 3 /* node */
        start local 3 // long node
        10: .line 209
      StackMap locals: org.apache.lucene.util.fst.Builder org.apache.lucene.util.fst.Builder$UnCompiledNode int long long
      StackMap stack:
            getstatic org.apache.lucene.util.fst.Builder.$assertionsDisabled:Z
            ifne 11
            lload 3 /* node */
            ldc -2
            lcmp
            ifne 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.bytes:Lorg/apache/lucene/util/fst/BytesStore;
            invokevirtual org.apache.lucene.util.fst.BytesStore.getPosition:()J
            lstore 7 /* bytesPosEnd */
        start local 7 // long bytesPosEnd
        12: .line 212
            lload 7 /* bytesPosEnd */
            lload 5 /* bytesPosStart */
            lcmp
            ifeq 15
        13: .line 214
            getstatic org.apache.lucene.util.fst.Builder.$assertionsDisabled:Z
            ifne 14
            lload 7 /* bytesPosEnd */
            lload 5 /* bytesPosStart */
            lcmp
            ifgt 14
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        14: .line 215
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            lload 3 /* node */
            putfield org.apache.lucene.util.fst.Builder.lastFrozenNode:J
        15: .line 218
      StackMap locals:
      StackMap stack:
            aload 1 /* nodeIn */
            invokevirtual org.apache.lucene.util.fst.Builder$UnCompiledNode.clear:()V
        16: .line 220
            new org.apache.lucene.util.fst.Builder$CompiledNode
            dup
            invokespecial org.apache.lucene.util.fst.Builder$CompiledNode.<init>:()V
            astore 9 /* fn */
        start local 9 // org.apache.lucene.util.fst.Builder$CompiledNode fn
        17: .line 221
            aload 9 /* fn */
            lload 3 /* node */
            putfield org.apache.lucene.util.fst.Builder$CompiledNode.node:J
        18: .line 222
            aload 9 /* fn */
            areturn
        end local 9 // org.apache.lucene.util.fst.Builder$CompiledNode fn
        end local 7 // long bytesPosEnd
        end local 5 // long bytesPosStart
        end local 3 // long node
        end local 2 // int tailLength
        end local 1 // org.apache.lucene.util.fst.Builder$UnCompiledNode nodeIn
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   19     0           this  Lorg/apache/lucene/util/fst/Builder<TT;>;
            0   19     1         nodeIn  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
            0   19     2     tailLength  I
            5    7     3           node  J
            8    9     3           node  J
           10   19     3           node  J
            1   19     5  bytesPosStart  J
           12   19     7    bytesPosEnd  J
           17   19     9             fn  Lorg/apache/lucene/util/fst/Builder$CompiledNode;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;I)Lorg/apache/lucene/util/fst/Builder$CompiledNode;
    MethodParameters:
            Name  Flags
      nodeIn      
      tailLength  

  private void freezeTail(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=2
        start local 0 // org.apache.lucene.util.fst.Builder this
        start local 1 // int prefixLenPlus1
         0: .line 227
            iconst_1
            iload 1 /* prefixLenPlus1 */
            invokestatic java.lang.Math.max:(II)I
            istore 2 /* downTo */
        start local 2 // int downTo
         1: .line 228
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            invokevirtual org.apache.lucene.util.IntsRefBuilder.length:()I
            istore 3 /* idx */
        start local 3 // int idx
         2: goto 54
         3: .line 230
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 4 /* doPrune */
        start local 4 // boolean doPrune
         4: .line 231
            iconst_0
            istore 5 /* doCompile */
        start local 5 // boolean doCompile
         5: .line 233
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iload 3 /* idx */
            aaload
            astore 6 /* node */
        start local 6 // org.apache.lucene.util.fst.Builder$UnCompiledNode node
         6: .line 234
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iload 3 /* idx */
            iconst_1
            isub
            aaload
            astore 7 /* parent */
        start local 7 // org.apache.lucene.util.fst.Builder$UnCompiledNode parent
         7: .line 236
            aload 6 /* node */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount1:I
            i2l
            lcmp
            ifge 11
         8: .line 237
            iconst_1
            istore 4 /* doPrune */
         9: .line 238
            iconst_1
            istore 5 /* doCompile */
        10: .line 239
            goto 21
      StackMap locals: org.apache.lucene.util.fst.Builder int int int int int org.apache.lucene.util.fst.Builder$UnCompiledNode org.apache.lucene.util.fst.Builder$UnCompiledNode
      StackMap stack:
        11: iload 3 /* idx */
            iload 1 /* prefixLenPlus1 */
            if_icmple 18
        12: .line 241
            aload 7 /* parent */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount2:I
            i2l
            lcmp
            iflt 13
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount2:I
            iconst_1
            if_icmpne 15
            aload 7 /* parent */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
            lconst_1
            lcmp
            ifne 15
            iload 3 /* idx */
            iconst_1
            if_icmple 15
        13: .line 252
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* doPrune */
        14: .line 253
            goto 16
        15: .line 256
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* doPrune */
        16: .line 258
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* doCompile */
        17: .line 259
            goto 21
        18: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount2:I
            ifne 19
            iconst_1
            goto 20
      StackMap locals:
      StackMap stack:
        19: iconst_0
      StackMap locals:
      StackMap stack: int
        20: istore 5 /* doCompile */
        21: .line 267
      StackMap locals:
      StackMap stack:
            aload 6 /* node */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount2:I
            i2l
            lcmp
            iflt 22
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount2:I
            iconst_1
            if_icmpne 30
            aload 6 /* node */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
            lconst_1
            lcmp
            ifne 30
            iload 3 /* idx */
            iconst_1
            if_icmple 30
        22: .line 269
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* arcIdx */
        start local 8 // int arcIdx
        23: goto 28
        24: .line 271
      StackMap locals: int
      StackMap stack:
            aload 6 /* node */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            iload 8 /* arcIdx */
            aaload
            getfield org.apache.lucene.util.fst.Builder$Arc.target:Lorg/apache/lucene/util/fst/Builder$Node;
            checkcast org.apache.lucene.util.fst.Builder$UnCompiledNode
        25: .line 270
            astore 9 /* target */
        start local 9 // org.apache.lucene.util.fst.Builder$UnCompiledNode target
        26: .line 272
            aload 9 /* target */
            invokevirtual org.apache.lucene.util.fst.Builder$UnCompiledNode.clear:()V
        end local 9 // org.apache.lucene.util.fst.Builder$UnCompiledNode target
        27: .line 269
            iinc 8 /* arcIdx */ 1
      StackMap locals:
      StackMap stack:
        28: iload 8 /* arcIdx */
            aload 6 /* node */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            if_icmplt 24
        end local 8 // int arcIdx
        29: .line 274
            aload 6 /* node */
            iconst_0
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
        30: .line 277
      StackMap locals:
      StackMap stack:
            iload 4 /* doPrune */
            ifeq 34
        31: .line 279
            aload 6 /* node */
            invokevirtual org.apache.lucene.util.fst.Builder$UnCompiledNode.clear:()V
        32: .line 280
            aload 7 /* parent */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            iload 3 /* idx */
            iconst_1
            isub
            invokevirtual org.apache.lucene.util.IntsRefBuilder.intAt:(I)I
            aload 6 /* node */
            invokevirtual org.apache.lucene.util.fst.Builder$UnCompiledNode.deleteLast:(ILorg/apache/lucene/util/fst/Builder$Node;)V
        33: .line 281
            goto 53
        34: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount2:I
            ifeq 36
        35: .line 284
            aload 0 /* this */
            aload 6 /* node */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            invokevirtual org.apache.lucene.util.IntsRefBuilder.length:()I
            iload 3 /* idx */
            isub
            invokevirtual org.apache.lucene.util.fst.Builder.compileAllTargets:(Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;I)V
        36: .line 286
      StackMap locals:
      StackMap stack:
            aload 6 /* node */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.output:Ljava/lang/Object;
            astore 8 /* nextFinalOutput */
        start local 8 // java.lang.Object nextFinalOutput
        37: .line 293
            aload 6 /* node */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.isFinal:Z
            ifne 38
            aload 6 /* node */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            ifeq 38
            iconst_0
            goto 39
      StackMap locals: java.lang.Object
      StackMap stack:
        38: iconst_1
      StackMap locals:
      StackMap stack: int
        39: istore 9 /* isFinal */
        start local 9 // boolean isFinal
        40: .line 295
            iload 5 /* doCompile */
            ifeq 47
        41: .line 299
            aload 7 /* parent */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            iload 3 /* idx */
            iconst_1
            isub
            invokevirtual org.apache.lucene.util.IntsRefBuilder.intAt:(I)I
        42: .line 300
            aload 0 /* this */
            aload 6 /* node */
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            invokevirtual org.apache.lucene.util.IntsRefBuilder.length:()I
            iadd
            iload 3 /* idx */
            isub
            invokevirtual org.apache.lucene.util.fst.Builder.compileNode:(Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;I)Lorg/apache/lucene/util/fst/Builder$CompiledNode;
        43: .line 301
            aload 8 /* nextFinalOutput */
        44: .line 302
            iload 9 /* isFinal */
        45: .line 299
            invokevirtual org.apache.lucene.util.fst.Builder$UnCompiledNode.replaceLast:(ILorg/apache/lucene/util/fst/Builder$Node;Ljava/lang/Object;Z)V
        46: .line 303
            goto 53
        47: .line 306
      StackMap locals: int
      StackMap stack:
            aload 7 /* parent */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            iload 3 /* idx */
            iconst_1
            isub
            invokevirtual org.apache.lucene.util.IntsRefBuilder.intAt:(I)I
        48: .line 307
            aload 6 /* node */
        49: .line 308
            aload 8 /* nextFinalOutput */
        50: .line 309
            iload 9 /* isFinal */
        51: .line 306
            invokevirtual org.apache.lucene.util.fst.Builder$UnCompiledNode.replaceLast:(ILorg/apache/lucene/util/fst/Builder$Node;Ljava/lang/Object;Z)V
        52: .line 314
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iload 3 /* idx */
            new org.apache.lucene.util.fst.Builder$UnCompiledNode
            dup
            aload 0 /* this */
            iload 3 /* idx */
            invokespecial org.apache.lucene.util.fst.Builder$UnCompiledNode.<init>:(Lorg/apache/lucene/util/fst/Builder;I)V
            aastore
        end local 9 // boolean isFinal
        end local 8 // java.lang.Object nextFinalOutput
        end local 7 // org.apache.lucene.util.fst.Builder$UnCompiledNode parent
        end local 6 // org.apache.lucene.util.fst.Builder$UnCompiledNode node
        end local 5 // boolean doCompile
        end local 4 // boolean doPrune
        53: .line 228
      StackMap locals: org.apache.lucene.util.fst.Builder int int int
      StackMap stack:
            iinc 3 /* idx */ -1
      StackMap locals:
      StackMap stack:
        54: iload 3 /* idx */
            iload 2 /* downTo */
            if_icmpge 3
        end local 3 // int idx
        55: .line 318
            return
        end local 2 // int downTo
        end local 1 // int prefixLenPlus1
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   56     0             this  Lorg/apache/lucene/util/fst/Builder<TT;>;
            0   56     1   prefixLenPlus1  I
            1   56     2           downTo  I
            2   55     3              idx  I
            4   53     4          doPrune  Z
            5   53     5        doCompile  Z
            6   53     6             node  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
            7   53     7           parent  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
           23   29     8           arcIdx  I
           26   27     9           target  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
           37   53     8  nextFinalOutput  TT;
           40   53     9          isFinal  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      prefixLenPlus1  

  public void add(org.apache.lucene.util.IntsRef, );
    descriptor: (Lorg/apache/lucene/util/IntsRef;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=14, args_size=3
        start local 0 // org.apache.lucene.util.fst.Builder this
        start local 1 // org.apache.lucene.util.IntsRef input
        start local 2 // java.lang.Object output
         0: .line 359
            aload 2 /* output */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.NO_OUTPUT:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 360
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.NO_OUTPUT:Ljava/lang/Object;
            astore 2 /* output */
         2: .line 363
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.fst.Builder.$assertionsDisabled:Z
            ifne 3
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            invokevirtual org.apache.lucene.util.IntsRefBuilder.length:()I
            ifeq 3
            aload 1 /* input */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            invokevirtual org.apache.lucene.util.IntsRefBuilder.get:()Lorg/apache/lucene/util/IntsRef;
            invokevirtual org.apache.lucene.util.IntsRef.compareTo:(Lorg/apache/lucene/util/IntsRef;)I
            ifge 3
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "inputs are added out of order lastInput="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            invokevirtual org.apache.lucene.util.IntsRefBuilder.get:()Lorg/apache/lucene/util/IntsRef;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " vs input="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* input */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 364
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.fst.Builder.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            aload 2 /* output */
            invokevirtual org.apache.lucene.util.fst.Builder.validOutput:(Ljava/lang/Object;)Z
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 367
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.length:I
            ifne 9
         5: .line 373
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iconst_0
            aaload
            dup
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
            lconst_1
            ladd
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
         6: .line 374
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iconst_0
            aaload
            iconst_1
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.isFinal:Z
         7: .line 375
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            aload 2 /* output */
            invokevirtual org.apache.lucene.util.fst.FST.setEmptyOutput:(Ljava/lang/Object;)V
         8: .line 376
            return
         9: .line 380
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* pos1 */
        start local 3 // int pos1
        10: .line 381
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.offset:I
            istore 4 /* pos2 */
        start local 4 // int pos2
        11: .line 382
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            invokevirtual org.apache.lucene.util.IntsRefBuilder.length:()I
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.length:I
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* pos1Stop */
        start local 5 // int pos1Stop
        12: .line 384
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iload 3 /* pos1 */
            aaload
            dup
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
            lconst_1
            ladd
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
        13: .line 386
            iload 3 /* pos1 */
            iload 5 /* pos1Stop */
            if_icmpge 18
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            iload 3 /* pos1 */
            invokevirtual org.apache.lucene.util.IntsRefBuilder.intAt:(I)I
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.ints:[I
            iload 4 /* pos2 */
            iaload
            if_icmpeq 15
        14: .line 387
            goto 18
        15: .line 389
      StackMap locals:
      StackMap stack:
            iinc 3 /* pos1 */ 1
        16: .line 390
            iinc 4 /* pos2 */ 1
        17: .line 383
            goto 12
        18: .line 392
      StackMap locals:
      StackMap stack:
            iload 3 /* pos1 */
            iconst_1
            iadd
            istore 6 /* prefixLenPlus1 */
        start local 6 // int prefixLenPlus1
        19: .line 394
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            arraylength
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.length:I
            iconst_1
            iadd
            if_icmpge 27
        20: .line 395
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.length:I
            iconst_1
            iadd
            invokestatic org.apache.lucene.util.ArrayUtil.grow:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.apache.lucene.util.fst.Builder$UnCompiledNode[]
            astore 7 /* next */
        start local 7 // org.apache.lucene.util.fst.Builder$UnCompiledNode[] next
        21: .line 396
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            arraylength
            istore 8 /* idx */
        start local 8 // int idx
        22: goto 25
        23: .line 397
      StackMap locals: int org.apache.lucene.util.fst.Builder$UnCompiledNode[] int
      StackMap stack:
            aload 7 /* next */
            iload 8 /* idx */
            new org.apache.lucene.util.fst.Builder$UnCompiledNode
            dup
            aload 0 /* this */
            iload 8 /* idx */
            invokespecial org.apache.lucene.util.fst.Builder$UnCompiledNode.<init>:(Lorg/apache/lucene/util/fst/Builder;I)V
            aastore
        24: .line 396
            iinc 8 /* idx */ 1
      StackMap locals:
      StackMap stack:
        25: iload 8 /* idx */
            aload 7 /* next */
            arraylength
            if_icmplt 23
        end local 8 // int idx
        26: .line 399
            aload 0 /* this */
            aload 7 /* next */
            putfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
        end local 7 // org.apache.lucene.util.fst.Builder$UnCompiledNode[] next
        27: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* prefixLenPlus1 */
            invokevirtual org.apache.lucene.util.fst.Builder.freezeTail:(I)V
        28: .line 407
            iload 6 /* prefixLenPlus1 */
            istore 7 /* idx */
        start local 7 // int idx
        29: goto 35
        30: .line 408
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iload 7 /* idx */
            iconst_1
            isub
            aaload
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.ints:[I
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.offset:I
            iload 7 /* idx */
            iadd
            iconst_1
            isub
            iaload
        31: .line 409
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iload 7 /* idx */
            aaload
        32: .line 408
            invokevirtual org.apache.lucene.util.fst.Builder$UnCompiledNode.addArc:(ILorg/apache/lucene/util/fst/Builder$Node;)V
        33: .line 410
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iload 7 /* idx */
            aaload
            dup
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
            lconst_1
            ladd
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
        34: .line 407
            iinc 7 /* idx */ 1
      StackMap locals:
      StackMap stack:
        35: iload 7 /* idx */
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.length:I
            if_icmple 30
        end local 7 // int idx
        36: .line 413
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.length:I
            aaload
            astore 7 /* lastNode */
        start local 7 // org.apache.lucene.util.fst.Builder$UnCompiledNode lastNode
        37: .line 414
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            invokevirtual org.apache.lucene.util.IntsRefBuilder.length:()I
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.length:I
            if_icmpne 38
            iload 6 /* prefixLenPlus1 */
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.length:I
            iconst_1
            iadd
            if_icmpeq 40
        38: .line 415
      StackMap locals: org.apache.lucene.util.fst.Builder org.apache.lucene.util.IntsRef java.lang.Object int int int int org.apache.lucene.util.fst.Builder$UnCompiledNode
      StackMap stack:
            aload 7 /* lastNode */
            iconst_1
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.isFinal:Z
        39: .line 416
            aload 7 /* lastNode */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.NO_OUTPUT:Ljava/lang/Object;
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.output:Ljava/lang/Object;
        40: .line 421
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* idx */
        start local 8 // int idx
        41: goto 59
        42: .line 422
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iload 8 /* idx */
            aaload
            astore 9 /* node */
        start local 9 // org.apache.lucene.util.fst.Builder$UnCompiledNode node
        43: .line 423
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iload 8 /* idx */
            iconst_1
            isub
            aaload
            astore 10 /* parentNode */
        start local 10 // org.apache.lucene.util.fst.Builder$UnCompiledNode parentNode
        44: .line 425
            aload 10 /* parentNode */
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.ints:[I
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.offset:I
            iload 8 /* idx */
            iadd
            iconst_1
            isub
            iaload
            invokevirtual org.apache.lucene.util.fst.Builder$UnCompiledNode.getLastOutput:(I)Ljava/lang/Object;
            astore 11 /* lastOutput */
        start local 11 // java.lang.Object lastOutput
        45: .line 426
            getstatic org.apache.lucene.util.fst.Builder.$assertionsDisabled:Z
            ifne 46
            aload 0 /* this */
            aload 11 /* lastOutput */
            invokevirtual org.apache.lucene.util.fst.Builder.validOutput:(Ljava/lang/Object;)Z
            ifne 46
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        46: .line 431
      StackMap locals: org.apache.lucene.util.fst.Builder$UnCompiledNode org.apache.lucene.util.fst.Builder$UnCompiledNode java.lang.Object
      StackMap stack:
            aload 11 /* lastOutput */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.NO_OUTPUT:Ljava/lang/Object;
            if_acmpeq 54
        47: .line 432
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            getfield org.apache.lucene.util.fst.FST.outputs:Lorg/apache/lucene/util/fst/Outputs;
            aload 2 /* output */
            aload 11 /* lastOutput */
            invokevirtual org.apache.lucene.util.fst.Outputs.common:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 12 /* commonOutputPrefix */
        start local 12 // java.lang.Object commonOutputPrefix
        48: .line 433
            getstatic org.apache.lucene.util.fst.Builder.$assertionsDisabled:Z
            ifne 49
            aload 0 /* this */
            aload 12 /* commonOutputPrefix */
            invokevirtual org.apache.lucene.util.fst.Builder.validOutput:(Ljava/lang/Object;)Z
            ifne 49
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        49: .line 434
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            getfield org.apache.lucene.util.fst.FST.outputs:Lorg/apache/lucene/util/fst/Outputs;
            aload 11 /* lastOutput */
            aload 12 /* commonOutputPrefix */
            invokevirtual org.apache.lucene.util.fst.Outputs.subtract:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 13 /* wordSuffix */
        start local 13 // java.lang.Object wordSuffix
        50: .line 435
            getstatic org.apache.lucene.util.fst.Builder.$assertionsDisabled:Z
            ifne 51
            aload 0 /* this */
            aload 13 /* wordSuffix */
            invokevirtual org.apache.lucene.util.fst.Builder.validOutput:(Ljava/lang/Object;)Z
            ifne 51
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        51: .line 436
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 10 /* parentNode */
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.ints:[I
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.offset:I
            iload 8 /* idx */
            iadd
            iconst_1
            isub
            iaload
            aload 12 /* commonOutputPrefix */
            invokevirtual org.apache.lucene.util.fst.Builder$UnCompiledNode.setLastOutput:(ILjava/lang/Object;)V
        52: .line 437
            aload 9 /* node */
            aload 13 /* wordSuffix */
            invokevirtual org.apache.lucene.util.fst.Builder$UnCompiledNode.prependOutput:(Ljava/lang/Object;)V
        53: .line 438
            goto 56
        end local 13 // java.lang.Object wordSuffix
        end local 12 // java.lang.Object commonOutputPrefix
        54: .line 439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.NO_OUTPUT:Ljava/lang/Object;
            dup
            astore 13 /* wordSuffix */
        start local 13 // java.lang.Object wordSuffix
        55: astore 12 /* commonOutputPrefix */
        start local 12 // java.lang.Object commonOutputPrefix
        56: .line 442
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            getfield org.apache.lucene.util.fst.FST.outputs:Lorg/apache/lucene/util/fst/Outputs;
            aload 2 /* output */
            aload 12 /* commonOutputPrefix */
            invokevirtual org.apache.lucene.util.fst.Outputs.subtract:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* output */
        57: .line 443
            getstatic org.apache.lucene.util.fst.Builder.$assertionsDisabled:Z
            ifne 58
            aload 0 /* this */
            aload 2 /* output */
            invokevirtual org.apache.lucene.util.fst.Builder.validOutput:(Ljava/lang/Object;)Z
            ifne 58
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 13 // java.lang.Object wordSuffix
        end local 12 // java.lang.Object commonOutputPrefix
        end local 11 // java.lang.Object lastOutput
        end local 10 // org.apache.lucene.util.fst.Builder$UnCompiledNode parentNode
        end local 9 // org.apache.lucene.util.fst.Builder$UnCompiledNode node
        58: .line 421
      StackMap locals: org.apache.lucene.util.fst.Builder org.apache.lucene.util.IntsRef java.lang.Object int int int int org.apache.lucene.util.fst.Builder$UnCompiledNode int
      StackMap stack:
            iinc 8 /* idx */ 1
      StackMap locals:
      StackMap stack:
        59: iload 8 /* idx */
            iload 6 /* prefixLenPlus1 */
            if_icmplt 42
        end local 8 // int idx
        60: .line 446
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            invokevirtual org.apache.lucene.util.IntsRefBuilder.length:()I
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.length:I
            if_icmpne 63
            iload 6 /* prefixLenPlus1 */
            iconst_1
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.length:I
            iadd
            if_icmpne 63
        61: .line 449
            aload 7 /* lastNode */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            getfield org.apache.lucene.util.fst.FST.outputs:Lorg/apache/lucene/util/fst/Outputs;
            aload 7 /* lastNode */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.output:Ljava/lang/Object;
            aload 2 /* output */
            invokevirtual org.apache.lucene.util.fst.Outputs.merge:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.output:Ljava/lang/Object;
        62: .line 450
            goto 64
        63: .line 453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iload 6 /* prefixLenPlus1 */
            iconst_1
            isub
            aaload
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.ints:[I
            aload 1 /* input */
            getfield org.apache.lucene.util.IntsRef.offset:I
            iload 6 /* prefixLenPlus1 */
            iadd
            iconst_1
            isub
            iaload
            aload 2 /* output */
            invokevirtual org.apache.lucene.util.fst.Builder$UnCompiledNode.setLastOutput:(ILjava/lang/Object;)V
        64: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            aload 1 /* input */
            invokevirtual org.apache.lucene.util.IntsRefBuilder.copyInts:(Lorg/apache/lucene/util/IntsRef;)V
        65: .line 460
            return
        end local 7 // org.apache.lucene.util.fst.Builder$UnCompiledNode lastNode
        end local 6 // int prefixLenPlus1
        end local 5 // int pos1Stop
        end local 4 // int pos2
        end local 3 // int pos1
        end local 2 // java.lang.Object output
        end local 1 // org.apache.lucene.util.IntsRef input
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   66     0                this  Lorg/apache/lucene/util/fst/Builder<TT;>;
            0   66     1               input  Lorg/apache/lucene/util/IntsRef;
            0   66     2              output  TT;
           10   66     3                pos1  I
           11   66     4                pos2  I
           12   66     5            pos1Stop  I
           19   66     6      prefixLenPlus1  I
           21   27     7                next  [Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
           22   26     8                 idx  I
           29   36     7                 idx  I
           37   66     7            lastNode  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
           41   60     8                 idx  I
           43   58     9                node  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
           44   58    10          parentNode  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
           45   58    11          lastOutput  TT;
           48   54    12  commonOutputPrefix  TT;
           56   58    12  commonOutputPrefix  TT;
           50   54    13          wordSuffix  TT;
           55   58    13          wordSuffix  TT;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/apache/lucene/util/IntsRef;TT;)V
    MethodParameters:
        Name  Flags
      input   
      output  

  private boolean validOutput();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.fst.Builder this
        start local 1 // java.lang.Object output
         0: .line 463
            aload 1 /* output */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.NO_OUTPUT:Ljava/lang/Object;
            if_acmpeq 1
            aload 1 /* output */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.NO_OUTPUT:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.Object output
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/util/fst/Builder<TT;>;
            0    2     1  output  TT;
    Signature: (TT;)Z
    MethodParameters:
        Name  Flags
      output  

  public org.apache.lucene.util.fst.FST<T> finish();
    descriptor: ()Lorg/apache/lucene/util/fst/FST;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.lucene.util.fst.Builder this
         0: .line 470
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.frontier:[Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;
            iconst_0
            aaload
            astore 1 /* root */
        start local 1 // org.apache.lucene.util.fst.Builder$UnCompiledNode root
         1: .line 473
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.lucene.util.fst.Builder.freezeTail:(I)V
         2: .line 474
            aload 1 /* root */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount1:I
            i2l
            lcmp
            iflt 3
            aload 1 /* root */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount2:I
            i2l
            lcmp
            iflt 3
            aload 1 /* root */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            ifne 7
         3: .line 475
      StackMap locals: org.apache.lucene.util.fst.Builder$UnCompiledNode
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            getfield org.apache.lucene.util.fst.FST.emptyOutput:Ljava/lang/Object;
            ifnonnull 5
         4: .line 476
            aconst_null
            areturn
         5: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount1:I
            ifgt 6
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount2:I
            ifle 9
         6: .line 479
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         7: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.minSuffixCount2:I
            ifeq 9
         8: .line 483
            aload 0 /* this */
            aload 1 /* root */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            invokevirtual org.apache.lucene.util.IntsRefBuilder.length:()I
            invokevirtual org.apache.lucene.util.fst.Builder.compileAllTargets:(Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;I)V
         9: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            aload 0 /* this */
            aload 1 /* root */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.lastInput:Lorg/apache/lucene/util/IntsRefBuilder;
            invokevirtual org.apache.lucene.util.IntsRefBuilder.length:()I
            invokevirtual org.apache.lucene.util.fst.Builder.compileNode:(Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;I)Lorg/apache/lucene/util/fst/Builder$CompiledNode;
            getfield org.apache.lucene.util.fst.Builder$CompiledNode.node:J
            invokevirtual org.apache.lucene.util.fst.FST.finish:(J)V
        10: .line 489
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            areturn
        end local 1 // org.apache.lucene.util.fst.Builder$UnCompiledNode root
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/lucene/util/fst/Builder<TT;>;
            1   11     1  root  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
    Exceptions:
      throws java.io.IOException
    Signature: ()Lorg/apache/lucene/util/fst/FST<TT;>;

  private void compileAllTargets(org.apache.lucene.util.fst.Builder$UnCompiledNode<T>, );
    descriptor: (Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.apache.lucene.util.fst.Builder this
        start local 1 // org.apache.lucene.util.fst.Builder$UnCompiledNode node
        start local 2 // int tailLength
         0: .line 493
            iconst_0
            istore 3 /* arcIdx */
        start local 3 // int arcIdx
         1: goto 9
         2: .line 494
      StackMap locals: int
      StackMap stack:
            aload 1 /* node */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            iload 3 /* arcIdx */
            aaload
            astore 4 /* arc */
        start local 4 // org.apache.lucene.util.fst.Builder$Arc arc
         3: .line 495
            aload 4 /* arc */
            getfield org.apache.lucene.util.fst.Builder$Arc.target:Lorg/apache/lucene/util/fst/Builder$Node;
            invokeinterface org.apache.lucene.util.fst.Builder$Node.isCompiled:()Z
            ifne 8
         4: .line 497
            aload 4 /* arc */
            getfield org.apache.lucene.util.fst.Builder$Arc.target:Lorg/apache/lucene/util/fst/Builder$Node;
            checkcast org.apache.lucene.util.fst.Builder$UnCompiledNode
            astore 5 /* n */
        start local 5 // org.apache.lucene.util.fst.Builder$UnCompiledNode n
         5: .line 498
            aload 5 /* n */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            ifne 7
         6: .line 500
            aload 4 /* arc */
            aload 5 /* n */
            iconst_1
            dup_x1
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.isFinal:Z
            putfield org.apache.lucene.util.fst.Builder$Arc.isFinal:Z
         7: .line 502
      StackMap locals: org.apache.lucene.util.fst.Builder$Arc org.apache.lucene.util.fst.Builder$UnCompiledNode
      StackMap stack:
            aload 4 /* arc */
            aload 0 /* this */
            aload 5 /* n */
            iload 2 /* tailLength */
            iconst_1
            isub
            invokevirtual org.apache.lucene.util.fst.Builder.compileNode:(Lorg/apache/lucene/util/fst/Builder$UnCompiledNode;I)Lorg/apache/lucene/util/fst/Builder$CompiledNode;
            putfield org.apache.lucene.util.fst.Builder$Arc.target:Lorg/apache/lucene/util/fst/Builder$Node;
        end local 5 // org.apache.lucene.util.fst.Builder$UnCompiledNode n
        end local 4 // org.apache.lucene.util.fst.Builder$Arc arc
         8: .line 493
      StackMap locals:
      StackMap stack:
            iinc 3 /* arcIdx */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* arcIdx */
            aload 1 /* node */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            if_icmplt 2
        end local 3 // int arcIdx
        10: .line 505
            return
        end local 2 // int tailLength
        end local 1 // org.apache.lucene.util.fst.Builder$UnCompiledNode node
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/apache/lucene/util/fst/Builder<TT;>;
            0   11     1        node  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
            0   11     2  tailLength  I
            1   10     3      arcIdx  I
            3    8     4         arc  Lorg/apache/lucene/util/fst/Builder$Arc<TT;>;
            5    8     5           n  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;I)V
    MethodParameters:
            Name  Flags
      node        
      tailLength  

  public long fstRamBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.Builder this
         0: .line 525
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder.fst:Lorg/apache/lucene/util/fst/FST;
            invokevirtual org.apache.lucene.util.fst.FST.ramBytesUsed:()J
            lreturn
        end local 0 // org.apache.lucene.util.fst.Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/Builder<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Builder.java"
NestMembers:
  org.apache.lucene.util.fst.Builder$Arc  org.apache.lucene.util.fst.Builder$CompiledNode  org.apache.lucene.util.fst.Builder$Node  org.apache.lucene.util.fst.Builder$UnCompiledNode
InnerClasses:
  public Arc = org.apache.lucene.util.fst.Builder$Arc of org.apache.lucene.util.fst.Builder
  final CompiledNode = org.apache.lucene.util.fst.Builder$CompiledNode of org.apache.lucene.util.fst.Builder
  abstract Node = org.apache.lucene.util.fst.Builder$Node of org.apache.lucene.util.fst.Builder
  public final UnCompiledNode = org.apache.lucene.util.fst.Builder$UnCompiledNode of org.apache.lucene.util.fst.Builder
  public abstract BytesReader = org.apache.lucene.util.fst.FST$BytesReader of org.apache.lucene.util.fst.FST
  public final INPUT_TYPE = org.apache.lucene.util.fst.FST$INPUT_TYPE of org.apache.lucene.util.fst.FST