Uses of Interface
com._1c.g5.v8.dt.bsl.model.UnlabeledStatement
Packages that use UnlabeledStatement
Package
Description
-
Uses of UnlabeledStatement in com._1c.g5.v8.dt.bsl.model
Subinterfaces of UnlabeledStatement in com._1c.g5.v8.dt.bsl.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Add Handler Statement'.interface
A representation of the model object 'Await Statement'.interface
A representation of the model object 'Break Statement'.interface
A representation of the model object 'Continue Statement'.interface
A representation of the model object 'Empty Statement'.interface
A representation of the model object 'Event Handler Statement'.interface
A representation of the model object 'Execute Statement'.interface
A representation of the model object 'For Each Statement'.interface
A representation of the model object 'For Statement'.interface
A representation of the model object 'For To Statement'.interface
A representation of the model object 'Goto Statement'.interface
A representation of the model object 'If Preprocessor Statement'.interface
A representation of the model object 'If Statement'.interface
A representation of the model object 'Loop Statement'.interface
A representation of the model object 'Raise Statement'.interface
A representation of the model object 'Region Preprocessor Statement'.interface
A representation of the model object 'Remove Handler Statement'.interface
A representation of the model object 'Return Statement'.interface
A representation of the model object 'Simple Statement'.interface
A representation of the model object 'Try Except Statement'.interface
A representation of the model object 'While Statement'.Methods in com._1c.g5.v8.dt.bsl.model that return UnlabeledStatementModifier and TypeMethodDescriptionLabeledStatement.getStatement()
Returns the value of the 'Statement' containment reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type UnlabeledStatementModifier and TypeMethodDescriptionvoid
LabeledStatement.setStatement
(UnlabeledStatement value) Sets the value of the 'Statement
' containment reference. -
Uses of UnlabeledStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement UnlabeledStatementModifier and TypeClassDescriptionclass
An implementation of the model object 'Add Handler Statement'.class
An implementation of the model object 'Await Statement'.class
An implementation of the model object 'Break Statement'.class
An implementation of the model object 'Continue Statement'.class
An implementation of the model object 'Empty Statement'.class
An implementation of the model object 'Event Handler Statement'.class
An implementation of the model object 'Execute Statement'.class
An implementation of the model object 'For Each Statement'.class
An implementation of the model object 'For Statement'.class
An implementation of the model object 'For To Statement'.class
An implementation of the model object 'Goto Statement'.class
An implementation of the model object 'If Preprocessor Statement'.class
An implementation of the model object 'If Statement'.class
An implementation of the model object 'Loop Statement'.class
An implementation of the model object 'Raise Statement'.class
An implementation of the model object 'Region Preprocessor Statement'.class
An implementation of the model object 'Remove Handler Statement'.class
An implementation of the model object 'Return Statement'.class
An implementation of the model object 'Simple Statement'.class
An implementation of the model object 'Try Except Statement'.class
An implementation of the model object 'Unlabeled Statement'.class
An implementation of the model object 'While Statement'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as UnlabeledStatementModifier and TypeFieldDescriptionprotected UnlabeledStatement
LabeledStatementImpl.statement
The cached value of the 'Statement
' containment reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return UnlabeledStatementMethods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type UnlabeledStatementModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
LabeledStatementImpl.basicSetStatement
(UnlabeledStatement newStatement, org.eclipse.emf.common.notify.NotificationChain msgs) void
LabeledStatementImpl.setStatement
(UnlabeledStatement newStatement) -
Uses of UnlabeledStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type UnlabeledStatementModifier and TypeMethodDescriptionBslSwitch.caseUnlabeledStatement
(UnlabeledStatement object) Returns the result of interpreting the object as an instance of 'Unlabeled Statement'. -
Uses of UnlabeledStatement in com._1c.g5.v8.dt.bsl.typesystem.util
Methods in com._1c.g5.v8.dt.bsl.typesystem.util with parameters of type UnlabeledStatementModifier and TypeMethodDescriptionprotected void
CreatorTreeState.doInternalProcess
(UnlabeledStatement statement, BmOperationContext typeComputationContext) Processing all statements in BSL module which can contains or create type state -
Uses of UnlabeledStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type UnlabeledStatementModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatUnlabeledStatement
(UnlabeledStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsUnlabeledStatement
object