blob: 2fed00d357992e6709354dfc37c63ecacf6a2f1a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Willink Transformations 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:
* Adolfo Sanchez-Barbudo Herrera - initial API and implementation
*******************************************************************************/
/**
* generated by Xtext 2.10.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.NullLiteralExpCS;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Null Literal Exp CS</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class NullLiteralExpCSImpl extends LiteralExpCSImpl implements NullLiteralExpCS
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected NullLiteralExpCSImpl()
{
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass()
{
return MinioclcsPackage.Literals.NULL_LITERAL_EXP_CS;
}
} //NullLiteralExpCSImpl