gnu.bytecode

Class CpoolRef

public class CpoolRef extends CpoolEntry

A CONSTANT_{Field,Method,InterfaceMethod}Ref entry in the constant pool.
Method Summary
CpoolClassgetCpoolClass()
CpoolNameAndTypegetNameAndType()
intgetTag()
inthashCode()
voidprint(ClassTypeWriter dst, int verbosity)

Method Detail

getCpoolClass

public final CpoolClass getCpoolClass()

getNameAndType

public final CpoolNameAndType getNameAndType()

getTag

public int getTag()

hashCode

public int hashCode()

print

public void print(ClassTypeWriter dst, int verbosity)