Public Methods | |
int | compareTo (cp_info constant_pool[], cp_info cp, cp_info cp_constant_pool[]) |
long | convert () |
int | size () |
String | toString (cp_info constant_pool[]) |
String | typeName () |
Public Attributes | |
long | high |
long | low |
Definition at line 119 of file CONSTANT_Long_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_Long_info.java. |
|
Converts the internal two-int representation to an actual long. Definition at line 141 of file CONSTANT_Long_info.java. Referenced by compareTo().
|
|
Returns the size of this cp_info object.
Reimplemented from cp_info. Definition at line 146 of file CONSTANT_Long_info.java. |
|
Returns a String representation of this entry.
Reimplemented from cp_info. Definition at line 152 of file CONSTANT_Long_info.java. |
|
Returns a String description of what kind of entry this is.
Reimplemented from cp_info. Definition at line 159 of file CONSTANT_Long_info.java. |
|
the upper 32 bits of the long. Definition at line 121 of file CONSTANT_Long_info.java. |
|
the lower 32 bits of the long. Definition at line 123 of file CONSTANT_Long_info.java. |