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 RaiseStatement
BslFactory. 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 class
RaiseStatementImpl
An 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 RaiseStatement
BslFactoryImpl. 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 T
BslSwitch. 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)
void
BslJavaValidator. 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 void
BslFormatter2. formatRaiseStatement(RaiseStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsRaiseStatement
object
-