class org.apache.lucene.search.ExactPhraseMatcher$1 implements org.apache.lucene.index.ImpactsSource
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.search.ExactPhraseMatcher$1
super_class: java.lang.Object
{
private final org.apache.lucene.index.ImpactsEnum[] val$impactsEnums;
descriptor: [Lorg/apache/lucene/index/ImpactsEnum;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final int val$leadIndex;
descriptor: I
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.index.ImpactsEnum[], int);
descriptor: ([Lorg/apache/lucene/index/ImpactsEnum;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.search.ExactPhraseMatcher$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
aload 0
iload 2
putfield org.apache.lucene.search.ExactPhraseMatcher$1.val$leadIndex:I
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/search/ExactPhraseMatcher$1;
MethodParameters:
Name Flags
val$impactsEnums final
val$leadIndex final
public org.apache.lucene.index.Impacts getImpacts();
descriptor: ()Lorg/apache/lucene/index/Impacts;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.search.ExactPhraseMatcher$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
arraylength
anewarray org.apache.lucene.index.Impacts
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: org.apache.lucene.index.Impacts[] int
StackMap stack:
aload 1
iload 2
aload 0
getfield org.apache.lucene.search.ExactPhraseMatcher$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
iload 2
aaload
invokevirtual org.apache.lucene.index.ImpactsEnum.getImpacts:()Lorg/apache/lucene/index/Impacts;
aastore
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 0
getfield org.apache.lucene.search.ExactPhraseMatcher$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
arraylength
if_icmplt 3
end local 2 6: aload 1
aload 0
getfield org.apache.lucene.search.ExactPhraseMatcher$1.val$leadIndex:I
aaload
astore 2
start local 2 7: new org.apache.lucene.search.ExactPhraseMatcher$1$1
dup
aload 0
aload 2
aload 1
invokespecial org.apache.lucene.search.ExactPhraseMatcher$1$1.<init>:(Lorg/apache/lucene/search/ExactPhraseMatcher$1;Lorg/apache/lucene/index/Impacts;[Lorg/apache/lucene/index/Impacts;)V
areturn
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 8 1 impacts [Lorg/apache/lucene/index/Impacts;
2 6 2 i I
7 8 2 lead Lorg/apache/lucene/index/Impacts;
Exceptions:
throws java.io.IOException
public void advanceShallow(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.search.ExactPhraseMatcher$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 4
StackMap locals: org.apache.lucene.search.ExactPhraseMatcher$1 int top int int org.apache.lucene.index.ImpactsEnum[]
StackMap stack:
1: aload 5
iload 3
aaload
astore 2
start local 2 2: aload 2
iload 1
invokevirtual org.apache.lucene.index.ImpactsEnum.advanceShallow:(I)V
end local 2 3: iinc 3 1
StackMap locals:
StackMap stack:
4: iload 3
iload 4
if_icmplt 1
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/search/ExactPhraseMatcher$1;
0 6 1 target I
2 3 2 impactsEnum Lorg/apache/lucene/index/ImpactsEnum;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
target
}
SourceFile: "ExactPhraseMatcher.java"
EnclosingMethod: org.apache.lucene.search.ExactPhraseMatcher.mergeImpacts:([Lorg/apache/lucene/index/ImpactsEnum;)Lorg/apache/lucene/index/ImpactsSource;
NestHost: org.apache.lucene.search.ExactPhraseMatcher
InnerClasses:
org.apache.lucene.search.ExactPhraseMatcher$1
org.apache.lucene.search.ExactPhraseMatcher$1$1
SubIterator = org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator of org.apache.lucene.search.ExactPhraseMatcher$1