Uses of Interface
com._1c.g5.v8.dt.bsl.model.ContinueStatement
-
Packages that use ContinueStatement 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.validation com.e1c.g5.v8.dt.formatter.bsl -
-
Uses of ContinueStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return ContinueStatement Modifier and Type Method Description ContinueStatementBslFactory. createContinueStatement()Returns a new object of class 'Continue Statement'. -
Uses of ContinueStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement ContinueStatement Modifier and Type Class Description classContinueStatementImplAn implementation of the model object 'Continue Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return ContinueStatement Modifier and Type Method Description ContinueStatementBslFactoryImpl. createContinueStatement() -
Uses of ContinueStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ContinueStatement Modifier and Type Method Description TBslSwitch. caseContinueStatement(ContinueStatement object)Returns the result of interpreting the object as an instance of 'Continue Statement'. -
Uses of ContinueStatement in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type ContinueStatement Modifier and Type Method Description voidBslJavaValidator. checkContinueStatement(ContinueStatement stmt) -
Uses of ContinueStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type ContinueStatement Modifier and Type Method Description protected voidBslFormatter2. formatContinueStatement(ContinueStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsContinueStatementobject
-