Uses of Interface
com._1c.g5.v8.dt.bsl.model.LabeledStatement
Packages that use LabeledStatement
Package
Description
-
Uses of LabeledStatement in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common with parameters of type LabeledStatementModifier and TypeMethodDescriptionprotected abstract void
LabeledStatementProcessor.doProcess
(LabeledStatement stat) Function to perform processing ofLabeledStatement
-
Uses of LabeledStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return LabeledStatementModifier and TypeMethodDescriptionBslFactory.createLabeledStatement()
Returns a new object of class 'Labeled Statement'. -
Uses of LabeledStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement LabeledStatementModifier and TypeClassDescriptionclass
An implementation of the model object 'Labeled Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return LabeledStatement -
Uses of LabeledStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util that return types with arguments of type LabeledStatementModifier and TypeMethodDescriptionstatic List<LabeledStatement>
BslUtil.getAllLabeledStatements
(Block block) Retrieves all instances ofLabeledStatement
contained in theblock
.Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type LabeledStatementModifier and TypeMethodDescriptionBslSwitch.caseLabeledStatement
(LabeledStatement object) Returns the result of interpreting the object as an instance of 'Labeled Statement'. -
Uses of LabeledStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type LabeledStatementModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatLabeledStatement
(LabeledStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsLabeledStatement
object