use of org.eclipse.n4js.transpiler.im.SymbolTableEntryOriginal in project n4js by eclipse.
the class DelegatingSetterDeclarationImpl method setDelegationBaseType.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setDelegationBaseType(SymbolTableEntryOriginal newDelegationBaseType) {
SymbolTableEntryOriginal oldDelegationBaseType = delegationBaseType;
delegationBaseType = newDelegationBaseType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ImPackage.DELEGATING_SETTER_DECLARATION__DELEGATION_BASE_TYPE, oldDelegationBaseType, delegationBaseType));
}
Aggregations