blob: ee3bcb8191fba13d17cc7303b4e74fd65454d6ae [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 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
*******************************************************************************/
package org.eclipse.ocl.xtext.markupcs.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.ocl.xtext.markupcs.MarkupPackage;
import org.eclipse.ocl.xtext.markupcs.OCLCodeElement;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Ocl Code Element</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class OCLCodeElementImpl extends CompoundElementImpl implements OCLCodeElement {
/**
* The number of structural features of the '<em>OCL Code Element</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
public static final int OCL_CODE_ELEMENT_FEATURE_COUNT = CompoundElementImpl.COMPOUND_ELEMENT_FEATURE_COUNT + 0;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected OCLCodeElementImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return MarkupPackage.Literals.OCL_CODE_ELEMENT;
}
} //OclCodeElementImpl