blob: 83d930f22c3f16f776e5ba93f8e0c5fbc6c6f947 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013, 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 v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.qvtd.pivot.qvtimperative;
import org.eclipse.ocl.pivot.VariableDeclaration;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Variable Statement</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A VariableStatement is the basis for a Mapping execution that makes a name available to subsequent starements.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.qvtd.pivot.qvtimperative.QVTimperativePackage#getVariableStatement()
* @generated
*/
public interface VariableStatement extends VariableDeclaration, Statement {
} // VariableStatement