}
}
// Add Synthetic attribute for the field
List attrs = new LinkedList();
attrs.add(new SyntheticAttribute(cp));
// Create field, and add it to ClassFile
Field f = new Field(cp, modifiers, name,
TypeHelper.typeToDescriptor(type), attrs);
fields.add(f);