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