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
public interface TryExceptStatement extends UnlabeledStatement
A representation of the model object 'Try Except Statement'.The following features are supported:
- See Also:
BslPackage.getTryExceptStatement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Statement>
getExceptStatements()
Returns the value of the 'Except Statements' containment reference list.org.eclipse.emf.common.util.EList<Statement>
getTryStatements()
Returns the value of the 'Try Statements' containment reference list.
-
-
-
Method Detail
-
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:
BslPackage.getTryExceptStatement_TryStatements()
-
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:
BslPackage.getTryExceptStatement_ExceptStatements()
-
-