blob: 6a8b92e80bc2dce5cd963bb69b16c8582267cf5f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2018 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 v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - Initial API and implementation
* Zeligsoft - Bug 207365
*******************************************************************************/
package org.eclipse.ocl.expressions;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Literal Exp</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.expressions.ExpressionsPackage#getLiteralExp()
* @model abstract="true"
* @generated
*/
public interface LiteralExp<C>
extends OCLExpression<C> {
// no additional features
} // LiteralExp