Uses of Interface
com._1c.g5.v8.dt.bsl.model.RaiseStatement
-
Packages that use RaiseStatement 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 RaiseStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return RaiseStatement Modifier and Type Method Description RaiseStatementBslFactory. createRaiseStatement()Returns a new object of class 'Raise Statement'. -
Uses of RaiseStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement RaiseStatement Modifier and Type Class Description classRaiseStatementImplAn implementation of the model object 'Raise Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return RaiseStatement Modifier and Type Method Description RaiseStatementBslFactoryImpl. createRaiseStatement() -
Uses of RaiseStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type RaiseStatement Modifier and Type Method Description TBslSwitch. caseRaiseStatement(RaiseStatement object)Returns the result of interpreting the object as an instance of 'Raise Statement'. -
Uses of RaiseStatement in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type RaiseStatement Modifier and Type Method Description protected List<BslJavaValidator.ErrorDescr>TypesChecker. _check(RaiseStatement stat, Environments envs)voidBslJavaValidator. checkRaiseStatement(RaiseStatement stmt) -
Uses of RaiseStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type RaiseStatement Modifier and Type Method Description protected voidBslFormatter2. formatRaiseStatement(RaiseStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsRaiseStatementobject
-