Package com._1c.g5.v8.dt.bsl.model
Interface TryExceptStatement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Statement,UnlabeledStatement
- All Known Implementing Classes:
TryExceptStatementImpl
A representation of the model object 'Try Except Statement'.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTryStatements
org.eclipse.emf.common.util.EList<Statement> getTryStatements()Returns the value of the 'Try Statements' containment reference list. The list contents are of typeStatement.- Returns:
- the value of the 'Try Statements' containment reference list.
- See Also:
-
getExceptStatements
org.eclipse.emf.common.util.EList<Statement> getExceptStatements()Returns the value of the 'Except Statements' containment reference list. The list contents are of typeStatement.- Returns:
- the value of the 'Except Statements' containment reference list.
- See Also:
-