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 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 LabeledStatement Modifier and Type Method Description LabeledStatement
BslFactory. 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 class
LabeledStatementImpl
An 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 LabeledStatement
BslFactoryImpl. 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 ofLabeledStatement
contained in theblock
.Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type LabeledStatement Modifier and Type Method Description T
BslSwitch. 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 void
BslFormatter2. formatLabeledStatement(LabeledStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsLabeledStatement
object
-