/** * <copyright> * </copyright> * * $Id$ */ package org.csu.idl.idlmm; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Literal Expression</b></em>'. * <!-- end-user-doc --> * * * @see org.csu.idl.idlmm.IdlmmPackage#getLiteralExpression() * @model abstract="true" * @generated */ public interface LiteralExpression extends Expression { } // LiteralExpression