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.modelSubinterfaces of LoopStatement in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interfaceForEachStatementA representation of the model object 'For Each Statement'.interfaceForStatementA representation of the model object 'For Statement'.interfaceForToStatementA representation of the model object 'For To Statement'.interfaceWhileStatementA representation of the model object 'While Statement'.
- 
Uses of LoopStatement in com._1c.g5.v8.dt.bsl.model.implClasses in com._1c.g5.v8.dt.bsl.model.impl that implement LoopStatement Modifier and Type Class Description classForEachStatementImplAn implementation of the model object 'For Each Statement'.classForStatementImplAn implementation of the model object 'For Statement'.classForToStatementImplAn implementation of the model object 'For To Statement'.classLoopStatementImplAn implementation of the model object 'Loop Statement'.classWhileStatementImplAn implementation of the model object 'While Statement'.
- 
Uses of LoopStatement in com._1c.g5.v8.dt.bsl.model.utilMethods in com._1c.g5.v8.dt.bsl.model.util with parameters of type LoopStatement Modifier and Type Method Description TBslSwitch. 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.bslMethods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type LoopStatement Modifier and Type Method Description protected voidBslFormatter2. formatLoopStatement(LoopStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsLoopStatementobject
 
-