blob: f3ac614ba01933d29f484cce59d8036d9e706e6d [file] [log] [blame]
/**
* <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