Uses of Interface
com._1c.g5.v8.dt.bsl.compare.TextRegion
Packages that use TextRegion
Package
Description
-
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compare
Methods in com._1c.g5.v8.dt.bsl.compare that return TextRegionModifier and TypeMethodDescriptionBslCompareFactory.createTextRegion()
Returns a new object of class 'Text Region'.ComparisonTextRegion.getAncestorRegion()
Returns the value of the 'Ancestor Region' containment reference.ComparisonTextRegion.getMainRegion()
Returns the value of the 'Main Region' containment reference.ComparisonTextRegion.getOtherRegion()
Returns the value of the 'Other Region' containment reference.ComparisonTextRegion.getRegion
(ComparisonSide side) Methods in com._1c.g5.v8.dt.bsl.compare with parameters of type TextRegionModifier and TypeMethodDescriptionvoid
ComparisonTextRegion.setAncestorRegion
(TextRegion value) Sets the value of the 'Ancestor Region
' containment reference.void
ComparisonTextRegion.setMainRegion
(TextRegion value) Sets the value of the 'Main Region
' containment reference.void
ComparisonTextRegion.setOtherRegion
(TextRegion value) Sets the value of the 'Other Region
' containment reference.void
ComparisonTextRegion.setRegion
(ComparisonSide side, TextRegion region) -
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compare.impl
Classes in com._1c.g5.v8.dt.bsl.compare.impl that implement TextRegionModifier and TypeClassDescriptionclass
An implementation of the model object 'Text Region'.Methods in com._1c.g5.v8.dt.bsl.compare.impl that return TextRegionModifier and TypeMethodDescriptionBslCompareFactoryImpl.createTextRegion()
ComparisonTextRegionImpl.getAncestorRegion()
ComparisonTextRegionImpl.getMainRegion()
ComparisonTextRegionImpl.getOtherRegion()
ComparisonTextRegionImpl.getRegion
(ComparisonSide side) Methods in com._1c.g5.v8.dt.bsl.compare.impl with parameters of type TextRegionModifier and TypeMethodDescriptionvoid
ComparisonTextRegionImpl.setAncestorRegion
(TextRegion newAncestorRegion) void
ComparisonTextRegionImpl.setMainRegion
(TextRegion newMainRegion) void
ComparisonTextRegionImpl.setOtherRegion
(TextRegion newOtherRegion) void
ComparisonTextRegionImpl.setRegion
(ComparisonSide side, TextRegion region) -
Uses of TextRegion in com._1c.g5.v8.dt.bsl.compare.util
Methods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type TextRegionModifier and TypeMethodDescriptionBslCompareSwitch.caseTextRegion
(TextRegion object) Returns the result of interpreting the object as an instance of 'Text Region'. -
Uses of TextRegion in com._1c.g5.v8.dt.internal.bsl.compare.contributor
Methods in com._1c.g5.v8.dt.internal.bsl.compare.contributor that return TextRegionModifier and TypeMethodDescriptionstatic TextRegion
BslModuleSectionCompareUtils.createTextRegion
(int offset, int length) Creates a text region with the given offset and length.Methods in com._1c.g5.v8.dt.internal.bsl.compare.contributor that return types with arguments of type TextRegionModifier and TypeMethodDescriptionBslModuleSectionDescription.getRegions()
Returns the text regions representing section.Constructor parameters in com._1c.g5.v8.dt.internal.bsl.compare.contributor with type arguments of type TextRegionModifierConstructorDescriptionBslModuleSectionDescription
(BslModuleSectionType type, String name, List<TextRegion> regions) Constructor.BslModuleSectionDescription
(BslModuleSectionType type, String name, List<TextRegion> regions, String parentProcessorName, PreprocessorType parentPreprocessorType) Constructor.