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 interface
AddHandlerStatement
A representation of the model object 'Add Handler Statement'.interface
AwaitStatement
A representation of the model object 'Await Statement'.interface
BreakStatement
A representation of the model object 'Break Statement'.interface
ContinueStatement
A representation of the model object 'Continue Statement'.interface
EmptyStatement
A representation of the model object 'Empty Statement'.interface
EventHandlerStatement
A representation of the model object 'Event Handler Statement'.interface
ExecuteStatement
A representation of the model object 'Execute Statement'.interface
ForEachStatement
A representation of the model object 'For Each Statement'.interface
ForStatement
A representation of the model object 'For Statement'.interface
ForToStatement
A representation of the model object 'For To Statement'.interface
GotoStatement
A representation of the model object 'Goto Statement'.interface
IfPreprocessorStatement
A representation of the model object 'If Preprocessor Statement'.interface
IfStatement
A representation of the model object 'If Statement'.interface
LoopStatement
A representation of the model object 'Loop Statement'.interface
RaiseStatement
A representation of the model object 'Raise Statement'.interface
RegionPreprocessorStatement
A representation of the model object 'Region Preprocessor Statement'.interface
RemoveHandlerStatement
A representation of the model object 'Remove Handler Statement'.interface
ReturnStatement
A representation of the model object 'Return Statement'.interface
SimpleStatement
A representation of the model object 'Simple Statement'.interface
TryExceptStatement
A representation of the model object 'Try Except Statement'.interface
WhileStatement
A representation of the model object 'While Statement'.Methods in com._1c.g5.v8.dt.bsl.model that return UnlabeledStatement Modifier and Type Method Description UnlabeledStatement
LabeledStatement. 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 void
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 UnlabeledStatement Modifier and Type Class Description class
AddHandlerStatementImpl
An implementation of the model object 'Add Handler Statement'.class
AwaitStatementImpl
An implementation of the model object 'Await Statement'.class
BreakStatementImpl
An implementation of the model object 'Break Statement'.class
ContinueStatementImpl
An implementation of the model object 'Continue Statement'.class
EmptyStatementImpl
An implementation of the model object 'Empty Statement'.class
EventHandlerStatementImpl
An implementation of the model object 'Event Handler Statement'.class
ExecuteStatementImpl
An implementation of the model object 'Execute Statement'.class
ForEachStatementImpl
An implementation of the model object 'For Each Statement'.class
ForStatementImpl
An implementation of the model object 'For Statement'.class
ForToStatementImpl
An implementation of the model object 'For To Statement'.class
GotoStatementImpl
An implementation of the model object 'Goto Statement'.class
IfPreprocessorStatementImpl
An implementation of the model object 'If Preprocessor Statement'.class
IfStatementImpl
An implementation of the model object 'If Statement'.class
LoopStatementImpl
An implementation of the model object 'Loop Statement'.class
RaiseStatementImpl
An implementation of the model object 'Raise Statement'.class
RegionPreprocessorStatementImpl
An implementation of the model object 'Region Preprocessor Statement'.class
RemoveHandlerStatementImpl
An implementation of the model object 'Remove Handler Statement'.class
ReturnStatementImpl
An implementation of the model object 'Return Statement'.class
SimpleStatementImpl
An implementation of the model object 'Simple Statement'.class
TryExceptStatementImpl
An implementation of the model object 'Try Except Statement'.class
UnlabeledStatementImpl
An implementation of the model object 'Unlabeled Statement'.class
WhileStatementImpl
An 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 UnlabeledStatement
LabeledStatementImpl. statement
The 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 UnlabeledStatement
LabeledStatementImpl. 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.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 UnlabeledStatement Modifier and Type Method Description T
BslSwitch. 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 void
CreatorTreeState. doInternalProcess(UnlabeledStatement statement)
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 void
BslFormatter2. formatUnlabeledStatement(UnlabeledStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsUnlabeledStatement
object
-