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 | string_index |
Definition at line 119 of file CONSTANT_String_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 133 of file CONSTANT_String_info.java. |
|
Returns the size of this cp_info object.
Reimplemented from cp_info. Definition at line 143 of file CONSTANT_String_info.java. |
|
Returns a String representation of this entry.
Reimplemented from cp_info. Definition at line 149 of file CONSTANT_String_info.java. |
|
Returns a String description of what kind of entry this is.
Reimplemented from cp_info. Definition at line 157 of file CONSTANT_String_info.java. |
|
Constant pool index of the CONSTANT_Utf8 object for the actual string.
Definition at line 123 of file CONSTANT_String_info.java. |