Uses of Interface
com._1c.g5.v8.dt.bsl.model.Label
-
Packages that use Label Package Description 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 Label in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return Label Modifier and Type Method Description LabelBslFactory. createLabel()Returns a new object of class 'Label'.LabelGotoStatement. getLabel()Returns the value of the 'Label' reference.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type Label Modifier and Type Method Description org.eclipse.emf.common.util.EList<Label>LabeledStatement. getLabels()Returns the value of the 'Labels' containment reference list.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type Label Modifier and Type Method Description voidGotoStatement. setLabel(Label value)Sets the value of the 'Label' reference. -
Uses of Label in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement Label Modifier and Type Class Description classLabelImplAn implementation of the model object 'Label'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as Label Modifier and Type Field Description protected LabelGotoStatementImpl. labelThe cached value of the 'Label' reference.Fields in com._1c.g5.v8.dt.bsl.model.impl with type parameters of type Label Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Label>LabeledStatementImpl. labelsThe cached value of the 'Labels' containment reference list.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Label Modifier and Type Method Description LabelGotoStatementImpl. basicGetLabel()LabelBslFactoryImpl. createLabel()LabelGotoStatementImpl. getLabel()Methods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type Label Modifier and Type Method Description org.eclipse.emf.common.util.EList<Label>LabeledStatementImpl. getLabels()Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type Label Modifier and Type Method Description voidGotoStatementImpl. setLabel(Label newLabel) -
Uses of Label in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type Label Modifier and Type Method Description TBslSwitch. caseLabel(Label object)Returns the result of interpreting the object as an instance of 'Label'. -
Uses of Label in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type Label Modifier and Type Method Description protected voidBslFormatter2. formatLabel(Label label, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsLabelobject
-