class org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1 extends org.apache.lucene.search.DocIdSetIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1
  super_class: org.apache.lucene.search.DocIdSetIterator
{
  final org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this$1;
    descriptor: Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer);
    descriptor: (Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1 this
         0: .line 326
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            aload 0 /* this */
            invokespecial org.apache.lucene.search.DocIdSetIterator.<init>:()V
            return
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1 this
         0: .line 330
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.it:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.nextDoc:()I
            dup_x1
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.doc:I
            ireturn
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer$1;
    Exceptions:
      throws java.io.IOException

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1 this
         0: .line 335
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.doc:I
            ireturn
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer$1;

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1 this
         0: .line 340
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.it:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.cost:()J
            lreturn
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer$1;

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1 this
        start local 1 // int target
         0: .line 345
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.it:Lorg/apache/lucene/search/DocIdSetIterator;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.DocIdSetIterator.advance:(I)I
            dup_x1
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.doc:I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer$1;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  
}
SourceFile: "LatLonPointDistanceFeatureQuery.java"
EnclosingMethod: org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.iterator:()Lorg/apache/lucene/search/DocIdSetIterator;
NestHost: org.apache.lucene.document.LatLonPointDistanceFeatureQuery
InnerClasses:
  private DistanceScorer = org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer of org.apache.lucene.document.LatLonPointDistanceFeatureQuery
  org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1