Uses of Interface
com._1c.g5.v8.dt.bsl.model.ExecuteStatement
-
Packages that use ExecuteStatement 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.validation com.e1c.g5.v8.dt.formatter.bsl -
-
Uses of ExecuteStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return ExecuteStatement Modifier and Type Method Description ExecuteStatement
BslFactory. 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 ExecuteStatement Modifier and Type Class Description class
ExecuteStatementImpl
An implementation of the model object 'Execute Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return ExecuteStatement Modifier and Type Method Description ExecuteStatement
BslFactoryImpl. createExecuteStatement()
-
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 ExecuteStatement Modifier and Type Method Description T
BslSwitch. 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 ExecuteStatement Modifier and Type Method Description protected List<BslJavaValidator.ErrorDescr>
TypesChecker. _check(ExecuteStatement stat, Environments envs)
-
Uses of ExecuteStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type ExecuteStatement Modifier and Type Method Description protected void
BslFormatter2. formatExecuteStatement(ExecuteStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsExecuteStatement
object
-