Uses of Interface
com._1c.g5.v8.dt.bsl.compare.BslModuleComparisonNode
Packages that use BslModuleComparisonNode
Package
Description
-
Uses of BslModuleComparisonNode in com._1c.g5.v8.dt.bsl.compare
Methods in com._1c.g5.v8.dt.bsl.compare that return BslModuleComparisonNodeModifier and TypeMethodDescriptionBslCompareFactory.createBslModuleComparisonNode()Returns a new object of class 'Bsl Module Comparison Node'.Methods in com._1c.g5.v8.dt.bsl.compare with parameters of type BslModuleComparisonNodeModifier and TypeMethodDescriptionstatic booleanBslCompareUtils.isBinaryModule(BslModuleComparisonNode node) Tells is bsl module binary or not.static org.eclipse.xtext.parser.IParseResultBslCompareUtils.parseBslModuleContent(BslModuleComparisonNode node, IComparisonSession session, ComparisonSide side, IQualifiedNameFilePathConverter filePathConverter) Parses the Bsl module content stream on the specified comparison side.static BslModuleContentInfoBslCompareUtils.readBslModuleContentInfo(BslModuleComparisonNode node, IComparisonSession session, ComparisonSide side, boolean detectIsBinary, IQualifiedNameFilePathConverter filePathConverter) Reads the Bsl module content info on the specified comparison side. -
Uses of BslModuleComparisonNode in com._1c.g5.v8.dt.bsl.compare.impl
Classes in com._1c.g5.v8.dt.bsl.compare.impl that implement BslModuleComparisonNodeModifier and TypeClassDescriptionclassAn implementation of the model object 'Bsl Module Comparison Node'.Methods in com._1c.g5.v8.dt.bsl.compare.impl that return BslModuleComparisonNode -
Uses of BslModuleComparisonNode in com._1c.g5.v8.dt.bsl.compare.merge
Methods in com._1c.g5.v8.dt.bsl.compare.merge with parameters of type BslModuleComparisonNodeModifier and TypeMethodDescriptionstatic StringBslMergeFormattingSupport.mergeBslModuleWithParsingModuleStructure(IComparisonSession session, BslModuleComparisonNode node, IBslModuleNodeContentProvider contentProvider, org.eclipse.xtext.resource.ILocationInFileProvider locationInFileProvider) Merges the differences in the specified Bsl module node with parsing module structure. -
Uses of BslModuleComparisonNode in com._1c.g5.v8.dt.bsl.compare.util
Methods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type BslModuleComparisonNodeModifier and TypeMethodDescriptionBslCompareSwitch.caseBslModuleComparisonNode(BslModuleComparisonNode object) Returns the result of interpreting the object as an instance of 'Bsl Module Comparison Node'. -
Uses of BslModuleComparisonNode in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare with parameters of type BslModuleComparisonNodeModifier and TypeMethodDescriptionCompareTestUtils.findMethodOrProcedure(IComparisonSession session, BslModuleComparisonNode parent, String methodName)