Uses of Interface
com._1c.g5.v8.dt.bsl.model.LoopStatement
-
Packages that use LoopStatement 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.e1c.g5.v8.dt.formatter.bsl -
-
Uses of LoopStatement in com._1c.g5.v8.dt.bsl.model
Subinterfaces of LoopStatement in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interface
ForEachStatement
A representation of the model object 'For Each Statement'.interface
ForStatement
A representation of the model object 'For Statement'.interface
ForToStatement
A representation of the model object 'For To Statement'.interface
WhileStatement
A representation of the model object 'While Statement'. -
Uses of LoopStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement LoopStatement Modifier and Type Class Description class
ForEachStatementImpl
An implementation of the model object 'For Each Statement'.class
ForStatementImpl
An implementation of the model object 'For Statement'.class
ForToStatementImpl
An implementation of the model object 'For To Statement'.class
LoopStatementImpl
An implementation of the model object 'Loop Statement'.class
WhileStatementImpl
An implementation of the model object 'While Statement'. -
Uses of LoopStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type LoopStatement Modifier and Type Method Description T
BslSwitch. caseLoopStatement(LoopStatement object)
Returns the result of interpreting the object as an instance of 'Loop Statement'. -
Uses of LoopStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type LoopStatement Modifier and Type Method Description protected void
BslFormatter2. formatLoopStatement(LoopStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsLoopStatement
object
-