Package fr.tm.elibel.smartqvt.qvtast

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


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_block_exp(BlockExpAst newP_block_exp, NotificationChain msgs) {
    BlockExpAst oldP_block_exp = p_block_exp;
    p_block_exp = newP_block_exp;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.BLOCK_EXP_ACCESS_POSTFIX_EXP_AST__PBLOCK_EXP, oldP_block_exp, newP_block_exp);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

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

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.