public class ConstantPool.DoubleInfo extends ConstantPool.Entry
Modifier and Type | Method and Description |
---|---|
double |
getDoubleValue()
see 4.4.5 The CONSTANT_Long_info and CONSTANT_Double_info Structures
|
int |
getHighBytes() |
int |
getLowBytes() |
String |
toString() |
void |
writeData(DataOutputStream dos)
Writes this Entry to DataOutputStream given.
|
getEntryIndex, getTag
public int getHighBytes()
public int getLowBytes()
public void writeData(DataOutputStream dos) throws IOException
ConstantPool.Entry
writeData
in class ConstantPool.Entry
dos
- DataOutputStream usedIOException
- on IOExceptionpublic double getDoubleValue()
Copyright © 2017. All rights reserved.