class org.apache.lucene.search.LongValuesSource$FieldValuesSource extends org.apache.lucene.search.LongValuesSource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.LongValuesSource$FieldValuesSource
  super_class: org.apache.lucene.search.LongValuesSource
{
  final java.lang.String field;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  private void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
        start local 1 // java.lang.String field
         0: .line 230
            aload 0 /* this */
            invokespecial org.apache.lucene.search.LongValuesSource.<init>:()V
         1: .line 231
            aload 0 /* this */
            aload 1 /* field */
            putfield org.apache.lucene.search.LongValuesSource$FieldValuesSource.field:Ljava/lang/String;
         2: .line 232
            return
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/search/LongValuesSource$FieldValuesSource;
            0    3     1  field  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      field  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
        start local 1 // java.lang.Object o
         0: .line 236
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 237
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 238
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.search.LongValuesSource$FieldValuesSource
            astore 2 /* that */
        start local 2 // org.apache.lucene.search.LongValuesSource$FieldValuesSource that
         4: .line 239
            aload 0 /* this */
            getfield org.apache.lucene.search.LongValuesSource$FieldValuesSource.field:Ljava/lang/String;
            aload 2 /* that */
            getfield org.apache.lucene.search.LongValuesSource$FieldValuesSource.field:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.apache.lucene.search.LongValuesSource$FieldValuesSource that
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/search/LongValuesSource$FieldValuesSource;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lorg/apache/lucene/search/LongValuesSource$FieldValuesSource;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
         0: .line 244
            new java.lang.StringBuilder
            dup
            ldc "long("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.search.LongValuesSource$FieldValuesSource.field:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/LongValuesSource$FieldValuesSource;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
         0: .line 249
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.LongValuesSource$FieldValuesSource.field:Ljava/lang/String;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/LongValuesSource$FieldValuesSource;

  public org.apache.lucene.search.LongValues getValues(org.apache.lucene.index.LeafReaderContext, org.apache.lucene.search.DoubleValues);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DoubleValues;)Lorg/apache/lucene/search/LongValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
        start local 2 // org.apache.lucene.search.DoubleValues scores
         0: .line 254
            aload 1 /* ctx */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.search.LongValuesSource$FieldValuesSource.field:Ljava/lang/String;
            invokestatic org.apache.lucene.index.DocValues.getNumeric:(Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
            astore 3 /* values */
        start local 3 // org.apache.lucene.index.NumericDocValues values
         1: .line 255
            aload 3 /* values */
            invokestatic org.apache.lucene.search.LongValuesSource.toLongValues:(Lorg/apache/lucene/index/NumericDocValues;)Lorg/apache/lucene/search/LongValues;
            areturn
        end local 3 // org.apache.lucene.index.NumericDocValues values
        end local 2 // org.apache.lucene.search.DoubleValues scores
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/search/LongValuesSource$FieldValuesSource;
            0    2     1     ctx  Lorg/apache/lucene/index/LeafReaderContext;
            0    2     2  scores  Lorg/apache/lucene/search/DoubleValues;
            1    2     3  values  Lorg/apache/lucene/index/NumericDocValues;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ctx     
      scores  

  public boolean isCacheable(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 260
            aload 1 /* ctx */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.LongValuesSource$FieldValuesSource.field:Ljava/lang/String;
            aastore
            invokestatic org.apache.lucene.index.DocValues.isCacheable:(Lorg/apache/lucene/index/LeafReaderContext;[Ljava/lang/String;)Z
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/LongValuesSource$FieldValuesSource;
            0    1     1   ctx  Lorg/apache/lucene/index/LeafReaderContext;
    MethodParameters:
      Name  Flags
      ctx   

  public boolean needsScores();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
         0: .line 265
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/LongValuesSource$FieldValuesSource;

  public org.apache.lucene.search.LongValuesSource rewrite(org.apache.lucene.search.IndexSearcher);
    descriptor: (Lorg/apache/lucene/search/IndexSearcher;)Lorg/apache/lucene/search/LongValuesSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
        start local 1 // org.apache.lucene.search.IndexSearcher searcher
         0: .line 270
            aload 0 /* this */
            areturn
        end local 1 // org.apache.lucene.search.IndexSearcher searcher
        end local 0 // org.apache.lucene.search.LongValuesSource$FieldValuesSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/search/LongValuesSource$FieldValuesSource;
            0    1     1  searcher  Lorg/apache/lucene/search/IndexSearcher;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      searcher  
}
SourceFile: "LongValuesSource.java"
NestHost: org.apache.lucene.search.LongValuesSource
InnerClasses:
  private FieldValuesSource = org.apache.lucene.search.LongValuesSource$FieldValuesSource of org.apache.lucene.search.LongValuesSource