The CONSTANT_Long_info and {@link CONSTANT_Double_info} represent eight-byte
numeric (long and double) constants.
The unsigned high_bytes and low_bytes items of the CONSTANT_Long_info structure
together contain 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. |