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 BslContextDefBslContextDefFactory. createBslContextDef()Returns a new object of class 'Bsl Context Def'.BslContextDefModuleContextDefIndex. getContextDef()Returns the value of the 'Context Def' containment reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type BslContextDef Modifier and Type Method Description voidModuleContextDefIndex. setContextDef(BslContextDef value)Sets the value of the 'Context Def' containment reference. -
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 classBslContextDefImplAn 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 BslContextDefBslContextDefFactoryImpl. createBslContextDef()BslContextDefModuleContextDefIndexImpl. getContextDef()Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type BslContextDef Modifier and Type Method Description voidModuleContextDefIndexImpl. setContextDef(BslContextDef newContextDef) -
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 TBslContextDefSwitch. 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 voidExportMethodProvider. 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 booleanExportMethodTypeProvider. hasContextDefMethodTypeInformation(BslContextDef contextDef)Checks that provider contains information about methods returning types fromcontextDefvoidExportMethodTypeProvider. saveContextDefMethodType(BslContextDef contextDef, org.eclipse.xtext.util.CancelIndicator cancelIndicator)Saves information about context def method returning types and about context def method parameters types
-