public class NameAndTypeEntry extends ConstPoolEntry
Modifier and Type | Field and Description |
---|---|
private short |
descriptorIndex |
private short |
nameIndex |
Constructor and Description |
---|
NameAndTypeEntry(short nameIndex,
short descriptorIndex) |
Modifier and Type | Method and Description |
---|---|
ConstPoolEntryType |
getType() |
void |
writeData(java.io.DataOutputStream stream) |
write
private final short nameIndex
private final short descriptorIndex
public ConstPoolEntryType getType()
getType
in class ConstPoolEntry
public void writeData(java.io.DataOutputStream stream) throws java.io.IOException
writeData
in class ConstPoolEntry
java.io.IOException