class org.apache.lucene.search.SynonymQuery$1 implements org.apache.lucene.index.ImpactsSource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.SynonymQuery$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 float[] val$boosts;
    descriptor: [F
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.index.ImpactsEnum[], float[]);
    descriptor: ([Lorg/apache/lucene/index/ImpactsEnum;[F)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.SynonymQuery$1 this
         0: .line 381
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.SynonymQuery$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.search.SynonymQuery$1.val$boosts:[F
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.search.SynonymQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/SynonymQuery$1;
    MethodParameters:
                  Name  Flags
      val$impactsEnums  final
      val$boosts        final

  public org.apache.lucene.index.Impacts getImpacts();
    descriptor: ()Lorg/apache/lucene/index/Impacts;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // org.apache.lucene.search.SynonymQuery$1 this
         0: .line 406
            aload 0 /* this */
            getfield org.apache.lucene.search.SynonymQuery$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 409
            aconst_null
            astore 2 /* tmpLead */
        start local 2 // org.apache.lucene.index.Impacts tmpLead
         2: .line 410
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 411
      StackMap locals: org.apache.lucene.index.Impacts[] org.apache.lucene.index.Impacts int
      StackMap stack:
            aload 1 /* impacts */
            iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.search.SynonymQuery$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
            iload 3 /* i */
            aaload
            invokevirtual org.apache.lucene.index.ImpactsEnum.getImpacts:()Lorg/apache/lucene/index/Impacts;
            aastore
         5: .line 412
            aload 2 /* tmpLead */
            ifnull 6
            aload 1 /* impacts */
            iload 3 /* i */
            aaload
            iconst_0
            invokevirtual org.apache.lucene.index.Impacts.getDocIdUpTo:(I)I
            aload 2 /* tmpLead */
            iconst_0
            invokevirtual org.apache.lucene.index.Impacts.getDocIdUpTo:(I)I
            if_icmpge 7
         6: .line 413
      StackMap locals:
      StackMap stack:
            aload 1 /* impacts */
            iload 3 /* i */
            aaload
            astore 2 /* tmpLead */
         7: .line 410
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.search.SynonymQuery$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
            arraylength
            if_icmplt 4
        end local 3 // int i
         9: .line 416
            aload 2 /* tmpLead */
            astore 3 /* lead */
        start local 3 // org.apache.lucene.index.Impacts lead
        10: .line 417
            new org.apache.lucene.search.SynonymQuery$1$1
            dup
            aload 0 /* this */
            aload 3 /* lead */
            aload 0 /* this */
            getfield org.apache.lucene.search.SynonymQuery$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
            aload 1 /* impacts */
            aload 0 /* this */
            getfield org.apache.lucene.search.SynonymQuery$1.val$boosts:[F
            invokespecial org.apache.lucene.search.SynonymQuery$1$1.<init>:(Lorg/apache/lucene/search/SynonymQuery$1;Lorg/apache/lucene/index/Impacts;[Lorg/apache/lucene/index/ImpactsEnum;[Lorg/apache/lucene/index/Impacts;[F)V
            areturn
        end local 3 // org.apache.lucene.index.Impacts lead
        end local 2 // org.apache.lucene.index.Impacts tmpLead
        end local 1 // org.apache.lucene.index.Impacts[] impacts
        end local 0 // org.apache.lucene.search.SynonymQuery$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/apache/lucene/search/SynonymQuery$1;
            1   11     1  impacts  [Lorg/apache/lucene/index/Impacts;
            2   11     2  tmpLead  Lorg/apache/lucene/index/Impacts;
            3    9     3        i  I
           10   11     3     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.SynonymQuery$1 this
        start local 1 // int target
         0: .line 534
            aload 0 /* this */
            getfield org.apache.lucene.search.SynonymQuery$1.val$impactsEnums:[Lorg/apache/lucene/index/ImpactsEnum;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.apache.lucene.search.SynonymQuery$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 535
            aload 2 /* impactsEnum */
            invokevirtual org.apache.lucene.index.ImpactsEnum.docID:()I
            iload 1 /* target */
            if_icmpge 4
         3: .line 536
            aload 2 /* impactsEnum */
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.ImpactsEnum.advanceShallow:(I)V
        end local 2 // org.apache.lucene.index.ImpactsEnum impactsEnum
         4: .line 534
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 539
            return
        end local 1 // int target
        end local 0 // org.apache.lucene.search.SynonymQuery$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/apache/lucene/search/SynonymQuery$1;
            0    7     1       target  I
            2    4     2  impactsEnum  Lorg/apache/lucene/index/ImpactsEnum;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  
}
SourceFile: "SynonymQuery.java"
EnclosingMethod: org.apache.lucene.search.SynonymQuery.mergeImpacts:([Lorg/apache/lucene/index/ImpactsEnum;[F)Lorg/apache/lucene/index/ImpactsSource;
NestHost: org.apache.lucene.search.SynonymQuery
InnerClasses:
  org.apache.lucene.search.SynonymQuery$1
  org.apache.lucene.search.SynonymQuery$1$1
  SubIterator = org.apache.lucene.search.SynonymQuery$1$SubIterator of org.apache.lucene.search.SynonymQuery$1