Uses of Interface
com._1c.g5.v8.dt.bsl.model.BslContextDefPackage
-
Packages that use BslContextDefPackage 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 BslContextDefPackage in com._1c.g5.v8.dt.bsl.model
Fields in com._1c.g5.v8.dt.bsl.model declared as BslContextDefPackage Modifier and Type Field Description static BslContextDefPackage
BslContextDefPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.bsl.model that return BslContextDefPackage Modifier and Type Method Description BslContextDefPackage
BslContextDefFactory. getBslContextDefPackage()
Returns the package supported by this factory. -
Uses of BslContextDefPackage in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement BslContextDefPackage Modifier and Type Class Description class
BslContextDefPackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BslContextDefPackage Modifier and Type Method Description BslContextDefPackage
BslContextDefFactoryImpl. getBslContextDefPackage()
static BslContextDefPackage
BslContextDefFactoryImpl. getPackage()
Deprecated.static BslContextDefPackage
BslContextDefPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of BslContextDefPackage in com._1c.g5.v8.dt.bsl.model.util
Fields in com._1c.g5.v8.dt.bsl.model.util declared as BslContextDefPackage Modifier and Type Field Description protected static BslContextDefPackage
BslContextDefAdapterFactory. modelPackage
The cached model package.protected static BslContextDefPackage
BslContextDefSwitch. modelPackage
The cached model package
-