* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetTail(varDeclList newTail, NotificationChain msgs)
{
varDeclList oldTail = tail;
tail = newTail;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.VAR_DECL_LIST__TAIL, oldTail, newTail);
if (msgs == null) msgs = notification; else msgs.add(notification);