public final class ConstantDouble extends Constant implements ConstantObject
Constant
,
Serialized FormConstructor and Description |
---|
ConstantDouble(ConstantDouble c)
Initialize from another object.
|
ConstantDouble(double bytes) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely
defined by the contents of a Java class.
|
void |
dump(DataOutputStream file)
Dump constant double to file stream in binary format.
|
double |
getBytes() |
Object |
getConstantValue(ConstantPool cp) |
void |
setBytes(double bytes) |
String |
toString() |
clone, copy, equals, getComparator, getTag, hashCode, setComparator
public ConstantDouble(double bytes)
bytes
- Datapublic ConstantDouble(ConstantDouble c)
public void accept(Visitor v)
public final void dump(DataOutputStream file) throws IOException
dump
in class Constant
file
- Output file streamIOException
public final double getBytes()
public final void setBytes(double bytes)
bytes
- the raw bytes that represent the double valuepublic final String toString()
public Object getConstantValue(ConstantPool cp)
getConstantValue
in interface ConstantObject
Copyright © 2017. All rights reserved.