Uses of Interface
com._1c.g5.v8.dt.bsl.model.GotoStatement
-
-
Uses of GotoStatement in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common with parameters of type GotoStatement Modifier and Type Method Description protected 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 GotoStatement Modifier and Type Method Description GotoStatement
BslFactory. 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 GotoStatement Modifier and Type Class Description class
GotoStatementImpl
An implementation of the model object 'Goto Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return GotoStatement Modifier and Type Method Description GotoStatement
BslFactoryImpl. createGotoStatement()
-
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 GotoStatement Modifier and Type Method Description T
BslSwitch. 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 GotoStatement Modifier and Type Method Description void
BslJavaValidator. checkGotoStatement(GotoStatement stmt)
-
Uses of GotoStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type GotoStatement Modifier and Type Method Description protected void
BslFormatter2. formatGotoStatement(GotoStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsGotoStatement
object
-