gnu.bytecode

Class CpoolUtf8


public class CpoolUtf8
extends CpoolEntry

Field Summary

Fields inherited from class gnu.bytecode.CpoolEntry

index

Method Summary

String
getString()
int
getTag()
int
hashCode()
void
intern()
void
print(ClassTypeWriter dst, int verbosity)

Methods inherited from class gnu.bytecode.CpoolEntry

getIndex, getTag, hashCode, print

Method Details

getString

public final String getString()

getTag

public int getTag()
Overrides:
getTag in interface CpoolEntry

hashCode

public int hashCode()
Overrides:
hashCode in interface CpoolEntry

intern

public final void intern()

print

public void print(ClassTypeWriter dst,
                  int verbosity)
Overrides:
print in interface CpoolEntry