final class org.apache.lucene.search.ExactPhraseMatcher extends org.apache.lucene.search.PhraseMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.search.ExactPhraseMatcher
  super_class: org.apache.lucene.search.PhraseMatcher
{
  private final org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition[] postings;
    descriptor: [Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.search.DocIdSetIterator approximation;
    descriptor: Lorg/apache/lucene/search/DocIdSetIterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.search.ImpactsDISI impactsApproximation;
    descriptor: Lorg/apache/lucene/search/ImpactsDISI;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.apache.lucene.search.PhraseQuery$PostingsAndFreq[], org.apache.lucene.search.ScoreMode, org.apache.lucene.search.similarities.Similarity$SimScorer, float);
    descriptor: ([Lorg/apache/lucene/search/PhraseQuery$PostingsAndFreq;Lorg/apache/lucene/search/ScoreMode;Lorg/apache/lucene/search/similarities/Similarity$SimScorer;F)V
    flags: (0x0000) 
    Code:
      stack=7, locals=12, args_size=5
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher this
        start local 1 // org.apache.lucene.search.PhraseQuery$PostingsAndFreq[] postings
        start local 2 // org.apache.lucene.search.ScoreMode scoreMode
        start local 3 // org.apache.lucene.search.similarities.Similarity$SimScorer scorer
        start local 4 // float matchCost
         0: .line 54
            aload 0 /* this */
            fload 4 /* matchCost */
            invokespecial org.apache.lucene.search.PhraseMatcher.<init>:(F)V
         1: .line 56
            aload 1 /* postings */
            invokestatic java.util.Arrays.stream:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/apache/lucene/search/ExactPhraseMatcher.lambda$0(Lorg/apache/lucene/search/PhraseQuery$PostingsAndFreq;)Lorg/apache/lucene/index/PostingsEnum; (6)
                  (Lorg/apache/lucene/search/PhraseQuery$PostingsAndFreq;)Lorg/apache/lucene/index/PostingsEnum;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            invokestatic org.apache.lucene.search.ConjunctionDISI.intersectIterators:(Ljava/util/List;)Lorg/apache/lucene/search/DocIdSetIterator;
            astore 5 /* approximation */
        start local 5 // org.apache.lucene.search.DocIdSetIterator approximation
         2: .line 57
            aload 1 /* postings */
            invokestatic java.util.Arrays.stream:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/apache/lucene/search/ExactPhraseMatcher.lambda$1(Lorg/apache/lucene/search/PhraseQuery$PostingsAndFreq;)Lorg/apache/lucene/index/ImpactsEnum; (6)
                  (Lorg/apache/lucene/search/PhraseQuery$PostingsAndFreq;)Lorg/apache/lucene/index/ImpactsEnum;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/IntFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)Ljava/lang/Object;
                  org/apache/lucene/search/ExactPhraseMatcher.lambda$2(I)[Lorg/apache/lucene/index/ImpactsEnum; (6)
                  (I)[Lorg/apache/lucene/index/ImpactsEnum;
            invokeinterface java.util.stream.Stream.toArray:(Ljava/util/function/IntFunction;)[Ljava/lang/Object;
            checkcast org.apache.lucene.index.ImpactsEnum[]
            invokestatic org.apache.lucene.search.ExactPhraseMatcher.mergeImpacts:([Lorg/apache/lucene/index/ImpactsEnum;)Lorg/apache/lucene/index/ImpactsSource;
            astore 6 /* impactsSource */
        start local 6 // org.apache.lucene.index.ImpactsSource impactsSource
         3: .line 59
            aload 2 /* scoreMode */
            getstatic org.apache.lucene.search.ScoreMode.TOP_SCORES:Lorg/apache/lucene/search/ScoreMode;
            if_acmpne 6
         4: .line 60
            aload 0 /* this */
            aload 0 /* this */
            new org.apache.lucene.search.ImpactsDISI
            dup
            aload 5 /* approximation */
            aload 6 /* impactsSource */
            aload 3 /* scorer */
            invokespecial org.apache.lucene.search.ImpactsDISI.<init>:(Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/index/ImpactsSource;Lorg/apache/lucene/search/similarities/Similarity$SimScorer;)V
            dup_x1
            putfield org.apache.lucene.search.ExactPhraseMatcher.impactsApproximation:Lorg/apache/lucene/search/ImpactsDISI;
            putfield org.apache.lucene.search.ExactPhraseMatcher.approximation:Lorg/apache/lucene/search/DocIdSetIterator;
         5: .line 61
            goto 8
         6: .line 62
      StackMap locals: org.apache.lucene.search.ExactPhraseMatcher org.apache.lucene.search.PhraseQuery$PostingsAndFreq[] org.apache.lucene.search.ScoreMode org.apache.lucene.search.similarities.Similarity$SimScorer float org.apache.lucene.search.DocIdSetIterator org.apache.lucene.index.ImpactsSource
      StackMap stack:
            aload 0 /* this */
            aload 5 /* approximation */
            putfield org.apache.lucene.search.ExactPhraseMatcher.approximation:Lorg/apache/lucene/search/DocIdSetIterator;
         7: .line 63
            aload 0 /* this */
            new org.apache.lucene.search.ImpactsDISI
            dup
            aload 5 /* approximation */
            aload 6 /* impactsSource */
            aload 3 /* scorer */
            invokespecial org.apache.lucene.search.ImpactsDISI.<init>:(Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/index/ImpactsSource;Lorg/apache/lucene/search/similarities/Similarity$SimScorer;)V
            putfield org.apache.lucene.search.ExactPhraseMatcher.impactsApproximation:Lorg/apache/lucene/search/ImpactsDISI;
         8: .line 66
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 7 /* postingsAndPositions */
        start local 7 // java.util.List postingsAndPositions
         9: .line 67
            aload 1 /* postings */
            dup
            astore 11
            arraylength
            istore 10
            iconst_0
            istore 9
            goto 13
      StackMap locals: org.apache.lucene.search.ExactPhraseMatcher org.apache.lucene.search.PhraseQuery$PostingsAndFreq[] org.apache.lucene.search.ScoreMode org.apache.lucene.search.similarities.Similarity$SimScorer float org.apache.lucene.search.DocIdSetIterator org.apache.lucene.index.ImpactsSource java.util.List top int int org.apache.lucene.search.PhraseQuery$PostingsAndFreq[]
      StackMap stack:
        10: aload 11
            iload 9
            aaload
            astore 8 /* posting */
        start local 8 // org.apache.lucene.search.PhraseQuery$PostingsAndFreq posting
        11: .line 68
            aload 7 /* postingsAndPositions */
            new org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition
            dup
            aload 8 /* posting */
            getfield org.apache.lucene.search.PhraseQuery$PostingsAndFreq.postings:Lorg/apache/lucene/index/PostingsEnum;
            aload 8 /* posting */
            getfield org.apache.lucene.search.PhraseQuery$PostingsAndFreq.position:I
            invokespecial org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.<init>:(Lorg/apache/lucene/index/PostingsEnum;I)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // org.apache.lucene.search.PhraseQuery$PostingsAndFreq posting
        12: .line 67
            iinc 9 1
      StackMap locals:
      StackMap stack:
        13: iload 9
            iload 10
            if_icmplt 10
        14: .line 70
            aload 0 /* this */
            aload 7 /* postingsAndPositions */
            aload 7 /* postingsAndPositions */
            invokeinterface java.util.List.size:()I
            anewarray org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition[]
            putfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
        15: .line 71
            return
        end local 7 // java.util.List postingsAndPositions
        end local 6 // org.apache.lucene.index.ImpactsSource impactsSource
        end local 5 // org.apache.lucene.search.DocIdSetIterator approximation
        end local 4 // float matchCost
        end local 3 // org.apache.lucene.search.similarities.Similarity$SimScorer scorer
        end local 2 // org.apache.lucene.search.ScoreMode scoreMode
        end local 1 // org.apache.lucene.search.PhraseQuery$PostingsAndFreq[] postings
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   16     0                  this  Lorg/apache/lucene/search/ExactPhraseMatcher;
            0   16     1              postings  [Lorg/apache/lucene/search/PhraseQuery$PostingsAndFreq;
            0   16     2             scoreMode  Lorg/apache/lucene/search/ScoreMode;
            0   16     3                scorer  Lorg/apache/lucene/search/similarities/Similarity$SimScorer;
            0   16     4             matchCost  F
            2   16     5         approximation  Lorg/apache/lucene/search/DocIdSetIterator;
            3   16     6         impactsSource  Lorg/apache/lucene/index/ImpactsSource;
            9   16     7  postingsAndPositions  Ljava/util/List<Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;>;
           11   12     8               posting  Lorg/apache/lucene/search/PhraseQuery$PostingsAndFreq;
    MethodParameters:
           Name  Flags
      postings   
      scoreMode  
      scorer     
      matchCost  

  org.apache.lucene.search.DocIdSetIterator approximation();
    descriptor: ()Lorg/apache/lucene/search/DocIdSetIterator;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher this
         0: .line 75
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.approximation:Lorg/apache/lucene/search/DocIdSetIterator;
            areturn
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/ExactPhraseMatcher;

  org.apache.lucene.search.ImpactsDISI impactsApproximation();
    descriptor: ()Lorg/apache/lucene/search/ImpactsDISI;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.impactsApproximation:Lorg/apache/lucene/search/ImpactsDISI;
            areturn
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/ExactPhraseMatcher;

  float maxFreq();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher this
         0: .line 85
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            iconst_0
            aaload
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.freq:I
            istore 1 /* minFreq */
        start local 1 // int minFreq
         1: .line 86
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 87
      StackMap locals: int int
      StackMap stack:
            iload 1 /* minFreq */
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            iload 2 /* i */
            aaload
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.freq:I
            invokestatic java.lang.Math.min:(II)I
            istore 1 /* minFreq */
         4: .line 86
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 89
            iload 1 /* minFreq */
            i2f
            freturn
        end local 1 // int minFreq
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/apache/lucene/search/ExactPhraseMatcher;
            1    7     1  minFreq  I
            2    6     2        i  I

  private static boolean advancePosition(org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition, int);
    descriptor: (Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;I)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition posting
        start local 1 // int target
         0: .line 96
            goto 5
         1: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* posting */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.upTo:I
            aload 0 /* posting */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.freq:I
            if_icmpne 3
         2: .line 98
            iconst_0
            ireturn
         3: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* posting */
            aload 0 /* posting */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.postings:Lorg/apache/lucene/index/PostingsEnum;
            invokevirtual org.apache.lucene.index.PostingsEnum.nextPosition:()I
            putfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.pos:I
         4: .line 101
            aload 0 /* posting */
            dup
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.upTo:I
            iconst_1
            iadd
            putfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.upTo:I
         5: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* posting */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.pos:I
            iload 1 /* target */
            if_icmplt 1
         6: .line 104
            iconst_1
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition posting
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0  posting  Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            0    7     1   target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      posting  
      target   

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher this
         0: .line 109
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 6
      StackMap locals: org.apache.lucene.search.ExactPhraseMatcher top int int org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* posting */
        start local 1 // org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition posting
         2: .line 110
            aload 1 /* posting */
            aload 1 /* posting */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.postings:Lorg/apache/lucene/index/PostingsEnum;
            invokevirtual org.apache.lucene.index.PostingsEnum.freq:()I
            putfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.freq:I
         3: .line 111
            aload 1 /* posting */
            iconst_m1
            putfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.pos:I
         4: .line 112
            aload 1 /* posting */
            iconst_0
            putfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.upTo:I
        end local 1 // org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition posting
         5: .line 109
            iinc 2 1
      StackMap locals:
      StackMap stack:
         6: iload 2
            iload 3
            if_icmplt 1
         7: .line 114
            return
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/apache/lucene/search/ExactPhraseMatcher;
            2    5     1  posting  Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
    Exceptions:
      throws java.io.IOException

  public boolean nextMatch();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher this
         0: .line 118
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            iconst_0
            aaload
            astore 1 /* lead */
        start local 1 // org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition lead
         1: .line 119
            aload 1 /* lead */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.upTo:I
            aload 1 /* lead */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.freq:I
            if_icmpge 5
         2: .line 120
            aload 1 /* lead */
            aload 1 /* lead */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.postings:Lorg/apache/lucene/index/PostingsEnum;
            invokevirtual org.apache.lucene.index.PostingsEnum.nextPosition:()I
            putfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.pos:I
         3: .line 121
            aload 1 /* lead */
            dup
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.upTo:I
            iconst_1
            iadd
            putfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.upTo:I
         4: .line 122
            goto 6
         5: .line 124
      StackMap locals: org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition
      StackMap stack:
            iconst_0
            ireturn
         6: .line 128
      StackMap locals:
      StackMap stack:
            aload 1 /* lead */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.pos:I
            aload 1 /* lead */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.offset:I
            isub
            istore 2 /* phrasePos */
        start local 2 // int phrasePos
         7: .line 129
            iconst_1
            istore 3 /* j */
        start local 3 // int j
         8: goto 17
         9: .line 130
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            iload 3 /* j */
            aaload
            astore 4 /* posting */
        start local 4 // org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition posting
        10: .line 131
            iload 2 /* phrasePos */
            aload 4 /* posting */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.offset:I
            iadd
            istore 5 /* expectedPos */
        start local 5 // int expectedPos
        11: .line 134
            aload 4 /* posting */
            iload 5 /* expectedPos */
            invokestatic org.apache.lucene.search.ExactPhraseMatcher.advancePosition:(Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;I)Z
            ifne 13
        12: .line 135
            goto 19
        13: .line 138
      StackMap locals: org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition int
      StackMap stack:
            aload 4 /* posting */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.pos:I
            iload 5 /* expectedPos */
            if_icmpeq 16
        14: .line 139
            aload 1 /* lead */
            aload 4 /* posting */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.pos:I
            aload 4 /* posting */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.offset:I
            isub
            aload 1 /* lead */
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.offset:I
            iadd
            invokestatic org.apache.lucene.search.ExactPhraseMatcher.advancePosition:(Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;I)Z
            ifeq 19
        15: .line 140
            goto 6
        end local 5 // int expectedPos
        end local 4 // org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition posting
        16: .line 129
      StackMap locals:
      StackMap stack:
            iinc 3 /* j */ 1
      StackMap locals:
      StackMap stack:
        17: iload 3 /* j */
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            arraylength
            if_icmplt 9
        end local 3 // int j
        18: .line 146
            iconst_1
            ireturn
        end local 2 // int phrasePos
        19: .line 148
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition lead
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lorg/apache/lucene/search/ExactPhraseMatcher;
            1   20     1         lead  Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            7   19     2    phrasePos  I
            8   18     3            j  I
           10   16     4      posting  Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
           11   16     5  expectedPos  I
    Exceptions:
      throws java.io.IOException

  float sloppyWeight();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher this
         0: .line 153
            fconst_1
            freturn
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/ExactPhraseMatcher;

  public int startPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher this
         0: .line 158
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            iconst_0
            aaload
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.pos:I
            ireturn
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/ExactPhraseMatcher;

  public int endPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher this
         0: .line 163
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            arraylength
            iconst_1
            isub
            aaload
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.pos:I
            ireturn
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/ExactPhraseMatcher;

  public int startOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher this
         0: .line 168
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            iconst_0
            aaload
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.postings:Lorg/apache/lucene/index/PostingsEnum;
            invokevirtual org.apache.lucene.index.PostingsEnum.startOffset:()I
            ireturn
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/ExactPhraseMatcher;
    Exceptions:
      throws java.io.IOException

  public int endOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.ExactPhraseMatcher this
         0: .line 173
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            aload 0 /* this */
            getfield org.apache.lucene.search.ExactPhraseMatcher.postings:[Lorg/apache/lucene/search/ExactPhraseMatcher$PostingsAndPosition;
            arraylength
            iconst_1
            isub
            aaload
            getfield org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition.postings:Lorg/apache/lucene/index/PostingsEnum;
            invokevirtual org.apache.lucene.index.PostingsEnum.endOffset:()I
            ireturn
        end local 0 // org.apache.lucene.search.ExactPhraseMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/ExactPhraseMatcher;
    Exceptions:
      throws java.io.IOException

  static org.apache.lucene.index.ImpactsSource mergeImpacts(org.apache.lucene.index.ImpactsEnum[]);
    descriptor: ([Lorg/apache/lucene/index/ImpactsEnum;)Lorg/apache/lucene/index/ImpactsSource;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.index.ImpactsEnum[] impactsEnums
         0: .line 182
            iconst_m1
            istore 1 /* tmpLeadIndex */
        start local 1 // int tmpLeadIndex
         1: .line 183
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 184
      StackMap locals: int int
      StackMap stack:
            iload 1 /* tmpLeadIndex */
            iconst_m1
            if_icmpeq 4
            aload 0 /* impactsEnums */
            iload 2 /* i */
            aaload
            invokevirtual org.apache.lucene.index.ImpactsEnum.cost:()J
            aload 0 /* impactsEnums */
            iload 1 /* tmpLeadIndex */
            aaload
            invokevirtual org.apache.lucene.index.ImpactsEnum.cost:()J
            lcmp
            ifge 5
         4: .line 185
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            istore 1 /* tmpLeadIndex */
         5: .line 183
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* impactsEnums */
            arraylength
            if_icmplt 3
        end local 2 // int i
         7: .line 188
            iload 1 /* tmpLeadIndex */
            istore 2 /* leadIndex */
        start local 2 // int leadIndex
         8: .line 190
            new org.apache.lucene.search.ExactPhraseMatcher$1
            dup
            aload 0 /* impactsEnums */
            iload 2 /* leadIndex */
            invokespecial org.apache.lucene.search.ExactPhraseMatcher$1.<init>:([Lorg/apache/lucene/index/ImpactsEnum;I)V
            areturn
        end local 2 // int leadIndex
        end local 1 // int tmpLeadIndex
        end local 0 // org.apache.lucene.index.ImpactsEnum[] impactsEnums
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0  impactsEnums  [Lorg/apache/lucene/index/ImpactsEnum;
            1    9     1  tmpLeadIndex  I
            2    7     2             i  I
            8    9     2     leadIndex  I
    MethodParameters:
              Name  Flags
      impactsEnums  

  private static org.apache.lucene.index.PostingsEnum lambda$0(org.apache.lucene.search.PhraseQuery$PostingsAndFreq);
    descriptor: (Lorg/apache/lucene/search/PhraseQuery$PostingsAndFreq;)Lorg/apache/lucene/index/PostingsEnum;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.PhraseQuery$PostingsAndFreq p
         0: .line 56
            aload 0 /* p */
            getfield org.apache.lucene.search.PhraseQuery$PostingsAndFreq.postings:Lorg/apache/lucene/index/PostingsEnum;
            areturn
        end local 0 // org.apache.lucene.search.PhraseQuery$PostingsAndFreq p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     p  Lorg/apache/lucene/search/PhraseQuery$PostingsAndFreq;

  private static org.apache.lucene.index.ImpactsEnum lambda$1(org.apache.lucene.search.PhraseQuery$PostingsAndFreq);
    descriptor: (Lorg/apache/lucene/search/PhraseQuery$PostingsAndFreq;)Lorg/apache/lucene/index/ImpactsEnum;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.PhraseQuery$PostingsAndFreq p
         0: .line 57
            aload 0 /* p */
            getfield org.apache.lucene.search.PhraseQuery$PostingsAndFreq.impacts:Lorg/apache/lucene/index/ImpactsEnum;
            areturn
        end local 0 // org.apache.lucene.search.PhraseQuery$PostingsAndFreq p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     p  Lorg/apache/lucene/search/PhraseQuery$PostingsAndFreq;

  private static org.apache.lucene.index.ImpactsEnum[] lambda$2(int);
    descriptor: (I)[Lorg/apache/lucene/index/ImpactsEnum;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            iload 0
            anewarray org.apache.lucene.index.ImpactsEnum
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ExactPhraseMatcher.java"
NestMembers:
  org.apache.lucene.search.ExactPhraseMatcher$1  org.apache.lucene.search.ExactPhraseMatcher$1$1  org.apache.lucene.search.ExactPhraseMatcher$1$1$1  org.apache.lucene.search.ExactPhraseMatcher$1$SubIterator  org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.apache.lucene.search.ExactPhraseMatcher$1
  private PostingsAndPosition = org.apache.lucene.search.ExactPhraseMatcher$PostingsAndPosition of org.apache.lucene.search.ExactPhraseMatcher
  PostingsAndFreq = org.apache.lucene.search.PhraseQuery$PostingsAndFreq of org.apache.lucene.search.PhraseQuery
  public abstract SimScorer = org.apache.lucene.search.similarities.Similarity$SimScorer of org.apache.lucene.search.similarities.Similarity