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 AwaitStatementBslFactory. 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 classAwaitStatementImplAn 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 AwaitStatementBslFactoryImpl. 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 TBslSwitch. caseAwaitStatement(AwaitStatement object)Returns the result of interpreting the object as an instance of 'Await Statement'.
-