Package gnu.bytecode
Class CpoolUtf8
java.lang.Object
gnu.bytecode.CpoolEntry
gnu.bytecode.CpoolUtf8
A CONSTANT_Utf8 entry in the constant pool.
-
Field Summary
Fields inherited from class gnu.bytecode.CpoolEntry
index
-
Method Summary
Methods inherited from class gnu.bytecode.CpoolEntry
getIndex
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCpoolEntry
-
intern
public final void intern() -
getTag
public int getTag()- Specified by:
getTag
in classCpoolEntry
-
getString
-
print
Description copied from class:CpoolEntry
Print this constant pool entry. If verbosity==0, print very tersely (no extraneous text). If verbosity==1, prefix the type of the constant. If verbosity==2, add more descriptive text.- Specified by:
print
in classCpoolEntry
-