Uses of Interface
com._1c.g5.v8.dt.bsl.model.WhileStatement
-
Packages that use WhileStatement 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 WhileStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return WhileStatement Modifier and Type Method Description WhileStatement
BslFactory. 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 WhileStatement Modifier and Type Class Description class
WhileStatementImpl
An implementation of the model object 'While Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return WhileStatement Modifier and Type Method Description WhileStatement
BslFactoryImpl. createWhileStatement()
-
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 WhileStatement Modifier and Type Method Description T
BslSwitch. 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 WhileStatement Modifier and Type Method Description protected 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 WhileStatement Modifier and Type Method Description protected void
BslFormatter2. formatWhileStatement(WhileStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsWhileStatement
object
-