class org.apache.lucene.document.LatLonPointDistanceQuery$1$1 extends org.apache.lucene.search.ScorerSupplier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.LatLonPointDistanceQuery$1$1
  super_class: org.apache.lucene.search.ScorerSupplier
{
  long cost;
    descriptor: J
    flags: (0x0000) 

  final org.apache.lucene.document.LatLonPointDistanceQuery$1 this$1;
    descriptor: Lorg/apache/lucene/document/LatLonPointDistanceQuery$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.index.PointValues val$values;
    descriptor: Lorg/apache/lucene/index/PointValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.index.LeafReader val$reader;
    descriptor: Lorg/apache/lucene/index/LeafReader;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.search.Weight val$weight;
    descriptor: Lorg/apache/lucene/search/Weight;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.search.ScoreMode val$scoreMode;
    descriptor: Lorg/apache/lucene/search/ScoreMode;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.index.PointValues$IntersectVisitor val$visitor;
    descriptor: Lorg/apache/lucene/index/PointValues$IntersectVisitor;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.util.DocIdSetBuilder val$result;
    descriptor: Lorg/apache/lucene/util/DocIdSetBuilder;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.document.LatLonPointDistanceQuery$1, org.apache.lucene.index.PointValues, org.apache.lucene.index.LeafReader, org.apache.lucene.search.Weight, org.apache.lucene.search.ScoreMode, org.apache.lucene.index.PointValues$IntersectVisitor, org.apache.lucene.util.DocIdSetBuilder);
    descriptor: (Lorg/apache/lucene/document/LatLonPointDistanceQuery$1;Lorg/apache/lucene/index/PointValues;Lorg/apache/lucene/index/LeafReader;Lorg/apache/lucene/search/Weight;Lorg/apache/lucene/search/ScoreMode;Lorg/apache/lucene/index/PointValues$IntersectVisitor;Lorg/apache/lucene/util/DocIdSetBuilder;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // org.apache.lucene.document.LatLonPointDistanceQuery$1$1 this
         0: .line 154
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceQuery$1;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$values:Lorg/apache/lucene/index/PointValues;
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$reader:Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$weight:Lorg/apache/lucene/search/Weight;
            aload 0 /* this */
            aload 5
            putfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            aload 0 /* this */
            aload 6
            putfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$visitor:Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            aload 0 /* this */
            aload 7
            putfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$result:Lorg/apache/lucene/util/DocIdSetBuilder;
            aload 0 /* this */
            invokespecial org.apache.lucene.search.ScorerSupplier.<init>:()V
         1: .line 156
            aload 0 /* this */
            ldc -1
            putfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.cost:J
         2: .line 154
            return
        end local 0 // org.apache.lucene.document.LatLonPointDistanceQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/document/LatLonPointDistanceQuery$1$1;
    MethodParameters:
               Name  Flags
      this$0         final
      val$values     final
      val$reader     final
      val$weight     final
      val$scoreMode  final
      val$visitor    final
      val$result     final

  public org.apache.lucene.search.Scorer get(long);
    descriptor: (J)Lorg/apache/lucene/search/Scorer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.apache.lucene.document.LatLonPointDistanceQuery$1$1 this
        start local 1 // long leadCost
         0: .line 160
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$values:Lorg/apache/lucene/index/PointValues;
            invokevirtual org.apache.lucene.index.PointValues.getDocCount:()I
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$reader:Lorg/apache/lucene/index/LeafReader;
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            if_icmpne 9
         1: .line 161
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$values:Lorg/apache/lucene/index/PointValues;
            invokevirtual org.apache.lucene.index.PointValues.getDocCount:()I
            i2l
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$values:Lorg/apache/lucene/index/PointValues;
            invokevirtual org.apache.lucene.index.PointValues.size:()J
            lcmp
            ifne 9
         2: .line 162
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceQuery$1$1.cost:()J
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$reader:Lorg/apache/lucene/index/LeafReader;
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            iconst_2
            idiv
            i2l
            lcmp
            ifle 9
         3: .line 166
            new org.apache.lucene.util.FixedBitSet
            dup
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$reader:Lorg/apache/lucene/index/LeafReader;
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            invokespecial org.apache.lucene.util.FixedBitSet.<init>:(I)V
            astore 3 /* result */
        start local 3 // org.apache.lucene.util.FixedBitSet result
         4: .line 167
            aload 3 /* result */
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$reader:Lorg/apache/lucene/index/LeafReader;
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            invokevirtual org.apache.lucene.util.FixedBitSet.set:(II)V
         5: .line 168
            iconst_1
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$reader:Lorg/apache/lucene/index/LeafReader;
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            iastore
            astore 4 /* cost */
        start local 4 // int[] cost
         6: .line 169
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$values:Lorg/apache/lucene/index/PointValues;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceQuery$1;
            aload 3 /* result */
            aload 4 /* cost */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceQuery$1.getInverseIntersectVisitor:(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 170
            new org.apache.lucene.util.BitSetIterator
            dup
            aload 3 /* result */
            aload 4 /* cost */
            iconst_0
            iaload
            i2l
            invokespecial org.apache.lucene.util.BitSetIterator.<init>:(Lorg/apache/lucene/util/BitSet;J)V
            astore 5 /* iterator */
        start local 5 // org.apache.lucene.search.DocIdSetIterator iterator
         8: .line 171
            new org.apache.lucene.search.ConstantScoreScorer
            dup
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$weight:Lorg/apache/lucene/search/Weight;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceQuery$1;
            invokestatic org.apache.lucene.document.LatLonPointDistanceQuery$1.access$0:(Lorg/apache/lucene/document/LatLonPointDistanceQuery$1;)F
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            aload 5 /* 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 5 // org.apache.lucene.search.DocIdSetIterator iterator
        end local 4 // int[] cost
        end local 3 // org.apache.lucene.util.FixedBitSet result
         9: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$values:Lorg/apache/lucene/index/PointValues;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$visitor:Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            invokevirtual org.apache.lucene.index.PointValues.intersect:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)V
        10: .line 174
            new org.apache.lucene.search.ConstantScoreScorer
            dup
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$weight:Lorg/apache/lucene/search/Weight;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceQuery$1;
            invokestatic org.apache.lucene.document.LatLonPointDistanceQuery$1.access$0:(Lorg/apache/lucene/document/LatLonPointDistanceQuery$1;)F
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$result:Lorg/apache/lucene/util/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;
            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 1 // long leadCost
        end local 0 // org.apache.lucene.document.LatLonPointDistanceQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/apache/lucene/document/LatLonPointDistanceQuery$1$1;
            0   11     1  leadCost  J
            4    9     3    result  Lorg/apache/lucene/util/FixedBitSet;
            6    9     4      cost  [I
            8    9     5  iterator  Lorg/apache/lucene/search/DocIdSetIterator;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      leadCost  

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonPointDistanceQuery$1$1 this
         0: .line 179
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.cost:J
            ldc -1
            lcmp
            ifne 2
         1: .line 180
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$values:Lorg/apache/lucene/index/PointValues;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.val$visitor:Lorg/apache/lucene/index/PointValues$IntersectVisitor;
            invokevirtual org.apache.lucene.index.PointValues.estimateDocCount:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)J
            putfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.cost:J
         2: .line 182
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.document.LatLonPointDistanceQuery.$assertionsDisabled:Z
            ifne 3
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.cost:J
            lconst_0
            lcmp
            ifge 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceQuery$1$1.cost:J
            lreturn
        end local 0 // org.apache.lucene.document.LatLonPointDistanceQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/document/LatLonPointDistanceQuery$1$1;
}
SourceFile: "LatLonPointDistanceQuery.java"
EnclosingMethod: org.apache.lucene.document.LatLonPointDistanceQuery$1.scorerSupplier:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/ScorerSupplier;
NestHost: org.apache.lucene.document.LatLonPointDistanceQuery
InnerClasses:
  org.apache.lucene.document.LatLonPointDistanceQuery$1
  org.apache.lucene.document.LatLonPointDistanceQuery$1$1
  public abstract IntersectVisitor = org.apache.lucene.index.PointValues$IntersectVisitor of org.apache.lucene.index.PointValues