|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jeantessier.classreader.ConstantPoolEntry | +--com.jeantessier.classreader.FeatureRef_info | +--com.jeantessier.classreader.InterfaceMethodRef_info
Fields inherited from class com.jeantessier.classreader.ConstantPoolEntry |
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8 |
Constructor Summary | |
InterfaceMethodRef_info(ConstantPool constant_pool,
java.io.DataInputStream in)
|
Method Summary | |
void |
Accept(Visitor visitor)
|
java.lang.String |
Name()
|
java.lang.String |
Signature()
|
Methods inherited from class com.jeantessier.classreader.FeatureRef_info |
Class, ClassIndex, FullName, FullSignature, NameAndType, NameAndTypeIndex, RawClass, RawNameAndType, toString |
Methods inherited from class com.jeantessier.classreader.ConstantPoolEntry |
ConstantPool |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InterfaceMethodRef_info(ConstantPool constant_pool, java.io.DataInputStream in) throws java.io.IOException
Method Detail |
public java.lang.String Name()
Name
in class FeatureRef_info
public java.lang.String Signature()
Signature
in class FeatureRef_info
public void Accept(Visitor visitor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |