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 // org.apache.lucene.search.ExactPhraseMatcher$1$1 this
         0: .line 219
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.ExactPhraseMatcher$1$1.this$1:Lorg/apache/lucene/search/ExactPhraseMatcher$1;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$lead:Lorg/apache/lucene/index/Impacts;
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$impacts:[Lorg/apache/lucene/index/Impacts;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.Impacts.<init>:()V
            return
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher$1$1 this
      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 // org.apache.lucene.search.ExactPhraseMatcher$1$1 this
         0: .line 224
            aload 0 /* this */
            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 // org.apache.lucene.search.ExactPhraseMatcher$1$1 this
      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 // org.apache.lucene.search.ExactPhraseMatcher$1$1 this
        start local 1 // int level
         0: .line 230
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$lead:Lorg/apache/lucene/index/Impacts;
            iload 1 /* level */
            invokevirtual org.apache.lucene.index.Impacts.getDocIdUpTo:(I)I
            ireturn
        end local 1 // int level
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher$1$1 this
      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 // org.apache.lucene.search.ExactPhraseMatcher$1$1 this
        start local 1 // org.apache.lucene.index.Impacts impacts
        start local 2 // int docIdUpTo
         0: .line 238
            iconst_0
            istore 3 /* level */
        start local 3 // int level
         1: aload 1 /* impacts */
            invokevirtual org.apache.lucene.index.Impacts.numLevels:()I
            istore 4 /* numLevels */
        start local 4 // int numLevels
         2: goto 6
         3: .line 239
      StackMap locals: int int
      StackMap stack:
            aload 1 /* impacts */
            iload 3 /* level */
            invokevirtual org.apache.lucene.index.Impacts.getDocIdUpTo:(I)I
            iload 2 /* docIdUpTo */
            if_icmplt 5
         4: .line 240
            iload 3 /* level */
            ireturn
         5: .line 238
      StackMap locals:
      StackMap stack:
            iinc 3 /* level */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* level */
            iload 4 /* numLevels */
            if_icmplt 3
        end local 4 // int numLevels
        end local 3 // int level
         7: .line 243
            iconst_m1
            ireturn
        end local 2 // int docIdUpTo
        end local 1 // org.apache.lucene.index.Impacts impacts
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher$1$1 this
      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 // org.apache.lucene.search.ExactPhraseMatcher$1$1 this
        start local 1 // int level
         0: .line 248
            aload 0 /* this */
            iload 1 /* level */
            invokevirtual org.apache.lucene.search.ExactPhraseMatcher$1$1.getDocIdUpTo:(I)I
            istore 2 /* docIdUpTo */
        start local 2 // int docIdUpTo
         1: .line 250
            new org.apache.lucene.search.ExactPhraseMatcher$1$1$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            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 /* pq */
        start local 3 // org.apache.lucene.util.PriorityQueue pq
         2: .line 257
            iconst_0
            istore 4 /* hasImpacts */
        start local 4 // boolean hasImpacts
         3: .line 258
            aconst_null
            astore 5 /* onlyImpactList */
        start local 5 // java.util.List onlyImpactList
         4: .line 259
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 21
         6: .line 260
      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 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$impacts:[Lorg/apache/lucene/index/Impacts;
            iload 6 /* i */
            aaload
            iload 2 /* docIdUpTo */
            invokevirtual org.apache.lucene.search.ExactPhraseMatcher$1$1.getLevel:(Lorg/apache/lucene/index/Impacts;I)I
            istore 7 /* impactsLevel */
        start local 7 // int impactsLevel
         7: .line 261
            iload 7 /* impactsLevel */
            iconst_m1
            if_icmpne 9
         8: .line 263
            goto 20
         9: .line 266
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$impacts:[Lorg/apache/lucene/index/Impacts;
            iload 6 /* i */
            aaload
            iload 7 /* impactsLevel */
            invokevirtual org.apache.lucene.index.Impacts.getImpacts:(I)Ljava/util/List;
            astore 8 /* impactList */
        start local 8 // java.util.List impactList
        10: .line 267
            aload 8 /* impactList */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.Impact
            astore 9 /* firstImpact */
        start local 9 // org.apache.lucene.index.Impact firstImpact
        11: .line 268
            aload 9 /* firstImpact */
            getfield org.apache.lucene.index.Impact.freq:I
            ldc 2147483647
            if_icmpne 13
            aload 9 /* firstImpact */
            getfield org.apache.lucene.index.Impact.norm:J
            lconst_1
            lcmp
            ifne 13
        12: .line 270
            goto 20
        13: .line 273
      StackMap locals: java.util.List org.apache.lucene.index.Impact
      StackMap stack:
            new org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator
            dup
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$1.this$1:Lorg/apache/lucene/search/ExactPhraseMatcher$1;
            aload 8 /* impactList */
            invokespecial org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.<init>:(Lorg/apache/lucene/search/ExactPhraseMatcher$1;Ljava/util/List;)V
            astore 10 /* subIterator */
        start local 10 // org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator subIterator
        14: .line 274
            aload 3 /* pq */
            aload 10 /* subIterator */
            invokevirtual org.apache.lucene.util.PriorityQueue.add:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 275
            iload 4 /* hasImpacts */
            ifne 19
        16: .line 276
            iconst_1
            istore 4 /* hasImpacts */
        17: .line 277
            aload 8 /* impactList */
            astore 5 /* onlyImpactList */
        18: .line 278
            goto 20
        19: .line 279
      StackMap locals: org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator
      StackMap stack:
            aconst_null
            astore 5 /* onlyImpactList */
        end local 10 // org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator subIterator
        end local 9 // org.apache.lucene.index.Impact firstImpact
        end local 8 // java.util.List impactList
        end local 7 // int impactsLevel
        20: .line 259
      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 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 6 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$1.val$impacts:[Lorg/apache/lucene/index/Impacts;
            arraylength
            if_icmplt 6
        end local 6 // int i
        22: .line 283
            iload 4 /* hasImpacts */
            ifne 24
        23: .line 284
            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: .line 285
      StackMap locals:
      StackMap stack:
            aload 5 /* onlyImpactList */
            ifnull 26
        25: .line 286
            aload 5 /* onlyImpactList */
            areturn
        26: .line 298
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 6 /* mergedImpacts */
        start local 6 // java.util.List mergedImpacts
        27: .line 299
            aload 3 /* pq */
            invokevirtual org.apache.lucene.util.PriorityQueue.top:()Ljava/lang/Object;
            checkcast org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator
            astore 7 /* top */
        start local 7 // org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator top
        28: .line 300
            aload 7 /* top */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
            getfield org.apache.lucene.index.Impact.freq:I
            istore 8 /* currentFreq */
        start local 8 // int currentFreq
        29: .line 301
            lconst_0
            lstore 9 /* currentNorm */
        start local 9 // long currentNorm
        30: .line 302
            aload 3 /* pq */
            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 /* it */
        start local 11 // org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator it
        32: .line 303
            aload 11 /* it */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
            getfield org.apache.lucene.index.Impact.norm:J
            lload 9 /* currentNorm */
            invokestatic java.lang.Long.compareUnsigned:(JJ)I
            ifle 34
        33: .line 304
            aload 11 /* it */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
            getfield org.apache.lucene.index.Impact.norm:J
            lstore 9 /* currentNorm */
        end local 11 // org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator it
        34: .line 302
      StackMap locals:
      StackMap stack:
            aload 12
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 31
        35: .line 309
      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 /* mergedImpacts */
            invokeinterface java.util.List.size:()I
            ifle 38
            aload 6 /* mergedImpacts */
            aload 6 /* mergedImpacts */
            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 /* currentNorm */
            lcmp
            ifne 38
        36: .line 310
            aload 6 /* mergedImpacts */
            aload 6 /* mergedImpacts */
            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 /* currentFreq */
            putfield org.apache.lucene.index.Impact.freq:I
        37: .line 311
            goto 39
        38: .line 312
      StackMap locals:
      StackMap stack:
            aload 6 /* mergedImpacts */
            new org.apache.lucene.index.Impact
            dup
            iload 8 /* currentFreq */
            lload 9 /* currentNorm */
            invokespecial org.apache.lucene.index.Impact.<init>:(IJ)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        39: .line 316
      StackMap locals:
      StackMap stack:
            aload 7 /* top */
            invokevirtual org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.next:()Z
            ifne 41
        40: .line 320
            goto 47
        41: .line 322
      StackMap locals:
      StackMap stack:
            aload 7 /* top */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
            getfield org.apache.lucene.index.Impact.norm:J
            lload 9 /* currentNorm */
            invokestatic java.lang.Long.compareUnsigned:(JJ)I
            ifle 43
        42: .line 323
            aload 7 /* top */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
            getfield org.apache.lucene.index.Impact.norm:J
            lstore 9 /* currentNorm */
        43: .line 325
      StackMap locals:
      StackMap stack:
            aload 3 /* pq */
            invokevirtual org.apache.lucene.util.PriorityQueue.updateTop:()Ljava/lang/Object;
            checkcast org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator
            astore 7 /* top */
        44: .line 326
            aload 7 /* top */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
            getfield org.apache.lucene.index.Impact.freq:I
            iload 8 /* currentFreq */
            if_icmpeq 39
        45: .line 328
            aload 7 /* top */
            getfield org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator.current:Lorg/apache/lucene/index/Impact;
            getfield org.apache.lucene.index.Impact.freq:I
            istore 8 /* currentFreq */
        46: .line 308
            goto 35
        47: .line 331
      StackMap locals:
      StackMap stack:
            aload 6 /* mergedImpacts */
            areturn
        end local 9 // long currentNorm
        end local 8 // int currentFreq
        end local 7 // org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator top
        end local 6 // java.util.List mergedImpacts
        end local 5 // java.util.List onlyImpactList
        end local 4 // boolean hasImpacts
        end local 3 // org.apache.lucene.util.PriorityQueue pq
        end local 2 // int docIdUpTo
        end local 1 // int level
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher$1$1 this
      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