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 voidLabeledStatementProcessor.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 TypeClassDescriptionclassAn 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 ofLabeledStatementcontained 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 voidBslFormatter2.formatLabeledStatement(LabeledStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsLabeledStatementobject