Uses of Interface
com._1c.g5.v8.dt.bsl.model.EmptyStatement
-
Packages that use EmptyStatement 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 EmptyStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return EmptyStatement Modifier and Type Method Description EmptyStatementBslFactory. createEmptyStatement()Returns a new object of class 'Empty Statement'. -
Uses of EmptyStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement EmptyStatement Modifier and Type Class Description classEmptyStatementImplAn implementation of the model object 'Empty Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return EmptyStatement Modifier and Type Method Description EmptyStatementBslFactoryImpl. createEmptyStatement() -
Uses of EmptyStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type EmptyStatement Modifier and Type Method Description TBslSwitch. caseEmptyStatement(EmptyStatement object)Returns the result of interpreting the object as an instance of 'Empty Statement'. -
Uses of EmptyStatement in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type EmptyStatement Modifier and Type Method Description protected List<BslJavaValidator.ErrorDescr>TypesChecker. _check(EmptyStatement stat, Environments envs) -
Uses of EmptyStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type EmptyStatement Modifier and Type Method Description protected voidBslFormatter2. formatEmptyStatement(EmptyStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsEmptyStatementobject
-