class CLConstantDoubleInfo extends CLCPInfo
| Modifier and Type | Field and Description |
|---|---|
double |
d
The double precision floating-point number.
|
| Constructor and Description |
|---|
CLConstantDoubleInfo(double d)
Construct a CLConstantDoubleInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
short[] |
highBytes()
Return CONSTANT_Double_info.high_bytes item.
|
short[] |
lowBytes()
Return CONSTANT_Double_info.low_bytes item.
|
void |
write(CLOutputStream out)
Write the contents of this constant pool item to the specified output
stream.
|
void |
writeToStdOut(PrettyPrinter p)
Write the content of this object to STDOUT in a format similar to that of
javap.
|
public CLConstantDoubleInfo(double d)
d - the double precision floating-point number.public short[] lowBytes()
public short[] highBytes()
public void write(CLOutputStream out) throws IOException
CLCPInfowrite in class CLCPInfoout - output stream.IOException - if an error occurs while writing.public void writeToStdOut(PrettyPrinter p)
CLCPInfowriteToStdOut in class CLCPInfop - for pretty printing with indentation.