/******************************************************************************* * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc., and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM - Initial API and implementation * Zeligsoft - Bug 243976 *******************************************************************************/ package org.eclipse.ocl.cst; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Invalid Literal Exp CS</b></em>'. * <!-- end-user-doc --> * * * @see org.eclipse.ocl.cst.CSTPackage#getInvalidLiteralExpCS() * @model * @generated */ public interface InvalidLiteralExpCS extends SimpleNameCS, LiteralExpCS { } // InvalidLiteralExpCS