/** * <copyright> * </copyright> * */ package org.eclipse.xtext.example.arithmetics.arithmetics; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Expression</b></em>'. * <!-- end-user-doc --> * * * @see org.eclipse.xtext.example.arithmetics.arithmetics.ArithmeticsPackage#getExpression() * @model * @generated */ public interface Expression extends EObject { } // Expression