|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.bytecode.CpoolEntry gnu.bytecode.CpoolNameAndType
public class CpoolNameAndType
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)
Print this constant pool entry. |
Methods inherited from class gnu.bytecode.CpoolEntry |
---|
getIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getTag()
getTag
in class CpoolEntry
public final CpoolUtf8 getName()
public final CpoolUtf8 getType()
public int hashCode()
hashCode
in class CpoolEntry
public void print(ClassTypeWriter dst, int verbosity)
CpoolEntry
print
in class CpoolEntry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |