public class org.apache.lucene.document.FloatDocValuesField 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.FloatDocValuesField
  super_class: org.apache.lucene.document.NumericDocValuesField
{
  public void <init>(java.lang.String, float);
    descriptor: (Ljava/lang/String;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.FloatDocValuesField this
        start local 1 // java.lang.String name
        start local 2 // float value
         0: .line 40
            aload 0 /* this */
            aload 1 /* name */
            fload 2 /* value */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            i2l
            invokespecial org.apache.lucene.document.NumericDocValuesField.<init>:(Ljava/lang/String;J)V
         1: .line 41
            return
        end local 2 // float value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.FloatDocValuesField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/FloatDocValuesField;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  F
    MethodParameters:
       Name  Flags
      name   
      value  

  public void setFloatValue(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.FloatDocValuesField this
        start local 1 // float value
         0: .line 45
            aload 0 /* this */
            fload 1 /* value */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            i2l
            invokespecial org.apache.lucene.document.NumericDocValuesField.setLongValue:(J)V
         1: .line 46
            return
        end local 1 // float value
        end local 0 // org.apache.lucene.document.FloatDocValuesField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/FloatDocValuesField;
            0    2     1  value  F
    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.FloatDocValuesField this
        start local 1 // long value
         0: .line 50
            new java.lang.IllegalArgumentException
            dup
            ldc "cannot change value type from Float to Long"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // long value
        end local 0 // org.apache.lucene.document.FloatDocValuesField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/document/FloatDocValuesField;
            0    1     1  value  J
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "FloatDocValuesField.java"