Uses of Interface
com._1c.g5.v8.dt.bsl.model.LabeledStatement
-
Packages that use LabeledStatement Package Description com._1c.g5.v8.dt.bsl.common 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 LabeledStatement in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common with parameters of type LabeledStatement Modifier and Type Method Description protected 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 LabeledStatement Modifier and Type Method Description LabeledStatementBslFactory. 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 LabeledStatement Modifier and Type Class Description classLabeledStatementImplAn implementation of the model object 'Labeled Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return LabeledStatement Modifier and Type Method Description LabeledStatementBslFactoryImpl. createLabeledStatement() -
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 LabeledStatement Modifier and Type Method Description static 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 LabeledStatement Modifier and Type Method Description TBslSwitch. 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 LabeledStatement Modifier and Type Method Description protected voidBslFormatter2. formatLabeledStatement(LabeledStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsLabeledStatementobject
-