Uses of Interface
com._1c.g5.v8.dt.textdocument.model.TextDocumentPackage
-
Packages that use TextDocumentPackage Package Description com._1c.g5.v8.dt.textdocument.model com._1c.g5.v8.dt.textdocument.model.impl com._1c.g5.v8.dt.textdocument.model.util -
-
Uses of TextDocumentPackage in com._1c.g5.v8.dt.textdocument.model
Fields in com._1c.g5.v8.dt.textdocument.model declared as TextDocumentPackage Modifier and Type Field Description static TextDocumentPackage
TextDocumentPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.textdocument.model that return TextDocumentPackage Modifier and Type Method Description TextDocumentPackage
TextDocumentFactory. getTextDocumentPackage()
Returns the package supported by this factory. -
Uses of TextDocumentPackage in com._1c.g5.v8.dt.textdocument.model.impl
Classes in com._1c.g5.v8.dt.textdocument.model.impl that implement TextDocumentPackage Modifier and Type Class Description class
TextDocumentPackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.textdocument.model.impl that return TextDocumentPackage Modifier and Type Method Description static TextDocumentPackage
TextDocumentFactoryImpl. getPackage()
Deprecated.TextDocumentPackage
TextDocumentFactoryImpl. getTextDocumentPackage()
static TextDocumentPackage
TextDocumentPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of TextDocumentPackage in com._1c.g5.v8.dt.textdocument.model.util
Fields in com._1c.g5.v8.dt.textdocument.model.util declared as TextDocumentPackage Modifier and Type Field Description protected static TextDocumentPackage
TextDocumentAdapterFactory. modelPackage
The cached model package.protected static TextDocumentPackage
TextDocumentSwitch. modelPackage
The cached model package
-