Uses of Interface
com._1c.g5.v8.dt.bsl.model.GotoStatement
Packages that use GotoStatement
Package
Description
-
Uses of GotoStatement in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common with parameters of type GotoStatementModifier and TypeMethodDescriptionprotected abstract void
CrossReferencesProcessor.doProcess
(GotoStatement label) Function to perform processing of eachGotoStatement
containing in theBlock
. -
Uses of GotoStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return GotoStatementModifier and TypeMethodDescriptionBslFactory.createGotoStatement()
Returns a new object of class 'Goto Statement'. -
Uses of GotoStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement GotoStatementModifier and TypeClassDescriptionclass
An implementation of the model object 'Goto Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return GotoStatement -
Uses of GotoStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type GotoStatementModifier and TypeMethodDescriptionBslSwitch.caseGotoStatement
(GotoStatement object) Returns the result of interpreting the object as an instance of 'Goto Statement'. -
Uses of GotoStatement in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type GotoStatementModifier and TypeMethodDescriptionvoid
BslJavaValidator.checkGotoStatement
(GotoStatement stmt) Deprecated. -
Uses of GotoStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type GotoStatementModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatGotoStatement
(GotoStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsGotoStatement
object