class org.apache.lucene.document.NumericDocValuesField$1 extends org.apache.lucene.document.SortedNumericDocValuesRangeQuery
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.NumericDocValuesField$1
  super_class: org.apache.lucene.document.SortedNumericDocValuesRangeQuery
{
  void <init>(java.lang.String, long, long);
    descriptor: (Ljava/lang/String;JJ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.apache.lucene.document.NumericDocValuesField$1 this
        start local 1 // java.lang.String $anonymous0
        start local 2 // long $anonymous1
        start local 4 // long $anonymous2
         0: .line 92
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            lload 2 /* $anonymous1 */
            lload 4 /* $anonymous2 */
            invokespecial org.apache.lucene.document.SortedNumericDocValuesRangeQuery.<init>:(Ljava/lang/String;JJ)V
            return
        end local 4 // long $anonymous2
        end local 2 // long $anonymous1
        end local 1 // java.lang.String $anonymous0
        end local 0 // org.apache.lucene.document.NumericDocValuesField$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/NumericDocValuesField$1;
            0    1     1  $anonymous0  Ljava/lang/String;
            0    1     2  $anonymous1  J
            0    1     4  $anonymous2  J
    MethodParameters:
             Name  Flags
      $anonymous0  
      $anonymous1  
      $anonymous2  

  org.apache.lucene.index.SortedNumericDocValues getValues(org.apache.lucene.index.LeafReader, java.lang.String);
    descriptor: (Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/SortedNumericDocValues;
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.apache.lucene.document.NumericDocValuesField$1 this
        start local 1 // org.apache.lucene.index.LeafReader reader
        start local 2 // java.lang.String field
         0: .line 95
            aload 1 /* reader */
            aload 2 /* field */
            invokevirtual org.apache.lucene.index.LeafReader.getNumericDocValues:(Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
            astore 3 /* values */
        start local 3 // org.apache.lucene.index.NumericDocValues values
         1: .line 96
            aload 3 /* values */
            ifnonnull 3
         2: .line 97
            aconst_null
            areturn
         3: .line 99
      StackMap locals: org.apache.lucene.index.NumericDocValues
      StackMap stack:
            aload 3 /* values */
            invokestatic org.apache.lucene.index.DocValues.singleton:(Lorg/apache/lucene/index/NumericDocValues;)Lorg/apache/lucene/index/SortedNumericDocValues;
            areturn
        end local 3 // org.apache.lucene.index.NumericDocValues values
        end local 2 // java.lang.String field
        end local 1 // org.apache.lucene.index.LeafReader reader
        end local 0 // org.apache.lucene.document.NumericDocValuesField$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/document/NumericDocValuesField$1;
            0    4     1  reader  Lorg/apache/lucene/index/LeafReader;
            0    4     2   field  Ljava/lang/String;
            1    4     3  values  Lorg/apache/lucene/index/NumericDocValues;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  
      field   
}
SourceFile: "NumericDocValuesField.java"
EnclosingMethod: org.apache.lucene.document.NumericDocValuesField.newSlowRangeQuery:(Ljava/lang/String;JJ)Lorg/apache/lucene/search/Query;
NestHost: org.apache.lucene.document.NumericDocValuesField
InnerClasses:
  org.apache.lucene.document.NumericDocValuesField$1