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