Rename the following fields in ClassFileParser:
AnnotationArray* _annotations;
AnnotationArray* _type_annotations;
Array<AnnotationArray*>* _fields_annotations;
Array<AnnotationArray*>* _fields_type_annotations;
to the name used in the Annotations class:
AnnotationArray* _class_annotations;
Array<AnnotationArray*>* _fields_annotations;
AnnotationArray* _class_type_annotations;
Array<AnnotationArray*>* _fields_type_annotations;
AnnotationArray* _annotations;
AnnotationArray* _type_annotations;
Array<AnnotationArray*>* _fields_annotations;
Array<AnnotationArray*>* _fields_type_annotations;
to the name used in the Annotations class:
AnnotationArray* _class_annotations;
Array<AnnotationArray*>* _fields_annotations;
AnnotationArray* _class_type_annotations;
Array<AnnotationArray*>* _fields_type_annotations;