Uses of Interface
com._1c.g5.v8.dt.bsl.model.BreakStatement
-
Packages that use BreakStatement 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 BreakStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return BreakStatement Modifier and Type Method Description BreakStatementBslFactory. createBreakStatement()Returns a new object of class 'Break Statement'. -
Uses of BreakStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement BreakStatement Modifier and Type Class Description classBreakStatementImplAn implementation of the model object 'Break Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BreakStatement Modifier and Type Method Description BreakStatementBslFactoryImpl. createBreakStatement() -
Uses of BreakStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type BreakStatement Modifier and Type Method Description TBslSwitch. caseBreakStatement(BreakStatement object)Returns the result of interpreting the object as an instance of 'Break Statement'. -
Uses of BreakStatement in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type BreakStatement Modifier and Type Method Description voidBslJavaValidator. checkBreakStatement(BreakStatement stmt) -
Uses of BreakStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type BreakStatement Modifier and Type Method Description protected voidBslFormatter2. formatBreakStatement(BreakStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsBreakStatementobject
-