// validate CompilationUnits...
int count = CompilerAPI.validateCompilationUnits(data.fileSpec, data.sourceList, data.sourcePath, data.bundlePath,
data.resources, swcContext, data.classes, data.perCompileData,
localOEMConfiguration.configuration);
SymbolTable symbolTable;
if (data.perCompileData != null)
{
symbolTable = new SymbolTable(localOEMConfiguration.configuration, data.perCompileData);
}
else
{
symbolTable = new SymbolTable(localOEMConfiguration.configuration);
data.perCompileData = symbolTable.perCompileData;
if (libraryCache != null)
{
libraryCache.setContextStatics(data.perCompileData);