The CONSTANT_NameAndType_info structure is used to represent a field or method,
without indicating which class or interface type it belongs to.
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 Java field name or method name stored as a simple
(not fully qualified) name, that is, as a Java identifier.
The value of the descriptor_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 Java field descriptor or method descriptor. |