for( Map.Entry<String, AbcClass> entry : interfaceUnit.classTable.entrySet() )
{
// Freeeze the clases generated for the interface file, so that we
// can still access them when we are building the generated file.
//System.out.println("Freezing " + entry.getKey());
AbcClass c = entry.getValue();
c.freeze();
}
Source.transferDependencies(interfaceUnit, unit);
Source.transferLoaderClassBase(interfaceUnit, unit);
Source.transferGeneratedSources(interfaceUnit, unit);