class CLConstantInterfaceMethodRefInfo extends CLConstantMemberRefInfo
classIndex, nameAndTypeIndex| Constructor and Description |
|---|
CLConstantInterfaceMethodRefInfo(int classIndex,
int nameAndTypeIndex)
Construct a CLConstantInterfaceMethodRefInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeToStdOut(PrettyPrinter p)
Write the content of this object to STDOUT in a format similar to that of
javap.
|
equals, writepublic CLConstantInterfaceMethodRefInfo(int classIndex,
int nameAndTypeIndex)
classIndex - CONSTANT_InterfaceMethodref_info.class_index item.nameAndTypeIndex - CONSTANT_InterfaceMethodref_info.name_and_type_index item.public void writeToStdOut(PrettyPrinter p)
CLCPInfowriteToStdOut in class CLCPInfop - for pretty printing with indentation.