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.compare
Methods in com._1c.g5.v8.dt.bsl.compare that return BslModuleSectionComparisonNode Modifier and Type Method Description BslModuleSectionComparisonNode
BslCompareFactory. 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 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 BslModuleSectionComparisonNode Modifier and Type Class Description class
BslModuleSectionComparisonNodeImpl
An 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 BslModuleSectionComparisonNode
BslCompareFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type BslModuleSectionComparisonNode Modifier and Type Method Description T
BslCompareSwitch. 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.compare
Methods in com._1c.g5.v8.dt.testing.compare that return BslModuleSectionComparisonNode Modifier and Type Method Description static BslModuleSectionComparisonNode
CompareTestUtils. findMethodOrProcedure(IComparisonSession session, BslModuleComparisonNode parent, String methodName)
static BslModuleSectionComparisonNode
BslCompareTestUtils. 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)
-