org.eclipse.ocl.cst.NullLiteralExpCS Maven / Gradle / Ivy
/**
*
*
* Copyright (c) 2005, 2008 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
*
*
*
* $Id: NullLiteralExpCS.java,v 1.5 2009/12/22 18:42:30 ewillink Exp $
*/
package org.eclipse.ocl.cst;
/**
*
* A representation of the model object 'Null Literal Exp CS'.
*
*
*
* @see org.eclipse.ocl.cst.CSTPackage#getNullLiteralExpCS()
* @model
* @generated
*/
public interface NullLiteralExpCS
extends SimpleNameCS, LiteralExpCS {
} // NullLiteralExpCS