class org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase extends org.apache.lucene.search.TwoPhaseIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase
  super_class: org.apache.lucene.search.TwoPhaseIterator
{
  private final org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentApproximation parentApproximation;
    descriptor: Lorg/apache/lucene/search/join/ToParentBlockJoinQuery$ParentApproximation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 245
            ldc Lorg/apache/lucene/search/join/ToParentBlockJoinQuery;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentApproximation, org.apache.lucene.search.TwoPhaseIterator);
    descriptor: (Lorg/apache/lucene/search/join/ToParentBlockJoinQuery$ParentApproximation;Lorg/apache/lucene/search/TwoPhaseIterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase this
        start local 1 // org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentApproximation parentApproximation
        start local 2 // org.apache.lucene.search.TwoPhaseIterator childTwoPhase
         0: .line 252
            aload 0 /* this */
            aload 1 /* parentApproximation */
            invokespecial org.apache.lucene.search.TwoPhaseIterator.<init>:(Lorg/apache/lucene/search/DocIdSetIterator;)V
         1: .line 253
            aload 0 /* this */
            aload 1 /* parentApproximation */
            putfield org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase.parentApproximation:Lorg/apache/lucene/search/join/ToParentBlockJoinQuery$ParentApproximation;
         2: .line 254
            aload 0 /* this */
            aload 2 /* childTwoPhase */
            invokevirtual org.apache.lucene.search.TwoPhaseIterator.approximation:()Lorg/apache/lucene/search/DocIdSetIterator;
            putfield org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase.childApproximation:Lorg/apache/lucene/search/DocIdSetIterator;
         3: .line 255
            aload 0 /* this */
            aload 2 /* childTwoPhase */
            putfield org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase.childTwoPhase:Lorg/apache/lucene/search/TwoPhaseIterator;
         4: .line 256
            return
        end local 2 // org.apache.lucene.search.TwoPhaseIterator childTwoPhase
        end local 1 // org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentApproximation parentApproximation
        end local 0 // org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lorg/apache/lucene/search/join/ToParentBlockJoinQuery$ParentTwoPhase;
            0    5     1  parentApproximation  Lorg/apache/lucene/search/join/ToParentBlockJoinQuery$ParentApproximation;
            0    5     2        childTwoPhase  Lorg/apache/lucene/search/TwoPhaseIterator;
    MethodParameters:
                     Name  Flags
      parentApproximation  
      childTwoPhase        

  public boolean matches();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase this
         0: .line 260
            getstatic org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase.childApproximation:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.docID:()I
            aload 0 /* this */
            getfield org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase.parentApproximation:Lorg/apache/lucene/search/join/ToParentBlockJoinQuery$ParentApproximation;
            invokevirtual org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentApproximation.docID:()I
            if_icmplt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase.childTwoPhase:Lorg/apache/lucene/search/TwoPhaseIterator;
            invokevirtual org.apache.lucene.search.TwoPhaseIterator.matches:()Z
            ifeq 3
         2: .line 263
            iconst_1
            ireturn
         3: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase.childApproximation:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.nextDoc:()I
            aload 0 /* this */
            getfield org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase.parentApproximation:Lorg/apache/lucene/search/join/ToParentBlockJoinQuery$ParentApproximation;
            invokevirtual org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentApproximation.docID:()I
         4: .line 261
            if_icmplt 1
         5: .line 266
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/search/join/ToParentBlockJoinQuery$ParentTwoPhase;
    Exceptions:
      throws java.io.IOException

  public float matchCost();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase this
         0: .line 272
            aload 0 /* this */
            getfield org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase.childTwoPhase:Lorg/apache/lucene/search/TwoPhaseIterator;
            invokevirtual org.apache.lucene.search.TwoPhaseIterator.matchCost:()F
            ldc 10.0
            fadd
            freturn
        end local 0 // org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/join/ToParentBlockJoinQuery$ParentTwoPhase;
}
SourceFile: "ToParentBlockJoinQuery.java"
NestHost: org.apache.lucene.search.join.ToParentBlockJoinQuery
InnerClasses:
  private ParentApproximation = org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentApproximation of org.apache.lucene.search.join.ToParentBlockJoinQuery
  private ParentTwoPhase = org.apache.lucene.search.join.ToParentBlockJoinQuery$ParentTwoPhase of org.apache.lucene.search.join.ToParentBlockJoinQuery