Uses of Interface
com._1c.g5.v8.dt.bsl.model.LoopStatement
Packages that use LoopStatement
Package
Description
-
Uses of LoopStatement in com._1c.g5.v8.dt.bsl.model
Subinterfaces of LoopStatement in com._1c.g5.v8.dt.bsl.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'For Each Statement'.interfaceA representation of the model object 'For Statement'.interfaceA representation of the model object 'For To Statement'.interfaceA 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 LoopStatementModifier and TypeClassDescriptionclassAn implementation of the model object 'For Each Statement'.classAn implementation of the model object 'For Statement'.classAn implementation of the model object 'For To Statement'.classAn implementation of the model object 'Loop Statement'.classAn 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 LoopStatementModifier and TypeMethodDescriptionBslSwitch.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 LoopStatementModifier and TypeMethodDescriptionprotected voidBslFormatter2.formatLoopStatement(LoopStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsLoopStatementobject