* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetRExpr(primaryExpression newRExpr, NotificationChain msgs)
{
primaryExpression oldRExpr = rExpr;
rExpr = newRExpr;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.PRIMARY_EXPRESSION__REXPR, oldRExpr, newRExpr);
if (msgs == null) msgs = notification; else msgs.add(notification);