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 // org.apache.lucene.search.ExactPhraseMatcher$1 this
         0: .line 190
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.ExactPhraseMatcher$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
            aload 0 /* this */
            iload 2
            putfield org.apache.lucene.search.ExactPhraseMatcher$1.val$leadIndex:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher$1 this
      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 // org.apache.lucene.search.ExactPhraseMatcher$1 this
         0: .line 214
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
            arraylength
            anewarray org.apache.lucene.index.Impacts
            astore 1 /* impacts */
        start local 1 // org.apache.lucene.index.Impacts[] impacts
         1: .line 215
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 216
      StackMap locals: org.apache.lucene.index.Impacts[] int
      StackMap stack:
            aload 1 /* impacts */
            iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
            iload 2 /* i */
            aaload
            invokevirtual org.apache.lucene.index.ImpactsEnum.getImpacts:()Lorg/apache/lucene/index/Impacts;
            aastore
         4: .line 215
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 218
            aload 1 /* impacts */
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1.val$leadIndex:I
            aaload
            astore 2 /* lead */
        start local 2 // org.apache.lucene.index.Impacts lead
         7: .line 219
            new org.apache.lucene.search.ExactPhraseMatcher$1$1
            dup
            aload 0 /* this */
            aload 2 /* lead */
            aload 1 /* impacts */
            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 // org.apache.lucene.index.Impacts lead
        end local 1 // org.apache.lucene.index.Impacts[] impacts
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher$1 this
      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 // org.apache.lucene.search.ExactPhraseMatcher$1 this
        start local 1 // int target
         0: .line 338
            aload 0 /* this */
            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 /* impactsEnum */
        start local 2 // org.apache.lucene.index.ImpactsEnum impactsEnum
         2: .line 339
            aload 2 /* impactsEnum */
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.ImpactsEnum.advanceShallow:(I)V
        end local 2 // org.apache.lucene.index.ImpactsEnum impactsEnum
         3: .line 338
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 341
            return
        end local 1 // int target
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher$1 this
      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