The CONSTANT_Class_info structure is used to represent a class or an interface.
The value of the name_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 a valid fully qualified Java class name that has been
converted to the class file's internal form. |