public static class ClassFile.ConstantInterfaceMethodrefInfo extends ClassFile.ConstantPoolInfo
Constructor | Description |
---|---|
ConstantInterfaceMethodrefInfo(short classIndex,
short nameAndTypeIndex) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
ClassFile.ConstantNameAndTypeInfo |
getNameAndType(ClassFile classFile) |
|
int |
hashCode() |
|
boolean |
isWide() |
|
void |
store(DataOutputStream dos) |
Stores this CP entry into the given
DataOutputStream . |
public ConstantInterfaceMethodrefInfo(short classIndex, short nameAndTypeIndex)
public ClassFile.ConstantNameAndTypeInfo getNameAndType(ClassFile classFile)
ClassFile.ConstantNameAndTypeInfo
of this ClassFile.ConstantInterfaceMethodrefInfo
public boolean isWide()
isWide
in class ClassFile.ConstantPoolInfo
public void store(DataOutputStream dos) throws IOException
ClassFile.ConstantPoolInfo
DataOutputStream
.
See JVMS7 4.4.1 and following
store
in class ClassFile.ConstantPoolInfo
IOException
Copyright © 2001–2019. All rights reserved.