Package org.xvr.s3D

Examples of org.xvr.s3D.primaryExpression


   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetLExpr(primaryExpression newLExpr, NotificationChain msgs)
  {
    primaryExpression oldLExpr = lExpr;
    lExpr = newLExpr;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.REL_EXPRESSION__LEXPR, oldLExpr, newLExpr);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetRExpr(primaryExpression newRExpr, NotificationChain msgs)
  {
    primaryExpression oldRExpr = rExpr;
    rExpr = newRExpr;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.REL_EXPRESSION__REXPR, oldRExpr, newRExpr);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetCond(primaryExpression newCond, NotificationChain msgs)
  {
    primaryExpression oldCond = cond;
    cond = newCond;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.CASE_STATEMENT__COND, oldCond, newCond);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetRExpr(primaryExpression newRExpr, NotificationChain msgs)
  {
    primaryExpression oldRExpr = rExpr;
    rExpr = newRExpr;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, S3DPackage.PRIMARY_EXPRESSION__REXPR, oldRExpr, newRExpr);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here

TOP

Related Classes of org.xvr.s3D.primaryExpression

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.