blob: 07651eba9dab1eb38659327c525c1546e943a139 [file] [log] [blame]
/**
*/
package org.eclipse.qvtd.doc.miniocl.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.qvtd.doc.miniocl.MiniOCLPackage;
import org.eclipse.qvtd.doc.miniocl.PrimitiveLiteralExp;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Primitive Literal Exp</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public abstract class PrimitiveLiteralExpImpl extends LiteralExpImpl implements PrimitiveLiteralExp {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected PrimitiveLiteralExpImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return MiniOCLPackage.Literals.PRIMITIVE_LITERAL_EXP;
}
} //PrimitiveLiteralExpImpl