Package fr.tm.elibel.smartqvt.qvtast

Examples of fr.tm.elibel.smartqvt.qvtast.MultExpAst


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_mult_exp(MultExpAst newP_mult_exp, NotificationChain msgs) {
    MultExpAst oldP_mult_exp = p_mult_exp;
    p_mult_exp = newP_mult_exp;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.ADD_ADDITIVE_EXP_AST__PMULT_EXP, oldP_mult_exp, newP_mult_exp);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_mult_exp(MultExpAst newP_mult_exp, NotificationChain msgs) {
    MultExpAst oldP_mult_exp = p_mult_exp;
    p_mult_exp = newP_mult_exp;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.MULT_MULT_EXP_AST__PMULT_EXP, oldP_mult_exp, newP_mult_exp);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

Related Classes of fr.tm.elibel.smartqvt.qvtast.MultExpAst

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.