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 TypeMethodDescriptionvoidAwaitStatement.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 TypeClassDescriptionclassAn implementation of the model object 'Await Expression'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as AwaitExpressionModifier and TypeFieldDescriptionprotected AwaitExpressionAwaitStatementImpl.expressionThe 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.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 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 TypeMethodDescriptionvoidBslJavaValidator.checkAwaitExpression(AwaitExpression expr) Deprecated.