class org.apache.lucene.util.fst.FST$Arc$BitTable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.util.fst.FST$Arc$BitTable
super_class: java.lang.Object
{
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/apache/lucene/util/fst/FST;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/util/fst/FST$Arc$BitTable;
static boolean isBitSet(int, org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)Z
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
ifne 1
aload 1
invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
bipush 64
if_icmpeq 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 2
aload 1
getfield org.apache.lucene.util.fst.FST$Arc.bitTableStart:J
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.setPosition:(J)V
2: iload 0
aload 2
invokestatic org.apache.lucene.util.fst.BitTableUtil.isBitSet:(ILorg/apache/lucene/util/fst/FST$BytesReader;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 bitIndex I
0 3 1 arc Lorg/apache/lucene/util/fst/FST$Arc;
0 3 2 in Lorg/apache/lucene/util/fst/FST$BytesReader;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bitIndex
arc
in
static int countBits(org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (Lorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)I
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
ifne 1
aload 0
invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
bipush 64
if_icmpeq 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.apache.lucene.util.fst.FST$Arc.bitTableStart:J
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.setPosition:(J)V
2: aload 0
invokevirtual org.apache.lucene.util.fst.FST$Arc.numArcs:()I
invokestatic org.apache.lucene.util.fst.FST.getNumPresenceBytes:(I)I
aload 1
invokestatic org.apache.lucene.util.fst.BitTableUtil.countBits:(ILorg/apache/lucene/util/fst/FST$BytesReader;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 arc Lorg/apache/lucene/util/fst/FST$Arc;
0 3 1 in Lorg/apache/lucene/util/fst/FST$BytesReader;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
arc
in
static int countBitsUpTo(int, org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)I
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
ifne 1
aload 1
invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
bipush 64
if_icmpeq 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 2
aload 1
getfield org.apache.lucene.util.fst.FST$Arc.bitTableStart:J
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.setPosition:(J)V
2: iload 0
aload 2
invokestatic org.apache.lucene.util.fst.BitTableUtil.countBitsUpTo:(ILorg/apache/lucene/util/fst/FST$BytesReader;)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 bitIndex I
0 3 1 arc Lorg/apache/lucene/util/fst/FST$Arc;
0 3 2 in Lorg/apache/lucene/util/fst/FST$BytesReader;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bitIndex
arc
in
static int nextBitSet(int, org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)I
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
ifne 1
aload 1
invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
bipush 64
if_icmpeq 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 2
aload 1
getfield org.apache.lucene.util.fst.FST$Arc.bitTableStart:J
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.setPosition:(J)V
2: iload 0
aload 1
invokevirtual org.apache.lucene.util.fst.FST$Arc.numArcs:()I
invokestatic org.apache.lucene.util.fst.FST.getNumPresenceBytes:(I)I
aload 2
invokestatic org.apache.lucene.util.fst.BitTableUtil.nextBitSet:(IILorg/apache/lucene/util/fst/FST$BytesReader;)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 bitIndex I
0 3 1 arc Lorg/apache/lucene/util/fst/FST$Arc;
0 3 2 in Lorg/apache/lucene/util/fst/FST$BytesReader;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bitIndex
arc
in
static int previousBitSet(int, org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)I
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
ifne 1
aload 1
invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
bipush 64
if_icmpeq 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 2
aload 1
getfield org.apache.lucene.util.fst.FST$Arc.bitTableStart:J
invokevirtual org.apache.lucene.util.fst.FST$BytesReader.setPosition:(J)V
2: iload 0
aload 2
invokestatic org.apache.lucene.util.fst.BitTableUtil.previousBitSet:(ILorg/apache/lucene/util/fst/FST$BytesReader;)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 bitIndex I
0 3 1 arc Lorg/apache/lucene/util/fst/FST$Arc;
0 3 2 in Lorg/apache/lucene/util/fst/FST$BytesReader;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bitIndex
arc
in
static boolean assertIsValid(org.apache.lucene.util.fst.FST$Arc, org.apache.lucene.util.fst.FST$BytesReader);
descriptor: (Lorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)Z
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
ifne 1
aload 0
invokevirtual org.apache.lucene.util.fst.FST$Arc.bytesPerArc:()I
ifgt 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
ifne 2
aload 0
invokevirtual org.apache.lucene.util.fst.FST$Arc.nodeFlags:()B
bipush 64
if_icmpeq 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
ifne 3
iconst_0
aload 0
aload 1
invokestatic org.apache.lucene.util.fst.FST$Arc$BitTable.isBitSet:(ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)Z
ifne 3
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
ifne 4
aload 0
invokevirtual org.apache.lucene.util.fst.FST$Arc.numArcs:()I
iconst_1
isub
aload 0
aload 1
invokestatic org.apache.lucene.util.fst.FST$Arc$BitTable.isBitSet:(ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)Z
ifne 4
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
4: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.util.fst.FST$Arc$BitTable.$assertionsDisabled:Z
ifne 5
aload 0
invokevirtual org.apache.lucene.util.fst.FST$Arc.numArcs:()I
iconst_1
isub
aload 0
aload 1
invokestatic org.apache.lucene.util.fst.FST$Arc$BitTable.nextBitSet:(ILorg/apache/lucene/util/fst/FST$Arc;Lorg/apache/lucene/util/fst/FST$BytesReader;)I
iconst_m1
if_icmpeq 5
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 arc Lorg/apache/lucene/util/fst/FST$Arc;
0 6 1 in Lorg/apache/lucene/util/fst/FST$BytesReader;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
arc
in
}
SourceFile: "FST.java"
NestHost: org.apache.lucene.util.fst.FST
InnerClasses:
public final Arc = org.apache.lucene.util.fst.FST$Arc of org.apache.lucene.util.fst.FST
BitTable = org.apache.lucene.util.fst.FST$Arc$BitTable of org.apache.lucene.util.fst.FST$Arc
public abstract BytesReader = org.apache.lucene.util.fst.FST$BytesReader of org.apache.lucene.util.fst.FST