blob: ce3b332f7431c1ba7c754c0bdd44cb142e78b801 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Willink Transformations 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:
* Adolfo Sanchez-Barbudo Herrera - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.qvtd.doc.miniocl;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Null Literal Exp</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvtd.doc.miniocl.MiniOCLPackage#getNullLiteralExp()
* @model
* @generated
*/
public interface NullLiteralExp extends LiteralExp {
} // NullLiteralExp