Uses of Interface
com._1c.g5.v8.dt.bsl.model.BslContextDefMethod
-
Packages that use BslContextDefMethod 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 -
-
Uses of BslContextDefMethod in com._1c.g5.v8.dt.bsl.model
Subinterfaces of BslContextDefMethod in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interface
BslContextDefMockMethod
A representation of the model object 'Mock Method'.Methods in com._1c.g5.v8.dt.bsl.model that return BslContextDefMethod Modifier and Type Method Description BslContextDefMethod
BslContextDefFactory. createBslContextDefMethod()
Returns a new object of class 'Method'. -
Uses of BslContextDefMethod in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement BslContextDefMethod Modifier and Type Class Description class
BslContextDefMethodImpl
An implementation of the model object 'Method'.class
BslContextDefMockMethodImpl
An implementation of the model object 'Mock Method'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BslContextDefMethod Modifier and Type Method Description BslContextDefMethod
BslContextDefFactoryImpl. createBslContextDefMethod()
-
Uses of BslContextDefMethod in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type BslContextDefMethod Modifier and Type Method Description T
BslContextDefSwitch. caseBslContextDefMethod(BslContextDefMethod object)
Returns the result of interpreting the object as an instance of 'Method'.
-