* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetInit(ForLoopInitializer newInit, NotificationChain msgs) {
ForLoopInitializer oldInit = init;
init = newInit;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, StatementsPackage.FOR_LOOP__INIT, oldInit, newInit);
if (msgs == null) msgs = notification; else msgs.add(notification);
}