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