Uses of Interface
com._1c.g5.v8.dt.bsl.model.Module
-
-
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 Module Modifier and Type Method Description Map<CaseInsensitiveString,List<Collection<TypeItem>>>GraphicalSchemeItemEventsProvider. 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)Map<Event,CaseInsensitiveString>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 Module Modifier and Type Method Description org.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 Module Modifier and Type Field Description protected com._1c.g5.v8.dt.lcore.tests.parser.helper.ParseHelperEncoder<Module>SimpleTestBslParseHelper. parserMethods in com._1c.g5.v8.dt.bsl with parameters of type Module Modifier and Type Method Description org.eclipse.xtext.util.Pair<Boolean,String>TestingBslWrapInRegionHandler. 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 Module Modifier and Type Method Description voidIBslBmReconcileParticipant. 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 Module Modifier and Type Method Description org.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 Module Modifier and Type Method Description org.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 Module Modifier and Type Method Description ModuleDefaultModuleExtensionService. getSourceModule(Module module)ModuleIModuleExtensionService. getSourceModule(Module module)Gets adoptableModuleby extension Bsl moduleMethods in com._1c.g5.v8.dt.bsl.common that return types with arguments of type Module Modifier and Type Method Description Collection<Module>DefaultModuleExtensionService. getExtensionModules(Module sourceModule)Collection<Module>IModuleExtensionService. getExtensionModules(Module sourceModule)Gets all extensionModuleby sourceMethods in com._1c.g5.v8.dt.bsl.common with parameters of type Module Modifier and Type Method Description voidISourceModuleExtensionCache. clearSourceModuleCache(Module extensionModule)Clears cache of sourceModulesMap<Pragma,Method>DefaultModuleExtensionService. getExtensionMethods(Module extensionModule, String methodName)Map<Pragma,Method>IModuleExtensionService. getExtensionMethods(Module extensionModule, String methodName)Gets extension method overriding adoptable method with namemethodNameCollection<Module>DefaultModuleExtensionService. getExtensionModules(Module sourceModule)Collection<Module>IModuleExtensionService. getExtensionModules(Module sourceModule)Gets all extensionModuleby sourceStringDefaultModuleExtensionService. getExtensionPrefix(Module module)StringIModuleExtensionService. getExtensionPrefix(Module module)Gets prefix of extension project by extension Bsl moduleMethodDefaultModuleExtensionService. getSourceMethodForFormEventHandler(Module extensionModule, String methodName, BslEventsService eventService)MethodIModuleExtensionService. getSourceMethodForFormEventHandler(Module extensionModule, String methodName, BslEventsService eventService)Gets adoptable method by event handler method name from extension form moduleMap<Method,org.eclipse.xtext.util.Pair<Method,String>>DefaultModuleExtensionService. getSourceMethodsForFormEventHandler(Module adoptableModule, Module extensionModule, BslEventsService eventService)Map<Method,org.eclipse.xtext.util.Pair<Method,String>>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 moduleModuleDefaultModuleExtensionService. getSourceModule(Module module)ModuleIModuleExtensionService. 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 Constructor Description ModuleCleanerProcessor(Module module)Constructor -
Uses of Module in com._1c.g5.v8.dt.bsl.contextdef
Methods in com._1c.g5.v8.dt.bsl.contextdef with parameters of type Module Modifier and Type Method Description ContextDefAbstractBslModuleContextDefExtension. getContextDef(Module module)ContextDefIBslModuleContextDefExtension. getContextDef(Module module)GetsContextDefof Bsl moduleContextDefIBslModuleContextDefService. getContextDef(Module module)ComputeContextDefof Bsl moduleList<Event>AbstractBslModuleContextDefExtension. getModuleEvents(Module module)List<Event>IBslModuleContextDefExtension. getModuleEvents(Module module)Gets collection of possibleEventfrom Bsl moduleList<Event>IBslModuleContextDefService. 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 Module Modifier and Type Method Description ModuleBslDocumentationComment. getModule()Gets the moduleModuleof the documentation commentMethods in com._1c.g5.v8.dt.bsl.documentation.comment with parameters of type Module Modifier and Type Method Description static List<String>BslCommentUtils. 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 Module Constructor Description BslDocumentationComment(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 Module Modifier and Type Method Description static 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 Module Modifier and Type Method Description ModuleModuleExtentionService. getSourceModule(Module module)Methods in com._1c.g5.v8.dt.bsl.extension that return types with arguments of type Module Modifier and Type Method Description Collection<Module>ModuleExtentionService. getExtensionModules(Module sourceModule)Methods in com._1c.g5.v8.dt.bsl.extension with parameters of type Module Modifier and Type Method Description voidModuleExtentionService. 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)Map<Pragma,Method>ModuleExtentionService. getExtensionMethods(Module extensionModule, String methodName)Collection<Module>ModuleExtentionService. getExtensionModules(Module sourceModule)StringModuleExtentionService. getExtensionPrefix(Module module)MethodModuleExtentionService. getSourceMethodForFormEventHandler(Module extensionModule, String methodName, BslEventsService eventService)Map<Method,org.eclipse.xtext.util.Pair<Method,String>>ModuleExtentionService. getSourceMethodsForFormEventHandler(Module adoptableModule, Module extensionModule, BslEventsService eventService)ModuleModuleExtentionService. 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 Module Modifier and Type Method Description ModuleBslFactory. createModule()Returns a new object of class 'Module'.ModuleFeaturesScopeSpec. getModule()Returns the value of the 'Module' reference.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type Module Modifier and Type Method Description voidFeaturesScopeSpec. setModule(Module value)Sets the value of the 'Module' reference. -
Uses of Module in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement Module Modifier and Type Class Description classModuleImplAn implementation of the model object 'Module'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as Module Modifier and Type Field Description protected ModuleFeaturesScopeSpecImpl. moduleThe cached value of the 'Module' reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Module Modifier and Type Method Description ModuleFeaturesScopeSpecImpl. basicGetModule()ModuleBslFactoryImpl. createModule()ModuleFeaturesScopeSpecImpl. getModule()Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type Module Modifier and Type Method Description voidFeaturesScopeSpecImpl. setModule(Module newModule) -
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 Module Modifier and Type Method Description DefinesIBslOwnerComputerService. computeDefines(Module module)Computes moduleDefinesEnvironmentsIBslOwnerComputerService. 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 Module Modifier and Type Method Description TBslSwitch. 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 Module Modifier and Type Method Description protected 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 Module Modifier and Type Method Description static 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 positionstatic BslQueryWizardUtils.QueryTextInfoBslQueryWizardUtils. 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 Module Modifier and Type Method Description protected 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 elementsMap<String,String>BslAdditionalIndexInformationHelper. 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 moduleMap<Event,CaseInsensitiveString>BslEventsService. 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)Map<CaseInsensitiveString,List<Collection<TypeItem>>>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 Module Constructor Description ContextDefBuilder(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 Module Modifier and Type Method Description DefinesBslOwnerComputerService. computeDefines(Module module)EnvironmentsBslOwnerComputerService. 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 Module Modifier and Type Method Description voidBslCachedScopeProvider. 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 Module Constructor Description ContextMethodsScope(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 Module Modifier and Type Method Description protected 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 Module Modifier and Type Method Description voidBslTreeTypeSystem. discardTypeSystem(BslResource resource, Module module)voidITypeSystem. discardTypeSystem(BslResource resource, Module module)Discards type system for BSL moduleMap<CaseInsensitiveString,List<Collection<TypeItem>>>EventSubscriptionEventsProvider. getAllEventsParamTypes(Module module)Map<CaseInsensitiveString,List<Collection<TypeItem>>>HttpServiceEventsProvider. getAllEventsParamTypes(Module module)Map<CaseInsensitiveString,List<Collection<TypeItem>>>IEventsProvider. getAllEventsParamTypes(Module module)Gets allEventgiven method is assigned forMap<CaseInsensitiveString,List<Collection<TypeItem>>>IntegrationServiceEventsProvider. getAllEventsParamTypes(Module module)Map<CaseInsensitiveString,List<Collection<TypeItem>>>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)Map<Event,CaseInsensitiveString>EventSubscriptionEventsProvider. getModuleEvents(Module module)Map<Event,CaseInsensitiveString>HttpServiceEventsProvider. getModuleEvents(Module module)Map<Event,CaseInsensitiveString>IEventsProvider. getModuleEvents(Module module)Gets module with their handlers nameMap<Event,CaseInsensitiveString>IntegrationServiceEventsProvider. getModuleEvents(Module module)Map<Event,CaseInsensitiveString>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.booleanIntegrationServiceEventsProvider. 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 Module Modifier and Type Method Description static 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 Module Modifier and Type Method Description List<org.eclipse.xtext.util.Pair<Event,Method>>BslProposalProvider. getAllCorrectEvent(Module module)Gets all correctEventfor creating proposalsStringBslProposalProvider. getEndContentEventProposal(Module module, boolean isFunc, String lineFormatter, boolean isRussian)Gets last part of content event's proposalstatic 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 forEventStringBslProposalProvider. getLineFormatter(Module module, int offset, org.eclipse.jface.text.IDocument document)Gets indentation by current context for Bsl modulestatic 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.event
Methods in com._1c.g5.v8.dt.bsl.ui.event with parameters of type Module Modifier and Type Method Description StringBslModuleEventsLookup. createInsertContentProposals(Event event, ParamSet set, String eventName, boolean isMainItem, boolean isCommandHandler, Module actualBslModule, String procedureDerictive, int offset, org.eclipse.jface.text.IDocument document, boolean isRussian)StringBslModuleEventsLookup. createInsertContentProposals(Event event, ParamSet set, String eventName, boolean isMainItem, boolean isCommandHandler, Module actualBslModule, String procedureDerictive, String procedureAnnotation, String extensionPrefix, int offset, org.eclipse.jface.text.IDocument document, boolean isRussian)StringIBslModuleEventsLookup. createInsertContentProposals(Event event, ParamSet set, String eventName, boolean isMainItem, boolean isCommandHandler, Module actualBslModule, String procedureDerictive, int offset, org.eclipse.jface.text.IDocument document, boolean isRussian)Creates insert content assist proposals.StringIBslModuleExtensionEventsLookup. createInsertContentProposals(Event event, ParamSet set, String eventName, boolean isMainItem, boolean isCommandHandler, Module actualBslModule, String procedureDerictive, String procedureAnnotation, String extensionPrefix, int offset, org.eclipse.jface.text.IDocument document, boolean isRussian)Creates insert content assist proposals of event handler for extension moduleintBslModuleEventsLookup. getPositionOfInsertionEvent(Module module, int offset, org.eclipse.jface.text.ITextViewer viewer)intIBslModuleEventsLookup. getPositionOfInsertionEvent(Module module, int offset, org.eclipse.jface.text.ITextViewer viewer)Defines offset of the insertingEvent. -
Uses of Module in com._1c.g5.v8.dt.bsl.ui.event.handler
Methods in com._1c.g5.v8.dt.bsl.ui.event.handler with parameters of type Module Modifier and Type Method Description protected abstract intAbstractBslModuleEventsHandler. getPositionOfInsertionEvent(Module module, int offset, org.eclipse.jface.text.ITextViewer viewer)Defines offset of the insertingEventprotected intBslModuleEventsHandler. getPositionOfInsertionEvent(Module module, int offset, org.eclipse.jface.text.ITextViewer viewer) -
Uses of Module in com._1c.g5.v8.dt.bsl.ui.menu
Methods in com._1c.g5.v8.dt.bsl.ui.menu with parameters of type Module Modifier and Type Method Description static org.eclipse.xtext.util.Pair<Integer,String>AbstractBslAddAnnotationCommentHandler. createAnnotationComment(Module module, org.eclipse.emf.ecore.EObject annotatedObject, String commentContent, BslProposalProvider proposalProvider, org.eclipse.jface.text.IDocument document)Creates annotation comment content and computes the offset of position for inserting commentprotected abstract org.eclipse.xtext.util.Pair<Boolean,String>AbstractBslWrapInRegionHandler. validateSelectRegion(Module module, int startPos, int endPos)Check for valid selection area of the moduleprotected org.eclipse.xtext.util.Pair<Boolean,String>BslWrapInRegionHandler. validateSelectRegion(Module module, int startPos, int endPos) -
Uses of Module in com._1c.g5.v8.dt.bsl.ui.refactoring
Fields in com._1c.g5.v8.dt.bsl.ui.refactoring declared as Module Modifier and Type Field Description protected ModuleLocalVariableExtractValidator. moduleMethods in com._1c.g5.v8.dt.bsl.ui.refactoring that return Module Modifier and Type Method Description ModuleBslRenameElementContext. getModule()Gets actual Bsl module for target object of refactoringConstructors in com._1c.g5.v8.dt.bsl.ui.refactoring with parameters of type Module Constructor Description LocalVariableExtractValidator(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 Module Modifier and Type Method Description static List<Method>BslUtil. allMethods(ContextDef contextDef, Module module, INamingService namingService)More faster implementation ofContextDef.allMethods()with replacing proxy reference contextDef for bsl module to real its contextDefstatic List<Property>BslUtil. 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 booleanBslUtil. isGlobal(Module module)Checks 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 Module Modifier and Type Method Description voidBslJavaValidator. checkLibraryModule(Module module)voidBslJavaValidator. checkMethodNamesAreUnique(Module module)voidBslJavaValidator. checkModuleExtension(Module module)voidBslJavaValidator. checkVariableNamesAreUnique(Module module)Map<String,Collection<BslSuppressionProvider.BslSuppressionRange>>BslSuppressionProvider. computeSuppressionRanges(Module module)Computes all suppression ranges forModulevoidBslJavaValidator. validateOrderOfModulePart(Module module) -
Uses of Module in com._1c.g5.v8.dt.debug.core.model
Methods in com._1c.g5.v8.dt.debug.core.model that return Module Modifier and Type Method Description ModuleIBslModuleLocator. getModule(BslModuleReference moduleReference, boolean forceDerivedStateComputation)Returns actual BSL module for the given BSL module reference.ModuleIBslModuleLocator. getModule(org.eclipse.core.resources.IResource resource, boolean forceDerivedStateComputation)Returns BSL module, found in the given resource.ModuleIBslStackFrame. getModule()Returns the BSL module of stack frame source.ModuleIBslModuleLocator. 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 Module Modifier and Type Method Description ContextDefIBslModuleLocator. 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 Module Modifier and Type Method Description static 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 Module Modifier and Type Method Description static ModuleTestMdObjectFactory. createModule()Creates Module with name -
Uses of Module in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return Module Modifier and Type Method Description ModuleFormImpl. getModule()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type Module Modifier and Type Method Description voidFormImpl. setModule(Module newModule) -
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 Module Modifier and Type Method Description Iterable<IHandlerModel<?>>EventHandlerCollectionModel. getHandlerModels(Module bslModule)Iterable<IHandlerModel<?>>IHandlerCollectionModel. getHandlerModels(Module bslModule)Returns a collection of underlying handler models. -
Uses of Module in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Module Modifier and Type Method Description ModuleBasicCommand. getCommandModule()Returns the value of the 'Command Module' reference.ModuleConfiguration. getExternalConnectionModule()Returns the value of the 'External Connection Module' reference.ModuleConfiguration. getManagedApplicationModule()Returns the value of the 'Managed Application Module' reference.ModuleAccountingRegister. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleAccumulationRegister. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleBasicDbObject. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleCalculationRegister. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleConstant. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleCube. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleDataProcessor. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleDimensionTable. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleDocumentJournal. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleEnum. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleFilterCriterion. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleInformationRegister. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleReport. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleSettingsStorage. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleTable. getManagerModule()Returns the value of the 'Manager Module' reference.ModuleAbstractForm. getModule()Returns the value of the 'Module' reference.ModuleBot. getModule()Returns the value of the 'Module' reference.ModuleCommonModule. getModule()Returns the value of the 'Module' reference.ModuleHTTPService. getModule()Returns the value of the 'Module' reference.ModuleIntegrationService. getModule()Returns the value of the 'Module' reference.ModuleWebService. getModule()Returns the value of the 'Module' reference.ModuleBasicDbObject. getObjectModule()Returns the value of the 'Object Module' reference.ModuleDataProcessor. getObjectModule()Returns the value of the 'Object Module' reference.ModuleDimensionTable. getObjectModule()Returns the value of the 'Object Module' reference.ModuleExternalDataProcessor. getObjectModule()Returns the value of the 'Object Module' reference.ModuleExternalReport. getObjectModule()Returns the value of the 'Object Module' reference.ModuleReport. getObjectModule()Returns the value of the 'Object Module' reference.ModuleTable. getObjectModule()Returns the value of the 'Object Module' reference.ModuleConfiguration. getOrdinaryApplicationModule()Returns the value of the 'Ordinary Application Module' reference.ModuleAccountingRegister. getRecordSetModule()Returns the value of the 'Record Set Module' reference.ModuleAccumulationRegister. getRecordSetModule()Returns the value of the 'Record Set Module' reference.ModuleCalculationRegister. getRecordSetModule()Returns the value of the 'Record Set Module' reference.ModuleCube. getRecordSetModule()Returns the value of the 'Record Set Module' reference.ModuleInformationRegister. getRecordSetModule()Returns the value of the 'Record Set Module' reference.ModuleRecalculation. getRecordSetModule()Returns the value of the 'Record Set Module' reference.ModuleSequence. getRecordSetModule()Returns the value of the 'Record Set Module' reference.ModuleTable. getRecordSetModule()Returns the value of the 'Record Set Module' reference.ModuleConfiguration. getSessionModule()Returns the value of the 'Session Module' reference.ModuleConstant. getValueManagerModule()Returns the value of the 'Value Manager Module' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type Module Modifier and Type Method Description voidBasicCommand. 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.voidAbstractForm. setModule(Module value)Sets the value of the 'Module' reference.voidBot. setModule(Module value)Sets the value of the 'Module' reference.voidCommonModule. setModule(Module value)Sets the value of the 'Module' reference.voidHTTPService. setModule(Module value)Sets the value of the 'Module' reference.voidIntegrationService. setModule(Module value)Sets the value of the 'Module' reference.voidWebService. setModule(Module value)Sets 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 with parameters of type Module Modifier and Type Method Description voidBasicCommandImpl. 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)voidAbstractFormImpl. setModule(Module newModule)voidBotImpl. setModule(Module newModule)voidCommonModuleImpl. setModule(Module newModule)voidHTTPServiceImpl. setModule(Module newModule)voidIntegrationServiceImpl. setModule(Module newModule)voidWebServiceImpl. setModule(Module newModule)voidBasicDbObjectImpl. 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 Module Modifier and Type Method Description booleanIInvocationCountChecker. 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 Module Modifier and Type Method Description ModulePrintWizardParser.ParseResult. getCommandModule()Get command moduleMethods in com._1c.g5.v8.dt.pw.ui.builders with parameters of type Module Modifier and Type Method Description voidPrintWizardParser.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 Module Modifier and Type Method Description ModuleIStacktraceFrame. getModule()Returns the BSL module of stack frame source.Methods in com._1c.g5.v8.dt.stacktraces.model with parameters of type Module Modifier and Type Method Description voidIStacktraceFrame. setModule(Module module)Sets module. -
Uses of Module in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return Module Modifier and Type Method Description ModuleIFixSession. getModule(org.eclipse.emf.common.util.URI targetModuleUri)Provides the module by itsURI -
Uses of Module in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type Module Modifier and Type Method Description protected 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
Constructors in com.e1c.g5.v8.dt.gsw with parameters of type Module Constructor Description ModuleProcessor(BasicDbObject creatingObject, Module module, ScriptVariant scriptVariant, int insertPosition)Create module processor for creating object on baseModuleProcessor(BasicDbObject creatingObject, Module module, ScriptVariant scriptVariant, int insertPosition, String newline)Create module processor for creating object on base -
Uses of Module in com.e1c.g5.v8.dt.mw
Constructors in com.e1c.g5.v8.dt.mw with parameters of type Module Constructor Description ModuleProcessor(Document document, Module module, ScriptVariant scriptVariant, int insertPosition)Create LoaderDocumentObjectModuleProcessor(Document document, Module module, ScriptVariant scriptVariant, int insertPosition, String newline)Create LoaderDocumentObject
-