فهرست منبع

Renamed OperationCallStatement to OperationCall

Andreas Mülder 14 سال پیش
والد
کامیت
0a3b678050

+ 0 - 54
plugins/org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/stext/OperationCallStatement.java

@@ -1,54 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
-
- */
-package org.yakindu.sct.model.stext.stext;
-
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Operation Call Statement</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.stext.stext.OperationCallStatement#getCall <em>Call</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.yakindu.sct.model.stext.stext.StextPackage#getOperationCallStatement()
- * @model
- * @generated
- */
-public interface OperationCallStatement extends Statement
-{
-  /**
-   * Returns the value of the '<em><b>Call</b></em>' containment reference.
-   * <!-- begin-user-doc -->
-   * <p>
-   * If the meaning of the '<em>Call</em>' containment reference isn't clear,
-   * there really should be more of a description here...
-   * </p>
-   * <!-- end-user-doc -->
-   * @return the value of the '<em>Call</em>' containment reference.
-   * @see #setCall(Expression)
-   * @see org.yakindu.sct.model.stext.stext.StextPackage#getOperationCallStatement_Call()
-   * @model containment="true"
-   * @generated
-   */
-  Expression getCall();
-
-  /**
-   * Sets the value of the '{@link org.yakindu.sct.model.stext.stext.OperationCallStatement#getCall <em>Call</em>}' containment reference.
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @param value the new value of the '<em>Call</em>' containment reference.
-   * @see #getCall()
-   * @generated
-   */
-  void setCall(Expression value);
-
-} // OperationCallStatement

+ 0 - 197
plugins/org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/stext/impl/OperationCallStatementImpl.java

@@ -1,197 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
-
- */
-package org.yakindu.sct.model.stext.stext.impl;
-
-import org.eclipse.emf.common.notify.Notification;
-import org.eclipse.emf.common.notify.NotificationChain;
-
-import org.eclipse.emf.ecore.EClass;
-import org.eclipse.emf.ecore.InternalEObject;
-
-import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
-import org.yakindu.sct.model.stext.stext.Expression;
-import org.yakindu.sct.model.stext.stext.OperationCallStatement;
-import org.yakindu.sct.model.stext.stext.StextPackage;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Operation Call Statement</b></em>'.
- * <!-- end-user-doc -->
- * <p>
- * The following features are implemented:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.stext.stext.impl.OperationCallStatementImpl#getCall <em>Call</em>}</li>
- * </ul>
- * </p>
- *
- * @generated
- */
-public class OperationCallStatementImpl extends StatementImpl implements OperationCallStatement
-{
-  /**
-   * The cached value of the '{@link #getCall() <em>Call</em>}' containment reference.
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @see #getCall()
-   * @generated
-   * @ordered
-   */
-  protected Expression call;
-
-  /**
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @generated
-   */
-  protected OperationCallStatementImpl()
-  {
-    super();
-  }
-
-  /**
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @generated
-   */
-  @Override
-  protected EClass eStaticClass()
-  {
-    return StextPackage.Literals.OPERATION_CALL_STATEMENT;
-  }
-
-  /**
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @generated
-   */
-  public Expression getCall()
-  {
-    return call;
-  }
-
-  /**
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @generated
-   */
-  public NotificationChain basicSetCall(Expression newCall, NotificationChain msgs)
-  {
-    Expression oldCall = call;
-    call = newCall;
-    if (eNotificationRequired())
-    {
-      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, StextPackage.OPERATION_CALL_STATEMENT__CALL, oldCall, newCall);
-      if (msgs == null) msgs = notification; else msgs.add(notification);
-    }
-    return msgs;
-  }
-
-  /**
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @generated
-   */
-  public void setCall(Expression newCall)
-  {
-    if (newCall != call)
-    {
-      NotificationChain msgs = null;
-      if (call != null)
-        msgs = ((InternalEObject)call).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - StextPackage.OPERATION_CALL_STATEMENT__CALL, null, msgs);
-      if (newCall != null)
-        msgs = ((InternalEObject)newCall).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - StextPackage.OPERATION_CALL_STATEMENT__CALL, null, msgs);
-      msgs = basicSetCall(newCall, msgs);
-      if (msgs != null) msgs.dispatch();
-    }
-    else if (eNotificationRequired())
-      eNotify(new ENotificationImpl(this, Notification.SET, StextPackage.OPERATION_CALL_STATEMENT__CALL, newCall, newCall));
-  }
-
-  /**
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @generated
-   */
-  @Override
-  public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
-  {
-    switch (featureID)
-    {
-      case StextPackage.OPERATION_CALL_STATEMENT__CALL:
-        return basicSetCall(null, msgs);
-    }
-    return super.eInverseRemove(otherEnd, featureID, msgs);
-  }
-
-  /**
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @generated
-   */
-  @Override
-  public Object eGet(int featureID, boolean resolve, boolean coreType)
-  {
-    switch (featureID)
-    {
-      case StextPackage.OPERATION_CALL_STATEMENT__CALL:
-        return getCall();
-    }
-    return super.eGet(featureID, resolve, coreType);
-  }
-
-  /**
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @generated
-   */
-  @Override
-  public void eSet(int featureID, Object newValue)
-  {
-    switch (featureID)
-    {
-      case StextPackage.OPERATION_CALL_STATEMENT__CALL:
-        setCall((Expression)newValue);
-        return;
-    }
-    super.eSet(featureID, newValue);
-  }
-
-  /**
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @generated
-   */
-  @Override
-  public void eUnset(int featureID)
-  {
-    switch (featureID)
-    {
-      case StextPackage.OPERATION_CALL_STATEMENT__CALL:
-        setCall((Expression)null);
-        return;
-    }
-    super.eUnset(featureID);
-  }
-
-  /**
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @generated
-   */
-  @Override
-  public boolean eIsSet(int featureID)
-  {
-    switch (featureID)
-    {
-      case StextPackage.OPERATION_CALL_STATEMENT__CALL:
-        return call != null;
-    }
-    return super.eIsSet(featureID);
-  }
-
-} //OperationCallStatementImpl