}
// Synthetic fields.
for (Iterator it = cd.syntheticFields.values().iterator(); it.hasNext();) {
IClass.IField f = (IClass.IField) it.next();
cf.addFieldInfo(
Mod.PACKAGE, // modifiers,
f.getName(), // fieldName,
f.getType().getDescriptor(), // fieldTypeFD,
null // optionalConstantValue
);