Package fr.tm.elibel.smartqvt.qvtast

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


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_expression_list(ExpressionListAst newP_expression_list, NotificationChain msgs) {
    ExpressionListAst oldP_expression_list = p_expression_list;
    p_expression_list = newP_expression_list;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.EXPRESSION_BLOCK_AST__PEXPRESSION_LIST, oldP_expression_list, newP_expression_list);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_expression_list(ExpressionListAst newP_expression_list, NotificationChain msgs) {
    ExpressionListAst oldP_expression_list = p_expression_list;
    p_expression_list = newP_expression_list;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.EXPRESSION_LIST_POPULATION_SECTION_AST__PEXPRESSION_LIST, oldP_expression_list, newP_expression_list);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

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

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.