|
@@ -1,45 +0,0 @@
|
|
|
-/**
|
|
|
|
|
- * <copyright>
|
|
|
|
|
- * </copyright>
|
|
|
|
|
- *
|
|
|
|
|
- */
|
|
|
|
|
-package org.yakindu.sct.model.stext.stext.impl;
|
|
|
|
|
-
|
|
|
|
|
-import org.eclipse.emf.ecore.EClass;
|
|
|
|
|
-import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
|
|
|
|
|
-import org.yakindu.sct.model.stext.stext.Statement;
|
|
|
|
|
-import org.yakindu.sct.model.stext.stext.StextPackage;
|
|
|
|
|
-
|
|
|
|
|
-/**
|
|
|
|
|
- * <!-- begin-user-doc -->
|
|
|
|
|
- * An implementation of the model object '<em><b>Statement</b></em>'.
|
|
|
|
|
- * <!-- end-user-doc -->
|
|
|
|
|
- * <p>
|
|
|
|
|
- * </p>
|
|
|
|
|
- *
|
|
|
|
|
- * @generated
|
|
|
|
|
- */
|
|
|
|
|
-public class StatementImpl extends MinimalEObjectImpl.Container implements Statement
|
|
|
|
|
-{
|
|
|
|
|
- /**
|
|
|
|
|
- * <!-- begin-user-doc -->
|
|
|
|
|
- * <!-- end-user-doc -->
|
|
|
|
|
- * @generated
|
|
|
|
|
- */
|
|
|
|
|
- protected StatementImpl()
|
|
|
|
|
- {
|
|
|
|
|
- super();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * <!-- begin-user-doc -->
|
|
|
|
|
- * <!-- end-user-doc -->
|
|
|
|
|
- * @generated
|
|
|
|
|
- */
|
|
|
|
|
- @Override
|
|
|
|
|
- protected EClass eStaticClass()
|
|
|
|
|
- {
|
|
|
|
|
- return StextPackage.Literals.STATEMENT;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-} //StatementImpl
|
|
|