public static class ClassFile.ConstantFieldrefInfo extends ClassFile.ConstantPoolInfo
| Constructor and Description |
|---|
ClassFile.ConstantFieldrefInfo(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 ClassFile.ConstantFieldrefInfo(short classIndex,
short nameAndTypeIndex)
public short getNameAndTypeIndex()
public boolean isWide()
isWide in class ClassFile.ConstantPoolInfopublic void store(DataOutputStream dos) throws IOException
store in class ClassFile.ConstantPoolInfoIOExceptionCopyright © 2001-2012. All Rights Reserved.