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