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 voidCrossReferencesProcessor. doProcess(GotoStatement label)Function to perform processing of eachGotoStatementcontaining 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 GotoStatementBslFactory. 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 classGotoStatementImplAn 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 GotoStatementBslFactoryImpl. 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 TBslSwitch. 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 voidBslJavaValidator. 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 voidBslFormatter2. formatGotoStatement(GotoStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsGotoStatementobject
-