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.modelMethods in com._1c.g5.v8.dt.bsl.model that return AddHandlerStatement Modifier and Type Method Description AddHandlerStatementBslFactory. createAddHandlerStatement()Returns a new object of class 'Add Handler Statement'.
- 
Uses of AddHandlerStatement in com._1c.g5.v8.dt.bsl.model.implClasses in com._1c.g5.v8.dt.bsl.model.impl that implement AddHandlerStatement Modifier and Type Class Description classAddHandlerStatementImplAn 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 AddHandlerStatementBslFactoryImpl. createAddHandlerStatement()
- 
Uses of AddHandlerStatement in com._1c.g5.v8.dt.bsl.model.utilMethods in com._1c.g5.v8.dt.bsl.model.util with parameters of type AddHandlerStatement Modifier and Type Method Description TBslSwitch. 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.bslMethods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type AddHandlerStatement Modifier and Type Method Description protected voidBslFormatter2. formatAddHandlerStatement(AddHandlerStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsAddHandlerStatementobject
 
-