class org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1 extends org.apache.lucene.index.NumericDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1
  super_class: org.apache.lucene.index.NumericDocValues
{
  long value;
    descriptor: J
    flags: (0x0000) 

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

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

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

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1 this
         0: .line 168
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1.value:J
            lreturn
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$1$1;
    Exceptions:
      throws java.io.IOException

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1 this
        start local 1 // int target
         0: .line 173
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1.val$multiDocValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.advanceExact:(I)Z
            ifeq 3
         1: .line 174
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$1;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1.val$multiDocValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1.selectValue:(Lorg/apache/lucene/index/SortedNumericDocValues;)J
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1.value:J
         2: .line 175
            iconst_1
            ireturn
         3: .line 177
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$1$1;
            0    4     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  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$1$1 this
         0: .line 183
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1.val$multiDocValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            ireturn
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$1$1;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1 this
         0: .line 188
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1.val$multiDocValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextDoc:()I
            ireturn
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$1$1;
    Exceptions:
      throws java.io.IOException

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1 this
        start local 1 // int target
         0: .line 193
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1.val$multiDocValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.advance:(I)I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$1$1;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  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$1$1 this
         0: .line 198
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1.val$multiDocValues:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.cost:()J
            lreturn
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$1$1;
}
SourceFile: "LatLonPointDistanceFeatureQuery.java"
EnclosingMethod: org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1.selectValues:(Lorg/apache/lucene/index/SortedNumericDocValues;)Lorg/apache/lucene/index/NumericDocValues;
NestHost: org.apache.lucene.document.LatLonPointDistanceFeatureQuery
InnerClasses:
  org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1
  org.apache.lucene.document.LatLonPointDistanceFeatureQuery$1$1