Uses of Interface
com._1c.g5.v8.dt.bsl.model.ExecuteStatement
Packages that use ExecuteStatement
Package
Description
-
Uses of ExecuteStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return ExecuteStatementModifier and TypeMethodDescriptionBslFactory.createExecuteStatement()
Returns a new object of class 'Execute Statement'. -
Uses of ExecuteStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement ExecuteStatementModifier and TypeClassDescriptionclass
An implementation of the model object 'Execute Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return ExecuteStatement -
Uses of ExecuteStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ExecuteStatementModifier and TypeMethodDescriptionBslSwitch.caseExecuteStatement
(ExecuteStatement object) Returns the result of interpreting the object as an instance of 'Execute Statement'. -
Uses of ExecuteStatement in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type ExecuteStatementModifier and TypeMethodDescriptionprotected List<BslJavaValidator.ErrorDescr>
TypesChecker._check
(ExecuteStatement stat, Environments envs) void
BslJavaValidator.checkExecuteStatement
(ExecuteStatement expr) Deprecated. -
Uses of ExecuteStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type ExecuteStatementModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatExecuteStatement
(ExecuteStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsExecuteStatement
object