class CLConstantMethodRefInfo extends CLConstantMemberRefInfo
classIndex, nameAndTypeIndex
Constructor and Description |
---|
CLConstantMethodRefInfo(int classIndex,
int nameAndTypeIndex)
Construct a CLConstantMethodRefInfo 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, write
public CLConstantMethodRefInfo(int classIndex, int nameAndTypeIndex)
classIndex
- CONSTANT_Methodref_info.class_index item.nameAndTypeIndex
- CONSTANT_Methodref_info.name_and_type_index item.public void writeToStdOut(PrettyPrinter p)
CLCPInfo
writeToStdOut
in class CLCPInfo
p
- for pretty printing with indentation.