|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectalt.jiapi.file.ConstantPool.Entry
alt.jiapi.file.ConstantPool.InterfaceMethodRefInfo
public class ConstantPool.InterfaceMethodRefInfo
Represents a CONSTANT_InterfaceMethodRef in constant pool
Virtual Machine Specification, 2nd edition, ch. 4.4.2| Method Summary | |
|---|---|
ConstantPool.ClassInfo |
getClassInfo()
|
java.lang.String |
getDescriptor()
Get methods descriptor |
java.lang.String |
getMethodName()
Gets the name of the method referenced by this MethodRefInfo |
ConstantPool.NameAndTypeInfo |
getNameAndTypeInfo()
|
java.lang.String |
toString()
|
void |
writeData(java.io.DataOutputStream dos)
Writes this Entry to DataOutputStream given. |
| Methods inherited from class alt.jiapi.file.ConstantPool.Entry |
|---|
getEntryIndex, getTag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public ConstantPool.ClassInfo getClassInfo()
public java.lang.String getDescriptor()
public java.lang.String getMethodName()
public ConstantPool.NameAndTypeInfo getNameAndTypeInfo()
public java.lang.String toString()
toString in class java.lang.Object
public void writeData(java.io.DataOutputStream dos)
throws java.io.IOException
ConstantPool.Entry
writeData in class ConstantPool.Entrydos - DataOutputStream used
java.io.IOException
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||