Uses of Interface
com._1c.g5.v8.dt.bsl.model.UnlabeledStatement
-
Packages that use UnlabeledStatement 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._1c.g5.v8.dt.bsl.typesystem.util com.e1c.g5.v8.dt.formatter.bsl -
-
Uses of UnlabeledStatement in com._1c.g5.v8.dt.bsl.model
Subinterfaces of UnlabeledStatement in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interfaceAddHandlerStatementA representation of the model object 'Add Handler Statement'.interfaceAwaitStatementA representation of the model object 'Await Statement'.interfaceBreakStatementA representation of the model object 'Break Statement'.interfaceContinueStatementA representation of the model object 'Continue Statement'.interfaceEmptyStatementA representation of the model object 'Empty Statement'.interfaceEventHandlerStatementA representation of the model object 'Event Handler Statement'.interfaceExecuteStatementA representation of the model object 'Execute Statement'.interfaceForEachStatementA representation of the model object 'For Each Statement'.interfaceForStatementA representation of the model object 'For Statement'.interfaceForToStatementA representation of the model object 'For To Statement'.interfaceGotoStatementA representation of the model object 'Goto Statement'.interfaceIfPreprocessorStatementA representation of the model object 'If Preprocessor Statement'.interfaceIfStatementA representation of the model object 'If Statement'.interfaceLoopStatementA representation of the model object 'Loop Statement'.interfaceRaiseStatementA representation of the model object 'Raise Statement'.interfaceRegionPreprocessorStatementA representation of the model object 'Region Preprocessor Statement'.interfaceRemoveHandlerStatementA representation of the model object 'Remove Handler Statement'.interfaceReturnStatementA representation of the model object 'Return Statement'.interfaceSimpleStatementA representation of the model object 'Simple Statement'.interfaceTryExceptStatementA representation of the model object 'Try Except Statement'.interfaceWhileStatementA representation of the model object 'While Statement'.Methods in com._1c.g5.v8.dt.bsl.model that return UnlabeledStatement Modifier and Type Method Description UnlabeledStatementLabeledStatement. getStatement()Returns the value of the 'Statement' containment reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type UnlabeledStatement Modifier and Type Method Description voidLabeledStatement. 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 UnlabeledStatement Modifier and Type Class Description classAddHandlerStatementImplAn implementation of the model object 'Add Handler Statement'.classAwaitStatementImplAn implementation of the model object 'Await Statement'.classBreakStatementImplAn implementation of the model object 'Break Statement'.classContinueStatementImplAn implementation of the model object 'Continue Statement'.classEmptyStatementImplAn implementation of the model object 'Empty Statement'.classEventHandlerStatementImplAn implementation of the model object 'Event Handler Statement'.classExecuteStatementImplAn implementation of the model object 'Execute Statement'.classForEachStatementImplAn implementation of the model object 'For Each Statement'.classForStatementImplAn implementation of the model object 'For Statement'.classForToStatementImplAn implementation of the model object 'For To Statement'.classGotoStatementImplAn implementation of the model object 'Goto Statement'.classIfPreprocessorStatementImplAn implementation of the model object 'If Preprocessor Statement'.classIfStatementImplAn implementation of the model object 'If Statement'.classLoopStatementImplAn implementation of the model object 'Loop Statement'.classRaiseStatementImplAn implementation of the model object 'Raise Statement'.classRegionPreprocessorStatementImplAn implementation of the model object 'Region Preprocessor Statement'.classRemoveHandlerStatementImplAn implementation of the model object 'Remove Handler Statement'.classReturnStatementImplAn implementation of the model object 'Return Statement'.classSimpleStatementImplAn implementation of the model object 'Simple Statement'.classTryExceptStatementImplAn implementation of the model object 'Try Except Statement'.classUnlabeledStatementImplAn implementation of the model object 'Unlabeled Statement'.classWhileStatementImplAn implementation of the model object 'While Statement'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as UnlabeledStatement Modifier and Type Field Description protected UnlabeledStatementLabeledStatementImpl. statementThe cached value of the 'Statement' containment reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return UnlabeledStatement Modifier and Type Method Description UnlabeledStatementLabeledStatementImpl. getStatement()Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type UnlabeledStatement Modifier and Type Method Description org.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 UnlabeledStatement Modifier and Type Method Description TBslSwitch. 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 UnlabeledStatement Modifier and Type Method Description protected 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 UnlabeledStatement Modifier and Type Method Description protected voidBslFormatter2. formatUnlabeledStatement(UnlabeledStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsUnlabeledStatementobject
-