gnu.bytecode

Class CpoolNameAndType


public class CpoolNameAndType
extends CpoolEntry

A CONSTANT_NameAndType entry in the constant pool.

Field Summary

Fields inherited from class gnu.bytecode.CpoolEntry

index

Method Summary

CpoolUtf8
getName()
int
getTag()
CpoolUtf8
getType()
int
hashCode()
void
print(ClassTypeWriter dst, int verbosity)

Methods inherited from class gnu.bytecode.CpoolEntry

getIndex, getTag, hashCode, print

Method Details

getName

public final CpoolUtf8 getName()

getTag

public int getTag()
Overrides:
getTag in interface CpoolEntry

getType

public final CpoolUtf8 getType()

hashCode

public int hashCode()
Overrides:
hashCode in interface CpoolEntry

print

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