public class CpoolClass extends CpoolEntry
index| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName() |
ObjectType |
getClassType()
Get corresponding ObjectType (ClassType or ArrayType).
|
CpoolUtf8 |
getName() |
java.lang.String |
getStringName()
Get name of the class as a String.
|
int |
getTag() |
int |
hashCode() |
void |
print(ClassTypeWriter dst,
int verbosity)
Print this constant pool entry.
|
getIndexpublic int getTag()
getTag in class CpoolEntrypublic final CpoolUtf8 getName()
public final java.lang.String getStringName()
public final java.lang.String getClassName()
public final ObjectType getClassType()
public int hashCode()
hashCode in class CpoolEntrypublic void print(ClassTypeWriter dst, int verbosity)
CpoolEntryprint in class CpoolEntry