Uses of Interface
com._1c.g5.v8.dt.bsl.model.Module
Packages that use Module
Package
Description
-
Uses of Module in com._1c.g5.v8.dt.bp.scheme.bsl.extension
Methods in com._1c.g5.v8.dt.bp.scheme.bsl.extension with parameters of type ModuleModifier and TypeMethodDescriptionGraphicalSchemeItemEventsProvider.getAllEventsParamTypes(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> GraphicalSchemeItemEventsProvider.getEventHandlers(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> GraphicalSchemeItemEventsProvider.getEventHandlersContainer(Module module) GraphicalSchemeItemEventsProvider.getModuleEvents(Module module) booleanGraphicalSchemeItemEventsProvider.hasEventHandler(Module module, String methodName) booleanGraphicalSchemeItemEventsProvider.isEventHandler(Module module) -
Uses of Module in com._1c.g5.v8.dt.bp.scheme.ui.refactoring
Methods in com._1c.g5.v8.dt.bp.scheme.ui.refactoring with parameters of type ModuleModifier and TypeMethodDescriptionorg.eclipse.ltk.core.refactoring.ChangeGraphicalSchemeItemHandlerRenameParticipant.createChange(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) -
Uses of Module in com._1c.g5.v8.dt.bsl
Fields in com._1c.g5.v8.dt.bsl with type parameters of type ModuleModifier and TypeFieldDescriptionprotected ParseHelperEncoder<Module>SimpleTestBslParseHelper.parserMethods in com._1c.g5.v8.dt.bsl with parameters of type ModuleModifier and TypeMethodDescriptionTestingBslWrapInRegionHandler.testingValidateSelectRegion(Module module, int startPos, int endPos) -
Uses of Module in com._1c.g5.v8.dt.bsl.bm.reconcile.participant
Methods in com._1c.g5.v8.dt.bsl.bm.reconcile.participant with parameters of type ModuleModifier and TypeMethodDescriptionvoidIBslBmReconcileParticipant.doAfterReconcile(Module module) This method will be call after reconciling in Bsl modulebooleanIBslBmReconcileParticipant.isAppropriate(Module module) Check that this participant is appropriate for this module type -
Uses of Module in com._1c.g5.v8.dt.bsl.bm.resource
Methods in com._1c.g5.v8.dt.bsl.bm.resource with parameters of type ModuleModifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObjectExternalPropertyAwareOwnerComputerService.computeOwnerProxy(Module module) -
Uses of Module in com._1c.g5.v8.dt.bsl.bm.ui.refactoring
Methods in com._1c.g5.v8.dt.bsl.bm.ui.refactoring with parameters of type ModuleModifier and TypeMethodDescriptionorg.eclipse.ltk.core.refactoring.ChangeIBslMdObjectHandlerRenameParticipant.createChange(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) Creates aChangeobject that contains the workspace modifications of this participant to be executed after the changes from the refactoring are executed.List<org.eclipse.ltk.core.refactoring.Change>BslMdObjectHandlerRenameParticipantServiceProvider.createChanges(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor monitor) Creates aChangeobject that contains the workspace modifications of this participant to be executed after the changes from the refactoring are executed.protected voidBslTextSearchSupplier.filterMatchesForFormalParam(TextSearchFileMatch match, org.eclipse.emf.ecore.EObject context, boolean isComment, org.eclipse.emf.common.util.URI semanticObjectUri, org.eclipse.emf.common.util.URI moduleUri, Module module, Collection<Match> correctSearchResult) Filters all matches: if matches not corresponding to the comment inModuleif matches not corresponding to the comment forMethodfor renamingFormalParam -
Uses of Module in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common that return ModuleModifier and TypeMethodDescriptionDefaultModuleExtensionService.getSourceModule(Module module) IModuleExtensionService.getSourceModule(Module module) Gets adoptableModuleby extension Bsl moduleMethods in com._1c.g5.v8.dt.bsl.common that return types with arguments of type ModuleModifier and TypeMethodDescriptionDefaultModuleExtensionService.getExtensionModules(Module sourceModule) IModuleExtensionService.getExtensionModules(Module sourceModule) Gets all extensionModuleby sourceMethods in com._1c.g5.v8.dt.bsl.common with parameters of type ModuleModifier and TypeMethodDescriptionvoidISourceModuleExtensionCache.clearSourceModuleCache(Module extensionModule) Clears cache of sourceModulesDefaultModuleExtensionService.getExtensionMethods(Module extensionModule, String methodName) IModuleExtensionService.getExtensionMethods(Module extensionModule, String methodName) Gets extension method overriding adoptable method with namemethodNameDefaultModuleExtensionService.getExtensionModules(Module sourceModule) IModuleExtensionService.getExtensionModules(Module sourceModule) Gets all extensionModuleby sourceDefaultModuleExtensionService.getExtensionPrefix(Module module) IModuleExtensionService.getExtensionPrefix(Module module) Gets prefix of extension project by extension Bsl moduleDefaultModuleExtensionService.getSourceMethodForFormEventHandler(Module extensionModule, String methodName, BslEventsService eventService) IModuleExtensionService.getSourceMethodForFormEventHandler(Module extensionModule, String methodName, BslEventsService eventService) Gets adoptable method by event handler method name from extension form moduleDefaultModuleExtensionService.getSourceMethodsForFormEventHandler(Module adoptableModule, Module extensionModule, BslEventsService eventService) IModuleExtensionService.getSourceMethodsForFormEventHandler(Module adoptableModule, Module extensionModule, BslEventsService eventService) Gets correspondence between methods from source module (this method is event handler for form item event) and their extension methods from extension moduleDefaultModuleExtensionService.getSourceModule(Module module) IModuleExtensionService.getSourceModule(Module module) Gets adoptableModuleby extension Bsl modulebooleanDefaultModuleExtensionService.isCorrectVersionForAnnotationPragma(Module module) booleanIModuleExtensionService.isCorrectVersionForAnnotationPragma(Module module) Checks that annotation available for methods of this module.booleanDefaultModuleExtensionService.isExtensionModule(Module module) booleanIModuleExtensionService.isExtensionModule(Module module) Checks that thisModulecorresponding to the extension of configurationConstructors in com._1c.g5.v8.dt.bsl.common with parameters of type Module -
Uses of Module in com._1c.g5.v8.dt.bsl.contextdef
Methods in com._1c.g5.v8.dt.bsl.contextdef with parameters of type ModuleModifier and TypeMethodDescriptionAbstractBslModuleContextDefExtension.getContextDef(Module module) IBslModuleContextDefExtension.getContextDef(Module module) GetsContextDefof Bsl moduleIBslModuleContextDefService.getContextDef(Module module) ComputeContextDefof Bsl moduleAbstractBslModuleContextDefExtension.getModuleEvents(Module module) IBslModuleContextDefExtension.getModuleEvents(Module module) Gets collection of possibleEventfrom Bsl moduleIBslModuleContextDefService.getModuleEvents(Module module) Gets collection of possibleEventfrom Bsl moduleprotected abstract TypeAbstractBslModuleContextDefExtension.getModuleProducedType(Module module) Gets module producedTypebooleanAbstractBslModuleContextDefExtension.isAppropriateFor(Module module) booleanIBslModuleContextDefExtension.isAppropriateFor(Module module) Checks if this implementation is appropriate for given moduleprotected org.eclipse.emf.ecore.EObjectAbstractBslModuleContextDefExtension.resolveOwner(Module module) Gets resolving module owner -
Uses of Module in com._1c.g5.v8.dt.bsl.documentation.comment
Methods in com._1c.g5.v8.dt.bsl.documentation.comment that return ModuleModifier and TypeMethodDescriptionBslDocumentationComment.getModule()Gets the moduleModuleof the documentation commentMethods in com._1c.g5.v8.dt.bsl.documentation.comment with parameters of type ModuleModifier and TypeMethodDescriptionBslCommentUtils.getModuleCommentsBeforeFirstSemanticElement(Module module, BslMultiLineCommentDocumentationProvider commentProvider) Returns the list of module's comments residing before the first symantic element.Constructors in com._1c.g5.v8.dt.bsl.documentation.comment with parameters of type ModuleModifierConstructorDescriptionBslDocumentationComment(Module module, Method method, int[] lineLocalOffsets) Constructor -
Uses of Module in com._1c.g5.v8.dt.bsl.export.xml.impl
Methods in com._1c.g5.v8.dt.bsl.export.xml.impl with parameters of type ModuleModifier and TypeMethodDescriptionstatic StringModuleExporter.getModuleFileExtension(Module module) Returns bsl module file extension byModule -
Uses of Module in com._1c.g5.v8.dt.bsl.extension
Methods in com._1c.g5.v8.dt.bsl.extension that return ModuleMethods in com._1c.g5.v8.dt.bsl.extension that return types with arguments of type ModuleModifier and TypeMethodDescriptionModuleExtentionService.getExtensionModules(Module sourceModule) Methods in com._1c.g5.v8.dt.bsl.extension with parameters of type ModuleModifier and TypeMethodDescriptionvoidModuleExtentionService.clearSourceModuleCache(Module extensionModule) org.eclipse.emf.ecore.EObjectBslFormEventHandlerService.getCorrespondingEventContainerHandler(org.eclipse.emf.ecore.EObject eventHandlerContainer, Module module) Gets event handler container in extension form (adoptable form) by event handler container from adoptable form (extension form)ModuleExtentionService.getExtensionMethods(Module extensionModule, String methodName) ModuleExtentionService.getExtensionModules(Module sourceModule) ModuleExtentionService.getExtensionPrefix(Module module) ModuleExtentionService.getSourceMethodForFormEventHandler(Module extensionModule, String methodName, BslEventsService eventService) ModuleExtentionService.getSourceMethodsForFormEventHandler(Module adoptableModule, Module extensionModule, BslEventsService eventService) ModuleExtentionService.getSourceModule(Module module) booleanModuleExtentionService.isCorrectVersionForAnnotationPragma(Module module) booleanModuleExtentionService.isExtensionModule(Module module) -
Uses of Module in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return ModuleModifier and TypeMethodDescriptionBslFactory.createModule()Returns a new object of class 'Module'.FeaturesScopeSpec.getModule()Returns the value of the 'Module' reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type Module -
Uses of Module in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement ModuleModifier and TypeClassDescriptionclassAn implementation of the model object 'Module'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as ModuleModifier and TypeFieldDescriptionprotected ModuleFeaturesScopeSpecImpl.moduleThe cached value of the 'Module' reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return ModuleModifier and TypeMethodDescriptionFeaturesScopeSpecImpl.basicGetModule()BslFactoryImpl.createModule()FeaturesScopeSpecImpl.getModule()Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type Module -
Uses of Module in com._1c.g5.v8.dt.bsl.model.resource.owner
Methods in com._1c.g5.v8.dt.bsl.model.resource.owner with parameters of type ModuleModifier and TypeMethodDescriptionIBslOwnerComputerService.computeDefines(Module module) Computes moduleDefinesIBslOwnerComputerService.computeEnvironments(Module module) Computes moduleEnvironmentsorg.eclipse.emf.ecore.EClassIBslOwnerComputerService.computeOwnerEClass(Module module) Computes ownerEClassorg.eclipse.emf.ecore.EObjectIBslOwnerComputerService.computeOwnerProxy(Module module) Computes module owner proxyorg.eclipse.emf.common.util.URIIBslOwnerComputerService.computeOwnerUri(Module module) Computes owner URI for the given module. -
Uses of Module in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ModuleModifier and TypeMethodDescriptionBslSwitch.caseModule(Module object) Returns the result of interpreting the object as an instance of 'Module'. -
Uses of Module in com._1c.g5.v8.dt.bsl.naming
Methods in com._1c.g5.v8.dt.bsl.naming with parameters of type ModuleModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedNameBslQualifiedNameProvider._computeFqn(Module module) -
Uses of Module in com._1c.g5.v8.dt.bsl.qw.utils
Methods in com._1c.g5.v8.dt.bsl.qw.utils with parameters of type ModuleModifier and TypeMethodDescriptionstatic Parser.TextPositionParser.findTextPosition(Module module, int offset, String tagStart, String tagStartRu, String tagEnd, String tagEndRu) Find text position in modulestatic Parser.TextPositionParser.findTextPosition(Module module, String tagStart, String tagStartRu, String tagEnd, String tagEndRu) Find text positionBslQueryWizardUtils.getCurrentStringLiteral(Module module, int offset, int mode, QueryTextResultProcessing.ResultProcessingParams params) GetBslQueryWizardUtils.QueryTextInfoby offset in the module -
Uses of Module in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type ModuleModifier and TypeMethodDescriptionprotected voidBslAdditionalIndexInformationHelper.addCommonModuleDataCheck(Map<String, String> userData, Module module) Adds information about that it's indexing element corresponding to the common moduleprotected voidBslAdditionalIndexInformationHelper.addGlobalDataCheck(Map<String, String> userData, Module module) Adds information about that it's indexing element corresponding to the global moduleprotected voidBslAdditionalIndexInformationHelper.addModuleContextDefInformation(Map<String, String> userData, Module module) Adds information about built-in language module public methods and variablesprotected voidBslAdditionalIndexInformationHelper.addModuleTimestamp(com.google.common.collect.ImmutableMap.Builder<String, String> userData, Module module) Adds information about time stamp of the resource corresponding to the indexing elementprotected voidBslAdditionalIndexInformationHelper.addSourceUriOfExportedMethods(Map<String, String> userData, Module module) Adds information about source uri of module exports elementsBslAdditionalIndexInformationHelper.createAdditionalModuleIndexInformation(Module module) Create additional index information for built-in language moduleprotected voidBslResourceDescriptionStrategy.createContextDefDescriptions(Module module, org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IEObjectDescription> acceptor) Creates descriptions for elements inContextDefofmoduleprotected voidBslDerivedStateComputer.discardTypeState(BslResource resource, Module module) Discard type state for BSL moduleBslEventsService.getAllModuleEvents(Module module) Gets module with their handlers name.Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> BslEventsService.getEventHandlers(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> BslEventsService.getEventHandlersContainer(Module module) Gets all correspondence between name of event handler and collection of appropriateEObjectwhich are processed by handler (EventHandlerContainer,CommandHandlerContainer)BslEventsService.getHandlerParamTypes(Module module) Gets all list of parameters types given method is assigned for.booleanBslEventsService.hasEventHandler(Module module, String methodName) Checks that method inModulewith concrete name is event handlerprotected voidBslResource.installTypeState(Module module, org.eclipse.xtext.util.CancelIndicator monitor) Install type system for BSL moduleList<org.eclipse.xtext.naming.QualifiedName>BslImportedNamesReferenceDescriptionResolver.resolveImportedNamesAndReferenceDescription(Module module, org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IReferenceDescription> acceptor, org.eclipse.xtext.util.CancelIndicator monitor) Resolve imported names from given source for given resource.Constructors in com._1c.g5.v8.dt.bsl.resource with parameters of type ModuleModifierConstructorDescriptionContextDefBuilder(Module module, ContextDefBuilder.Filter filter, BslMultiLineCommentDocumentationProvider commentProvider) ConstructorContextDefTypesBuilder(Module module, ContextDef contextDef, TypesComputer computerTypes, org.eclipse.xtext.util.CancelIndicator cancelIndicator) Constructor -
Uses of Module in com._1c.g5.v8.dt.bsl.resource.owner
Methods in com._1c.g5.v8.dt.bsl.resource.owner with parameters of type ModuleModifier and TypeMethodDescriptionBslOwnerComputerService.computeDefines(Module module) BslOwnerComputerService.computeEnvironments(Module module) org.eclipse.emf.ecore.EClassBslOwnerComputerService.computeOwnerEClass(Module module) org.eclipse.emf.ecore.EObjectBslOwnerComputerService.computeOwnerProxy(Module module) org.eclipse.emf.common.util.URIBslOwnerComputerService.computeOwnerUri(Module module) -
Uses of Module in com._1c.g5.v8.dt.bsl.scoping
Methods in com._1c.g5.v8.dt.bsl.scoping with parameters of type ModuleModifier and TypeMethodDescriptionvoidBslCachedScopeProvider.clearScopes(Module module) Deletes all cached values ofIScopebyModuleorg.eclipse.xtext.scoping.IScopeBslScopeProvider.getContextVariablesScope(Module module, Method method) Gets context scope of variable - module properties, global context properties and system enum propertiesConstructors in com._1c.g5.v8.dt.bsl.scoping with parameters of type ModuleModifierConstructorDescriptionContextMethodsScope(org.eclipse.xtext.scoping.IScope parent, ContextDef contextDef, Module module, Environments envs, INamingService namingService) ConstructorContextPropertiesScope(org.eclipse.xtext.scoping.IScope parent, ContextDef contextDef, Module module, boolean skipModuleItems, Environments envs, INamingService namingService) ConstructorModuleMethodsScope(org.eclipse.xtext.scoping.IScope parent, Module module, com.google.common.base.Predicate<Method> filter) InitializeModuleVariablesScope(org.eclipse.xtext.scoping.IScope parent, Module module, com.google.common.base.Predicate<DeclareStatement> filter) Initialize -
Uses of Module in com._1c.g5.v8.dt.bsl.stringliteral.contenttypes
Method parameters in com._1c.g5.v8.dt.bsl.stringliteral.contenttypes with type arguments of type ModuleModifier and TypeMethodDescriptionprotected booleanAbstractInvocationTypeComputer.isValidModule(Supplier<Module> module, FeatureAccess fa) Checks if the module is valid for this string literal content type computing in some invocation context.protected booleanFormAttributeTypeComputer.isValidModule(Supplier<Module> module, FeatureAccess fa) -
Uses of Module in com._1c.g5.v8.dt.bsl.typesystem
Methods in com._1c.g5.v8.dt.bsl.typesystem with parameters of type ModuleModifier and TypeMethodDescriptionvoidBslTreeTypeSystem.discardTypeSystem(BslResource resource, Module module) voidITypeSystem.discardTypeSystem(BslResource resource, Module module) Discards type system for BSL moduleEventSubscriptionEventsProvider.getAllEventsParamTypes(Module module) HttpServiceEventsProvider.getAllEventsParamTypes(Module module) IEventsProvider.getAllEventsParamTypes(Module module) Gets allEventgiven method is assigned forIntegrationServiceEventsProvider.getAllEventsParamTypes(Module module) WebServiceEventsProvider.getAllEventsParamTypes(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> EventSubscriptionEventsProvider.getEventHandlers(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> HttpServiceEventsProvider.getEventHandlers(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> IEventsProvider.getEventHandlers(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> IntegrationServiceEventsProvider.getEventHandlers(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> WebServiceEventsProvider.getEventHandlers(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> EventSubscriptionEventsProvider.getEventHandlersContainer(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> HttpServiceEventsProvider.getEventHandlersContainer(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> IEventsProvider.getEventHandlersContainer(Module module) Gets all correspondence between name of event handler and collection of appropriateEObjectwhich are processed by handler (EventHandlerContainer,CommandHandlerContainer)Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> IntegrationServiceEventsProvider.getEventHandlersContainer(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> WebServiceEventsProvider.getEventHandlersContainer(Module module) EventSubscriptionEventsProvider.getModuleEvents(Module module) HttpServiceEventsProvider.getModuleEvents(Module module) IEventsProvider.getModuleEvents(Module module) Gets module with their handlers nameIntegrationServiceEventsProvider.getModuleEvents(Module module) WebServiceEventsProvider.getModuleEvents(Module module) booleanEventSubscriptionEventsProvider.hasEventHandler(Module module, String methodName) booleanHttpServiceEventsProvider.hasEventHandler(Module module, String methodName) booleanIEventsProvider.hasEventHandler(Module module, String methodName) Checks that method inModulewith concrete name is event handlerbooleanIntegrationServiceEventsProvider.hasEventHandler(Module module, String methodName) booleanWebServiceEventsProvider.hasEventHandler(Module module, String methodName) voidBslTreeTypeSystem.installTypeSystem(Module module, org.eclipse.xtext.util.CancelIndicator monitor) voidITypeSystem.installTypeSystem(Module module, org.eclipse.xtext.util.CancelIndicator monitor) Installs type system for BSL modulebooleanEventSubscriptionEventsProvider.isEventHandler(Module module) booleanHttpServiceEventsProvider.isEventHandler(Module module) booleanIEventsProvider.isEventHandler(Module module) Checks that module can have event handlers i.e. there are method in this module were registered as handler for some events in 1C configurationbooleanIntegrationServiceEventsProvider.isEventHandler(Module module) booleanWebServiceEventsProvider.isEventHandler(Module module) voidBslTreeTypeSystem.lightInstallingTypeSystem(Module module, Method method, Variable variable, Statement stopStatement, int nearesOffset, BmOperationContext typeComputationContext) Install light version of type system in Bsl module. -
Uses of Module in com._1c.g5.v8.dt.bsl.typesystem.util
Methods in com._1c.g5.v8.dt.bsl.typesystem.util with parameters of type ModuleModifier and TypeMethodDescriptionstatic voidTypeSystemUtil.discardTypeState(BslResource resource, Module module, TypeSystemMode mode) Discards changes made byITypeSystemstatic voidTypeSystemUtil.installInitTypeUserMethodParam(Module module, TypeSystemMode mode) Computes final state forMethodparameters -
Uses of Module in com._1c.g5.v8.dt.bsl.ui.contentassist
Methods in com._1c.g5.v8.dt.bsl.ui.contentassist with parameters of type ModuleModifier and TypeMethodDescriptionBslProposalProvider.getAllCorrectEvent(Module module) Gets all correctEventfor creating proposalsstatic StringBslProposalProvider.getEventAnnotation(Module actualBslModule, Event event, boolean isRussian) Gets string presentation of Bsl annotation link to the adoptable event handlerstatic StringBslProposalProvider.getEventDirective(Module actualBslModule, Event event, boolean isRussian) Gets compilation directive forEventstatic StringBslProposalProvider.getMethodAnnotation(Module actualBslModule, Method method, boolean isRussian) Gets string presentation of Bsl annotation link to the adoptable method from BslModule -
Uses of Module in com._1c.g5.v8.dt.bsl.ui.contentassist.stringliteral
Methods in com._1c.g5.v8.dt.bsl.ui.contentassist.stringliteral with parameters of type ModuleModifier and TypeMethodDescriptionprotected org.eclipse.xtext.scoping.IScopeAbstractStringLiteralProposalProvider.getOnlyModuleMethodScope(Module module, Environments envs, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) GetIScopecontaining only module methods (for extension module, methods from source module will be included to scope) -
Uses of Module in com._1c.g5.v8.dt.bsl.ui.refactoring
Fields in com._1c.g5.v8.dt.bsl.ui.refactoring declared as ModuleMethods in com._1c.g5.v8.dt.bsl.ui.refactoring that return ModuleModifier and TypeMethodDescriptionBslRenameElementContext.getModule()Gets actual Bsl module for target object of refactoringConstructors in com._1c.g5.v8.dt.bsl.ui.refactoring with parameters of type ModuleModifierConstructorDescriptionLocalVariableExtractValidator(Module module, org.eclipse.jface.text.ITextSelection selection) ConstructorMethodExtractValidator(Module module, org.eclipse.jface.text.ITextSelection selection) Constructor -
Uses of Module in com._1c.g5.v8.dt.bsl.util
Methods in com._1c.g5.v8.dt.bsl.util with parameters of type ModuleModifier and TypeMethodDescriptionBslUtil.allMethods(ContextDef contextDef, Module module, INamingService namingService) More faster implementation ofContextDef.allMethods()with replacing proxy reference contextDef for bsl module to real its contextDefBslUtil.allProperties(ContextDef contextDef, Module module, INamingService namingService) More faster implementation ofContextDef.allProperties()with replacing proxy reference contextDef for bsl module to real its contextDefstatic ModuleTypeBslUtil.computeModuleType(Module module, IQualifiedNameFilePathConverter qualifiedNameFilePathConverter) Computes module typestatic ModuleTypeBslUtil.computeModuleType(Module module, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider) Computes module typestatic org.eclipse.xtext.scoping.IScopeBslUtil.getExternalMethodsScope(Module module, Method method, Environments envs, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Gets scope of all external methods for modulestatic org.eclipse.xtext.scoping.IScopeBslUtil.getExternalVariablesScope(Module module, Environments envs, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Gets scope of all external variables for modulestatic List<ContextDef>BslUtil.getRefContextDefs(ContextDef contextDef, Module module, INamingService namingService) Gets all references context.static voidBslUtil.installModuleEnvironments(Module module, IQualifiedNameFilePathConverter qualifiedNameFilePathConverter, IBslOwnerComputerService ownerComputerService, Version version, boolean installIntoMethod) InstallsEnvironmentsfor BslModuleand its elementsstatic voidBslUtil.installModuleEnvironments(Module module, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, Version version, IBslOwnerComputerService ownerComputerService, boolean installIntoMethod) Deprecated.static booleanBslUtil.isExternalModuleContextDef(ContextDef refContextDef, Module module, INamingService namingService) Checks if the contextDef belongs to another modulestatic booleanChecks that is global modulestatic booleanBslUtil.isServerCall(Module module) Checks thatmoduleallows using server callstatic voidBslUtil.setModuleOwner(Module module, IBslOwnerComputerService ownerService) Computes module owner proxystatic voidBslUtil.setModuleType(Module module, IQualifiedNameFilePathConverter qualifiedNameFilePathConverter) Computes module type by module qualified namestatic voidBslUtil.setModuleType(Module module, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider) Computes module type by module qualified name -
Uses of Module in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type ModuleModifier and TypeMethodDescriptionvoidBslJavaValidator.checkLibraryModule(Module module) Deprecated.voidBslJavaValidator.checkMethodNamesAreUnique(Module module) Deprecated.voidBslJavaValidator.checkModuleExtension(Module module) Deprecated.voidBslJavaValidator.checkVariableNamesAreUnique(Module module) Deprecated.BslSuppressionProvider.computeSuppressionRanges(Module module) Computes all suppression ranges forModulevoidBslJavaValidator.validateOrderOfModulePart(Module module) Deprecated. -
Uses of Module in com._1c.g5.v8.dt.debug.core.model
Methods in com._1c.g5.v8.dt.debug.core.model that return ModuleModifier and TypeMethodDescriptionIBslModuleLocator.getModule(BslModuleReference moduleReference, boolean forceDerivedStateComputation) Returns actual BSL module for the given BSL module reference.IBslModuleLocator.getModule(org.eclipse.core.resources.IResource resource, boolean forceDerivedStateComputation) Returns BSL module, found in the given resource.IBslStackFrame.getModule()Returns the BSL module of stack frame source.IBslModuleLocator.getProxyModuleWithOwner(org.eclipse.core.resources.IResource resource) Returns actual BSL proxy module with its owner byresourceMethods in com._1c.g5.v8.dt.debug.core.model with parameters of type ModuleModifier and TypeMethodDescriptionIBslModuleLocator.getModuleContext(Module module) Returns actual BSL module context def for the given BSL module. -
Uses of Module in com._1c.g5.v8.dt.debug.util
Methods in com._1c.g5.v8.dt.debug.util with parameters of type ModuleModifier and TypeMethodDescriptionstatic MethodDebugNodeModelUtils.getLineMethod(Module module, int line) Returns method of module by line number, ornull, if there isn't one.static StringDebugNodeModelUtils.getModuleResourceContent(Module module) Returns module resource content.static intDebugNodeModelUtils.getModuleResourceLine(Module module, int offset) Compute module resource line number by the given offset.static intDebugNodeModelUtils.getModuleResourceOffset(Module module, int line) Compute module resource offset by line number.static intBreakpointLocationValidator.getValidLocation(Module module, int line) Get valid location of module.static intBreakpointLocationValidator.getValidLocationInsideMethod(Module module, int line) Get valid location of module inside method.static intDebugNodeModelUtils.getValidModuleResourceOffset(Module module, int line) Compute valid module resource offset of module by the line number. -
Uses of Module in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return ModuleModifier and TypeMethodDescriptionstatic ModuleTestMdObjectFactory.createModule()Creates Module with name -
Uses of Module in com._1c.g5.v8.dt.form.internal.ui.bsl.extension
Methods in com._1c.g5.v8.dt.form.internal.ui.bsl.extension with parameters of type ModuleModifier and TypeMethodDescriptionvoidFormBslBmReconcileParticipantEventsUpdater.doAfterReconcile(Module module) booleanFormBslBmReconcileParticipantEventsUpdater.isAppropriate(Module module) -
Uses of Module in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return ModuleMethods in com._1c.g5.v8.dt.form.model.impl with parameters of type Module -
Uses of Module in com._1c.g5.v8.dt.form.ui.properties.models
Methods in com._1c.g5.v8.dt.form.ui.properties.models with parameters of type ModuleModifier and TypeMethodDescriptionEventHandlerCollectionModel.getHandlerModels(Module bslModule) IHandlerCollectionModel.getHandlerModels(Module bslModule) Returns a collection of underlying handler models. -
Uses of Module in com._1c.g5.v8.dt.internal.bsl.bm.ui.refactoring
Methods in com._1c.g5.v8.dt.internal.bsl.bm.ui.refactoring with parameters of type ModuleModifier and TypeMethodDescriptionorg.eclipse.ltk.core.refactoring.ChangeEventSubscriptionHandlerRenameParticipant.createChange(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) org.eclipse.ltk.core.refactoring.ChangeHttpServiceHandlerRenameParticipant.createChange(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) org.eclipse.ltk.core.refactoring.ChangeIntegrationServiceHandlerRenameParticipant.createChange(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) org.eclipse.ltk.core.refactoring.ChangeScheduleJobHandlerRenameParticipant.createChange(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) org.eclipse.ltk.core.refactoring.ChangeWebServiceHandlerRenameParticipant.createChange(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) -
Uses of Module in com._1c.g5.v8.dt.internal.bsl.compare.contributor
Methods in com._1c.g5.v8.dt.internal.bsl.compare.contributor with parameters of type ModuleModifier and TypeMethodDescriptionstatic List<BslModuleSectionDescription>BslModuleSectionCompareUtils.getBslModuleSectionDescriptions(Module module, org.eclipse.jface.text.IDocument document, String bslModuleNodeSymlink, IComparisonSession session, org.eclipse.xtext.resource.ILocationInFileProvider locationInFileProvider, BslGrammarAccess bslGrammarAccess) Returns the given Bsl module section descriptions.static List<BslModuleSectionDescription>BslModuleSectionCompareUtils.getIfPreprocessorDescriptions(Module module, org.eclipse.jface.text.IDocument document, org.eclipse.xtext.resource.ILocationInFileProvider locationInFileProvider) Returns all if preprocessor descriptions of the specified Bsl module.static List<BslModuleSectionDescription>BslModuleSectionCompareUtils.getRegionPreprocessorDescriptions(Module module, org.eclipse.jface.text.IDocument document, org.eclipse.xtext.resource.ILocationInFileProvider locationInFileProvider) Returns all region preprocessor descriptions of the specified Bsl module. -
Uses of Module in com._1c.g5.v8.dt.internal.bsl.contextdef
Methods in com._1c.g5.v8.dt.internal.bsl.contextdef with parameters of type ModuleModifier and TypeMethodDescriptionBslModuleContextDefExtensionBot.getContextDef(Module module) BslModuleContextDefExtensionCommonModule.getContextDef(Module module) BslModuleContextDefExtensionExternalConnectionModule.getContextDef(Module module) BslModuleContextDefExtensionHttpService.getContextDef(Module module) BslModuleContextDefExtensionIntegrationService.getContextDef(Module module) BslModuleContextDefExtensionManagedApplicationModule.getContextDef(Module module) BslModuleContextDefExtensionOrdinaryApplicationModule.getContextDef(Module module) BslModuleContextDefExtensionSessionModule.getContextDef(Module module) BslModuleContextDefExtensionWebService.getContextDef(Module module) BslModuleContextDefExtensionWebSocketClient.getContextDef(Module module) BslModuleContextDefService.getContextDef(Module module) CommandModuleContextDefExtension.getContextDef(Module module) BslModuleContextDefExtensionBot.getModuleEvents(Module module) BslModuleContextDefExtensionCommonModule.getModuleEvents(Module module) BslModuleContextDefExtensionExternalConnectionModule.getModuleEvents(Module module) BslModuleContextDefExtensionHttpService.getModuleEvents(Module module) BslModuleContextDefExtensionIntegrationService.getModuleEvents(Module module) BslModuleContextDefExtensionManagedApplicationModule.getModuleEvents(Module module) BslModuleContextDefExtensionOrdinaryApplicationModule.getModuleEvents(Module module) BslModuleContextDefExtensionSessionModule.getModuleEvents(Module module) BslModuleContextDefExtensionWebService.getModuleEvents(Module module) BslModuleContextDefExtensionWebSocketClient.getModuleEvents(Module module) BslModuleContextDefService.getModuleEvents(Module module) CommandModuleContextDefExtension.getModuleEvents(Module module) protected TypeBslModuleContextDefExtensionAccountingRegister.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionAccumulationRegister.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionBusinessProcess.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionCalculationRegister.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionCatalog.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionChartOfAccounts.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionChartOfCalculationTypes.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionChartOfCharacteristicTypes.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionConstant.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionDataProcessor.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionDocument.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionDocumentJournal.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionEnum.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionExchangePlan.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionExternalDataProcessor.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionExternalDataSourceCube.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionExternalDataSourceDimensionTable.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionExternalDataSourceTable.getModuleProducedType(Module module) BslModuleContextDefExtensionExternalReport.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionFilterCriterion.getModuleProducedType(Module module) BslModuleContextDefExtensionInformationRegister.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionRecalculation.getModuleProducedType(Module module) BslModuleContextDefExtensionReport.getModuleProducedType(Module module) BslModuleContextDefExtensionSequence.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionSettingsStorage.getModuleProducedType(Module module) protected TypeBslModuleContextDefExtensionTask.getModuleProducedType(Module module) booleanBslModuleContextDefExtensionAccountingRegister.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionAccumulationRegister.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionBot.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionBusinessProcess.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionCalculationRegister.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionCatalog.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionChartOfAccounts.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionChartOfCalculationTypes.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionChartOfCharacteristicTypes.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionCommonModule.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionConstant.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionDataProcessor.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionDocument.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionDocumentJournal.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionEnum.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionExchangePlan.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionExternalConnectionModule.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionExternalDataProcessor.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionExternalDataSourceCube.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionExternalDataSourceDimensionTable.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionExternalDataSourceTable.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionExternalReport.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionFilterCriterion.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionHttpService.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionInformationRegister.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionIntegrationService.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionManagedApplicationModule.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionOrdinaryApplicationModule.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionRecalculation.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionReport.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionSequence.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionSessionModule.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionSettingsStorage.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionTask.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionWebService.isAppropriateFor(Module module) booleanBslModuleContextDefExtensionWebSocketClient.isAppropriateFor(Module module) booleanCommandModuleContextDefExtension.isAppropriateFor(Module module) -
Uses of Module in com._1c.g5.v8.dt.internal.bsl.ui.refactoring
Methods in com._1c.g5.v8.dt.internal.bsl.ui.refactoring with parameters of type ModuleModifier and TypeMethodDescriptionstatic booleanBslRefactoringUtil.isDuplicateNameForMethod(org.eclipse.emf.ecore.EObject targetElement, CaseInsensitiveString newName, Module module, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Checks methods for duplicate namestatic booleanBslRefactoringUtil.isDuplicateNameForVariable(org.eclipse.emf.ecore.EObject targetElement, CaseInsensitiveString newName, Module module, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Checks variables for duplicate name -
Uses of Module in com._1c.g5.v8.dt.internal.debug.core.model
Methods in com._1c.g5.v8.dt.internal.debug.core.model that return ModuleModifier and TypeMethodDescriptionBslModuleLocator.getModule(BslModuleReference moduleReference, boolean forceDerivedStateComputation) BslModuleLocator.getModule(org.eclipse.core.resources.IResource resource, boolean forceDerivedStateComputation) BslStackFrame.getModule()BslModuleLocator.getProxyModuleWithOwner(org.eclipse.core.resources.IResource resource) Methods in com._1c.g5.v8.dt.internal.debug.core.model with parameters of type Module -
Uses of Module in com._1c.g5.v8.dt.internal.debug.ui
Methods in com._1c.g5.v8.dt.internal.debug.ui with parameters of type ModuleModifier and TypeMethodDescriptionprotected voidBslSourceDisplay.displayModule(Object element, org.eclipse.ui.IWorkbenchPage page, IBslStackFrame stackFrame, Module module, boolean forceSourceLookup) Displays source for the given BSL module in the specified workbench page. -
Uses of Module in com._1c.g5.v8.dt.internal.form.bsl.extension
Methods in com._1c.g5.v8.dt.internal.form.bsl.extension with parameters of type ModuleModifier and TypeMethodDescriptionFormItemEventsProvider.getAllEventsParamTypes(Module module) BslModuleContextDefExtensionForm.getContextDef(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> FormItemEventsProvider.getEventHandlers(Module module) Map<CaseInsensitiveString,List<org.eclipse.emf.ecore.EObject>> FormItemEventsProvider.getEventHandlersContainer(Module module) BslModuleContextDefExtensionForm.getModuleEvents(Module module) FormItemEventsProvider.getModuleEvents(Module module) booleanFormItemEventsProvider.hasEventHandler(Module module, String methodName) booleanBslModuleContextDefExtensionForm.isAppropriateFor(Module module) booleanFormItemEventsProvider.isEventHandler(Module module) protected org.eclipse.emf.ecore.EObjectBslModuleContextDefExtensionForm.resolveOwner(Module module) Gets resolving module owner -
Uses of Module in com._1c.g5.v8.dt.internal.form.ui.extension.properties.models
Methods in com._1c.g5.v8.dt.internal.form.ui.extension.properties.models with parameters of type ModuleModifier and TypeMethodDescriptionCommandActionExtensionCollectionModel.getHandlerModels(Module bslModule) -
Uses of Module in com._1c.g5.v8.dt.internal.form.ui.refactoring
Methods in com._1c.g5.v8.dt.internal.form.ui.refactoring with parameters of type ModuleModifier and TypeMethodDescriptionorg.eclipse.ltk.core.refactoring.ChangeFormElementHandlerRenameParticipant.createChange(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) -
Uses of Module in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return ModuleModifier and TypeMethodDescriptionBslModuleAdopterParticipant.adopt(Module nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type ModuleModifier and TypeMethodDescriptionBslModuleAdopterParticipant.adopt(Module nativeObject, Version version, IAdopterContext context) -
Uses of Module in com._1c.g5.v8.dt.internal.profiling.core
Methods in com._1c.g5.v8.dt.internal.profiling.core with parameters of type ModuleModifier and TypeMethodDescriptionbooleanInvocationCountChecker.canCountInvocations(ILineProfilingResult result, Module module) booleanInvocationCountChecker.canCountInvocations(ILineProfilingResult result, Module module, Method method) booleanInvocationCountChecker.canCountInvocationsInternal(ILineProfilingResult result, Module module, Method method) Gets module source lines.Constructors in com._1c.g5.v8.dt.internal.profiling.core with parameters of type ModuleModifierConstructorDescriptionMethodLineMapComputer(Module module) Creates an instance ofMethodLineMapComputer. -
Uses of Module in com._1c.g5.v8.dt.internal.profiling.ui
Constructors in com._1c.g5.v8.dt.internal.profiling.ui with parameters of type ModuleModifierConstructorDescriptionMethodLineMapComputer(Module module) Create instance ofMethodLineMapComputer. -
Uses of Module in com._1c.g5.v8.dt.internal.profiling.ui.ruler
Methods in com._1c.g5.v8.dt.internal.profiling.ui.ruler with parameters of type ModuleModifier and TypeMethodDescriptionvoidSets the module opened in editor if it is not set yet.Constructors in com._1c.g5.v8.dt.internal.profiling.ui.ruler with parameters of type ModuleModifierConstructorDescriptionLineDataComputer(ProfilingResultsRuler ruler, IInvocationCountChecker invocationChecker, Module module) Creates new statistics computer. -
Uses of Module in com._1c.g5.v8.dt.internal.profiling.ui.view
Methods in com._1c.g5.v8.dt.internal.profiling.ui.view with parameters of type ModuleModifier and TypeMethodDescriptionstatic voidModuleEditorOpener.openModuleEditor(Module module, OpenHelper openHelper, int lineNumber) Opens editor and sets cursor on specified line. -
Uses of Module in com._1c.g5.v8.dt.internal.stacktraces.model
Methods in com._1c.g5.v8.dt.internal.stacktraces.model that return ModuleMethods in com._1c.g5.v8.dt.internal.stacktraces.model with parameters of type Module -
Uses of Module in com._1c.g5.v8.dt.internal.stacktraces.ui.bsl
Methods in com._1c.g5.v8.dt.internal.stacktraces.ui.bsl that return ModuleModifier and TypeMethodDescriptionBslModuleSelector.get(IStacktraceFrame stackFrame) IBslModuleSelector.get(IStacktraceFrame stackFrame) Returns actual BSL module for the given stack frame element.BslModuleLocator.getModule(String symlink, IV8Project v8Project, boolean extension) IBslModuleLocator.getModule(String symlink, IV8Project v8Project, boolean extension) Returns actual BSL module for the given symlink and project.BslModuleSelector.select(IStacktraceFrame stackFrame, boolean autoModuleSelect) IBslModuleSelector.select(IStacktraceFrame stackFrame, boolean forceModuleSelect) Returns actual BSL module for the given stack frame element.Methods in com._1c.g5.v8.dt.internal.stacktraces.ui.bsl that return types with arguments of type ModuleModifier and TypeMethodDescriptionBslModuleLocator.getModules(IStacktraceFrame stackFrame) IBslModuleLocator.getModules(IStacktraceFrame stackFrame) Returns actual BSL module for the given stack frame element.Methods in com._1c.g5.v8.dt.internal.stacktraces.ui.bsl with parameters of type ModuleModifier and TypeMethodDescriptionprotected org.eclipse.ui.IEditorPartBslSourceDisplay.openModuleEditor(Module module, org.eclipse.ui.IWorkbenchPage page, boolean forceSourceLookup) Opens an editor for the given source lookup module result: module owner and owner reference.protected org.eclipse.ui.IEditorPartCachingBslSourceDisplay.openModuleEditor(Module module, org.eclipse.ui.IWorkbenchPage page, boolean forceSourceLookup) -
Uses of Module in com._1c.g5.v8.dt.internal.stacktraces.ui.dialogs
Constructor parameters in com._1c.g5.v8.dt.internal.stacktraces.ui.dialogs with type arguments of type ModuleModifierConstructorDescriptionModuleSelectionDialog(org.eclipse.swt.widgets.Shell shell, List<Module> modules) Creates new dialog. -
Uses of Module in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ModuleModifier and TypeMethodDescriptionBasicCommand.getCommandModule()Returns the value of the 'Command Module' reference.Configuration.getExternalConnectionModule()Returns the value of the 'External Connection Module' reference.Configuration.getManagedApplicationModule()Returns the value of the 'Managed Application Module' reference.AccountingRegister.getManagerModule()Returns the value of the 'Manager Module' reference.AccumulationRegister.getManagerModule()Returns the value of the 'Manager Module' reference.BasicDbObject.getManagerModule()Returns the value of the 'Manager Module' reference.CalculationRegister.getManagerModule()Returns the value of the 'Manager Module' reference.Constant.getManagerModule()Returns the value of the 'Manager Module' reference.Cube.getManagerModule()Returns the value of the 'Manager Module' reference.DataProcessor.getManagerModule()Returns the value of the 'Manager Module' reference.DimensionTable.getManagerModule()Returns the value of the 'Manager Module' reference.DocumentJournal.getManagerModule()Returns the value of the 'Manager Module' reference.Enum.getManagerModule()Returns the value of the 'Manager Module' reference.FilterCriterion.getManagerModule()Returns the value of the 'Manager Module' reference.InformationRegister.getManagerModule()Returns the value of the 'Manager Module' reference.Report.getManagerModule()Returns the value of the 'Manager Module' reference.SettingsStorage.getManagerModule()Returns the value of the 'Manager Module' reference.Table.getManagerModule()Returns the value of the 'Manager Module' reference.AbstractForm.getModule()Returns the value of the 'Module' reference.Bot.getModule()Returns the value of the 'Module' reference.CommonModule.getModule()Returns the value of the 'Module' reference.HTTPService.getModule()Returns the value of the 'Module' reference.IntegrationService.getModule()Returns the value of the 'Module' reference.WebService.getModule()Returns the value of the 'Module' reference.WebSocketClient.getModule()Returns the value of the 'Module' reference.BasicDbObject.getObjectModule()Returns the value of the 'Object Module' reference.DataProcessor.getObjectModule()Returns the value of the 'Object Module' reference.DimensionTable.getObjectModule()Returns the value of the 'Object Module' reference.ExternalDataProcessor.getObjectModule()Returns the value of the 'Object Module' reference.ExternalReport.getObjectModule()Returns the value of the 'Object Module' reference.Report.getObjectModule()Returns the value of the 'Object Module' reference.Table.getObjectModule()Returns the value of the 'Object Module' reference.Configuration.getOrdinaryApplicationModule()Returns the value of the 'Ordinary Application Module' reference.AccountingRegister.getRecordSetModule()Returns the value of the 'Record Set Module' reference.AccumulationRegister.getRecordSetModule()Returns the value of the 'Record Set Module' reference.CalculationRegister.getRecordSetModule()Returns the value of the 'Record Set Module' reference.Cube.getRecordSetModule()Returns the value of the 'Record Set Module' reference.InformationRegister.getRecordSetModule()Returns the value of the 'Record Set Module' reference.Recalculation.getRecordSetModule()Returns the value of the 'Record Set Module' reference.Sequence.getRecordSetModule()Returns the value of the 'Record Set Module' reference.Table.getRecordSetModule()Returns the value of the 'Record Set Module' reference.Configuration.getSessionModule()Returns the value of the 'Session Module' reference.Constant.getValueManagerModule()Returns the value of the 'Value Manager Module' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ModuleModifier and TypeMethodDescriptionvoidBasicCommand.setCommandModule(Module value) Sets the value of the 'Command Module' reference.voidConfiguration.setExternalConnectionModule(Module value) Sets the value of the 'External Connection Module' reference.voidConfiguration.setManagedApplicationModule(Module value) Sets the value of the 'Managed Application Module' reference.voidAccountingRegister.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidAccumulationRegister.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidBasicDbObject.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidCalculationRegister.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidConstant.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidCube.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidDataProcessor.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidDimensionTable.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidDocumentJournal.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidEnum.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidFilterCriterion.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidInformationRegister.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidReport.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidSettingsStorage.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidTable.setManagerModule(Module value) Sets the value of the 'Manager Module' reference.voidSets the value of the 'Module' reference.voidSets the value of the 'Module' reference.voidSets the value of the 'Module' reference.voidSets the value of the 'Module' reference.voidSets the value of the 'Module' reference.voidSets the value of the 'Module' reference.voidSets the value of the 'Module' reference.voidBasicDbObject.setObjectModule(Module value) Sets the value of the 'Object Module' reference.voidDataProcessor.setObjectModule(Module value) Sets the value of the 'Object Module' reference.voidDimensionTable.setObjectModule(Module value) Sets the value of the 'Object Module' reference.voidExternalDataProcessor.setObjectModule(Module value) Sets the value of the 'Object Module' reference.voidExternalReport.setObjectModule(Module value) Sets the value of the 'Object Module' reference.voidReport.setObjectModule(Module value) Sets the value of the 'Object Module' reference.voidTable.setObjectModule(Module value) Sets the value of the 'Object Module' reference.voidConfiguration.setOrdinaryApplicationModule(Module value) Sets the value of the 'Ordinary Application Module' reference.voidAccountingRegister.setRecordSetModule(Module value) Sets the value of the 'Record Set Module' reference.voidAccumulationRegister.setRecordSetModule(Module value) Sets the value of the 'Record Set Module' reference.voidCalculationRegister.setRecordSetModule(Module value) Sets the value of the 'Record Set Module' reference.voidCube.setRecordSetModule(Module value) Sets the value of the 'Record Set Module' reference.voidInformationRegister.setRecordSetModule(Module value) Sets the value of the 'Record Set Module' reference.voidRecalculation.setRecordSetModule(Module value) Sets the value of the 'Record Set Module' reference.voidSequence.setRecordSetModule(Module value) Sets the value of the 'Record Set Module' reference.voidTable.setRecordSetModule(Module value) Sets the value of the 'Record Set Module' reference.voidConfiguration.setSessionModule(Module value) Sets the value of the 'Session Module' reference.voidConstant.setValueManagerModule(Module value) Sets the value of the 'Value Manager Module' reference. -
Uses of Module in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ModuleModifier and TypeMethodDescriptionBasicCommandImpl.getCommandModule()ConfigurationImpl.getExternalConnectionModule()ConfigurationImpl.getManagedApplicationModule()AccountingRegisterImpl.getManagerModule()AccumulationRegisterImpl.getManagerModule()BasicDbObjectImpl.getManagerModule()CalculationRegisterImpl.getManagerModule()ConstantImpl.getManagerModule()CubeImpl.getManagerModule()DataProcessorImpl.getManagerModule()DimensionTableImpl.getManagerModule()DocumentJournalImpl.getManagerModule()EnumImpl.getManagerModule()FilterCriterionImpl.getManagerModule()InformationRegisterImpl.getManagerModule()ReportImpl.getManagerModule()SettingsStorageImpl.getManagerModule()TableImpl.getManagerModule()AbstractFormImpl.getModule()BotImpl.getModule()CommonModuleImpl.getModule()HTTPServiceImpl.getModule()IntegrationServiceImpl.getModule()WebServiceImpl.getModule()WebSocketClientImpl.getModule()BasicDbObjectImpl.getObjectModule()DataProcessorImpl.getObjectModule()DimensionTableImpl.getObjectModule()ExternalDataProcessorImpl.getObjectModule()ExternalReportImpl.getObjectModule()ReportImpl.getObjectModule()TableImpl.getObjectModule()ConfigurationImpl.getOrdinaryApplicationModule()AccountingRegisterImpl.getRecordSetModule()AccumulationRegisterImpl.getRecordSetModule()CalculationRegisterImpl.getRecordSetModule()CubeImpl.getRecordSetModule()InformationRegisterImpl.getRecordSetModule()RecalculationImpl.getRecordSetModule()SequenceImpl.getRecordSetModule()TableImpl.getRecordSetModule()ConfigurationImpl.getSessionModule()ConstantImpl.getValueManagerModule()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ModuleModifier and TypeMethodDescriptionvoidBasicCommandImpl.setCommandModule(Module newCommandModule) voidConfigurationImpl.setExternalConnectionModule(Module newExternalConnectionModule) voidConfigurationImpl.setManagedApplicationModule(Module newManagedApplicationModule) voidAccountingRegisterImpl.setManagerModule(Module newManagerModule) voidAccumulationRegisterImpl.setManagerModule(Module newManagerModule) voidBasicDbObjectImpl.setManagerModule(Module newManagerModule) voidCalculationRegisterImpl.setManagerModule(Module newManagerModule) voidConstantImpl.setManagerModule(Module newManagerModule) voidCubeImpl.setManagerModule(Module newManagerModule) voidDataProcessorImpl.setManagerModule(Module newManagerModule) voidDimensionTableImpl.setManagerModule(Module newManagerModule) voidDocumentJournalImpl.setManagerModule(Module newManagerModule) voidEnumImpl.setManagerModule(Module newManagerModule) voidFilterCriterionImpl.setManagerModule(Module newManagerModule) voidInformationRegisterImpl.setManagerModule(Module newManagerModule) voidReportImpl.setManagerModule(Module newManagerModule) voidSettingsStorageImpl.setManagerModule(Module newManagerModule) voidTableImpl.setManagerModule(Module newManagerModule) voidvoidvoidvoidvoidvoidvoidvoidBasicDbObjectImpl.setObjectModule(Module newObjectModule) voidDataProcessorImpl.setObjectModule(Module newObjectModule) voidDimensionTableImpl.setObjectModule(Module newObjectModule) voidExternalDataProcessorImpl.setObjectModule(Module newObjectModule) voidExternalReportImpl.setObjectModule(Module newObjectModule) voidReportImpl.setObjectModule(Module newObjectModule) voidTableImpl.setObjectModule(Module newObjectModule) voidConfigurationImpl.setOrdinaryApplicationModule(Module newOrdinaryApplicationModule) voidAccountingRegisterImpl.setRecordSetModule(Module newRecordSetModule) voidAccumulationRegisterImpl.setRecordSetModule(Module newRecordSetModule) voidCalculationRegisterImpl.setRecordSetModule(Module newRecordSetModule) voidCubeImpl.setRecordSetModule(Module newRecordSetModule) voidInformationRegisterImpl.setRecordSetModule(Module newRecordSetModule) voidRecalculationImpl.setRecordSetModule(Module newRecordSetModule) voidSequenceImpl.setRecordSetModule(Module newRecordSetModule) voidTableImpl.setRecordSetModule(Module newRecordSetModule) voidConfigurationImpl.setSessionModule(Module newSessionModule) voidConstantImpl.setValueManagerModule(Module newValueManagerModule) -
Uses of Module in com._1c.g5.v8.dt.profiling.core
Methods in com._1c.g5.v8.dt.profiling.core with parameters of type ModuleModifier and TypeMethodDescriptionbooleanIInvocationCountChecker.canCountInvocations(ILineProfilingResult result, Module module) Checks if line result can be used to calculate the amount of method invocations.booleanIInvocationCountChecker.canCountInvocations(ILineProfilingResult result, Module module, Method method) Checks if line result can be used to calculate the amount of method invocations. -
Uses of Module in com._1c.g5.v8.dt.pw.ui.builders
Methods in com._1c.g5.v8.dt.pw.ui.builders that return ModuleModifier and TypeMethodDescriptionPrintWizardParser.ParseResult.getCommandModule()Get command moduleMethods in com._1c.g5.v8.dt.pw.ui.builders with parameters of type ModuleModifier and TypeMethodDescriptionvoidPrintWizardParser.ParseResult.setCommandModule(Module commandModule) Set command module -
Uses of Module in com._1c.g5.v8.dt.stacktraces.model
Methods in com._1c.g5.v8.dt.stacktraces.model that return ModuleModifier and TypeMethodDescriptionIStacktraceFrame.getModule()Returns the BSL module of stack frame source.Methods in com._1c.g5.v8.dt.stacktraces.model with parameters of type Module -
Uses of Module in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return Module -
Uses of Module in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type ModuleModifier and TypeMethodDescriptionprotected voidBslFormatter2.formatModule(Module module, org.eclipse.xtext.formatting2.IFormattableDocument document) Formats regions between Module components and calls format on them -
Uses of Module in com.e1c.g5.v8.dt.gsw
Methods in com.e1c.g5.v8.dt.gsw that return ModuleModifier and TypeMethodDescriptionIGenerationBasedOnManagementService.getObjectModule(MdObject source) Gets object module from a provided sourceMdObjectConstructors in com.e1c.g5.v8.dt.gsw with parameters of type ModuleModifierConstructorDescriptionModuleProcessor(MdObject creatingObject, Module module, ScriptVariant scriptVariant, int insertPosition, IGenerationBasedOnManagementService basedOnManagementService) Create module processor for creating object on baseModuleProcessor(MdObject creatingObject, Module module, ScriptVariant scriptVariant, int insertPosition, String newline, IGenerationBasedOnManagementService basedOnManagementService) Create module processor for creating object on base -
Uses of Module in com.e1c.g5.v8.dt.internal.bsl.check.qfix
Constructor parameters in com.e1c.g5.v8.dt.internal.bsl.check.qfix with type arguments of type ModuleModifierConstructorDescriptionXtextBslModuleFixModel(Supplier<Module> moduleSupp, IV8ProjectManager v8projectManager, BslGrammarAccess bslGrammar, IResourceLookup resourceLookup, org.eclipse.xtext.validation.Issue issue, IDtProject dtProject) Creates module quick fix modelXtextInteractiveBslModuleFixModel(Supplier<Module> moduleSupp, IV8ProjectManager v8projectManager, BslGrammarAccess bslGrammar, IResourceLookup resourceLookup, IndentTextEditorProvider indentProvider, BslGeneratorMultiLangProposals bslGenProp, org.eclipse.xtext.validation.Issue issue, IDtProject dtProject, org.eclipse.xtext.ui.editor.IURIEditorOpener editorOpener) /** Creates module quick fix model -
Uses of Module in com.e1c.g5.v8.dt.internal.check.qfix
Methods in com.e1c.g5.v8.dt.internal.check.qfix that return Module -
Uses of Module in com.e1c.g5.v8.dt.internal.gsw
Methods in com.e1c.g5.v8.dt.internal.gsw that return ModuleModifier and TypeMethodDescriptionGenerationBasedOnManagementService.getObjectModule(MdObject source) -
Uses of Module in com.e1c.g5.v8.dt.mw
Constructors in com.e1c.g5.v8.dt.mw with parameters of type ModuleModifierConstructorDescriptionModuleProcessor(Document document, Module module, ScriptVariant scriptVariant, int insertPosition) Create LoaderDocumentObjectModuleProcessor(Document document, Module module, ScriptVariant scriptVariant, int insertPosition, String newline) Create LoaderDocumentObject