public class ConstantPool.InterfaceMethodRefInfo extends ConstantPool.Entry
Virtual Machine Specification, 2nd edition, ch. 4.4.2| Modifier and Type | Method and Description |
|---|---|
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.
|
getEntryIndex, getTagpublic 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.Objectpublic void writeData(java.io.DataOutputStream dos)
throws java.io.IOException
ConstantPool.EntrywriteData in class ConstantPool.Entrydos - DataOutputStream usedjava.io.IOExceptionCopyright © 2001. Documenation generated January 12 2013.