The CONSTANT_Integer_info and CONSTANT_Float_info structures represent
four-byte numeric (int and float) constants.
The bytes item of the CONSTANT_Integer_info structure contains the value of
the int constant. The bytes of the value are stored in big-endian (high byte
first) order. |