Uses of Interface
com._1c.g5.v8.dt.bsl.contextdef.IBslModuleContextDefService
-
-
Uses of IBslModuleContextDefService in com._1c.g5.v8.dt.bsl
Methods in com._1c.g5.v8.dt.bsl that return types with arguments of type IBslModuleContextDefService Modifier and Type Method Description Class<? extends IBslModuleContextDefService>
BslRuntimeModule. bindIBslModuleContextDefService()
-
Uses of IBslModuleContextDefService in com._1c.g5.v8.dt.bsl.ui.editor.callhierarchy
Fields in com._1c.g5.v8.dt.bsl.ui.editor.callhierarchy declared as IBslModuleContextDefService Modifier and Type Field Description protected IBslModuleContextDefService
BslCallHierarchyLabelProvider. contextDefService
-
Uses of IBslModuleContextDefService in com._1c.g5.v8.dt.eventhandlers.ui.providers
Constructors in com._1c.g5.v8.dt.eventhandlers.ui.providers with parameters of type IBslModuleContextDefService Constructor Description EventHandlersViewerContentProvider(MainSection mainSection, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IBslModuleContextDefService contextDefService)
Constructor. -
Uses of IBslModuleContextDefService in com._1c.g5.v8.dt.eventhandlers.ui.sections
Constructors in com._1c.g5.v8.dt.eventhandlers.ui.sections with parameters of type IBslModuleContextDefService Constructor Description MainSection(org.eclipse.swt.widgets.Composite parent, org.eclipse.ui.forms.IManagedForm managedForm, org.eclipse.ui.IWorkbenchPartSite site, IBslModuleContextDefService contextDefService, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IV8ProjectManager projectManager, IBslOwnerComputerService bslOwnerComputerService, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, ScriptVariant scriptVariant, Configuration configuration)
Constructor
-