class org.apache.lucene.search.LongValuesSource$1 extends org.apache.lucene.search.LongValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.LongValuesSource$1
  super_class: org.apache.lucene.search.LongValues
{
  private final org.apache.lucene.index.NumericDocValues val$in;
    descriptor: Lorg/apache/lucene/index/NumericDocValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

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

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.LongValuesSource$1 this
        start local 1 // int target
         0: .line 371
            aload 0 /* this */
            getfield org.apache.lucene.search.LongValuesSource$1.val$in:Lorg/apache/lucene/index/NumericDocValues;
            iload 1 /* target */
            invokevirtual org.apache.lucene.index.NumericDocValues.advanceExact:(I)Z
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.search.LongValuesSource$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/search/LongValuesSource$1;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  
}
SourceFile: "LongValuesSource.java"
EnclosingMethod: org.apache.lucene.search.LongValuesSource.toLongValues:(Lorg/apache/lucene/index/NumericDocValues;)Lorg/apache/lucene/search/LongValues;
NestHost: org.apache.lucene.search.LongValuesSource
InnerClasses:
  org.apache.lucene.search.LongValuesSource$1