org.eclipse.ocl.cst.impl.InvalidLiteralExpCSImpl Maven / Gradle / Ivy
/**
*
*
* Copyright (c) 2005, 2008 IBM Corporation, Zeligsoft Inc., and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
* Zeligsoft - Bug 243976
*
*
*
* $Id: InvalidLiteralExpCSImpl.java,v 1.4 2009/10/10 07:09:24 ewillink Exp $
*/
package org.eclipse.ocl.cst.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.ocl.cst.CSTPackage;
import org.eclipse.ocl.cst.InvalidLiteralExpCS;
/**
*
* An implementation of the model object 'Invalid Literal Exp CS'.
*
*
*
*
* @generated
*/
public class InvalidLiteralExpCSImpl
extends SimpleNameCSImpl
implements InvalidLiteralExpCS {
/**
*
*
* @generated
*/
protected InvalidLiteralExpCSImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return CSTPackage.Literals.INVALID_LITERAL_EXP_CS;
}
} //InvalidLiteralExpCSImpl