public class org.apache.lucene.document.DoubleDocValuesField extends org.apache.lucene.document.NumericDocValuesField
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.document.DoubleDocValuesField
  super_class: org.apache.lucene.document.NumericDocValuesField
{
  public void <init>(java.lang.String, double);
    descriptor: (Ljava/lang/String;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.lucene.document.DoubleDocValuesField this
        start local 1 // java.lang.String name
        start local 2 // double value
         0: .line 40
            aload 0 /* this */
            aload 1 /* name */
            dload 2 /* value */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokespecial org.apache.lucene.document.NumericDocValuesField.<init>:(Ljava/lang/String;J)V
         1: .line 41
            return
        end local 2 // double value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.DoubleDocValuesField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/DoubleDocValuesField;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  D
    MethodParameters:
       Name  Flags
      name   
      value  

  public void setDoubleValue(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.document.DoubleDocValuesField this
        start local 1 // double value
         0: .line 45
            aload 0 /* this */
            dload 1 /* value */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokespecial org.apache.lucene.document.NumericDocValuesField.setLongValue:(J)V
         1: .line 46
            return
        end local 1 // double value
        end local 0 // org.apache.lucene.document.DoubleDocValuesField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/DoubleDocValuesField;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public void setLongValue(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.document.DoubleDocValuesField this
        start local 1 // long value
         0: .line 50
            new java.lang.IllegalArgumentException
            dup
            ldc "cannot change value type from Double to Long"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // long value
        end local 0 // org.apache.lucene.document.DoubleDocValuesField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/document/DoubleDocValuesField;
            0    1     1  value  J
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "DoubleDocValuesField.java"