gnu.bytecode

Class CpoolClass

public class CpoolClass extends CpoolEntry

A CONSTANT_Class entry in the constant pool.
Method Summary
ObjectTypegetClassType()
Get corresponding ObjectType (ClassType or ArrayType).
CpoolUtf8getName()
StringgetStringName()
Get name of the class as a String.
intgetTag()
inthashCode()
voidprint(ClassTypeWriter dst, int verbosity)

Method Detail

getClassType

public final ObjectType getClassType()
Get corresponding ObjectType (ClassType or ArrayType).

getName

public final CpoolUtf8 getName()

getStringName

public final String getStringName()
Get name of the class as a String.

getTag

public int getTag()

hashCode

public int hashCode()

print

public void print(ClassTypeWriter dst, int verbosity)