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