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: 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
2: aload 0
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: aload 0
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: aload 0
aload 1
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: aload 0
iload 2
putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.depth:I
6: return
end local 2 end local 1 end local 0 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 0: iconst_0
ireturn
end local 0 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 0: aload 0
iconst_0
putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
1: aload 0
iconst_0
putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.isFinal:Z
2: aload 0
aload 0
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: aload 0
lconst_0
putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.inputCount:J
4: return
end local 0 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 start local 1 0: getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 1
aload 0
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: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 2
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
aload 0
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
if_icmpeq 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
aload 0
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 end local 0 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 start local 1 start local 2 0: getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 1
iload 1
ifge 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 2
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
ifeq 2
iload 1
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
aload 0
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
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
aload 0
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
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " numArcs="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
arraylength
if_icmpne 10
3: aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
aload 0
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
start local 3 4: aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
istore 4
start local 4 5: goto 8
6: StackMap locals: org.apache.lucene.util.fst.Builder$Arc[] int
StackMap stack:
aload 3
iload 4
new org.apache.lucene.util.fst.Builder$Arc
dup
invokespecial org.apache.lucene.util.fst.Builder$Arc.<init>:()V
aastore
7: iinc 4 1
StackMap locals:
StackMap stack:
8: iload 4
aload 3
arraylength
if_icmplt 6
end local 4 9: aload 0
aload 3
putfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
end local 3 10: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
aload 0
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
start local 3 11: aload 3
iload 1
putfield org.apache.lucene.util.fst.Builder$Arc.label:I
12: aload 3
aload 2
putfield org.apache.lucene.util.fst.Builder$Arc.target:Lorg/apache/lucene/util/fst/Builder$Node;
13: aload 3
aload 3
aload 0
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: aload 3
iconst_0
putfield org.apache.lucene.util.fst.Builder$Arc.isFinal:Z
15: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 1
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
iconst_1
isub
aaload
astore 5
start local 5 2: getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 3
aload 5
getfield org.apache.lucene.util.fst.Builder$Arc.label:I
iload 1
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
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
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: StackMap locals: org.apache.lucene.util.fst.Builder$Arc
StackMap stack:
aload 5
aload 2
putfield org.apache.lucene.util.fst.Builder$Arc.target:Lorg/apache/lucene/util/fst/Builder$Node;
4: aload 5
aload 3
putfield org.apache.lucene.util.fst.Builder$Arc.nextFinalOutput:Ljava/lang/Object;
5: aload 5
iload 4
putfield org.apache.lucene.util.fst.Builder$Arc.isFinal:Z
6: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 1
aload 0
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: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 2
iload 1
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
aload 0
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: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 3
aload 2
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
aload 0
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: StackMap locals:
StackMap stack:
aload 0
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: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 1
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
aload 2
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: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 2
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
iconst_1
isub
aaload
astore 3
start local 3 3: getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 4
aload 3
getfield org.apache.lucene.util.fst.Builder$Arc.label:I
iload 1
if_icmpeq 4
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
4: StackMap locals: org.apache.lucene.util.fst.Builder$Arc
StackMap stack:
aload 3
aload 2
putfield org.apache.lucene.util.fst.Builder$Arc.output:Ljava/lang/Object;
5: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 1
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
aload 1
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: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 2: goto 6
3: StackMap locals: int
StackMap stack:
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
iload 2
aaload
aload 0
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
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
iload 2
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: getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 5
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.arcs:[Lorg/apache/lucene/util/fst/Builder$Arc;
iload 2
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: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.numArcs:I
if_icmplt 3
end local 2 7: aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.isFinal:Z
ifeq 10
8: aload 0
aload 0
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
aload 0
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: getstatic org.apache.lucene.util.fst.Builder$UnCompiledNode.$assertionsDisabled:Z
ifne 10
aload 0
getfield org.apache.lucene.util.fst.Builder$UnCompiledNode.owner:Lorg/apache/lucene/util/fst/Builder;
aload 0
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: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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