blob: 7e5740246dceb9a8c7f4ac8677c0ac71122da761 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2019 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
/**
* generated by Xtext 2.16.0
*/
package org.eclipse.qvtd.doc.minioclcs.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage;
import org.eclipse.qvtd.doc.minioclcs.SelfExpCS;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Self Exp CS</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class SelfExpCSImpl extends PrimaryExpCSImpl implements SelfExpCS
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected SelfExpCSImpl()
{
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass()
{
return MinioclcsPackage.Literals.SELF_EXP_CS;
}
} //SelfExpCSImpl