Class ConstantFloat
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Constant
org.apache.tomcat.util.bcel.classfile.ConstantFloat
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetBytes()Get the 4-byte float value stored in this constant pool entry.
-
Method Details
-
getBytes
public float getBytes()Get the 4-byte float value stored in this constant pool entry.- Returns:
- the float value
-