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 TypeInterfaceDescriptioninterface
A representation of the model object 'For Each Statement'.interface
A representation of the model object 'For Statement'.interface
A representation of the model object 'For To Statement'.interface
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 LoopStatementModifier and TypeClassDescriptionclass
An implementation of the model object 'For Each Statement'.class
An implementation of the model object 'For Statement'.class
An implementation of the model object 'For To Statement'.class
An implementation of the model object 'Loop Statement'.class
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 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 void
BslFormatter2.formatLoopStatement
(LoopStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsLoopStatement
object