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 TypeInterfaceDescriptioninterfaceA representation of the model object 'Add Handler Statement'.interfaceA representation of the model object 'Await Statement'.interfaceA representation of the model object 'Break Statement'.interfaceA representation of the model object 'Continue Statement'.interfaceA representation of the model object 'Empty Statement'.interfaceA representation of the model object 'Event Handler Statement'.interfaceA representation of the model object 'Execute Statement'.interfaceA representation of the model object 'For Each Statement'.interfaceA representation of the model object 'For Statement'.interfaceA representation of the model object 'For To Statement'.interfaceA representation of the model object 'Goto Statement'.interfaceA representation of the model object 'If Preprocessor Statement'.interfaceA representation of the model object 'If Statement'.interfaceA representation of the model object 'Loop Statement'.interfaceA representation of the model object 'Raise Statement'.interfaceA representation of the model object 'Region Preprocessor Statement'.interfaceA representation of the model object 'Remove Handler Statement'.interfaceA representation of the model object 'Return Statement'.interfaceA representation of the model object 'Simple Statement'.interfaceA representation of the model object 'Try Except Statement'.interfaceA 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 TypeMethodDescriptionvoidLabeledStatement.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 TypeClassDescriptionclassAn implementation of the model object 'Add Handler Statement'.classAn implementation of the model object 'Await Statement'.classAn implementation of the model object 'Break Statement'.classAn implementation of the model object 'Continue Statement'.classAn implementation of the model object 'Empty Statement'.classAn implementation of the model object 'Event Handler Statement'.classAn implementation of the model object 'Execute Statement'.classAn implementation of the model object 'For Each Statement'.classAn implementation of the model object 'For Statement'.classAn implementation of the model object 'For To Statement'.classAn implementation of the model object 'Goto Statement'.classAn implementation of the model object 'If Preprocessor Statement'.classAn implementation of the model object 'If Statement'.classAn implementation of the model object 'Loop Statement'.classAn implementation of the model object 'Raise Statement'.classAn implementation of the model object 'Region Preprocessor Statement'.classAn implementation of the model object 'Remove Handler Statement'.classAn implementation of the model object 'Return Statement'.classAn implementation of the model object 'Simple Statement'.classAn implementation of the model object 'Try Except Statement'.classAn implementation of the model object 'Unlabeled Statement'.classAn implementation of the model object 'While Statement'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as UnlabeledStatementModifier and TypeFieldDescriptionprotected UnlabeledStatementLabeledStatementImpl.statementThe 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.NotificationChainLabeledStatementImpl.basicSetStatement(UnlabeledStatement newStatement, org.eclipse.emf.common.notify.NotificationChain msgs) voidLabeledStatementImpl.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 voidCreatorTreeState.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 voidBslFormatter2.formatUnlabeledStatement(UnlabeledStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsUnlabeledStatementobject