gnu.bytecode
Class CpoolUtf8

java.lang.Object
  extended by gnu.bytecode.CpoolEntry
      extended by gnu.bytecode.CpoolUtf8

public class CpoolUtf8
extends CpoolEntry


Field Summary
 
Fields inherited from class gnu.bytecode.CpoolEntry
index
 
Method Summary
 java.lang.String getString()
           
 int getTag()
           
 int hashCode()
           
 void intern()
           
 void print(ClassTypeWriter dst, int verbosity)
          Print this constant pool entry.
 
Methods inherited from class gnu.bytecode.CpoolEntry
getIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class CpoolEntry

intern

public final void intern()

getTag

public int getTag()
Specified by:
getTag in class CpoolEntry

getString

public final java.lang.String getString()

print

public void print(ClassTypeWriter dst,
                  int verbosity)
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 class CpoolEntry