Uses of Interface
com._1c.g5.v8.dt.bsl.model.AwaitStatement
Packages that use AwaitStatement
Package
Description
-
Uses of AwaitStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return AwaitStatementModifier and TypeMethodDescriptionBslFactory.createAwaitStatement()
Returns a new object of class 'Await Statement'. -
Uses of AwaitStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement AwaitStatementModifier and TypeClassDescriptionclass
An implementation of the model object 'Await Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return AwaitStatement -
Uses of AwaitStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type AwaitStatementModifier and TypeMethodDescriptionBslSwitch.caseAwaitStatement
(AwaitStatement object) Returns the result of interpreting the object as an instance of 'Await Statement'.