public final class org.apache.lucene.util.fst.Builder$UnCompiledNode<T> implements org.apache.lucene.util.fst.Builder$Node
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.util.fst.Builder$UnCompiledNode
  super_class: java.lang.Object
{
  final org.apache.lucene.util.fst.Builder<T> owner;
    descriptor: Lorg/apache/lucene/util/fst/Builder;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/apache/lucene/util/fst/Builder<TT;>;

  public int numArcs;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public org.apache.lucene.util.fst.Builder$Arc<T>[] arcs;
    descriptor: [Lorg/apache/lucene/util/fst/Builder$Arc;
    flags: (0x0001) ACC_PUBLIC
    Signature: [Lorg/apache/lucene/util/fst/Builder$Arc<TT;>;

  public T output;
    descriptor: Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Signature: TT;

  public boolean isFinal;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public long inputCount;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public final int depth;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  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 537
            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$UnCompiledNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.util.fst.Builder<T>, );
    descriptor: (Lorg/apache/lucene/util/fst/Builder;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
        start local 1 // org.apache.lucene.util.fst.Builder owner
        start local 2 // int depth
         0: .line 559
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 560
            aload 0 /* this */
            aload 1 /* owner */
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
         2: .line 561
            aload 0 /* this */
            iconst_1
            anewarray org.apache.lucene.util.fst.Builder$Arc
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
         3: .line 562
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            iconst_0
            new org.apache.lucene.util.fst.Builder$Arc
            dup
            invokespecial org.apache.lucene.util.fst.Builder$Arc.<init>:()V
            aastore
         4: .line 563
            aload 0 /* this */
            aload 1 /* owner */
            getfield org.apache.lucene.util.fst.Builder.NO_OUTPUT:Ljava/lang/Object;
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.output:Ljava/lang/Object;
         5: .line 564
            aload 0 /* this */
            iload 2 /* depth */
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.depth:I
         6: .line 565
            return
        end local 2 // int depth
        end local 1 // org.apache.lucene.util.fst.Builder owner
        end local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
            0    7     1  owner  Lorg/apache/lucene/util/fst/Builder<TT;>;
            0    7     2  depth  I
    Signature: (Lorg/apache/lucene/util/fst/Builder<TT;>;I)V
    MethodParameters:
       Name  Flags
      owner  
      depth  

  public boolean isCompiled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
         0: .line 569
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
         0: .line 573
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
         1: .line 574
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.isFinal:Z
         2: .line 575
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
            getfield org.apache.lucene.util.fst.Builder.NO_OUTPUT:Ljava/lang/Object;
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.output:Ljava/lang/Object;
         3: .line 576
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
         4: .line 580
            return
        end local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;

  public T getLastOutput();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
        start local 1 // int labelToMatch
         0: .line 583
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 584
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            iconst_1
            isub
            aaload
            getfield org.apache.lucene.util.fst.Builder$Arc.label:I
            iload 1 /* labelToMatch */
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 585
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            iconst_1
            isub
            aaload
            getfield org.apache.lucene.util.fst.Builder$Arc.output:Ljava/lang/Object;
            areturn
        end local 1 // int labelToMatch
        end local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
            0    3     1  labelToMatch  I
    Signature: (I)TT;
    MethodParameters:
              Name  Flags
      labelToMatch  

  public void addArc(int, org.apache.lucene.util.fst.Builder$Node);
    descriptor: (ILorg/apache/lucene/util/fst/Builder$Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
        start local 1 // int label
        start local 2 // org.apache.lucene.util.fst.Builder$Node target
         0: .line 589
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 1
            iload 1 /* label */
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 590
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            ifeq 2
            iload 1 /* label */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            iconst_1
            isub
            aaload
            getfield org.apache.lucene.util.fst.Builder$Arc.label:I
            if_icmpgt 2
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "arc[numArcs-1].label="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            iconst_1
            isub
            aaload
            getfield org.apache.lucene.util.fst.Builder$Arc.label:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " new label="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* label */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " numArcs="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            arraylength
            if_icmpne 10
         3: .line 592
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs: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$Arc[]
            astore 3 /* newArcs */
        start local 3 // org.apache.lucene.util.fst.Builder$Arc[] newArcs
         4: .line 593
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            istore 4 /* arcIdx */
        start local 4 // int arcIdx
         5: goto 8
         6: .line 594
      StackMap locals: org.apache.lucene.util.fst.Builder$Arc[] int
      StackMap stack:
            aload 3 /* newArcs */
            iload 4 /* arcIdx */
            new org.apache.lucene.util.fst.Builder$Arc
            dup
            invokespecial org.apache.lucene.util.fst.Builder$Arc.<init>:()V
            aastore
         7: .line 593
            iinc 4 /* arcIdx */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* arcIdx */
            aload 3 /* newArcs */
            arraylength
            if_icmplt 6
        end local 4 // int arcIdx
         9: .line 596
            aload 0 /* this */
            aload 3 /* newArcs */
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
        end local 3 // org.apache.lucene.util.fst.Builder$Arc[] newArcs
        10: .line 598
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            aaload
            astore 3 /* arc */
        start local 3 // org.apache.lucene.util.fst.Builder$Arc arc
        11: .line 599
            aload 3 /* arc */
            iload 1 /* label */
            putfield org.apache.lucene.util.fst.Builder$Arc.label:I
        12: .line 600
            aload 3 /* arc */
            aload 2 /* target */
            putfield org.apache.lucene.util.fst.Builder$Arc.target:Lorg/apache/lucene/util/fst/Builder$Node;
        13: .line 601
            aload 3 /* arc */
            aload 3 /* arc */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
            getfield org.apache.lucene.util.fst.Builder.NO_OUTPUT:Ljava/lang/Object;
            dup_x1
            putfield org.apache.lucene.util.fst.Builder$Arc.nextFinalOutput:Ljava/lang/Object;
            putfield org.apache.lucene.util.fst.Builder$Arc.output:Ljava/lang/Object;
        14: .line 602
            aload 3 /* arc */
            iconst_0
            putfield org.apache.lucene.util.fst.Builder$Arc.isFinal:Z
        15: .line 603
            return
        end local 3 // org.apache.lucene.util.fst.Builder$Arc arc
        end local 2 // org.apache.lucene.util.fst.Builder$Node target
        end local 1 // int label
        end local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
            0   16     1    label  I
            0   16     2   target  Lorg/apache/lucene/util/fst/Builder$Node;
            4   10     3  newArcs  [Lorg/apache/lucene/util/fst/Builder$Arc;
            5    9     4   arcIdx  I
           11   16     3      arc  Lorg/apache/lucene/util/fst/Builder$Arc<TT;>;
    MethodParameters:
        Name  Flags
      label   
      target  

  public void replaceLast(int, org.apache.lucene.util.fst.Builder$Node, T, );
    descriptor: (ILorg/apache/lucene/util/fst/Builder$Node;Ljava/lang/Object;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
        start local 1 // int labelToMatch
        start local 2 // org.apache.lucene.util.fst.Builder$Node target
        start local 3 // java.lang.Object nextFinalOutput
        start local 4 // boolean isFinal
         0: .line 606
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            iconst_1
            isub
            aaload
            astore 5 /* arc */
        start local 5 // org.apache.lucene.util.fst.Builder$Arc arc
         2: .line 608
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 3
            aload 5 /* arc */
            getfield org.apache.lucene.util.fst.Builder$Arc.label:I
            iload 1 /* labelToMatch */
            if_icmpeq 3
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "arc.label="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* arc */
            getfield org.apache.lucene.util.fst.Builder$Arc.label:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " vs "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* labelToMatch */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 609
      StackMap locals: org.apache.lucene.util.fst.Builder$Arc
      StackMap stack:
            aload 5 /* arc */
            aload 2 /* target */
            putfield org.apache.lucene.util.fst.Builder$Arc.target:Lorg/apache/lucene/util/fst/Builder$Node;
         4: .line 611
            aload 5 /* arc */
            aload 3 /* nextFinalOutput */
            putfield org.apache.lucene.util.fst.Builder$Arc.nextFinalOutput:Ljava/lang/Object;
         5: .line 612
            aload 5 /* arc */
            iload 4 /* isFinal */
            putfield org.apache.lucene.util.fst.Builder$Arc.isFinal:Z
         6: .line 613
            return
        end local 5 // org.apache.lucene.util.fst.Builder$Arc arc
        end local 4 // boolean isFinal
        end local 3 // java.lang.Object nextFinalOutput
        end local 2 // org.apache.lucene.util.fst.Builder$Node target
        end local 1 // int labelToMatch
        end local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
            0    7     1     labelToMatch  I
            0    7     2           target  Lorg/apache/lucene/util/fst/Builder$Node;
            0    7     3  nextFinalOutput  TT;
            0    7     4          isFinal  Z
            2    7     5              arc  Lorg/apache/lucene/util/fst/Builder$Arc<TT;>;
    Signature: (ILorg/apache/lucene/util/fst/Builder$Node;TT;Z)V
    MethodParameters:
                 Name  Flags
      labelToMatch     
      target           
      nextFinalOutput  
      isFinal          

  public void deleteLast(int, org.apache.lucene.util.fst.Builder$Node);
    descriptor: (ILorg/apache/lucene/util/fst/Builder$Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
        start local 1 // int label
        start local 2 // org.apache.lucene.util.fst.Builder$Node target
         0: .line 616
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 617
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 2
            iload 1 /* label */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            iconst_1
            isub
            aaload
            getfield org.apache.lucene.util.fst.Builder$Arc.label:I
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 618
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 3
            aload 2 /* target */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            iconst_1
            isub
            aaload
            getfield org.apache.lucene.util.fst.Builder$Arc.target:Lorg/apache/lucene/util/fst/Builder$Node;
            if_acmpeq 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            iconst_1
            isub
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
         4: .line 620
            return
        end local 2 // org.apache.lucene.util.fst.Builder$Node target
        end local 1 // int label
        end local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
            0    5     1   label  I
            0    5     2  target  Lorg/apache/lucene/util/fst/Builder$Node;
    MethodParameters:
        Name  Flags
      label   
      target  

  public void setLastOutput(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
        start local 1 // int labelToMatch
        start local 2 // java.lang.Object newOutput
         0: .line 623
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
            aload 2 /* newOutput */
            invokevirtual org.apache.lucene.util.fst.Builder.validOutput:(Ljava/lang/Object;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 624
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            ifgt 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            iconst_1
            isub
            aaload
            astore 3 /* arc */
        start local 3 // org.apache.lucene.util.fst.Builder$Arc arc
         3: .line 626
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 4
            aload 3 /* arc */
            getfield org.apache.lucene.util.fst.Builder$Arc.label:I
            iload 1 /* labelToMatch */
            if_icmpeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 627
      StackMap locals: org.apache.lucene.util.fst.Builder$Arc
      StackMap stack:
            aload 3 /* arc */
            aload 2 /* newOutput */
            putfield org.apache.lucene.util.fst.Builder$Arc.output:Ljava/lang/Object;
         5: .line 628
            return
        end local 3 // org.apache.lucene.util.fst.Builder$Arc arc
        end local 2 // java.lang.Object newOutput
        end local 1 // int labelToMatch
        end local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
            0    6     1  labelToMatch  I
            0    6     2     newOutput  TT;
            3    6     3           arc  Lorg/apache/lucene/util/fst/Builder$Arc<TT;>;
    Signature: (ITT;)V
    MethodParameters:
              Name  Flags
      labelToMatch  
      newOutput     

  public void prependOutput();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
        start local 1 // java.lang.Object outputPrefix
         0: .line 632
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
            aload 1 /* outputPrefix */
            invokevirtual org.apache.lucene.util.fst.Builder.validOutput:(Ljava/lang/Object;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 634
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* arcIdx */
        start local 2 // int arcIdx
         2: goto 6
         3: .line 635
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            iload 2 /* arcIdx */
            aaload
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
            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 1 /* outputPrefix */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            iload 2 /* arcIdx */
            aaload
            getfield org.apache.lucene.util.fst.Builder$Arc.output:Ljava/lang/Object;
            invokevirtual org.apache.lucene.util.fst.Outputs.add:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.apache.lucene.util.fst.Builder$Arc.output:Ljava/lang/Object;
         4: .line 636
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
            iload 2 /* arcIdx */
            aaload
            getfield org.apache.lucene.util.fst.Builder$Arc.output:Ljava/lang/Object;
            invokevirtual org.apache.lucene.util.fst.Builder.validOutput:(Ljava/lang/Object;)Z
            ifne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 634
      StackMap locals:
      StackMap stack:
            iinc 2 /* arcIdx */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* arcIdx */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
            if_icmplt 3
        end local 2 // int arcIdx
         7: .line 639
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.isFinal:Z
            ifeq 10
         8: .line 640
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
            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 1 /* outputPrefix */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.output:Ljava/lang/Object;
            invokevirtual org.apache.lucene.util.fst.Outputs.add:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.output:Ljava/lang/Object;
         9: .line 641
            getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
            ifne 10
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.output:Ljava/lang/Object;
            invokevirtual org.apache.lucene.util.fst.Builder.validOutput:(Ljava/lang/Object;)Z
            ifne 10
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 643
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object outputPrefix
        end local 0 // org.apache.lucene.util.fst.Builder$UnCompiledNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/apache/lucene/util/fst/Builder$UnCompiledNode<TT;>;
            0   11     1  outputPrefix  TT;
            2    7     2        arcIdx  I
    Signature: (TT;)V
    MethodParameters:
              Name  Flags
      outputPrefix  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/apache/lucene/util/fst/Builder$Node;
SourceFile: "Builder.java"
NestHost: org.apache.lucene.util.fst.Builder
InnerClasses:
  public Arc = org.apache.lucene.util.fst.Builder$Arc 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