浏览代码

Removed unused java files, after regeneration

benjamin.schwertfeger@gmail.com 13 年之前
父节点
当前提交
aadf0369dd

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

@@ -1,54 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- */
-package org.yakindu.sct.model.stext.stext;
-
-import org.yakindu.sct.model.sgraph.Declaration;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Element Reference Expression</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.stext.stext.ElementReferenceExpression#getValue <em>Value</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.yakindu.sct.model.stext.stext.StextPackage#getElementReferenceExpression()
- * @model
- * @generated
- */
-public interface ElementReferenceExpression extends Expression
-{
-  /**
-   * Returns the value of the '<em><b>Value</b></em>' reference.
-   * <!-- begin-user-doc -->
-   * <p>
-   * If the meaning of the '<em>Value</em>' reference isn't clear,
-   * there really should be more of a description here...
-   * </p>
-   * <!-- end-user-doc -->
-   * @return the value of the '<em>Value</em>' reference.
-   * @see #setValue(Declaration)
-   * @see org.yakindu.sct.model.stext.stext.StextPackage#getElementReferenceExpression_Value()
-   * @model
-   * @generated
-   */
-  Declaration getValue();
-
-  /**
-   * Sets the value of the '{@link org.yakindu.sct.model.stext.stext.ElementReferenceExpression#getValue <em>Value</em>}' reference.
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @param value the new value of the '<em>Value</em>' reference.
-   * @see #getValue()
-   * @generated
-   */
-  void setValue(Declaration value);
-
-} // ElementReferenceExpression

+ 0 - 75
plugins/org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/stext/Operation.java

@@ -1,75 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- */
-package org.yakindu.sct.model.stext.stext;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.yakindu.base.types.Type;
-
-import org.yakindu.sct.model.sgraph.Declaration;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Operation</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.stext.stext.Operation#getParamTypes <em>Param Types</em>}</li>
- *   <li>{@link org.yakindu.sct.model.stext.stext.Operation#getType <em>Type</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.yakindu.sct.model.stext.stext.StextPackage#getOperation()
- * @model
- * @generated
- */
-public interface Operation extends Declaration
-{
-  /**
-   * Returns the value of the '<em><b>Param Types</b></em>' reference list.
-   * The list contents are of type {@link org.yakindu.base.types.Type}.
-   * <!-- begin-user-doc -->
-   * <p>
-   * If the meaning of the '<em>Param Types</em>' reference list isn't clear,
-   * there really should be more of a description here...
-   * </p>
-   * <!-- end-user-doc -->
-   * @return the value of the '<em>Param Types</em>' reference list.
-   * @see org.yakindu.sct.model.stext.stext.StextPackage#getOperation_ParamTypes()
-   * @model
-   * @generated
-   */
-  EList<Type> getParamTypes();
-
-  /**
-   * Returns the value of the '<em><b>Type</b></em>' reference.
-   * <!-- begin-user-doc -->
-   * <p>
-   * If the meaning of the '<em>Type</em>' reference isn't clear,
-   * there really should be more of a description here...
-   * </p>
-   * <!-- end-user-doc -->
-   * @return the value of the '<em>Type</em>' reference.
-   * @see #setType(Type)
-   * @see org.yakindu.sct.model.stext.stext.StextPackage#getOperation_Type()
-   * @model
-   * @generated
-   */
-  Type getType();
-
-  /**
-   * Sets the value of the '{@link org.yakindu.sct.model.stext.stext.Operation#getType <em>Type</em>}' reference.
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @param value the new value of the '<em>Type</em>' reference.
-   * @see #getType()
-   * @generated
-   */
-  void setType(Type value);
-
-} // Operation

+ 0 - 71
plugins/org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/stext/OperationCall.java

@@ -1,71 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- */
-package org.yakindu.sct.model.stext.stext;
-
-import org.eclipse.emf.common.util.EList;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Operation Call</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.stext.stext.OperationCall#getOperation <em>Operation</em>}</li>
- *   <li>{@link org.yakindu.sct.model.stext.stext.OperationCall#getArgs <em>Args</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.yakindu.sct.model.stext.stext.StextPackage#getOperationCall()
- * @model
- * @generated
- */
-public interface OperationCall extends Expression
-{
-  /**
-   * Returns the value of the '<em><b>Operation</b></em>' reference.
-   * <!-- begin-user-doc -->
-   * <p>
-   * If the meaning of the '<em>Operation</em>' reference isn't clear,
-   * there really should be more of a description here...
-   * </p>
-   * <!-- end-user-doc -->
-   * @return the value of the '<em>Operation</em>' reference.
-   * @see #setOperation(Operation)
-   * @see org.yakindu.sct.model.stext.stext.StextPackage#getOperationCall_Operation()
-   * @model
-   * @generated
-   */
-  Operation getOperation();
-
-  /**
-   * Sets the value of the '{@link org.yakindu.sct.model.stext.stext.OperationCall#getOperation <em>Operation</em>}' reference.
-   * <!-- begin-user-doc -->
-   * <!-- end-user-doc -->
-   * @param value the new value of the '<em>Operation</em>' reference.
-   * @see #getOperation()
-   * @generated
-   */
-  void setOperation(Operation value);
-
-  /**
-   * Returns the value of the '<em><b>Args</b></em>' containment reference list.
-   * The list contents are of type {@link org.yakindu.sct.model.stext.stext.Expression}.
-   * <!-- begin-user-doc -->
-   * <p>
-   * If the meaning of the '<em>Args</em>' containment reference list isn't clear,
-   * there really should be more of a description here...
-   * </p>
-   * <!-- end-user-doc -->
-   * @return the value of the '<em>Args</em>' containment reference list.
-   * @see org.yakindu.sct.model.stext.stext.StextPackage#getOperationCall_Args()
-   * @model containment="true"
-   * @generated
-   */
-  EList<Expression> getArgs();
-
-} // OperationCall