contextFeature = feature;
EPackage ePackage = handleMissingPackage(null);
contextFeature = null;
if (ePackage == null)
{
error(new PackageNotFoundException(null, getLocation(), getLineNumber(), getColumnNumber()));
}
else
{
eFactory = ePackage.getEFactoryInstance();
}