Uses of Interface
com._1c.g5.v8.dt.bsl.model.DocumentationElement
-
Packages that use DocumentationElement 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 DocumentationElement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return DocumentationElement Modifier and Type Method Description DocumentationElement
BslFactory. createDocumentationElement()
Returns a new object of class 'Documentation Element'. -
Uses of DocumentationElement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement DocumentationElement Modifier and Type Class Description class
DocumentationElementImpl
An implementation of the model object 'Documentation Element'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return DocumentationElement Modifier and Type Method Description DocumentationElement
BslFactoryImpl. createDocumentationElement()
-
Uses of DocumentationElement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type DocumentationElement Modifier and Type Method Description T
BslSwitch. caseDocumentationElement(DocumentationElement object)
Returns the result of interpreting the object as an instance of 'Documentation Element'.
-