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 | |
long | bytes |
Definition at line 119 of file CONSTANT_Integer_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 131 of file CONSTANT_Integer_info.java. |
|
Returns the size of this cp_info object.
Reimplemented from cp_info. Definition at line 140 of file CONSTANT_Integer_info.java. |
|
Returns a String representation of this entry.
Reimplemented from cp_info. Definition at line 146 of file CONSTANT_Integer_info.java. |
|
Returns a String description of what kind of entry this is.
Reimplemented from cp_info. Definition at line 153 of file CONSTANT_Integer_info.java. |
|
Internal representation. Definition at line 121 of file CONSTANT_Integer_info.java. |