|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclassycle.classfile.Constant
classycle.classfile.RefConstant
classycle.classfile.MethodRefConstant
Reference constant for a method.
Constructor Summary | |
MethodRefConstant(Constant[] pool,
int classIndex,
int nameAndTypeIndex)
|
Method Summary | |
java.lang.String |
toString()
Returns constant type, class name, method name, and descriptor. |
Methods inherited from class classycle.classfile.RefConstant |
getClassConstant, getNameAndType, toString |
Methods inherited from class classycle.classfile.Constant |
extractConstantPool, getConstant |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MethodRefConstant(Constant[] pool, int classIndex, int nameAndTypeIndex)
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |