public static class ClassFile.ConstantNameAndTypeInfo extends ClassFile.ConstantPoolInfo
Constructor and Description |
---|
ConstantNameAndTypeInfo(short nameIndex,
short descriptorIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
short |
getDescriptorIndex() |
int |
hashCode() |
boolean |
isWide() |
void |
store(java.io.DataOutputStream dos) |
public ConstantNameAndTypeInfo(short nameIndex, short descriptorIndex)
public short getDescriptorIndex()
public boolean isWide()
isWide
in class ClassFile.ConstantPoolInfo
public void store(java.io.DataOutputStream dos) throws java.io.IOException
store
in class ClassFile.ConstantPoolInfo
java.io.IOException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object