}
programClass.u2interfacesCount = newInterfacesCount;
// Update the subclasses of the superclass and interfaces of the
// target class.
ConstantVisitor subclassAdder =
new ReferencedClassVisitor(
new SubclassFilter(programClass,
new SubclassAdder(programClass)));
programClass.superClassConstantAccept(subclassAdder);