* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetFinallyBlock(Block newFinallyBlock, NotificationChain msgs) {
Block oldFinallyBlock = finallyBlock;
finallyBlock = newFinallyBlock;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, StatementsPackage.TRY_BLOCK__FINALLY_BLOCK, oldFinallyBlock, newFinallyBlock);
if (msgs == null) msgs = notification; else msgs.add(notification);
}