Uses of Interface
com._1c.g5.v8.dt.bsl.model.AwaitExpression
Packages that use AwaitExpression
Package
Description
-
Uses of AwaitExpression in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return AwaitExpressionModifier and TypeMethodDescriptionBslFactory.createAwaitExpression()
Returns a new object of class 'Await Expression'.AwaitStatement.getExpression()
Returns the value of the 'Expression' containment reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type AwaitExpressionModifier and TypeMethodDescriptionvoid
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 AwaitExpressionModifier and TypeClassDescriptionclass
An implementation of the model object 'Await Expression'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as AwaitExpressionModifier and TypeFieldDescriptionprotected AwaitExpression
AwaitStatementImpl.expression
The cached value of the 'Expression
' containment reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return AwaitExpressionModifier and TypeMethodDescriptionBslFactoryImpl.createAwaitExpression()
AwaitStatementImpl.getExpression()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type AwaitExpressionModifier and TypeMethodDescriptionorg.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 AwaitExpressionModifier and TypeMethodDescriptionBslSwitch.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 AwaitExpressionModifier and TypeMethodDescriptionTypesComputer._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 AwaitExpressionModifier and TypeMethodDescriptionvoid
BslJavaValidator.checkAwaitExpression
(AwaitExpression expr) Deprecated.