* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetForEachStm(statement newForEachStm, NotificationChain msgs)
{
statement oldForEachStm = forEachStm;
forEachStm = newForEachStm;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.EXPRESSION__FOR_EACH_STM, oldForEachStm, newForEachStm);
if (msgs == null) msgs = notification; else msgs.add(notification);