* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetE(Expr newE, NotificationChain msgs)
{
Expr oldE = e;
e = newE;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.EXPRESSION_STATEMENT__E, oldE, newE);
if (msgs == null) msgs = notification; else msgs.add(notification);