Package com._1c.g5.v8.dt.bsl.model
Interface AwaitStatement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Statement
,UnlabeledStatement
- All Known Implementing Classes:
AwaitStatementImpl
public interface AwaitStatement extends UnlabeledStatement
A representation of the model object 'Await Statement'.The following features are supported:
- See Also:
BslPackage.getAwaitStatement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwaitExpression
getExpression()
Returns the value of the 'Expression' containment reference.void
setExpression(AwaitExpression value)
Sets the value of the 'Expression
' containment reference.
-
-
-
Method Detail
-
getExpression
AwaitExpression getExpression()
Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
setExpression(AwaitExpression)
,BslPackage.getAwaitStatement_Expression()
-
setExpression
void setExpression(AwaitExpression value)
Sets the value of the 'Expression
' containment reference.- Parameters:
value
- the new value of the 'Expression' containment reference.- See Also:
getExpression()
-
-