Uses of Interface
com._1c.g5.v8.dt.bsl.model.AddHandlerStatement
-
Packages that use AddHandlerStatement 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.e1c.g5.v8.dt.formatter.bsl -
-
Uses of AddHandlerStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return AddHandlerStatement Modifier and Type Method Description AddHandlerStatement
BslFactory. createAddHandlerStatement()
Returns a new object of class 'Add Handler Statement'. -
Uses of AddHandlerStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement AddHandlerStatement Modifier and Type Class Description class
AddHandlerStatementImpl
An implementation of the model object 'Add Handler Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return AddHandlerStatement Modifier and Type Method Description AddHandlerStatement
BslFactoryImpl. createAddHandlerStatement()
-
Uses of AddHandlerStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type AddHandlerStatement Modifier and Type Method Description T
BslSwitch. caseAddHandlerStatement(AddHandlerStatement object)
Returns the result of interpreting the object as an instance of 'Add Handler Statement'. -
Uses of AddHandlerStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type AddHandlerStatement Modifier and Type Method Description protected void
BslFormatter2. formatAddHandlerStatement(AddHandlerStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsAddHandlerStatement
object
-