class CLFieldInfo extends CLMemberInfo
accessFlags, attributes, attributesCount, descriptorIndex, nameIndex
Constructor and Description |
---|
CLFieldInfo(int accessFlags,
int nameIndex,
int descriptorIndex,
int attributesCount,
ArrayList<CLAttributeInfo> attributes)
Construct a CLFieldInfo object.
|
Modifier and Type | Method and Description |
---|---|
void |
writeToStdOut(PrettyPrinter p)
Write the contents of this class member to STDOUT in a format similar to
that of javap.
|
write
public CLFieldInfo(int accessFlags, int nameIndex, int descriptorIndex, int attributesCount, ArrayList<CLAttributeInfo> attributes)
accessFlags
- field_info.access_flags item.nameIndex
- field_info.name_index item.descriptorIndex
- field_info.descriptor_index item.attributesCount
- field_info.attributes_count item.attributes
- field_info.attributes item.public void writeToStdOut(PrettyPrinter p)
CLMemberInfo
writeToStdOut
in class CLMemberInfo
p
- for pretty printing.