Examples of OrOpAst


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

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetP_or_op(OrOpAst newP_or_op, NotificationChain msgs) {
    OrOpAst oldP_or_op = p_or_op;
    p_or_op = newP_or_op;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.OR_OR_EXP_AST__POR_OP, oldP_or_op, newP_or_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.