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 ContinueStatement
BslFactory. 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 class
ContinueStatementImpl
An 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 ContinueStatement
BslFactoryImpl. 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 T
BslSwitch. 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 void
BslJavaValidator. 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 void
BslFormatter2. formatContinueStatement(ContinueStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsContinueStatement
object
-