Public Methods | |
int | compareTo (cp_info constant_pool[], cp_info cp, cp_info cp_constant_pool[]) |
int | size () |
String | toString (cp_info constant_pool[]) |
String | typeName () |
Public Attributes | |
int | name_index |
int | descriptor_index |
Definition at line 119 of file CONSTANT_NameAndType_info.java.
|
Compares this entry with another cp_info object (which may reside in a different constant pool).
Reimplemented from cp_info. Definition at line 137 of file CONSTANT_NameAndType_info.java. |
|
Returns the size of this cp_info object.
Reimplemented from cp_info. Definition at line 151 of file CONSTANT_NameAndType_info.java. |
|
Returns a String representation of this entry.
Reimplemented from cp_info. Definition at line 157 of file CONSTANT_NameAndType_info.java. Referenced by CONSTANT_Methodref_info::toString(), CONSTANT_InterfaceMethodref_info::toString(), and CONSTANT_Fieldref_info::toString().
|
|
Returns a String description of what kind of entry this is.
Reimplemented from cp_info. Definition at line 166 of file CONSTANT_NameAndType_info.java. |
|
Constant pool index of the CONSTANT_Utf8 object for the descriptor.
Definition at line 127 of file CONSTANT_NameAndType_info.java. |
|
Constant pool index of the CONSTANT_Utf8 object for the name.
Definition at line 123 of file CONSTANT_NameAndType_info.java. |