gnu.bytecode

Class CpoolNameAndType

public class CpoolNameAndType extends CpoolEntry

A CONSTANT_NameAndType entry in the constant pool.
Method Summary
CpoolUtf8getName()
intgetTag()
CpoolUtf8getType()
inthashCode()
voidprint(ClassTypeWriter dst, int verbosity)

Method Detail

getName

public final CpoolUtf8 getName()

getTag

public int getTag()

getType

public final CpoolUtf8 getType()

hashCode

public int hashCode()

print

public void print(ClassTypeWriter dst, int verbosity)