use of org.eclipse.n4js.ts.types.TStructuralType in project n4js by eclipse.
the class BoundThisTypeRefImpl method setStructuralType.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setStructuralType(TStructuralType newStructuralType) {
TStructuralType oldStructuralType = structuralType;
structuralType = newStructuralType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, TypeRefsPackage.BOUND_THIS_TYPE_REF__STRUCTURAL_TYPE, oldStructuralType, structuralType));
}
use of org.eclipse.n4js.ts.types.TStructuralType in project n4js by eclipse.
the class VersionedParameterizedTypeRefStructuralImpl method setStructuralType.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setStructuralType(TStructuralType newStructuralType) {
TStructuralType oldStructuralType = structuralType;
structuralType = newStructuralType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, TypeRefsPackage.VERSIONED_PARAMETERIZED_TYPE_REF_STRUCTURAL__STRUCTURAL_TYPE, oldStructuralType, structuralType));
}
Aggregations