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 Label
BslFactory. createLabel()
Returns a new object of class 'Label'.Label
GotoStatement. 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 void
GotoStatement. 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 class
LabelImpl
An 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 Label
GotoStatementImpl. label
The 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. labels
The 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 Label
GotoStatementImpl. basicGetLabel()
Label
BslFactoryImpl. createLabel()
Label
GotoStatementImpl. 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 void
GotoStatementImpl. 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 T
BslSwitch. 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 void
BslFormatter2. formatLabel(Label label, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsLabel
object
-