blob: 823d0f9f4935918f4f32911eba222999d39189f3 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013, 2019 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.qvtbase;
import org.eclipse.ocl.pivot.ExpressionInOCL;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Function Body</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* FunctionBody refines ExpressionInOCL to avoid the inconvenience of a timely setType() by deriving the type from the bodyExpression. See Bug 481664.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.qvtd.pivot.qvtbase.QVTbasePackage#getFunctionBody()
* @model
* @generated
*/
public interface FunctionBody extends ExpressionInOCL {
} // FunctionBody