Uses of Interface
com._1c.g5.v8.dt.bsl.model.EventHandlerStatement
-
Packages that use EventHandlerStatement 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 -
-
Uses of EventHandlerStatement in com._1c.g5.v8.dt.bsl.model
Subinterfaces of EventHandlerStatement in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interface
AddHandlerStatement
A representation of the model object 'Add Handler Statement'.interface
RemoveHandlerStatement
A representation of the model object 'Remove Handler Statement'. -
Uses of EventHandlerStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement EventHandlerStatement Modifier and Type Class Description class
AddHandlerStatementImpl
An implementation of the model object 'Add Handler Statement'.class
EventHandlerStatementImpl
An implementation of the model object 'Event Handler Statement'.class
RemoveHandlerStatementImpl
An implementation of the model object 'Remove Handler Statement'. -
Uses of EventHandlerStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type EventHandlerStatement Modifier and Type Method Description T
BslSwitch. caseEventHandlerStatement(EventHandlerStatement object)
Returns the result of interpreting the object as an instance of 'Event Handler Statement'. -
Uses of EventHandlerStatement in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type EventHandlerStatement Modifier and Type Method Description protected List<BslJavaValidator.ErrorDescr>
TypesChecker. _check(EventHandlerStatement stat, Environments envs)
void
BslJavaValidator. checkEventHandlerStatement(EventHandlerStatement stmt)
-