Uses of Interface
com._1c.g5.v8.dt.bsl.model.EmptyStatement
Packages that use EmptyStatement
Package
Description
-
Uses of EmptyStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return EmptyStatementModifier and TypeMethodDescriptionBslFactory.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 EmptyStatementModifier and TypeClassDescriptionclass
An implementation of the model object 'Empty Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return EmptyStatement -
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 EmptyStatementModifier and TypeMethodDescriptionBslSwitch.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 EmptyStatementModifier and TypeMethodDescriptionprotected 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 EmptyStatementModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatEmptyStatement
(EmptyStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsEmptyStatement
object