public static class ClassFile.ConstantMethodrefInfo extends ClassFile.ConstantPoolInfo
Constructor and Description |
---|
ConstantMethodrefInfo(short classIndex,
short nameAndTypeIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
short |
getNameAndTypeIndex() |
int |
hashCode() |
boolean |
isWide() |
void |
store(DataOutputStream dos) |
public ConstantMethodrefInfo(short classIndex, short nameAndTypeIndex)
public short getNameAndTypeIndex()
public boolean isWide()
isWide
in class ClassFile.ConstantPoolInfo
public void store(DataOutputStream dos) throws IOException
store
in class ClassFile.ConstantPoolInfo
IOException
Copyright © 2001–2016. All rights reserved.