Uses of Interface
com._1c.g5.v8.dt.bsl.model.RaiseStatement
Packages that use RaiseStatement
Package
Description
-
Uses of RaiseStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return RaiseStatementModifier and TypeMethodDescriptionBslFactory.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 RaiseStatementModifier and TypeClassDescriptionclassAn implementation of the model object 'Raise Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return RaiseStatement -
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 RaiseStatementModifier and TypeMethodDescriptionBslSwitch.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 RaiseStatementModifier and TypeMethodDescriptionprotected List<BslJavaValidator.ErrorDescr>TypesChecker._check(RaiseStatement stat, Environments envs) voidBslJavaValidator.checkRaiseStatement(RaiseStatement stmt) Deprecated. -
Uses of RaiseStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type RaiseStatementModifier and TypeMethodDescriptionprotected voidBslFormatter2.formatRaiseStatement(RaiseStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsRaiseStatementobject