Uses of Interface
com._1c.g5.v8.dt.bsl.model.AwaitExpression
-
Packages that use AwaitExpression Package Description com._1c.g5.v8.dt.bsl.model com._1c.g5.v8.dt.bsl.model.impl com._1c.g5.v8.dt.bsl.model.util com._1c.g5.v8.dt.bsl.resource com._1c.g5.v8.dt.bsl.validation -
-
Uses of AwaitExpression in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return AwaitExpression Modifier and Type Method Description AwaitExpression
BslFactory. createAwaitExpression()
Returns a new object of class 'Await Expression'.AwaitExpression
AwaitStatement. getExpression()
Returns the value of the 'Expression' containment reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type AwaitExpression Modifier and Type Method Description void
AwaitStatement. setExpression(AwaitExpression value)
Sets the value of the 'Expression
' containment reference. -
Uses of AwaitExpression in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement AwaitExpression Modifier and Type Class Description class
AwaitExpressionImpl
An implementation of the model object 'Await Expression'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as AwaitExpression Modifier and Type Field Description protected AwaitExpression
AwaitStatementImpl. expression
The cached value of the 'Expression
' containment reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return AwaitExpression Modifier and Type Method Description AwaitExpression
BslFactoryImpl. createAwaitExpression()
AwaitExpression
AwaitStatementImpl. getExpression()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type AwaitExpression Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
AwaitStatementImpl. basicSetExpression(AwaitExpression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
void
AwaitStatementImpl. setExpression(AwaitExpression newExpression)
-
Uses of AwaitExpression in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type AwaitExpression Modifier and Type Method Description T
BslSwitch. caseAwaitExpression(AwaitExpression object)
Returns the result of interpreting the object as an instance of 'Await Expression'. -
Uses of AwaitExpression in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type AwaitExpression Modifier and Type Method Description protected List<TypeItem>
TypesComputer. _compute(AwaitExpression awaitExpression, Environments envs)
-
Uses of AwaitExpression in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type AwaitExpression Modifier and Type Method Description void
BslJavaValidator. checkAwaitExpression(AwaitExpression expr)
-