blob: 15e3f5b81f165bb116eeba91059cf99db8a7aafa [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Try Exp CS</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.TryExpCS#getCatch <em>Catch</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getTryExpCS()
* @model
* @generated
*/
public interface TryExpCS
extends ExpressionBlockCS {
/**
* Returns the value of the '<em><b>Catch</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ExceptCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Catch</em>' containment reference list isn't
* clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Catch</em>' containment reference list.
* @see org.eclipse.qvto.examples.xtext.imperativeocl.imperativeoclcs.ImperativeOCLCSPackage#getTryExpCS_Catch()
* @model containment="true"
* @generated
*/
EList<ExceptCS> getCatch();
} // TryExpCS