path,
ASFileScopeProvider.getInstance());
scopeList = abcScopeBuilder.build();
if (scopeList.isEmpty())
{
problems.add(new NoScopesInABCCompilationUnitProblem(path));
}
for (IASScope scope : scopeList)
markClassAsEmbed((ASFileScope)scope);
return new ABCFileScopeRequestResult(problems, scopeList);