|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.objectwave.classFile.ConstantPoolInfo
|
+--com.objectwave.classFile.MethodReference
A ConstantPoolItem that is known to be a MethodReference.
| Field Summary |
| Fields inherited from class com.objectwave.classFile.ConstantPoolInfo |
ASCIZ, CLASS, DOUBLE, FIELDREF, FLOAT, INTEGER, INTERFACE, LONG, METHODREF, NAMEANDTYPE, STRING, UNICODE |
| Constructor Summary | |
MethodReference()
|
|
| Method Summary | |
java.lang.String |
getClassName()
|
java.lang.String |
getMethodName()
|
boolean |
read(java.io.DataInputStream dis,
int type)
|
java.lang.String |
toString()
|
| Methods inherited from class com.objectwave.classFile.ConstantPoolInfo |
create, indexOf, inPool, isEqual, isType, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MethodReference()
| Method Detail |
public boolean read(java.io.DataInputStream dis,
int type)
throws java.io.IOException
read in class ConstantPoolInfojava.io.IOExceptionpublic java.lang.String toString()
toString in class ConstantPoolInfopublic java.lang.String getClassName()
public java.lang.String getMethodName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||