/** * <copyright> * </copyright> * */ package org.eclipse.xtext.example.arithmetics.arithmetics.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; import org.eclipse.xtext.example.arithmetics.arithmetics.ArithmeticsPackage; import org.eclipse.xtext.example.arithmetics.arithmetics.Expression; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Expression</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ExpressionImpl extends MinimalEObjectImpl.Container implements Expression { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected ExpressionImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return ArithmeticsPackage.Literals.EXPRESSION; } } //ExpressionImpl