Uses of Interface
com._1c.g5.v8.dt.bsl.model.AwaitStatement
-
Packages that use AwaitStatement 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 -
-
Uses of AwaitStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return AwaitStatement Modifier and Type Method Description AwaitStatement
BslFactory. 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 AwaitStatement Modifier and Type Class Description class
AwaitStatementImpl
An implementation of the model object 'Await Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return AwaitStatement Modifier and Type Method Description AwaitStatement
BslFactoryImpl. createAwaitStatement()
-
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 AwaitStatement Modifier and Type Method Description T
BslSwitch. caseAwaitStatement(AwaitStatement object)
Returns the result of interpreting the object as an instance of 'Await Statement'.
-