Package fr.tm.elibel.smartqvt.qvtast

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


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_control_exp(ControlExpAst newP_control_exp, NotificationChain msgs) {
    ControlExpAst oldP_control_exp = p_control_exp;
    p_control_exp = newP_control_exp;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.CONTROL_EXP_ACCESS_POSTFIX_EXP_AST__PCONTROL_EXP, oldP_control_exp, newP_control_exp);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

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

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.