|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ClosingCpInfo public interface ConstLong
This interface has to be implemented by those classes representing a
CONSTANT_Long_info
structure. The CONSTANT_Long_info
structure is
used to represent 8-byte numeric constants.
Method Summary | |
---|---|
int |
getHighBytes()
The unsigned high_bytes and low_bytes items of the CONSTANT_Long_info structure together represent the value of the long constant ((long) high_bytes << 32) + low_bytes, where the bytes of each of high_bytes and low_bytes are stored in big-endian (high byte first) order. |
int |
getLowBytes()
The unsigned high_bytes and low_bytes items of the CONSTANT_Long_info structure together represent the value of the long constant ((long) high_bytes << 32) + low_bytes, where the bytes of each of high_bytes and low_bytes are stored in big-endian (high byte first) order. |
void |
setHighBytes(int highB)
The unsigned high_bytes and low_bytes items of the CONSTANT_Long_info structure together represent the value of the long constant ((long) high_bytes << 32) + low_bytes, where the bytes of each of high_bytes and low_bytes are stored in big-endian (high byte first) order. |
void |
setLowBytes(int lowB)
The unsigned high_bytes and low_bytes items of the CONSTANT_Long_info structure together represent the value of the long constant ((long) high_bytes << 32) + low_bytes, where the bytes of each of high_bytes and low_bytes are stored in big-endian (high byte first) order. |
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 bytesint getLowBytes()
void setLowBytes(int lowB)
lowB
- The low bytes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |