* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetParExpr(expression newParExpr, NotificationChain msgs)
{
expression oldParExpr = parExpr;
parExpr = newParExpr;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.SIMPLE_EXPRESSION_HEAD__PAR_EXPR, oldParExpr, newParExpr);
if (msgs == null) msgs = notification; else msgs.add(notification);