abstract class org.apache.lucene.document.ShapeQuery$RelationScorerSupplier extends org.apache.lucene.search.ScorerSupplier
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.document.ShapeQuery$RelationScorerSupplier
  super_class: org.apache.lucene.search.ScorerSupplier
{
  org.apache.lucene.index.PointValues values;
    descriptor: Lorg/apache/lucene/index/PointValues;
    flags: (0x0000) 

  org.apache.lucene.index.PointValues$IntersectVisitor visitor;
    descriptor: Lorg/apache/lucene/index/PointValues$IntersectVisitor;
    flags: (0x0000) 

  org.apache.lucene.index.PointValues$IntersectVisitor disjointVisitor;
    descriptor: Lorg/apache/lucene/index/PointValues$IntersectVisitor;
    flags: (0x0000) 

  org.apache.lucene.document.ShapeField$QueryRelation queryRelation;
    descriptor: Lorg/apache/lucene/document/ShapeField$QueryRelation;
    flags: (0x0000) 

  long cost;
    descriptor: J
    flags: (0x0000) 

  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 315
            ldc Lorg/apache/lucene/document/ShapeQuery;
            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.document.ShapeQuery$RelationScorerSupplier.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.apache.lucene.index.PointValues, org.apache.lucene.index.PointValues$IntersectVisitor, org.apache.lucene.index.PointValues$IntersectVisitor, org.apache.lucene.document.ShapeField$QueryRelation);
    descriptor: (Lorg/apache/lucene/index/PointValues;Lorg/apache/lucene/index/PointValues$IntersectVisitor;Lorg/apache/lucene/index/PointValues$IntersectVisitor;Lorg/apache/lucene/document/ShapeField$QueryRelation;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.lucene.document.ShapeQuery$RelationScorerSupplier this
        start local 1 // org.apache.lucene.index.PointValues values
        start local 2 // org.apache.lucene.index.PointValues$IntersectVisitor visitor
        start local 3 // org.apache.lucene.index.PointValues$IntersectVisitor disjointVisitor
        start local 4 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
         0: .line 322
            aload 0 /* this */
            invokespecial org.apache.lucene.search.ScorerSupplier.<init>:()V
         1: .line 320
            aload 0 /* this */
            ldc -1
            putfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.cost:J
         2: .line 323
            aload 0 /* this */
            aload 1 /* values */
            putfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.values:Lorg/apache/lucene/index/PointValues;
         3: .line 324
            aload 0 /* this */
            aload 2 /* visitor */
            putfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.visitor:Lorg/apache/lucene/index/PointValues$IntersectVisitor;
         4: .line 325
            aload 0 /* this */
            aload 3 /* disjointVisitor */
            putfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.disjointVisitor:Lorg/apache/lucene/index/PointValues$IntersectVisitor;
         5: .line 326
            aload 0 /* this */
            aload 4 /* queryRelation */
            putfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
         6: .line 327
            return
        end local 4 // org.apache.lucene.document.ShapeField$QueryRelation queryRelation
        end local 3 // org.apache.lucene.index.PointValues$IntersectVisitor disjointVisitor
        end local 2 // org.apache.lucene.index.PointValues$IntersectVisitor visitor
        end local 1 // org.apache.lucene.index.PointValues values
        end local 0 // org.apache.lucene.document.ShapeQuery$RelationScorerSupplier this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/apache/lucene/document/ShapeQuery$RelationScorerSupplier;
            0    7     1           values  Lorg/apache/lucene/index/PointValues;
            0    7     2          visitor  Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            0    7     3  disjointVisitor  Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            0    7     4    queryRelation  Lorg/apache/lucene/document/ShapeField$QueryRelation;
    MethodParameters:
                 Name  Flags
      values           
      visitor          
      disjointVisitor  
      queryRelation    

  private org.apache.lucene.index.PointValues$IntersectVisitor getInverseIntersectVisitor(org.apache.lucene.document.ShapeQuery, org.apache.lucene.util.FixedBitSet, int[]);
    descriptor: (Lorg/apache/lucene/document/ShapeQuery;Lorg/apache/lucene/util/FixedBitSet;[I)Lorg/apache/lucene/index/PointValues$IntersectVisitor;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.apache.lucene.document.ShapeQuery$RelationScorerSupplier this
        start local 1 // org.apache.lucene.document.ShapeQuery query
        start local 2 // org.apache.lucene.util.FixedBitSet result
        start local 3 // int[] cost
         0: .line 331
            new org.apache.lucene.document.ShapeQuery$RelationScorerSupplier$1
            dup
            aload 0 /* this */
            aload 2 /* result */
            aload 3 /* cost */
            aload 1 /* query */
            invokespecial org.apache.lucene.document.ShapeQuery$RelationScorerSupplier$1.<init>:(Lorg/apache/lucene/document/ShapeQuery$RelationScorerSupplier;Lorg/apache/lucene/util/FixedBitSet;[ILorg/apache/lucene/document/ShapeQuery;)V
            areturn
        end local 3 // int[] cost
        end local 2 // org.apache.lucene.util.FixedBitSet result
        end local 1 // org.apache.lucene.document.ShapeQuery query
        end local 0 // org.apache.lucene.document.ShapeQuery$RelationScorerSupplier this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/document/ShapeQuery$RelationScorerSupplier;
            0    1     1   query  Lorg/apache/lucene/document/ShapeQuery;
            0    1     2  result  Lorg/apache/lucene/util/FixedBitSet;
            0    1     3    cost  [I
    MethodParameters:
        Name  Flags
      query   
      result  
      cost    

  protected org.apache.lucene.search.Scorer getIntersectsScorer(org.apache.lucene.document.ShapeQuery, org.apache.lucene.index.LeafReader, org.apache.lucene.search.Weight, org.apache.lucene.util.DocIdSetBuilder, float, org.apache.lucene.search.ScoreMode);
    descriptor: (Lorg/apache/lucene/document/ShapeQuery;Lorg/apache/lucene/index/LeafReader;Lorg/apache/lucene/search/Weight;Lorg/apache/lucene/util/DocIdSetBuilder;FLorg/apache/lucene/search/ScoreMode;)Lorg/apache/lucene/search/Scorer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=10, args_size=7
        start local 0 // org.apache.lucene.document.ShapeQuery$RelationScorerSupplier this
        start local 1 // org.apache.lucene.document.ShapeQuery query
        start local 2 // org.apache.lucene.index.LeafReader reader
        start local 3 // org.apache.lucene.search.Weight weight
        start local 4 // org.apache.lucene.util.DocIdSetBuilder docIdSetBuilder
        start local 5 // float boost
        start local 6 // org.apache.lucene.search.ScoreMode scoreMode
         0: .line 367
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.values:Lorg/apache/lucene/index/PointValues;
            invokevirtual org.apache.lucene.index.PointValues.getDocCount:()I
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            if_icmpne 9
         1: .line 368
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.values:Lorg/apache/lucene/index/PointValues;
            invokevirtual org.apache.lucene.index.PointValues.getDocCount:()I
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.values:Lorg/apache/lucene/index/PointValues;
            invokevirtual org.apache.lucene.index.PointValues.size:()J
            lcmp
            ifne 9
         2: .line 369
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.cost:()J
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            iconst_2
            idiv
            i2l
            lcmp
            ifle 9
         3: .line 373
            new org.apache.lucene.util.FixedBitSet
            dup
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            invokespecial org.apache.lucene.util.FixedBitSet.<init>:(I)V
            astore 7 /* result */
        start local 7 // org.apache.lucene.util.FixedBitSet result
         4: .line 374
            aload 7 /* result */
            iconst_0
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(II)V
         5: .line 375
            iconst_1
            newarray 10
            dup
            iconst_0
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            iastore
            astore 8 /* cost */
        start local 8 // int[] cost
         6: .line 376
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.values:Lorg/apache/lucene/index/PointValues;
            aload 0 /* this */
            aload 1 /* query */
            aload 7 /* result */
            aload 8 /* cost */
            invokevirtual org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.getInverseIntersectVisitor:(Lorg/apache/lucene/document/ShapeQuery;Lorg/apache/lucene/util/FixedBitSet;[I)Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            invokevirtual org.apache.lucene.index.PointValues.intersect:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)V
         7: .line 377
            new org.apache.lucene.util.BitSetIterator
            dup
            aload 7 /* result */
            aload 8 /* cost */
            iconst_0
            iaload
            i2l
            invokespecial org.apache.lucene.util.BitSetIterator.<init>:(Lorg/apache/lucene/util/BitSet;J)V
            astore 9 /* iterator */
        start local 9 // org.apache.lucene.search.DocIdSetIterator iterator
         8: .line 378
            new org.apache.lucene.search.ConstantScoreScorer
            dup
            aload 3 /* weight */
            fload 5 /* boost */
            aload 6 /* scoreMode */
            aload 9 /* iterator */
            invokespecial org.apache.lucene.search.ConstantScoreScorer.<init>:(Lorg/apache/lucene/search/Weight;FLorg/apache/lucene/search/ScoreMode;Lorg/apache/lucene/search/DocIdSetIterator;)V
            areturn
        end local 9 // org.apache.lucene.search.DocIdSetIterator iterator
        end local 8 // int[] cost
        end local 7 // org.apache.lucene.util.FixedBitSet result
         9: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.values:Lorg/apache/lucene/index/PointValues;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.visitor:Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            invokevirtual org.apache.lucene.index.PointValues.intersect:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)V
        10: .line 382
            aload 4 /* docIdSetBuilder */
            invokevirtual org.apache.lucene.util.DocIdSetBuilder.build:()Lorg/apache/lucene/search/DocIdSet;
            invokevirtual org.apache.lucene.search.DocIdSet.iterator:()Lorg/apache/lucene/search/DocIdSetIterator;
            astore 7 /* iterator */
        start local 7 // org.apache.lucene.search.DocIdSetIterator iterator
        11: .line 383
            new org.apache.lucene.search.ConstantScoreScorer
            dup
            aload 3 /* weight */
            fload 5 /* boost */
            aload 6 /* scoreMode */
            aload 7 /* iterator */
            invokespecial org.apache.lucene.search.ConstantScoreScorer.<init>:(Lorg/apache/lucene/search/Weight;FLorg/apache/lucene/search/ScoreMode;Lorg/apache/lucene/search/DocIdSetIterator;)V
            areturn
        end local 7 // org.apache.lucene.search.DocIdSetIterator iterator
        end local 6 // org.apache.lucene.search.ScoreMode scoreMode
        end local 5 // float boost
        end local 4 // org.apache.lucene.util.DocIdSetBuilder docIdSetBuilder
        end local 3 // org.apache.lucene.search.Weight weight
        end local 2 // org.apache.lucene.index.LeafReader reader
        end local 1 // org.apache.lucene.document.ShapeQuery query
        end local 0 // org.apache.lucene.document.ShapeQuery$RelationScorerSupplier this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lorg/apache/lucene/document/ShapeQuery$RelationScorerSupplier;
            0   12     1            query  Lorg/apache/lucene/document/ShapeQuery;
            0   12     2           reader  Lorg/apache/lucene/index/LeafReader;
            0   12     3           weight  Lorg/apache/lucene/search/Weight;
            0   12     4  docIdSetBuilder  Lorg/apache/lucene/util/DocIdSetBuilder;
            0   12     5            boost  F
            0   12     6        scoreMode  Lorg/apache/lucene/search/ScoreMode;
            4    9     7           result  Lorg/apache/lucene/util/FixedBitSet;
            6    9     8             cost  [I
            8    9     9         iterator  Lorg/apache/lucene/search/DocIdSetIterator;
           11   12     7         iterator  Lorg/apache/lucene/search/DocIdSetIterator;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      query            
      reader           
      weight           
      docIdSetBuilder  
      boost            final
      scoreMode        

  protected org.apache.lucene.search.Scorer getScorer(org.apache.lucene.document.ShapeQuery, org.apache.lucene.search.Weight, org.apache.lucene.util.FixedBitSet, org.apache.lucene.util.FixedBitSet, float, org.apache.lucene.search.ScoreMode);
    descriptor: (Lorg/apache/lucene/document/ShapeQuery;Lorg/apache/lucene/search/Weight;Lorg/apache/lucene/util/FixedBitSet;Lorg/apache/lucene/util/FixedBitSet;FLorg/apache/lucene/search/ScoreMode;)Lorg/apache/lucene/search/Scorer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=8, args_size=7
        start local 0 // org.apache.lucene.document.ShapeQuery$RelationScorerSupplier this
        start local 1 // org.apache.lucene.document.ShapeQuery query
        start local 2 // org.apache.lucene.search.Weight weight
        start local 3 // org.apache.lucene.util.FixedBitSet intersect
        start local 4 // org.apache.lucene.util.FixedBitSet disjoint
        start local 5 // float boost
        start local 6 // org.apache.lucene.search.ScoreMode scoreMode
         0: .line 389
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.values:Lorg/apache/lucene/index/PointValues;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.visitor:Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            invokevirtual org.apache.lucene.index.PointValues.intersect:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)V
         1: .line 390
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.disjointVisitor:Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            ifnull 3
         2: .line 391
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.values:Lorg/apache/lucene/index/PointValues;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.disjointVisitor:Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            invokevirtual org.apache.lucene.index.PointValues.intersect:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)V
         3: .line 394
      StackMap locals:
      StackMap stack:
            aload 1 /* query */
            getfield org.apache.lucene.document.ShapeQuery.queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            getstatic org.apache.lucene.document.ShapeField$QueryRelation.DISJOINT:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            if_acmpne 7
         4: .line 395
            aload 4 /* disjoint */
            aload 3 /* intersect */
            invokevirtual org.apache.lucene.util.FixedBitSet.andNot:(Lorg/apache/lucene/util/FixedBitSet;)V
         5: .line 396
            new org.apache.lucene.util.BitSetIterator
            dup
            aload 4 /* disjoint */
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.cost:()J
            invokespecial org.apache.lucene.util.BitSetIterator.<init>:(Lorg/apache/lucene/util/BitSet;J)V
            astore 7 /* iterator */
        start local 7 // org.apache.lucene.search.DocIdSetIterator iterator
         6: .line 397
            goto 12
        end local 7 // org.apache.lucene.search.DocIdSetIterator iterator
      StackMap locals:
      StackMap stack:
         7: aload 1 /* query */
            getfield org.apache.lucene.document.ShapeQuery.queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            getstatic org.apache.lucene.document.ShapeField$QueryRelation.WITHIN:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            if_acmpne 11
         8: .line 398
            aload 3 /* intersect */
            aload 4 /* disjoint */
            invokevirtual org.apache.lucene.util.FixedBitSet.andNot:(Lorg/apache/lucene/util/FixedBitSet;)V
         9: .line 399
            new org.apache.lucene.util.BitSetIterator
            dup
            aload 3 /* intersect */
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.cost:()J
            invokespecial org.apache.lucene.util.BitSetIterator.<init>:(Lorg/apache/lucene/util/BitSet;J)V
            astore 7 /* iterator */
        start local 7 // org.apache.lucene.search.DocIdSetIterator iterator
        10: .line 400
            goto 12
        end local 7 // org.apache.lucene.search.DocIdSetIterator iterator
        11: .line 401
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.util.BitSetIterator
            dup
            aload 3 /* intersect */
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.cost:()J
            invokespecial org.apache.lucene.util.BitSetIterator.<init>:(Lorg/apache/lucene/util/BitSet;J)V
            astore 7 /* iterator */
        start local 7 // org.apache.lucene.search.DocIdSetIterator iterator
        12: .line 403
      StackMap locals: org.apache.lucene.search.DocIdSetIterator
      StackMap stack:
            new org.apache.lucene.search.ConstantScoreScorer
            dup
            aload 2 /* weight */
            fload 5 /* boost */
            aload 6 /* scoreMode */
            aload 7 /* iterator */
            invokespecial org.apache.lucene.search.ConstantScoreScorer.<init>:(Lorg/apache/lucene/search/Weight;FLorg/apache/lucene/search/ScoreMode;Lorg/apache/lucene/search/DocIdSetIterator;)V
            areturn
        end local 7 // org.apache.lucene.search.DocIdSetIterator iterator
        end local 6 // org.apache.lucene.search.ScoreMode scoreMode
        end local 5 // float boost
        end local 4 // org.apache.lucene.util.FixedBitSet disjoint
        end local 3 // org.apache.lucene.util.FixedBitSet intersect
        end local 2 // org.apache.lucene.search.Weight weight
        end local 1 // org.apache.lucene.document.ShapeQuery query
        end local 0 // org.apache.lucene.document.ShapeQuery$RelationScorerSupplier this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/apache/lucene/document/ShapeQuery$RelationScorerSupplier;
            0   13     1      query  Lorg/apache/lucene/document/ShapeQuery;
            0   13     2     weight  Lorg/apache/lucene/search/Weight;
            0   13     3  intersect  Lorg/apache/lucene/util/FixedBitSet;
            0   13     4   disjoint  Lorg/apache/lucene/util/FixedBitSet;
            0   13     5      boost  F
            0   13     6  scoreMode  Lorg/apache/lucene/search/ScoreMode;
            6    7     7   iterator  Lorg/apache/lucene/search/DocIdSetIterator;
           10   11     7   iterator  Lorg/apache/lucene/search/DocIdSetIterator;
           12   13     7   iterator  Lorg/apache/lucene/search/DocIdSetIterator;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      query      
      weight     
      intersect  
      disjoint   
      boost      final
      scoreMode  

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.ShapeQuery$RelationScorerSupplier this
         0: .line 408
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.cost:J
            ldc -1
            lcmp
            ifne 6
         1: .line 410
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            getstatic org.apache.lucene.document.ShapeField$QueryRelation.DISJOINT:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            if_acmpne 4
         2: .line 411
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.values:Lorg/apache/lucene/index/PointValues;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.disjointVisitor:Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            invokevirtual org.apache.lucene.index.PointValues.estimatePointCount:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)J
            putfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.cost:J
         3: .line 412
            goto 5
         4: .line 413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.values:Lorg/apache/lucene/index/PointValues;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.visitor:Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            invokevirtual org.apache.lucene.index.PointValues.estimatePointCount:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)J
            putfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.cost:J
         5: .line 415
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.$assertionsDisabled:Z
            ifne 6
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.cost:J
            lconst_0
            lcmp
            ifge 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$RelationScorerSupplier.cost:J
            lreturn
        end local 0 // org.apache.lucene.document.ShapeQuery$RelationScorerSupplier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/document/ShapeQuery$RelationScorerSupplier;
}
SourceFile: "ShapeQuery.java"
NestHost: org.apache.lucene.document.ShapeQuery
InnerClasses:
  public final QueryRelation = org.apache.lucene.document.ShapeField$QueryRelation of org.apache.lucene.document.ShapeField
  private abstract RelationScorerSupplier = org.apache.lucene.document.ShapeQuery$RelationScorerSupplier of org.apache.lucene.document.ShapeQuery
  org.apache.lucene.document.ShapeQuery$RelationScorerSupplier$1
  public abstract IntersectVisitor = org.apache.lucene.index.PointValues$IntersectVisitor of org.apache.lucene.index.PointValues