|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ClosingCpInfo public interface ConstDouble
This interface has to be implemented by those classes representing a
CONSTANT_Double_info
structure. The CONSTANT_Double_info
structure
is used to represent 8-byte numeric constants.
Method Summary | |
---|---|
int |
getHighBytes()
The high_bytes and low_bytes items of the CONSTANT_Double_info structure together represent the double value in IEEE 754 floating-point double format. |
int |
getLowBytes()
The high_bytes and low_bytes items of the CONSTANT_Double_info structure together represent the double value in IEEE 754 floating-point double format. |
void |
setHighBytes(int highB)
The high_bytes and low_bytes items of the CONSTANT_Double_info structure together represent the double value in IEEE 754 floating-point double format. |
void |
setLowBytes(int lowB)
The high_bytes and low_bytes items of the CONSTANT_Double_info structure together represent the double value in IEEE 754 floating-point double format. |
Methods inherited from interface jef.dna.constantInfo.ConstantInfo |
---|
clone, fromStream, getCpt, getTag, getType, setCpt, setTag, toStream, updateRefs, validate |
Method Detail |
---|
int getHighBytes()
void setHighBytes(int highB)
highB
- The high part of the double constantint getLowBytes()
void setLowBytes(int lowB)
lowB
- The low part of the double constant
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |