public class ConstantPool.MethodRefInfo extends ConstantPool.Entry
Modifier and Type | Method and Description |
---|---|
ConstantPool.ClassInfo |
getClassInfo() |
String |
getDescriptor()
Get methods descriptor
|
String |
getMethodName()
Gets the name of the method referenced by this MethodRefInfo
|
ConstantPool.NameAndTypeInfo |
getNameAndTypeInfo() |
String |
toString() |
void |
writeData(DataOutputStream dos)
Writes this Entry to DataOutputStream given.
|
getEntryIndex, getTag
public ConstantPool.ClassInfo getClassInfo()
public ConstantPool.NameAndTypeInfo getNameAndTypeInfo()
public String getMethodName()
public String getDescriptor()
public void writeData(DataOutputStream dos) throws IOException
ConstantPool.Entry
writeData
in class ConstantPool.Entry
dos
- DataOutputStream usedIOException
- on IOExceptionCopyright © 2017. All rights reserved.