Uses of Interface
com._1c.g5.v8.dt.bsl.compare.BslModuleSectionComparisonNode
- 
Packages that use BslModuleSectionComparisonNode Package Description com._1c.g5.v8.dt.bsl.compare com._1c.g5.v8.dt.bsl.compare.impl com._1c.g5.v8.dt.bsl.compare.util com._1c.g5.v8.dt.testing.compare 
- 
- 
Uses of BslModuleSectionComparisonNode in com._1c.g5.v8.dt.bsl.compareMethods in com._1c.g5.v8.dt.bsl.compare that return BslModuleSectionComparisonNode Modifier and Type Method Description BslModuleSectionComparisonNodeBslCompareFactory. 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 BslModuleSectionComparisonNode Modifier and Type Method Description org.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 BslModuleSectionComparisonNode Modifier and Type Method Description static StringBslCompareUtils. 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.implClasses in com._1c.g5.v8.dt.bsl.compare.impl that implement BslModuleSectionComparisonNode Modifier and Type Class Description classBslModuleSectionComparisonNodeImplAn implementation of the model object 'Bsl Module Section Comparison Node'.Methods in com._1c.g5.v8.dt.bsl.compare.impl that return BslModuleSectionComparisonNode Modifier and Type Method Description BslModuleSectionComparisonNodeBslCompareFactoryImpl. createBslModuleSectionComparisonNode()Methods in com._1c.g5.v8.dt.bsl.compare.impl that return types with arguments of type BslModuleSectionComparisonNode Modifier and Type Method Description org.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.utilMethods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type BslModuleSectionComparisonNode Modifier and Type Method Description TBslCompareSwitch. 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.testing.compareMethods in com._1c.g5.v8.dt.testing.compare that return BslModuleSectionComparisonNode Modifier and Type Method Description static BslModuleSectionComparisonNodeCompareTestUtils. findMethodOrProcedure(IComparisonSession session, BslModuleComparisonNode parent, String methodName)static BslModuleSectionComparisonNodeBslCompareTestUtils. findSectionNodeByName(ComparisonNode parentNode, String sectionName)Methods in com._1c.g5.v8.dt.testing.compare that return types with arguments of type BslModuleSectionComparisonNode Modifier and Type Method Description static List<BslModuleSectionComparisonNode>BslCompareTestUtils. findAllSectionNodesByName(ComparisonNode parentNode, String sectionName)
 
-