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 AwaitExpressionBslFactory. createAwaitExpression()Returns a new object of class 'Await Expression'.AwaitExpressionAwaitStatement. 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 voidAwaitStatement. 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 classAwaitExpressionImplAn 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 AwaitExpressionAwaitStatementImpl. expressionThe 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 AwaitExpressionBslFactoryImpl. createAwaitExpression()AwaitExpressionAwaitStatementImpl. 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.NotificationChainAwaitStatementImpl. basicSetExpression(AwaitExpression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)voidAwaitStatementImpl. 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 TBslSwitch. 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 voidBslJavaValidator. checkAwaitExpression(AwaitExpression expr)
-