class org.apache.lucene.search.ExactPhraseMatcher$1$1 extends org.apache.lucene.index.Impacts
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.search.ExactPhraseMatcher$1$1
super_class: org.apache.lucene.index.Impacts
{
final org.apache.lucene.search.ExactPhraseMatcher$1 this$1;
descriptor: Lorg/apache/lucene/search/ExactPhraseMatcher$1;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.index.Impacts val$lead;
descriptor: Lorg/apache/lucene/index/Impacts;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.index.Impacts[] val$impacts;
descriptor: [Lorg/apache/lucene/index/Impacts;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.search.ExactPhraseMatcher$1, org.apache.lucene.index.Impacts, org.apache.lucene.index.Impacts[]);
descriptor: (Lorg/apache/lucene/search/ExactPhraseMatcher$1;Lorg/apache/lucene/index/Impacts;[Lorg/apache/lucene/index/Impacts;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.search.ExactPhraseMatcher$1$1.this$1:Lorg/apache/lucene/search/ExactPhraseMatcher$1;
aload 0
aload 2
putfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$lead:Lorg/apache/lucene/index/Impacts;
aload 0
aload 3
putfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$impacts:[Lorg/apache/lucene/index/Impacts;
aload 0
invokespecial org.apache.lucene.index.Impacts.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/search/ExactPhraseMatcher$1$1;
MethodParameters:
Name Flags
this$0 final
val$lead final
val$impacts final
public int numLevels();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$lead:Lorg/apache/lucene/index/Impacts;
invokevirtual org.apache.lucene.index.Impacts.numLevels:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/search/ExactPhraseMatcher$1$1;
public int getDocIdUpTo(int);
descriptor: (I)I
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.search.ExactPhraseMatcher$1$1.val$lead:Lorg/apache/lucene/index/Impacts;
iload 1
invokevirtual org.apache.lucene.index.Impacts.getDocIdUpTo:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/search/ExactPhraseMatcher$1$1;
0 1 1 level I
MethodParameters:
Name Flags
level
private int getLevel(org.apache.lucene.index.Impacts, int);
descriptor: (Lorg/apache/lucene/index/Impacts;I)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: aload 1
invokevirtual org.apache.lucene.index.Impacts.numLevels:()I
istore 4
start local 4 2: goto 6
3: StackMap locals: int int
StackMap stack:
aload 1
iload 3
invokevirtual org.apache.lucene.index.Impacts.getDocIdUpTo:(I)I
iload 2
if_icmplt 5
4: iload 3
ireturn
5: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
iload 4
if_icmplt 3
end local 4 end local 3 7: iconst_m1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/search/ExactPhraseMatcher$1$1;
0 8 1 impacts Lorg/apache/lucene/index/Impacts;
0 8 2 docIdUpTo I
1 7 3 level I
2 7 4 numLevels I
MethodParameters:
Name Flags
impacts
docIdUpTo
public java.util.List<org.apache.lucene.index.Impact> getImpacts(int);
descriptor: (I)Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=13, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual org.apache.lucene.search.ExactPhraseMatcher$1$1.getDocIdUpTo:(I)I
istore 2
start local 2 1: new org.apache.lucene.search.ExactPhraseMatcher$1$1$1
dup
aload 0
aload 0
getfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$impacts:[Lorg/apache/lucene/index/Impacts;
arraylength
invokespecial org.apache.lucene.search.ExactPhraseMatcher$1$1$1.<init>:(Lorg/apache/lucene/search/ExactPhraseMatcher$1$1;I)V
astore 3
start local 3 2: iconst_0
istore 4
start local 4 3: aconst_null
astore 5
start local 5 4: iconst_0
istore 6
start local 6 5: goto 21
6: StackMap locals: org.apache.lucene.search.ExactPhraseMatcher$1$1 int int org.apache.lucene.util.PriorityQueue int java.util.List int
StackMap stack:
aload 0
aload 0
getfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$impacts:[Lorg/apache/lucene/index/Impacts;
iload 6
aaload
iload 2
invokevirtual org.apache.lucene.search.ExactPhraseMatcher$1$1.getLevel:(Lorg/apache/lucene/index/Impacts;I)I
istore 7
start local 7 7: iload 7
iconst_m1
if_icmpne 9
8: goto 20
9: StackMap locals: int
StackMap stack:
aload 0
getfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$impacts:[Lorg/apache/lucene/index/Impacts;
iload 6
aaload
iload 7
invokevirtual org.apache.lucene.index.Impacts.getImpacts:(I)Ljava/util/List;
astore 8
start local 8 10: aload 8
iconst_0
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.index.Impact
astore 9
start local 9 11: aload 9
getfield org.apache.lucene.index.Impact.freq:I
ldc 2147483647
if_icmpne 13
aload 9
getfield org.apache.lucene.index.Impact.norm:J
lconst_1
lcmp
ifne 13
12: goto 20
13: StackMap locals: java.util.List org.apache.lucene.index.Impact
StackMap stack:
new org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator
dup
aload 0
getfield org.apache.lucene.search.ExactPhraseMatcher$1$1.this$1:Lorg/apache/lucene/search/ExactPhraseMatcher$1;
aload 8
invokespecial org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.<init>:(Lorg/apache/lucene/search/ExactPhraseMatcher$1;Ljava/util/List;)V
astore 10
start local 10 14: aload 3
aload 10
invokevirtual org.apache.lucene.util.PriorityQueue.add:(Ljava/lang/Object;)Ljava/lang/Object;
pop
15: iload 4
ifne 19
16: iconst_1
istore 4
17: aload 8
astore 5
18: goto 20
19: StackMap locals: org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator
StackMap stack:
aconst_null
astore 5
end local 10 end local 9 end local 8 end local 7 20: StackMap locals: org.apache.lucene.search.ExactPhraseMatcher$1$1 int int org.apache.lucene.util.PriorityQueue int java.util.List int
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
21: iload 6
aload 0
getfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$impacts:[Lorg/apache/lucene/index/Impacts;
arraylength
if_icmplt 6
end local 6 22: iload 4
ifne 24
23: new org.apache.lucene.index.Impact
dup
ldc 2147483647
lconst_1
invokespecial org.apache.lucene.index.Impact.<init>:(IJ)V
invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
areturn
24: StackMap locals:
StackMap stack:
aload 5
ifnull 26
25: aload 5
areturn
26: StackMap locals:
StackMap stack:
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 6
start local 6 27: aload 3
invokevirtual org.apache.lucene.util.PriorityQueue.top:()Ljava/lang/Object;
checkcast org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator
astore 7
start local 7 28: aload 7
getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
getfield org.apache.lucene.index.Impact.freq:I
istore 8
start local 8 29: lconst_0
lstore 9
start local 9 30: aload 3
invokevirtual org.apache.lucene.util.PriorityQueue.iterator:()Ljava/util/Iterator;
astore 12
goto 34
StackMap locals: org.apache.lucene.search.ExactPhraseMatcher$1$1 int int org.apache.lucene.util.PriorityQueue int java.util.List java.util.List org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator int long top java.util.Iterator
StackMap stack:
31: aload 12
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator
astore 11
start local 11 32: aload 11
getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
getfield org.apache.lucene.index.Impact.norm:J
lload 9
invokestatic java.lang.Long.compareUnsigned:(JJ)I
ifle 34
33: aload 11
getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
getfield org.apache.lucene.index.Impact.norm:J
lstore 9
end local 11 34: StackMap locals:
StackMap stack:
aload 12
invokeinterface java.util.Iterator.hasNext:()Z
ifne 31
35: StackMap locals: org.apache.lucene.search.ExactPhraseMatcher$1$1 int int org.apache.lucene.util.PriorityQueue int java.util.List java.util.List org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator int long
StackMap stack:
aload 6
invokeinterface java.util.List.size:()I
ifle 38
aload 6
aload 6
invokeinterface java.util.List.size:()I
iconst_1
isub
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.index.Impact
getfield org.apache.lucene.index.Impact.norm:J
lload 9
lcmp
ifne 38
36: aload 6
aload 6
invokeinterface java.util.List.size:()I
iconst_1
isub
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.index.Impact
iload 8
putfield org.apache.lucene.index.Impact.freq:I
37: goto 39
38: StackMap locals:
StackMap stack:
aload 6
new org.apache.lucene.index.Impact
dup
iload 8
lload 9
invokespecial org.apache.lucene.index.Impact.<init>:(IJ)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
39: StackMap locals:
StackMap stack:
aload 7
invokevirtual org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.next:()Z
ifne 41
40: goto 47
41: StackMap locals:
StackMap stack:
aload 7
getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
getfield org.apache.lucene.index.Impact.norm:J
lload 9
invokestatic java.lang.Long.compareUnsigned:(JJ)I
ifle 43
42: aload 7
getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
getfield org.apache.lucene.index.Impact.norm:J
lstore 9
43: StackMap locals:
StackMap stack:
aload 3
invokevirtual org.apache.lucene.util.PriorityQueue.updateTop:()Ljava/lang/Object;
checkcast org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator
astore 7
44: aload 7
getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
getfield org.apache.lucene.index.Impact.freq:I
iload 8
if_icmpeq 39
45: aload 7
getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
getfield org.apache.lucene.index.Impact.freq:I
istore 8
46: goto 35
47: StackMap locals:
StackMap stack:
aload 6
areturn
end local 9 end local 8 end local 7 end local 6 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 48 0 this Lorg/apache/lucene/search/ExactPhraseMatcher$1$1;
0 48 1 level I
1 48 2 docIdUpTo I
2 48 3 pq Lorg/apache/lucene/util/PriorityQueue<Lorg/apache/lucene/search/ExactPhraseMatcher$1$SubIterator;>;
3 48 4 hasImpacts Z
4 48 5 onlyImpactList Ljava/util/List<Lorg/apache/lucene/index/Impact;>;
5 22 6 i I
7 20 7 impactsLevel I
10 20 8 impactList Ljava/util/List<Lorg/apache/lucene/index/Impact;>;
11 20 9 firstImpact Lorg/apache/lucene/index/Impact;
14 20 10 subIterator Lorg/apache/lucene/search/ExactPhraseMatcher$1$SubIterator;
27 48 6 mergedImpacts Ljava/util/List<Lorg/apache/lucene/index/Impact;>;
28 48 7 top Lorg/apache/lucene/search/ExactPhraseMatcher$1$SubIterator;
29 48 8 currentFreq I
30 48 9 currentNorm J
32 34 11 it Lorg/apache/lucene/search/ExactPhraseMatcher$1$SubIterator;
Signature: (I)Ljava/util/List<Lorg/apache/lucene/index/Impact;>;
MethodParameters:
Name Flags
level
}
SourceFile: "ExactPhraseMatcher.java"
EnclosingMethod: org.apache.lucene.search.ExactPhraseMatcher$1.getImpacts:()Lorg/apache/lucene/index/Impacts;
NestHost: org.apache.lucene.search.ExactPhraseMatcher
InnerClasses:
org.apache.lucene.search.ExactPhraseMatcher$1
org.apache.lucene.search.ExactPhraseMatcher$1$1
org.apache.lucene.search.ExactPhraseMatcher$1$1$1
SubIterator = org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator of org.apache.lucene.search.ExactPhraseMatcher$1