Package fr.tm.elibel.smartqvt.qvtast

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


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_expression_statement(ExpressionStatementAst newP_expression_statement, NotificationChain msgs) {
    ExpressionStatementAst oldP_expression_statement = p_expression_statement;
    p_expression_statement = newP_expression_statement;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.SWITCH_ELSE_AST__PEXPRESSION_STATEMENT, oldP_expression_statement, newP_expression_statement);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_expression_statement(ExpressionStatementAst newP_expression_statement, NotificationChain msgs) {
    ExpressionStatementAst oldP_expression_statement = p_expression_statement;
    p_expression_statement = newP_expression_statement;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.SWITCH_ALT_AST__PEXPRESSION_STATEMENT, oldP_expression_statement, newP_expression_statement);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

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

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.