Uses of Interface
com._1c.g5.v8.dt.bsl.model.BslContextDef
-
Packages that use BslContextDef 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 com._1c.g5.v8.dt.bsl.resource com._1c.g5.v8.dt.bsl.typesystem -
-
Uses of BslContextDef in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return BslContextDef Modifier and Type Method Description BslContextDef
BslContextDefFactory. createBslContextDef()
Returns a new object of class 'Bsl Context Def'. -
Uses of BslContextDef in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement BslContextDef Modifier and Type Class Description class
BslContextDefImpl
An implementation of the model object 'Bsl Context Def'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BslContextDef Modifier and Type Method Description BslContextDef
BslContextDefFactoryImpl. createBslContextDef()
-
Uses of BslContextDef in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type BslContextDef Modifier and Type Method Description T
BslContextDefSwitch. caseBslContextDef(BslContextDef object)
Returns the result of interpreting the object as an instance of 'Bsl Context Def'. -
Uses of BslContextDef in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type BslContextDef Modifier and Type Method Description void
ExportMethodProvider. updateExportMethods(BslContextDef contextDef)
Updates information about exported methods -
Uses of BslContextDef in com._1c.g5.v8.dt.bsl.typesystem
Methods in com._1c.g5.v8.dt.bsl.typesystem with parameters of type BslContextDef Modifier and Type Method Description boolean
ExportMethodTypeProvider. hasContextDefMethodTypeInformation(BslContextDef contextDef)
Checks that provider contains information about methods returning types fromcontextDef
void
ExportMethodTypeProvider. saveContextDefMethodType(BslContextDef contextDef, org.eclipse.xtext.util.CancelIndicator cancelIndicator)
Saves information about context def method returning types and about context def method parameters types
-