public class InterfaceMethodRefEntry extends ConstPoolEntry
Modifier and Type | Field and Description |
---|---|
private short |
classIndex |
private short |
nameAndTypeIndex |
Constructor and Description |
---|
InterfaceMethodRefEntry(short classIndex,
short nameAndTypeIndex) |
Modifier and Type | Method and Description |
---|---|
ConstPoolEntryType |
getType() |
void |
writeData(java.io.DataOutputStream stream) |
write
private final short classIndex
private final short nameAndTypeIndex
public InterfaceMethodRefEntry(short classIndex, short nameAndTypeIndex)
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