|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.bytecode.CpoolEntry gnu.bytecode.CpoolRef
public class CpoolRef
A CONSTANT_{Field,Method,InterfaceMethod}Ref entry in the constant pool.
Field Summary |
---|
Fields inherited from class gnu.bytecode.CpoolEntry |
---|
index |
Method Summary | |
---|---|
CpoolClass |
getCpoolClass()
|
CpoolNameAndType |
getNameAndType()
|
int |
getTag()
|
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 CpoolClass getCpoolClass()
public final CpoolNameAndType getNameAndType()
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 |