public class ConstantPool.NameAndTypeInfo extends ConstantPool.Entry
Modifier and Type | Method and Description |
---|---|
String |
getDescriptor() |
String |
getName() |
String |
toString() |
void |
writeData(DataOutputStream dos)
Writes this Entry to DataOutputStream given.
|
getEntryIndex, getTag
public String getName()
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.