* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetP_declarator(DeclaratorAst newP_declarator, NotificationChain msgs) {
DeclaratorAst oldP_declarator = p_declarator;
p_declarator = newP_declarator;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.WHILE_EXP_AST__PDECLARATOR, oldP_declarator, newP_declarator);
if (msgs == null) msgs = notification; else msgs.add(notification);
}