if (splashScreenImageValue == null)
return new FlexSplashScreenImage(null, null);
String className = null; // name of class to get reference for
EmbedCompilationUnit splashScreenImageEmbedUnit = null;
String functionName = getAtFunctionName(splashScreenImageValue);
IResolvedQualifiersReference splashScreenImageReference = null;
if ("Embed".equals(functionName))
{
splashScreenImageEmbedUnit = getEmbeddedCompilationUnit(ATTRIBUTE_SPLASH_SCREEN_IMAGE);
className = splashScreenImageEmbedUnit.getName();
assert className != null;
}
else
{
// class name