The CONSTANT_String_info structure is used to represent constant objects of
the type java.lang.String.
The value of the string_index item must be a valid index into the constant pool
table. The constant pool entry at that index must be a {@link CONSTANT_Utf8_info}
structure representing the sequence of characters to which the
java.lang.String object is to be initialized. |