Uses of Interface
com._1c.g5.v8.dt.bsl.compare.BslModuleSectionComparisonNode
Packages that use BslModuleSectionComparisonNode
Package
Description
-
Uses of BslModuleSectionComparisonNode in com._1c.g5.v8.dt.bsl.compare
Methods in com._1c.g5.v8.dt.bsl.compare that return BslModuleSectionComparisonNodeModifier and TypeMethodDescriptionBslCompareFactory.createBslModuleSectionComparisonNode()
Returns a new object of class 'Bsl Module Section Comparison Node'.Methods in com._1c.g5.v8.dt.bsl.compare that return types with arguments of type BslModuleSectionComparisonNodeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<BslModuleSectionComparisonNode>
BslModuleComparisonNode.getChildren()
org.eclipse.emf.common.util.EList<BslModuleSectionComparisonNode>
BslModuleSectionComparisonNode.getChildren()
Methods in com._1c.g5.v8.dt.bsl.compare with parameters of type BslModuleSectionComparisonNodeModifier and TypeMethodDescriptionstatic String
BslCompareUtils.readBslModuleContent
(BslModuleSectionComparisonNode node, IComparisonSession session, ComparisonSide side, IQualifiedNameFilePathConverter filePathConverter) Reads the Bsl module content on the specified comparison side. -
Uses of BslModuleSectionComparisonNode in com._1c.g5.v8.dt.bsl.compare.impl
Classes in com._1c.g5.v8.dt.bsl.compare.impl that implement BslModuleSectionComparisonNodeModifier and TypeClassDescriptionclass
An implementation of the model object 'Bsl Module Section Comparison Node'.Methods in com._1c.g5.v8.dt.bsl.compare.impl that return BslModuleSectionComparisonNodeMethods in com._1c.g5.v8.dt.bsl.compare.impl that return types with arguments of type BslModuleSectionComparisonNodeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<BslModuleSectionComparisonNode>
BslModuleComparisonNodeImpl.getChildren()
org.eclipse.emf.common.util.EList<BslModuleSectionComparisonNode>
BslModuleSectionComparisonNodeImpl.getChildren()
-
Uses of BslModuleSectionComparisonNode in com._1c.g5.v8.dt.bsl.compare.util
Methods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type BslModuleSectionComparisonNodeModifier and TypeMethodDescriptionBslCompareSwitch.caseBslModuleSectionComparisonNode
(BslModuleSectionComparisonNode object) Returns the result of interpreting the object as an instance of 'Bsl Module Section Comparison Node'. -
Uses of BslModuleSectionComparisonNode in com._1c.g5.v8.dt.internal.bsl.compare.contributor
Methods in com._1c.g5.v8.dt.internal.bsl.compare.contributor that return BslModuleSectionComparisonNodeModifier and TypeMethodDescriptionComparisonTextRegionWrapper.getSectionNode()
Returns the bsl module section node that contains this comparison text region.Constructors in com._1c.g5.v8.dt.internal.bsl.compare.contributor with parameters of type BslModuleSectionComparisonNodeModifierConstructorDescriptionComparisonTextRegionWrapper
(BslModuleSectionComparisonNode sectionNode, int comparisonRegionIndex) Creates a new instance. -
Uses of BslModuleSectionComparisonNode in com._1c.g5.v8.dt.internal.bsl.compare.ui
Methods in com._1c.g5.v8.dt.internal.bsl.compare.ui that return BslModuleSectionComparisonNodeMethods in com._1c.g5.v8.dt.internal.bsl.compare.ui with parameters of type BslModuleSectionComparisonNodeModifier and TypeMethodDescriptionstatic String
BslCompareUiUtils.getSectionContent
(BslModuleSectionComparisonNode node, IComparedObjects<org.eclipse.jface.text.IDocument> comparingDocuments, ComparisonSide side) Returns the Bsl module section content on the specified size.static org.eclipse.compare.ITypedElement
BslCompareUiUtils.getSectionNodeTypedElement
(BslModuleSectionComparisonNode comparisonNode, IComparedObjects<org.eclipse.jface.text.IDocument> comparingDocuments, ComparisonSide side, org.eclipse.compare.CompareConfiguration compareConfiguration) Returns the Bsl module section node typed element.Constructors in com._1c.g5.v8.dt.internal.bsl.compare.ui with parameters of type BslModuleSectionComparisonNodeModifierConstructorDescriptionBslModuleSectionPartialModelNode
(IPartialModelNode parent, BslModuleSectionComparisonNode comparisonNode, IImageProvider imageProvider, IComparisonSession comparisonSession) Creates a new instance. -
Uses of BslModuleSectionComparisonNode in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare that return BslModuleSectionComparisonNodeModifier and TypeMethodDescriptionCompareTestUtils.findMethodOrProcedure
(IComparisonSession session, BslModuleComparisonNode parent, String methodName) BslCompareTestUtils.findSectionNodeByName
(ComparisonNode parentNode, String sectionName) Methods in com._1c.g5.v8.dt.testing.compare that return types with arguments of type BslModuleSectionComparisonNodeModifier and TypeMethodDescriptionstatic List<BslModuleSectionComparisonNode>
BslCompareTestUtils.findAllSectionNodesByName
(ComparisonNode parentNode, String sectionName)