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)
boolean
GraphicalSchemeItemEventsProvider. hasEventHandler(Module module, String methodName)
boolean
GraphicalSchemeItemEventsProvider. 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.Change
GraphicalSchemeItemHandlerRenameParticipant. 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. parser
Methods 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 void
IBslBmReconcileParticipant. doAfterReconcile(Module module)
This method will be call after reconciling in Bsl moduleboolean
IBslBmReconcileParticipant. 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.EObject
ExternalPropertyAwareOwnerComputerService. 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 that return Module Modifier and Type Method Description protected Module
BslFullTextSearchSupplier. getModule(DtMatch match, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
Gets Bsl module by full text search resultMethods 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.Change
IBslMdObjectHandlerRenameParticipant. createChange(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm)
Creates aChange
object 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 aChange
object that contains the workspace modifications of this participant to be executed after the changes from the refactoring are executed.protected void
BslFullTextSearchSupplier. filterMatchesForFormalParam(DtMatch result, 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<IDtMatchProvider> correctSearchResult)
Filters all matches: if matches not corresponding to the comment inModule
if matches not corresponding to the comment forMethod
for 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 Module
DefaultModuleExtensionService. getSourceModule(Module module)
Module
IModuleExtensionService. getSourceModule(Module module)
Gets adoptableModule
by 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 extensionModule
by sourceMethods in com._1c.g5.v8.dt.bsl.common with parameters of type Module Modifier and Type Method Description void
ISourceModuleExtensionCache. clearSourceModuleCache(Module extensionModule)
Clears cache of sourceModule
sMap<Pragma,Method>
DefaultModuleExtensionService. getExtensionMethods(Module extensionModule, String methodName)
Map<Pragma,Method>
IModuleExtensionService. getExtensionMethods(Module extensionModule, String methodName)
Gets extension method overriding adoptable method with namemethodName
Collection<Module>
DefaultModuleExtensionService. getExtensionModules(Module sourceModule)
Collection<Module>
IModuleExtensionService. getExtensionModules(Module sourceModule)
Gets all extensionModule
by sourceString
DefaultModuleExtensionService. getExtensionPrefix(Module module)
String
IModuleExtensionService. getExtensionPrefix(Module module)
Gets prefix of extension project by extension Bsl moduleMethod
DefaultModuleExtensionService. getSourceMethodForFormEventHandler(Module extensionModule, String methodName, BslEventsService eventService)
Method
IModuleExtensionService. 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 moduleModule
DefaultModuleExtensionService. getSourceModule(Module module)
Module
IModuleExtensionService. getSourceModule(Module module)
Gets adoptableModule
by extension Bsl moduleboolean
DefaultModuleExtensionService. isCorrectVersionForAnnotationPragma(Module module)
boolean
IModuleExtensionService. isCorrectVersionForAnnotationPragma(Module module)
Checks that annotation available for methods of this module.boolean
DefaultModuleExtensionService. isExtensionModule(Module module)
boolean
IModuleExtensionService. isExtensionModule(Module module)
Checks that thisModule
corresponding 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 ContextDef
AbstractBslModuleContextDefExtension. getContextDef(Module module)
ContextDef
IBslModuleContextDefExtension. getContextDef(Module module)
GetsContextDef
of Bsl moduleContextDef
IBslModuleContextDefService. getContextDef(Module module)
ComputeContextDef
of Bsl moduleList<Event>
AbstractBslModuleContextDefExtension. getModuleEvents(Module module)
List<Event>
IBslModuleContextDefExtension. getModuleEvents(Module module)
Gets collection of possibleEvent
from Bsl moduleList<Event>
IBslModuleContextDefService. getModuleEvents(Module module)
Gets collection of possibleEvent
from Bsl moduleprotected abstract Type
AbstractBslModuleContextDefExtension. getModuleProducedType(Module module)
Gets module producedType
boolean
AbstractBslModuleContextDefExtension. isAppropriateFor(Module module)
boolean
IBslModuleContextDefExtension. isAppropriateFor(Module module)
Checks if this implementation is appropriate for given moduleprotected org.eclipse.emf.ecore.EObject
AbstractBslModuleContextDefExtension. 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 Module
BslDocumentationComment. getModule()
Gets the moduleModule
of 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[] lineGlobalOffsets)
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 String
ModuleExporter. 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 Module
ModuleExtentionService. 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 void
ModuleExtentionService. clearSourceModuleCache(Module extensionModule)
org.eclipse.emf.ecore.EObject
BslFormEventHandlerService. 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)
String
ModuleExtentionService. getExtensionPrefix(Module module)
Method
ModuleExtentionService. getSourceMethodForFormEventHandler(Module extensionModule, String methodName, BslEventsService eventService)
Map<Method,org.eclipse.xtext.util.Pair<Method,String>>
ModuleExtentionService. getSourceMethodsForFormEventHandler(Module adoptableModule, Module extensionModule, BslEventsService eventService)
Module
ModuleExtentionService. getSourceModule(Module module)
boolean
ModuleExtentionService. isCorrectVersionForAnnotationPragma(Module module)
boolean
ModuleExtentionService. 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 Module
BslFactory. createModule()
Returns a new object of class 'Module'.Module
FeaturesScopeSpec. 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 void
FeaturesScopeSpec. 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 class
ModuleImpl
An 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 Module
FeaturesScopeSpecImpl. module
The cached value of the 'Module
' reference.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Module Modifier and Type Method Description Module
FeaturesScopeSpecImpl. basicGetModule()
Module
BslFactoryImpl. createModule()
Module
FeaturesScopeSpecImpl. getModule()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type Module Modifier and Type Method Description void
FeaturesScopeSpecImpl. 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 Defines
IBslOwnerComputerService. computeDefines(Module module)
Computes moduleDefines
Environments
IBslOwnerComputerService. computeEnvironments(Module module)
Computes moduleEnvironments
org.eclipse.emf.ecore.EClass
IBslOwnerComputerService. computeOwnerEClass(Module module)
Computes ownerEClass
org.eclipse.emf.ecore.EObject
IBslOwnerComputerService. computeOwnerProxy(Module module)
Computes module owner proxyorg.eclipse.emf.common.util.URI
IBslOwnerComputerService. 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 T
BslSwitch. 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.QualifiedName
BslQualifiedNameProvider. _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.TextPosition
Parser. findTextPosition(Module module, int offset, String tagStart, String tagStartRu, String tagEnd, String tagEndRu)
Find text position in modulestatic Parser.TextPosition
Parser. findTextPosition(Module module, String tagStart, String tagStartRu, String tagEnd, String tagEndRu)
Find text positionstatic BslQueryWizardUtils.QueryTextInfo
BslQueryWizardUtils. getCurrentStringLiteral(Module module, int offset, int mode, QueryTextResultProcessing.ResultProcessingParams params)
GetBslQueryWizardUtils.QueryTextInfo
by 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 void
BslAdditionalIndexInformationHelper. addCommonModuleDataCheck(Map<String,String> userData, Module module)
Adds information about that it's indexing element corresponding to the common moduleprotected void
BslAdditionalIndexInformationHelper. addGlobalDataCheck(Map<String,String> userData, Module module)
Adds information about that it's indexing element corresponding to the global moduleprotected void
BslAdditionalIndexInformationHelper. addModuleContextDefInformation(Map<String,String> userData, Module module)
Adds information about built-in language module public methods and variablesprotected void
BslAdditionalIndexInformationHelper. 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 void
BslAdditionalIndexInformationHelper. 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 void
BslResourceDescriptionStrategy. createContextDefDescriptions(Module module, org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IEObjectDescription> acceptor)
Creates descriptions for elements inContextDef
ofmodule
protected void
BslDerivedStateComputer. 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 appropriateEObject
which 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.boolean
BslEventsService. hasEventHandler(Module module, String methodName)
Checks that method inModule
with concrete name is event handlerprotected void
BslResource. 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)
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 Defines
BslOwnerComputerService. computeDefines(Module module)
Environments
BslOwnerComputerService. computeEnvironments(Module module)
org.eclipse.emf.ecore.EClass
BslOwnerComputerService. computeOwnerEClass(Module module)
org.eclipse.emf.ecore.EObject
BslOwnerComputerService. computeOwnerProxy(Module module)
org.eclipse.emf.common.util.URI
BslOwnerComputerService. 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 void
BslCachedScopeProvider. clearScopes(Module module)
Deletes all cached values ofIScope
byModule
org.eclipse.xtext.scoping.IScope
BslScopeProvider. 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)
ConstructorContextPropertiesScope(org.eclipse.xtext.scoping.IScope parent, ContextDef contextDef, Module module, boolean skipModuleItems, Environments envs)
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.typesystem
Methods in com._1c.g5.v8.dt.bsl.typesystem with parameters of type Module Modifier and Type Method Description void
BslTreeTypeSystem. discardTypeSystem(BslResource resource, Module module)
void
ITypeSystem. 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 allEvent
given 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 appropriateEObject
which 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)
boolean
EventSubscriptionEventsProvider. hasEventHandler(Module module, String methodName)
boolean
HttpServiceEventsProvider. hasEventHandler(Module module, String methodName)
boolean
IEventsProvider. hasEventHandler(Module module, String methodName)
Checks that method inModule
with concrete name is event handlerboolean
IntegrationServiceEventsProvider. hasEventHandler(Module module, String methodName)
boolean
WebServiceEventsProvider. hasEventHandler(Module module, String methodName)
void
BslTreeTypeSystem. installTypeSystem(Module module, org.eclipse.xtext.util.CancelIndicator monitor)
void
ITypeSystem. installTypeSystem(Module module, org.eclipse.xtext.util.CancelIndicator monitor)
Installs type system for BSL moduleboolean
EventSubscriptionEventsProvider. isEventHandler(Module module)
boolean
HttpServiceEventsProvider. isEventHandler(Module module)
boolean
IEventsProvider. isEventHandler(Module module)
Checks that module can have event handlers i.e.boolean
IntegrationServiceEventsProvider. isEventHandler(Module module)
boolean
WebServiceEventsProvider. isEventHandler(Module module)
void
BslTreeTypeSystem. lightInstallingTypeSystem(Module module, Method method, Variable variable, Statement stopStatement, int nearesOffset)
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 void
TypeSystemUtil. discardTypeState(BslResource resource, Module module, TypeSystemMode mode)
Discards changes made byITypeSystem
static void
TypeSystemUtil. installInitTypeUserMethodParam(Module module, TypeSystemMode mode)
Computes final state forMethod
parameters -
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 correctEvent
for creating proposalsString
BslProposalProvider. getEndContentEventProposal(Module module, boolean isFunc, String lineFormatter, boolean isRussian)
Gets last part of content event's proposalstatic String
BslProposalProvider. getEventAnnotation(Module actualBslModule, Event event, boolean isRussian)
Gets string presentation of Bsl annotation link to the adoptable event handlerstatic String
BslProposalProvider. getEventDirective(Module actualBslModule, Event event, boolean isRussian)
Gets compilation directive forEvent
String
BslProposalProvider. getLineFormatter(Module module, int offset, org.eclipse.jface.text.IDocument document)
Gets indentation by current context for Bsl modulestatic String
BslProposalProvider. 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 String
BslModuleEventsLookup. 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)
String
BslModuleEventsLookup. 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)
String
IBslModuleEventsLookup. 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.String
IBslModuleExtensionEventsLookup. 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 moduleint
BslModuleEventsLookup. getPositionOfInsertionEvent(Module module, int offset, org.eclipse.jface.text.ITextViewer viewer)
int
IBslModuleEventsLookup. 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 int
AbstractBslModuleEventsHandler. getPositionOfInsertionEvent(Module module, int offset, org.eclipse.jface.text.ITextViewer viewer)
Defines offset of the insertingEvent
protected int
BslModuleEventsHandler. 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 Module
LocalVariableExtractValidator. module
Methods in com._1c.g5.v8.dt.bsl.ui.refactoring that return Module Modifier and Type Method Description Module
BslRenameElementContext. 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)
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)
More faster implementation ofContextDef.allProperties()
with replacing proxy reference contextDef for bsl module to real its contextDefstatic ModuleType
BslUtil. computeModuleType(Module module, IQualifiedNameFilePathConverter qualifiedNameFilePathConverter)
Computes module typestatic ModuleType
BslUtil. computeModuleType(Module module, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider)
Computes module typestatic org.eclipse.xtext.scoping.IScope
BslUtil. 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.IScope
BslUtil. 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)
Gets all references context.static void
BslUtil. installModuleEnvironments(Module module, IQualifiedNameFilePathConverter qualifiedNameFilePathConverter, IBslOwnerComputerService ownerComputerService, Version version, boolean installIntoMethod)
InstallsEnvironments
for BslModule
and its elementsstatic void
BslUtil. installModuleEnvironments(Module module, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, Version version, IBslOwnerComputerService ownerComputerService, boolean installIntoMethod)
Deprecated.static boolean
BslUtil. isGlobal(Module module)
Checks that is global modulestatic boolean
BslUtil. isServerCall(Module module)
Checks thatmodule
allows using server callstatic void
BslUtil. setModuleOwner(Module module, IBslOwnerComputerService ownerService)
Computes module owner proxystatic void
BslUtil. setModuleType(Module module, IQualifiedNameFilePathConverter qualifiedNameFilePathConverter)
Computes module type by module qualified namestatic void
BslUtil. 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 void
BslJavaValidator. checkLibraryModule(Module module)
void
BslJavaValidator. checkMethodNamesAreUnique(Module module)
void
BslJavaValidator. checkModuleExtension(Module module)
void
BslJavaValidator. checkVariableNamesAreUnique(Module module)
void
BslJavaValidator. 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 Module
IBslModuleLocator. getModule(BslModuleReference moduleReference, boolean forceDerivedStateComputation)
Returns actual BSL module for the given BSL module reference.Module
IBslModuleLocator. getModule(org.eclipse.core.resources.IResource resource, boolean forceDerivedStateComputation)
Returns BSL module, found in the given resource.Module
IBslStackFrame. getModule()
Returns the BSL module of stack frame source.Module
IBslModuleLocator. getProxyModuleWithOwner(org.eclipse.core.resources.IResource resource)
Returns actual BSL proxy module with its owner byresource
Methods in com._1c.g5.v8.dt.debug.core.model with parameters of type Module Modifier and Type Method Description ContextDef
IBslModuleLocator. 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 Method
DebugNodeModelUtils. getLineMethod(Module module, int line)
Returns method of module by line number, ornull
, if there isn't one.static String
DebugNodeModelUtils. getModuleResourceContent(Module module)
Returns module resource content.static int
DebugNodeModelUtils. getModuleResourceLine(Module module, int offset)
Compute module resource line number by the given offset.static int
DebugNodeModelUtils. getModuleResourceOffset(Module module, int line)
Compute module resource offset by line number.static int
BreakpointLocationValidator. getValidLocation(Module module, int line)
Get valid location of module.static int
BreakpointLocationValidator. getValidLocationInsideMethod(Module module, int line)
Get valid location of module inside method.static int
DebugNodeModelUtils. 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 Module
TestMdObjectFactory. 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 Module
FormImpl. getModule()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type Module Modifier and Type Method Description void
FormImpl. 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 Module
BasicCommand. getCommandModule()
Returns the value of the 'Command Module' reference.Module
Configuration. getExternalConnectionModule()
Returns the value of the 'External Connection Module' reference.Module
Configuration. getManagedApplicationModule()
Returns the value of the 'Managed Application Module' reference.Module
AccountingRegister. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
AccumulationRegister. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
BasicDbObject. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
CalculationRegister. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
Constant. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
Cube. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
DataProcessor. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
DimensionTable. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
DocumentJournal. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
Enum. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
FilterCriterion. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
InformationRegister. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
Report. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
SettingsStorage. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
Table. getManagerModule()
Returns the value of the 'Manager Module' reference.Module
AbstractForm. getModule()
Returns the value of the 'Module' reference.Module
Bot. getModule()
Returns the value of the 'Module' reference.Module
CommonModule. getModule()
Returns the value of the 'Module' reference.Module
HTTPService. getModule()
Returns the value of the 'Module' reference.Module
IntegrationService. getModule()
Returns the value of the 'Module' reference.Module
WebService. getModule()
Returns the value of the 'Module' reference.Module
BasicDbObject. getObjectModule()
Returns the value of the 'Object Module' reference.Module
DataProcessor. getObjectModule()
Returns the value of the 'Object Module' reference.Module
DimensionTable. getObjectModule()
Returns the value of the 'Object Module' reference.Module
ExternalDataProcessor. getObjectModule()
Returns the value of the 'Object Module' reference.Module
ExternalReport. getObjectModule()
Returns the value of the 'Object Module' reference.Module
Report. getObjectModule()
Returns the value of the 'Object Module' reference.Module
Table. getObjectModule()
Returns the value of the 'Object Module' reference.Module
Configuration. getOrdinaryApplicationModule()
Returns the value of the 'Ordinary Application Module' reference.Module
AccountingRegister. getRecordSetModule()
Returns the value of the 'Record Set Module' reference.Module
AccumulationRegister. getRecordSetModule()
Returns the value of the 'Record Set Module' reference.Module
CalculationRegister. getRecordSetModule()
Returns the value of the 'Record Set Module' reference.Module
Cube. getRecordSetModule()
Returns the value of the 'Record Set Module' reference.Module
InformationRegister. getRecordSetModule()
Returns the value of the 'Record Set Module' reference.Module
Recalculation. getRecordSetModule()
Returns the value of the 'Record Set Module' reference.Module
Sequence. getRecordSetModule()
Returns the value of the 'Record Set Module' reference.Module
Table. getRecordSetModule()
Returns the value of the 'Record Set Module' reference.Module
Configuration. getSessionModule()
Returns the value of the 'Session Module' reference.Module
Constant. 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 void
BasicCommand. setCommandModule(Module value)
Sets the value of the 'Command Module
' reference.void
Configuration. setExternalConnectionModule(Module value)
Sets the value of the 'External Connection Module
' reference.void
Configuration. setManagedApplicationModule(Module value)
Sets the value of the 'Managed Application Module
' reference.void
AccountingRegister. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
AccumulationRegister. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
BasicDbObject. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
CalculationRegister. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
Constant. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
Cube. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
DataProcessor. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
DimensionTable. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
DocumentJournal. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
Enum. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
FilterCriterion. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
InformationRegister. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
Report. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
SettingsStorage. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
Table. setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
AbstractForm. setModule(Module value)
Sets the value of the 'Module
' reference.void
Bot. setModule(Module value)
Sets the value of the 'Module
' reference.void
CommonModule. setModule(Module value)
Sets the value of the 'Module
' reference.void
HTTPService. setModule(Module value)
Sets the value of the 'Module
' reference.void
IntegrationService. setModule(Module value)
Sets the value of the 'Module
' reference.void
WebService. setModule(Module value)
Sets the value of the 'Module
' reference.void
BasicDbObject. setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.void
DataProcessor. setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.void
DimensionTable. setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.void
ExternalDataProcessor. setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.void
ExternalReport. setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.void
Report. setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.void
Table. setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.void
Configuration. setOrdinaryApplicationModule(Module value)
Sets the value of the 'Ordinary Application Module
' reference.void
AccountingRegister. setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.void
AccumulationRegister. setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.void
CalculationRegister. setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.void
Cube. setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.void
InformationRegister. setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.void
Recalculation. setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.void
Sequence. setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.void
Table. setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.void
Configuration. setSessionModule(Module value)
Sets the value of the 'Session Module
' reference.void
Constant. 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 void
BasicCommandImpl. setCommandModule(Module newCommandModule)
void
ConfigurationImpl. setExternalConnectionModule(Module newExternalConnectionModule)
void
ConfigurationImpl. setManagedApplicationModule(Module newManagedApplicationModule)
void
AccountingRegisterImpl. setManagerModule(Module newManagerModule)
void
AccumulationRegisterImpl. setManagerModule(Module newManagerModule)
void
BasicDbObjectImpl. setManagerModule(Module newManagerModule)
void
CalculationRegisterImpl. setManagerModule(Module newManagerModule)
void
ConstantImpl. setManagerModule(Module newManagerModule)
void
CubeImpl. setManagerModule(Module newManagerModule)
void
DataProcessorImpl. setManagerModule(Module newManagerModule)
void
DimensionTableImpl. setManagerModule(Module newManagerModule)
void
DocumentJournalImpl. setManagerModule(Module newManagerModule)
void
EnumImpl. setManagerModule(Module newManagerModule)
void
FilterCriterionImpl. setManagerModule(Module newManagerModule)
void
InformationRegisterImpl. setManagerModule(Module newManagerModule)
void
ReportImpl. setManagerModule(Module newManagerModule)
void
SettingsStorageImpl. setManagerModule(Module newManagerModule)
void
TableImpl. setManagerModule(Module newManagerModule)
void
AbstractFormImpl. setModule(Module newModule)
void
BotImpl. setModule(Module newModule)
void
CommonModuleImpl. setModule(Module newModule)
void
HTTPServiceImpl. setModule(Module newModule)
void
IntegrationServiceImpl. setModule(Module newModule)
void
WebServiceImpl. setModule(Module newModule)
void
BasicDbObjectImpl. setObjectModule(Module newObjectModule)
void
DataProcessorImpl. setObjectModule(Module newObjectModule)
void
DimensionTableImpl. setObjectModule(Module newObjectModule)
void
ExternalDataProcessorImpl. setObjectModule(Module newObjectModule)
void
ExternalReportImpl. setObjectModule(Module newObjectModule)
void
ReportImpl. setObjectModule(Module newObjectModule)
void
TableImpl. setObjectModule(Module newObjectModule)
void
ConfigurationImpl. setOrdinaryApplicationModule(Module newOrdinaryApplicationModule)
void
AccountingRegisterImpl. setRecordSetModule(Module newRecordSetModule)
void
AccumulationRegisterImpl. setRecordSetModule(Module newRecordSetModule)
void
CalculationRegisterImpl. setRecordSetModule(Module newRecordSetModule)
void
CubeImpl. setRecordSetModule(Module newRecordSetModule)
void
InformationRegisterImpl. setRecordSetModule(Module newRecordSetModule)
void
RecalculationImpl. setRecordSetModule(Module newRecordSetModule)
void
SequenceImpl. setRecordSetModule(Module newRecordSetModule)
void
TableImpl. setRecordSetModule(Module newRecordSetModule)
void
ConfigurationImpl. setSessionModule(Module newSessionModule)
void
ConstantImpl. 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 boolean
IInvocationCountChecker. canCountInvocations(ILineProfilingResult result, Module module)
Checks if line result can be used to calculate the amount of method invocations.boolean
IInvocationCountChecker. 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 Module
PrintWizardParser.ParseResult. getCommandModule()
Get command moduleMethods in com._1c.g5.v8.dt.pw.ui.builders with parameters of type Module Modifier and Type Method Description void
PrintWizardParser.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 Module
IStacktraceFrame. 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 void
IStacktraceFrame. setModule(Module module)
Sets 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 Module Modifier and Type Method Description protected void
BslFormatter2. 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
-