Examples of InitOpAst


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

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_init_op(InitOpAst newP_init_op, NotificationChain msgs) {
    InitOpAst oldP_init_op = p_init_op;
    p_init_op = newP_init_op;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.INIT_PART_AST__PINIT_OP, oldP_init_op, newP_init_op);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.