org.apache.tomcat.util.bcel.classfile
Class ConstantDouble
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Constant
org.apache.tomcat.util.bcel.classfile.ConstantDouble
- All Implemented Interfaces:
- Serializable, Cloneable
public final class ConstantDouble
- extends Constant
This class is derived from the abstract
Constant class
and represents a reference to a Double object.
- Version:
- $Id: ConstantDouble.java 1377533 2012-08-26 22:22:59Z markt $
- Author:
- M. Dahm
- See Also:
Constant
,
Serialized Form
Fields inherited from class org.apache.tomcat.util.bcel.classfile.Constant |
tag |
ConstantDouble
public ConstantDouble(double bytes)
- Parameters:
bytes
- Data
getBytes
public final double getBytes()
- Returns:
- data, i.e., 8 bytes.
toString
public final String toString()
- Overrides:
toString
in class Constant
- Returns:
- String representation.
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.