public final class org.apache.lucene.index.TermStates
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.index.TermStates
super_class: java.lang.Object
{
private static final org.apache.lucene.index.TermState EMPTY_TERMSTATE;
descriptor: Lorg/apache/lucene/index/TermState;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final java.lang.Object topReaderContextIdentity;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.lucene.index.TermState[] states;
descriptor: [Lorg/apache/lucene/index/TermState;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.lucene.index.Term term;
descriptor: Lorg/apache/lucene/index/Term;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private int docFreq;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private long totalTermFreq;
descriptor: J
flags: (0x0002) ACC_PRIVATE
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=2, locals=0, args_size=0
0: ldc Lorg/apache/lucene/index/TermStates;
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.index.TermStates.$assertionsDisabled:Z
3: new org.apache.lucene.index.TermStates$1
dup
invokespecial org.apache.lucene.index.TermStates$1.<init>:()V
putstatic org.apache.lucene.index.TermStates.EMPTY_TERMSTATE:Lorg/apache/lucene/index/TermState;
4: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(org.apache.lucene.index.Term, org.apache.lucene.index.IndexReaderContext);
descriptor: (Lorg/apache/lucene/index/Term;Lorg/apache/lucene/index/IndexReaderContext;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: getstatic org.apache.lucene.index.TermStates.$assertionsDisabled:Z
ifne 3
aload 2
ifnull 2
aload 2
getfield org.apache.lucene.index.IndexReaderContext.isTopLevel:Z
ifne 3
StackMap locals: org.apache.lucene.index.TermStates org.apache.lucene.index.Term org.apache.lucene.index.IndexReaderContext
StackMap stack:
2: new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
aload 0
aload 2
getfield org.apache.lucene.index.IndexReaderContext.identity:Ljava/lang/Object;
putfield org.apache.lucene.index.TermStates.topReaderContextIdentity:Ljava/lang/Object;
4: aload 0
iconst_0
putfield org.apache.lucene.index.TermStates.docFreq:I
5: aload 0
lconst_0
putfield org.apache.lucene.index.TermStates.totalTermFreq:J
6: aload 2
invokevirtual org.apache.lucene.index.IndexReaderContext.leaves:()Ljava/util/List;
ifnonnull 9
7: iconst_1
istore 3
start local 3 8: goto 10
end local 3 9: StackMap locals:
StackMap stack:
aload 2
invokevirtual org.apache.lucene.index.IndexReaderContext.leaves:()Ljava/util/List;
invokeinterface java.util.List.size:()I
istore 3
start local 3 10: StackMap locals: int
StackMap stack:
aload 0
iload 3
anewarray org.apache.lucene.index.TermState
putfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
11: aload 0
aload 1
putfield org.apache.lucene.index.TermStates.term:Lorg/apache/lucene/index/Term;
12: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/apache/lucene/index/TermStates;
0 13 1 term Lorg/apache/lucene/index/Term;
0 13 2 context Lorg/apache/lucene/index/IndexReaderContext;
8 9 3 len I
10 13 3 len I
MethodParameters:
Name Flags
term
context
public void <init>(org.apache.lucene.index.IndexReaderContext);
descriptor: (Lorg/apache/lucene/index/IndexReaderContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aconst_null
aload 1
invokespecial org.apache.lucene.index.TermStates.<init>:(Lorg/apache/lucene/index/Term;Lorg/apache/lucene/index/IndexReaderContext;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/TermStates;
0 2 1 context Lorg/apache/lucene/index/IndexReaderContext;
MethodParameters:
Name Flags
context
public boolean wasBuiltFor(org.apache.lucene.index.IndexReaderContext);
descriptor: (Lorg/apache/lucene/index/IndexReaderContext;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.index.TermStates.topReaderContextIdentity:Ljava/lang/Object;
aload 1
getfield org.apache.lucene.index.IndexReaderContext.identity:Ljava/lang/Object;
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/TermStates;
0 2 1 context Lorg/apache/lucene/index/IndexReaderContext;
MethodParameters:
Name Flags
context
public void <init>(org.apache.lucene.index.IndexReaderContext, org.apache.lucene.index.TermState, int, int, long);
descriptor: (Lorg/apache/lucene/index/IndexReaderContext;Lorg/apache/lucene/index/TermState;IIJ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aconst_null
aload 1
invokespecial org.apache.lucene.index.TermStates.<init>:(Lorg/apache/lucene/index/Term;Lorg/apache/lucene/index/IndexReaderContext;)V
1: aload 0
aload 2
iload 3
iload 4
lload 5
invokevirtual org.apache.lucene.index.TermStates.register:(Lorg/apache/lucene/index/TermState;IIJ)V
2: 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 3 0 this Lorg/apache/lucene/index/TermStates;
0 3 1 context Lorg/apache/lucene/index/IndexReaderContext;
0 3 2 state Lorg/apache/lucene/index/TermState;
0 3 3 ord I
0 3 4 docFreq I
0 3 5 totalTermFreq J
MethodParameters:
Name Flags
context
state
ord
docFreq
totalTermFreq
public static org.apache.lucene.index.TermStates build(org.apache.lucene.index.IndexReaderContext, org.apache.lucene.index.Term, boolean);
descriptor: (Lorg/apache/lucene/index/IndexReaderContext;Lorg/apache/lucene/index/Term;Z)Lorg/apache/lucene/index/TermStates;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=8, args_size=3
start local 0 start local 1 start local 2 0: getstatic org.apache.lucene.index.TermStates.$assertionsDisabled:Z
ifne 2
aload 0
ifnull 1
aload 0
getfield org.apache.lucene.index.IndexReaderContext.isTopLevel:Z
ifne 2
StackMap locals:
StackMap stack:
1: new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
new org.apache.lucene.index.TermStates
dup
iload 2
ifeq 3
aconst_null
goto 4
StackMap locals: org.apache.lucene.index.IndexReaderContext org.apache.lucene.index.Term int
StackMap stack: new 2 new 2
3: aload 1
StackMap locals: org.apache.lucene.index.IndexReaderContext org.apache.lucene.index.Term int
StackMap stack: new 2 new 2 org.apache.lucene.index.Term
4: aload 0
invokespecial org.apache.lucene.index.TermStates.<init>:(Lorg/apache/lucene/index/Term;Lorg/apache/lucene/index/IndexReaderContext;)V
astore 3
start local 3 5: iload 2
ifeq 13
6: aload 0
invokevirtual org.apache.lucene.index.IndexReaderContext.leaves:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 12
StackMap locals: org.apache.lucene.index.IndexReaderContext org.apache.lucene.index.Term int org.apache.lucene.index.TermStates top java.util.Iterator
StackMap stack:
7: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.index.LeafReaderContext
astore 4
start local 4 8: aload 4
aload 1
invokestatic org.apache.lucene.index.TermStates.loadTermsEnum:(Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/index/Term;)Lorg/apache/lucene/index/TermsEnum;
astore 6
start local 6 9: aload 6
ifnull 12
10: aload 6
invokevirtual org.apache.lucene.index.TermsEnum.termState:()Lorg/apache/lucene/index/TermState;
astore 7
start local 7 11: aload 3
aload 7
aload 4
getfield org.apache.lucene.index.LeafReaderContext.ord:I
aload 6
invokevirtual org.apache.lucene.index.TermsEnum.docFreq:()I
aload 6
invokevirtual org.apache.lucene.index.TermsEnum.totalTermFreq:()J
invokevirtual org.apache.lucene.index.TermStates.register:(Lorg/apache/lucene/index/TermState;IIJ)V
end local 7 end local 6 end local 4 12: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 7
13: StackMap locals: org.apache.lucene.index.IndexReaderContext org.apache.lucene.index.Term int org.apache.lucene.index.TermStates
StackMap stack:
aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 context Lorg/apache/lucene/index/IndexReaderContext;
0 14 1 term Lorg/apache/lucene/index/Term;
0 14 2 needsStats Z
5 14 3 perReaderTermState Lorg/apache/lucene/index/TermStates;
8 12 4 ctx Lorg/apache/lucene/index/LeafReaderContext;
9 12 6 termsEnum Lorg/apache/lucene/index/TermsEnum;
11 12 7 termState Lorg/apache/lucene/index/TermState;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
term
needsStats
private static org.apache.lucene.index.TermsEnum loadTermsEnum(org.apache.lucene.index.LeafReaderContext, org.apache.lucene.index.Term);
descriptor: (Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/index/Term;)Lorg/apache/lucene/index/TermsEnum;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
aload 1
invokevirtual org.apache.lucene.index.Term.field:()Ljava/lang/String;
invokevirtual org.apache.lucene.index.LeafReader.terms:(Ljava/lang/String;)Lorg/apache/lucene/index/Terms;
astore 2
start local 2 1: aload 2
ifnull 5
2: aload 2
invokevirtual org.apache.lucene.index.Terms.iterator:()Lorg/apache/lucene/index/TermsEnum;
astore 3
start local 3 3: aload 3
aload 1
invokevirtual org.apache.lucene.index.Term.bytes:()Lorg/apache/lucene/util/BytesRef;
invokevirtual org.apache.lucene.index.TermsEnum.seekExact:(Lorg/apache/lucene/util/BytesRef;)Z
ifeq 5
4: aload 3
areturn
end local 3 5: StackMap locals: org.apache.lucene.index.Terms
StackMap stack:
aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 ctx Lorg/apache/lucene/index/LeafReaderContext;
0 6 1 term Lorg/apache/lucene/index/Term;
1 6 2 terms Lorg/apache/lucene/index/Terms;
3 5 3 termsEnum Lorg/apache/lucene/index/TermsEnum;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctx
term
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.index.TermStates.docFreq:I
1: aload 0
lconst_0
putfield org.apache.lucene.index.TermStates.totalTermFreq:J
2: aload 0
getfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
aconst_null
invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/index/TermStates;
public void register(org.apache.lucene.index.TermState, int, int, long);
descriptor: (Lorg/apache/lucene/index/TermState;IIJ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
iload 2
invokevirtual org.apache.lucene.index.TermStates.register:(Lorg/apache/lucene/index/TermState;I)V
1: aload 0
iload 3
lload 4
invokevirtual org.apache.lucene.index.TermStates.accumulateStatistics:(IJ)V
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/index/TermStates;
0 3 1 state Lorg/apache/lucene/index/TermState;
0 3 2 ord I
0 3 3 docFreq I
0 3 4 totalTermFreq J
MethodParameters:
Name Flags
state
ord final
docFreq final
totalTermFreq final
public void register(org.apache.lucene.index.TermState, int);
descriptor: (Lorg/apache/lucene/index/TermState;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: getstatic org.apache.lucene.index.TermStates.$assertionsDisabled:Z
ifne 1
aload 1
ifnonnull 1
new java.lang.AssertionError
dup
ldc "state must not be null"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
1: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.index.TermStates.$assertionsDisabled:Z
ifne 3
iload 2
iflt 2
iload 2
aload 0
getfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
arraylength
if_icmplt 3
StackMap locals:
StackMap stack:
2: new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.index.TermStates.$assertionsDisabled:Z
ifne 5
aload 0
getfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
iload 2
aaload
ifnull 5
new java.lang.AssertionError
dup
new java.lang.StringBuilder
dup
ldc "state for ord: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 2
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
4: ldc " already registered"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
5: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
iload 2
aload 1
aastore
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/lucene/index/TermStates;
0 7 1 state Lorg/apache/lucene/index/TermState;
0 7 2 ord I
MethodParameters:
Name Flags
state
ord final
public void accumulateStatistics(int, long);
descriptor: (IJ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: getstatic org.apache.lucene.index.TermStates.$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.index.TermStates.$assertionsDisabled:Z
ifne 2
lload 2
lconst_0
lcmp
ifge 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.index.TermStates.$assertionsDisabled:Z
ifne 3
iload 1
i2l
lload 2
lcmp
ifle 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.index.TermStates.docFreq:I
iload 1
iadd
putfield org.apache.lucene.index.TermStates.docFreq:I
4: aload 0
dup
getfield org.apache.lucene.index.TermStates.totalTermFreq:J
lload 2
ladd
putfield org.apache.lucene.index.TermStates.totalTermFreq:J
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/index/TermStates;
0 6 1 docFreq I
0 6 2 totalTermFreq J
MethodParameters:
Name Flags
docFreq final
totalTermFreq final
public org.apache.lucene.index.TermState get(org.apache.lucene.index.LeafReaderContext);
descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/index/TermState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: getstatic org.apache.lucene.index.TermStates.$assertionsDisabled:Z
ifne 2
aload 1
getfield org.apache.lucene.index.LeafReaderContext.ord:I
iflt 1
aload 1
getfield org.apache.lucene.index.LeafReaderContext.ord:I
aload 0
getfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
arraylength
if_icmplt 2
StackMap locals:
StackMap stack:
1: new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.TermStates.term:Lorg/apache/lucene/index/Term;
ifnonnull 4
3: aload 0
getfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
aload 1
getfield org.apache.lucene.index.LeafReaderContext.ord:I
aaload
areturn
4: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
aload 1
getfield org.apache.lucene.index.LeafReaderContext.ord:I
aaload
ifnonnull 9
5: aload 1
aload 0
getfield org.apache.lucene.index.TermStates.term:Lorg/apache/lucene/index/Term;
invokestatic org.apache.lucene.index.TermStates.loadTermsEnum:(Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/index/Term;)Lorg/apache/lucene/index/TermsEnum;
astore 2
start local 2 6: aload 0
getfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
aload 1
getfield org.apache.lucene.index.LeafReaderContext.ord:I
aload 2
ifnonnull 7
getstatic org.apache.lucene.index.TermStates.EMPTY_TERMSTATE:Lorg/apache/lucene/index/TermState;
goto 8
StackMap locals: org.apache.lucene.index.TermStates org.apache.lucene.index.LeafReaderContext org.apache.lucene.index.TermsEnum
StackMap stack: org.apache.lucene.index.TermState[] int
7: aload 2
invokevirtual org.apache.lucene.index.TermsEnum.termState:()Lorg/apache/lucene/index/TermState;
StackMap locals: org.apache.lucene.index.TermStates org.apache.lucene.index.LeafReaderContext org.apache.lucene.index.TermsEnum
StackMap stack: org.apache.lucene.index.TermState[] int org.apache.lucene.index.TermState
8: aastore
end local 2 9: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
aload 1
getfield org.apache.lucene.index.LeafReaderContext.ord:I
aaload
getstatic org.apache.lucene.index.TermStates.EMPTY_TERMSTATE:Lorg/apache/lucene/index/TermState;
if_acmpne 11
10: aconst_null
areturn
11: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
aload 1
getfield org.apache.lucene.index.LeafReaderContext.ord:I
aaload
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/apache/lucene/index/TermStates;
0 12 1 ctx Lorg/apache/lucene/index/LeafReaderContext;
6 9 2 te Lorg/apache/lucene/index/TermsEnum;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctx
public int docFreq();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.TermStates.term:Lorg/apache/lucene/index/Term;
ifnull 2
1: new java.lang.IllegalStateException
dup
ldc "Cannot call docFreq() when needsStats=false"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.TermStates.docFreq:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/index/TermStates;
public long totalTermFreq();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.TermStates.term:Lorg/apache/lucene/index/Term;
ifnull 2
1: new java.lang.IllegalStateException
dup
ldc "Cannot call totalTermFreq() when needsStats=false"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.TermStates.totalTermFreq:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/index/TermStates;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 1
ldc "TermStates\n"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
2: aload 0
getfield org.apache.lucene.index.TermStates.states:[Lorg/apache/lucene/index/TermState;
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 8
StackMap locals: org.apache.lucene.index.TermStates java.lang.StringBuilder top int int org.apache.lucene.index.TermState[]
StackMap stack:
3: aload 5
iload 3
aaload
astore 2
start local 2 4: aload 1
ldc " state="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
5: aload 1
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
6: aload 1
bipush 10
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
end local 2 7: iinc 3 1
StackMap locals:
StackMap stack:
8: iload 3
iload 4
if_icmplt 3
9: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/apache/lucene/index/TermStates;
1 10 1 sb Ljava/lang/StringBuilder;
4 7 2 termState Lorg/apache/lucene/index/TermState;
}
SourceFile: "TermStates.java"
NestMembers:
org.apache.lucene.index.TermStates$1
InnerClasses:
org.apache.lucene.index.TermStates$1