Package com._1c.g5.v8.dt.bsl.compare
Interface IBslModuleNodeContentProvider
public interface IBslModuleNodeContentProvider
The Bsl module node content provider.
-
Method Summary
Modifier and TypeMethodDescriptiongetContent
(ComparisonNode node, ComparisonSide side) Returns the Bsl module node content on the specified side.
-
Method Details
-
getContent
Returns the Bsl module node content on the specified side.- Parameters:
node
- the Bsl module node to get content for, cannot benull
side
- the comparison side to get content on, cannot benull
- Returns:
- the Bsl module node content, may be
null
-