blob: fb922f5183facff5e66da66ee64dff5d7f24bc60 [file] [log] [blame]
/**
* <copyright>
* Copyright (c) 2013 Willink Transformations, University of York, 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
* Adolfo Sanchez-Barbudo (University of York) - Bug397429
* </copyright>
*/
package org.eclipse.qvto.examples.pivot.imperativeocl.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.ocl.pivot.internal.OCLExpressionImpl;
import org.eclipse.qvto.examples.pivot.imperativeocl.ImperativeExpression;
import org.eclipse.qvto.examples.pivot.imperativeocl.ImperativeOCLPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Imperative Expression</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public abstract class ImperativeExpressionImpl extends OCLExpressionImpl implements ImperativeExpression {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ImperativeExpressionImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ImperativeOCLPackage.Literals.IMPERATIVE_EXPRESSION;
}
} //ImperativeExpressionImpl