public static class ClassFile.ConstantInterfaceMethodrefInfo extends ClassFile.ConstantPoolInfo
Constructor and Description |
---|
ClassFile.ConstantInterfaceMethodrefInfo(short classIndex,
short nameAndTypeIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
short |
getNameAndTypeIndex() |
int |
hashCode() |
boolean |
isWide() |
void |
store(java.io.DataOutputStream dos) |
public ClassFile.ConstantInterfaceMethodrefInfo(short classIndex, short nameAndTypeIndex)
public short getNameAndTypeIndex()
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
Copyright © 2001-2012. All Rights Reserved.