* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetListExpr(listExpression newListExpr, NotificationChain msgs)
{
listExpression oldListExpr = listExpr;
listExpr = newListExpr;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.FOR_STATEMENT__LIST_EXPR, oldListExpr, newListExpr);
if (msgs == null) msgs = notification; else msgs.add(notification);